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": "f4f98d93-8104-4aba-8344-682b9c946805",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "0d0f5206-7e95-41e5-8845-a36c58c0dd6b",
"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": "0f8dcfc7-7597-49fa-8cc7-389562335f76",
"UserName": "sample string 8",
"UserID": "66536a83-b61a-4571-90c9-017d87250ed5",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:11:27.1350923+04:00",
"ClientID": "20d4ab50-de2c-4fb4-8f34-3994080a9703",
"ClientName": "sample string 13",
"PartnerID": "50857af7-add4-4dd9-82f4-162211f5184a",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "f4f98d93-8104-4aba-8344-682b9c946805",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "0d0f5206-7e95-41e5-8845-a36c58c0dd6b",
"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": "0f8dcfc7-7597-49fa-8cc7-389562335f76",
"UserName": "sample string 8",
"UserID": "66536a83-b61a-4571-90c9-017d87250ed5",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T16:11:27.1350923+04:00",
"ClientID": "20d4ab50-de2c-4fb4-8f34-3994080a9703",
"ClientName": "sample string 13",
"PartnerID": "50857af7-add4-4dd9-82f4-162211f5184a",
"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>20d4ab50-de2c-4fb4-8f34-3994080a9703</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:11:27.1350923+04:00</CreatedOn>
<Id>0f8dcfc7-7597-49fa-8cc7-389562335f76</Id>
<PartnerID>50857af7-add4-4dd9-82f4-162211f5184a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>66536a83-b61a-4571-90c9-017d87250ed5</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>f4f98d93-8104-4aba-8344-682b9c946805</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0d0f5206-7e95-41e5-8845-a36c58c0dd6b</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>20d4ab50-de2c-4fb4-8f34-3994080a9703</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T16:11:27.1350923+04:00</CreatedOn>
<Id>0f8dcfc7-7597-49fa-8cc7-389562335f76</Id>
<PartnerID>50857af7-add4-4dd9-82f4-162211f5184a</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>66536a83-b61a-4571-90c9-017d87250ed5</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>f4f98d93-8104-4aba-8344-682b9c946805</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0d0f5206-7e95-41e5-8845-a36c58c0dd6b</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>