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": "5672e83e-ba54-4b53-8db8-7c3373de8e93",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "3f1f53e0-8b02-42e2-a84e-0f3f34c72897",
"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": "b559f9b1-8967-480b-ba7a-fbe817e15af7",
"UserName": "sample string 8",
"UserID": "ab417d98-4f4b-42c5-ad24-a634c2c6fcae",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-06T18:37:02.8390217+04:00",
"ClientID": "d9102e07-a32b-4ef4-b0af-1183dad80ec7",
"ClientName": "sample string 13",
"PartnerID": "ee7aac8c-d063-4adb-9d02-95478054a9dd",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "5672e83e-ba54-4b53-8db8-7c3373de8e93",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "3f1f53e0-8b02-42e2-a84e-0f3f34c72897",
"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": "b559f9b1-8967-480b-ba7a-fbe817e15af7",
"UserName": "sample string 8",
"UserID": "ab417d98-4f4b-42c5-ad24-a634c2c6fcae",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-06T18:37:02.8390217+04:00",
"ClientID": "d9102e07-a32b-4ef4-b0af-1183dad80ec7",
"ClientName": "sample string 13",
"PartnerID": "ee7aac8c-d063-4adb-9d02-95478054a9dd",
"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>d9102e07-a32b-4ef4-b0af-1183dad80ec7</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-06T18:37:02.8390217+04:00</CreatedOn>
<Id>b559f9b1-8967-480b-ba7a-fbe817e15af7</Id>
<PartnerID>ee7aac8c-d063-4adb-9d02-95478054a9dd</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ab417d98-4f4b-42c5-ad24-a634c2c6fcae</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>5672e83e-ba54-4b53-8db8-7c3373de8e93</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>3f1f53e0-8b02-42e2-a84e-0f3f34c72897</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>d9102e07-a32b-4ef4-b0af-1183dad80ec7</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-06T18:37:02.8390217+04:00</CreatedOn>
<Id>b559f9b1-8967-480b-ba7a-fbe817e15af7</Id>
<PartnerID>ee7aac8c-d063-4adb-9d02-95478054a9dd</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ab417d98-4f4b-42c5-ad24-a634c2c6fcae</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>5672e83e-ba54-4b53-8db8-7c3373de8e93</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>3f1f53e0-8b02-42e2-a84e-0f3f34c72897</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>