GET Api/RoutePoint?taskOn={taskOn}&taskID={taskID}&routePointID={routePointID}&clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskOn

date

Required

taskID

globally unique identifier

Required

routePointID

globally unique identifier

Required

clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DeliveryInstruction
NameDescriptionTypeAdditional information
DeliveryInstructionID

globally unique identifier

None.

Title

string

None.

Description

string

None.

Icon

Attachment

None.

InternalRemark

string

None.

IsInstructionInternalUse

boolean

None.

IsInstructionCustomerUse

boolean

None.

Id

globally unique identifier

None.

UserName

string

None.

UserID

globally unique identifier

None.

CreatedBy

string

None.

CreatedOn

date

None.

ClientID

globally unique identifier

None.

ClientName

string

None.

PartnerID

globally unique identifier

None.

PartnerName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeliveryInstructionID": "80876339-cf2f-41ca-b7c4-c9092796cac6",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Icon": {
      "AttachmentID": "59892697-c3d3-4906-bdc0-ca15c78693ca",
      "AttachmentData": "QEA=",
      "AttachmentDataBase64": "sample string 2",
      "ContentType": "sample string 3",
      "FileName": "sample string 4",
      "ImageString": "sample string 5",
      "IsDeleted": true
    },
    "InternalRemark": "sample string 4",
    "IsInstructionInternalUse": true,
    "IsInstructionCustomerUse": true,
    "Id": "1515cb82-06e8-45c4-9436-982161a5b52f",
    "UserName": "sample string 8",
    "UserID": "7320c242-6a79-40a8-93dc-d77136327923",
    "CreatedBy": "sample string 10",
    "CreatedOn": "2025-05-20T22:22:38.2803707+04:00",
    "ClientID": "75587b3b-1a28-4c44-8f45-6068a2718506",
    "ClientName": "sample string 13",
    "PartnerID": "33864755-5cc0-4887-8b08-e07a1d8fc4d1",
    "PartnerName": "sample string 15"
  },
  {
    "DeliveryInstructionID": "80876339-cf2f-41ca-b7c4-c9092796cac6",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Icon": {
      "AttachmentID": "59892697-c3d3-4906-bdc0-ca15c78693ca",
      "AttachmentData": "QEA=",
      "AttachmentDataBase64": "sample string 2",
      "ContentType": "sample string 3",
      "FileName": "sample string 4",
      "ImageString": "sample string 5",
      "IsDeleted": true
    },
    "InternalRemark": "sample string 4",
    "IsInstructionInternalUse": true,
    "IsInstructionCustomerUse": true,
    "Id": "1515cb82-06e8-45c4-9436-982161a5b52f",
    "UserName": "sample string 8",
    "UserID": "7320c242-6a79-40a8-93dc-d77136327923",
    "CreatedBy": "sample string 10",
    "CreatedOn": "2025-05-20T22:22:38.2803707+04:00",
    "ClientID": "75587b3b-1a28-4c44-8f45-6068a2718506",
    "ClientName": "sample string 13",
    "PartnerID": "33864755-5cc0-4887-8b08-e07a1d8fc4d1",
    "PartnerName": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDeliveryInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
  <DeliveryInstruction>
    <ClientID>75587b3b-1a28-4c44-8f45-6068a2718506</ClientID>
    <ClientName>sample string 13</ClientName>
    <CreatedBy>sample string 10</CreatedBy>
    <CreatedOn>2025-05-20T22:22:38.2803707+04:00</CreatedOn>
    <Id>1515cb82-06e8-45c4-9436-982161a5b52f</Id>
    <PartnerID>33864755-5cc0-4887-8b08-e07a1d8fc4d1</PartnerID>
    <PartnerName>sample string 15</PartnerName>
    <UserID>7320c242-6a79-40a8-93dc-d77136327923</UserID>
    <UserName>sample string 8</UserName>
    <DeliveryInstructionID>80876339-cf2f-41ca-b7c4-c9092796cac6</DeliveryInstructionID>
    <Description>sample string 3</Description>
    <Icon>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
      <AttachmentID>59892697-c3d3-4906-bdc0-ca15c78693ca</AttachmentID>
      <ContentType>sample string 3</ContentType>
      <FileName>sample string 4</FileName>
      <ImageString>sample string 5</ImageString>
      <IsDeleted>true</IsDeleted>
    </Icon>
    <InternalRemark>sample string 4</InternalRemark>
    <IsInstructionCustomerUse>true</IsInstructionCustomerUse>
    <IsInstructionInternalUse>true</IsInstructionInternalUse>
    <Title>sample string 2</Title>
  </DeliveryInstruction>
  <DeliveryInstruction>
    <ClientID>75587b3b-1a28-4c44-8f45-6068a2718506</ClientID>
    <ClientName>sample string 13</ClientName>
    <CreatedBy>sample string 10</CreatedBy>
    <CreatedOn>2025-05-20T22:22:38.2803707+04:00</CreatedOn>
    <Id>1515cb82-06e8-45c4-9436-982161a5b52f</Id>
    <PartnerID>33864755-5cc0-4887-8b08-e07a1d8fc4d1</PartnerID>
    <PartnerName>sample string 15</PartnerName>
    <UserID>7320c242-6a79-40a8-93dc-d77136327923</UserID>
    <UserName>sample string 8</UserName>
    <DeliveryInstructionID>80876339-cf2f-41ca-b7c4-c9092796cac6</DeliveryInstructionID>
    <Description>sample string 3</Description>
    <Icon>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 2</AttachmentDataBase64>
      <AttachmentID>59892697-c3d3-4906-bdc0-ca15c78693ca</AttachmentID>
      <ContentType>sample string 3</ContentType>
      <FileName>sample string 4</FileName>
      <ImageString>sample string 5</ImageString>
      <IsDeleted>true</IsDeleted>
    </Icon>
    <InternalRemark>sample string 4</InternalRemark>
    <IsInstructionCustomerUse>true</IsInstructionCustomerUse>
    <IsInstructionInternalUse>true</IsInstructionInternalUse>
    <Title>sample string 2</Title>
  </DeliveryInstruction>
</ArrayOfDeliveryInstruction>