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": "f396b746-4569-4ce7-97f8-0f7a069ea31d",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "c087902d-9ae9-4f4f-b589-442949ce242f",
"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": "65f2ba25-49a7-45d6-a47f-1d418b2c96ca",
"UserName": "sample string 8",
"UserID": "0926b906-5f27-4790-ad7a-84848ed0c985",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:47:26.2668797+04:00",
"ClientID": "3c7d93c6-5c6c-48d1-8398-86d14e18fd5a",
"ClientName": "sample string 13",
"PartnerID": "fb1a841e-d952-4fd1-bda0-c2380a9a9423",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "f396b746-4569-4ce7-97f8-0f7a069ea31d",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "c087902d-9ae9-4f4f-b589-442949ce242f",
"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": "65f2ba25-49a7-45d6-a47f-1d418b2c96ca",
"UserName": "sample string 8",
"UserID": "0926b906-5f27-4790-ad7a-84848ed0c985",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-05-09T16:47:26.2668797+04:00",
"ClientID": "3c7d93c6-5c6c-48d1-8398-86d14e18fd5a",
"ClientName": "sample string 13",
"PartnerID": "fb1a841e-d952-4fd1-bda0-c2380a9a9423",
"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>3c7d93c6-5c6c-48d1-8398-86d14e18fd5a</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:47:26.2668797+04:00</CreatedOn>
<Id>65f2ba25-49a7-45d6-a47f-1d418b2c96ca</Id>
<PartnerID>fb1a841e-d952-4fd1-bda0-c2380a9a9423</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>0926b906-5f27-4790-ad7a-84848ed0c985</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>f396b746-4569-4ce7-97f8-0f7a069ea31d</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c087902d-9ae9-4f4f-b589-442949ce242f</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>3c7d93c6-5c6c-48d1-8398-86d14e18fd5a</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-05-09T16:47:26.2668797+04:00</CreatedOn>
<Id>65f2ba25-49a7-45d6-a47f-1d418b2c96ca</Id>
<PartnerID>fb1a841e-d952-4fd1-bda0-c2380a9a9423</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>0926b906-5f27-4790-ad7a-84848ed0c985</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>f396b746-4569-4ce7-97f8-0f7a069ea31d</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>c087902d-9ae9-4f4f-b589-442949ce242f</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>