GET Api/RoutePoint?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": "01d89bc7-682a-48c5-8426-2bf40bdc0f67",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "31d98124-59e5-4a0b-9303-cca5c20433e0",
"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": "a08fb109-3357-4240-8412-f5df13e8cc06",
"UserName": "sample string 8",
"UserID": "f8b7c03f-5805-4821-8ebc-bc42fc384738",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:24:27.3969427+04:00",
"ClientID": "90bfb1a7-35cb-4d39-8608-c77a35c91efc",
"ClientName": "sample string 13",
"PartnerID": "3161aae7-e127-4b68-b435-8e7140ae1c35",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "01d89bc7-682a-48c5-8426-2bf40bdc0f67",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "31d98124-59e5-4a0b-9303-cca5c20433e0",
"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": "a08fb109-3357-4240-8412-f5df13e8cc06",
"UserName": "sample string 8",
"UserID": "f8b7c03f-5805-4821-8ebc-bc42fc384738",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:24:27.3969427+04:00",
"ClientID": "90bfb1a7-35cb-4d39-8608-c77a35c91efc",
"ClientName": "sample string 13",
"PartnerID": "3161aae7-e127-4b68-b435-8e7140ae1c35",
"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>90bfb1a7-35cb-4d39-8608-c77a35c91efc</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:24:27.3969427+04:00</CreatedOn>
<Id>a08fb109-3357-4240-8412-f5df13e8cc06</Id>
<PartnerID>3161aae7-e127-4b68-b435-8e7140ae1c35</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>f8b7c03f-5805-4821-8ebc-bc42fc384738</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>01d89bc7-682a-48c5-8426-2bf40bdc0f67</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>31d98124-59e5-4a0b-9303-cca5c20433e0</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>90bfb1a7-35cb-4d39-8608-c77a35c91efc</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:24:27.3969427+04:00</CreatedOn>
<Id>a08fb109-3357-4240-8412-f5df13e8cc06</Id>
<PartnerID>3161aae7-e127-4b68-b435-8e7140ae1c35</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>f8b7c03f-5805-4821-8ebc-bc42fc384738</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>01d89bc7-682a-48c5-8426-2bf40bdc0f67</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>31d98124-59e5-4a0b-9303-cca5c20433e0</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>