GET Api/RoutePoint/GetDeliveryInstruction?taskOn={taskOn}&taskID={taskID}&routePointID={routePointID}&clientID={clientID}
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "06546ce7-bfb8-4441-a551-53443ed70e50",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "47ab6312-db64-4630-92cf-25f1df3bf95a",
"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": "cebe7623-4fb9-4bf6-b571-666c1bde7f14",
"UserName": "sample string 8",
"UserID": "9f418155-ff90-4abc-818e-c684a969740f",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-14T23:11:25.690529+04:00",
"ClientID": "519fb19b-09d8-417e-96f0-ab290c4d6bb1",
"ClientName": "sample string 13",
"PartnerID": "488bbe30-cabc-4471-b901-1b76c130c328",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "06546ce7-bfb8-4441-a551-53443ed70e50",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "47ab6312-db64-4630-92cf-25f1df3bf95a",
"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": "cebe7623-4fb9-4bf6-b571-666c1bde7f14",
"UserName": "sample string 8",
"UserID": "9f418155-ff90-4abc-818e-c684a969740f",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-14T23:11:25.690529+04:00",
"ClientID": "519fb19b-09d8-417e-96f0-ab290c4d6bb1",
"ClientName": "sample string 13",
"PartnerID": "488bbe30-cabc-4471-b901-1b76c130c328",
"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>519fb19b-09d8-417e-96f0-ab290c4d6bb1</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-14T23:11:25.690529+04:00</CreatedOn>
<Id>cebe7623-4fb9-4bf6-b571-666c1bde7f14</Id>
<PartnerID>488bbe30-cabc-4471-b901-1b76c130c328</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9f418155-ff90-4abc-818e-c684a969740f</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>06546ce7-bfb8-4441-a551-53443ed70e50</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>47ab6312-db64-4630-92cf-25f1df3bf95a</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>519fb19b-09d8-417e-96f0-ab290c4d6bb1</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-14T23:11:25.690529+04:00</CreatedOn>
<Id>cebe7623-4fb9-4bf6-b571-666c1bde7f14</Id>
<PartnerID>488bbe30-cabc-4471-b901-1b76c130c328</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>9f418155-ff90-4abc-818e-c684a969740f</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>06546ce7-bfb8-4441-a551-53443ed70e50</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>47ab6312-db64-4630-92cf-25f1df3bf95a</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>