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": "d668fe08-f0d4-4260-a584-9ca79d86696e",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "7a261b27-b298-4502-93f0-6fdcc0a5d5d0",
"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": "379fcc32-1499-4dc3-b6d6-e1ce9e985a37",
"UserName": "sample string 8",
"UserID": "b47d0bb6-e6b2-4a6d-a576-5184e0073a13",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:57:32.5435919+04:00",
"ClientID": "35e5e66f-2b7d-4814-9474-1beb078e1504",
"ClientName": "sample string 13",
"PartnerID": "d3239ab2-6a1a-4fc8-9ca6-0c82f9f051b6",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "d668fe08-f0d4-4260-a584-9ca79d86696e",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "7a261b27-b298-4502-93f0-6fdcc0a5d5d0",
"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": "379fcc32-1499-4dc3-b6d6-e1ce9e985a37",
"UserName": "sample string 8",
"UserID": "b47d0bb6-e6b2-4a6d-a576-5184e0073a13",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-08T22:57:32.5435919+04:00",
"ClientID": "35e5e66f-2b7d-4814-9474-1beb078e1504",
"ClientName": "sample string 13",
"PartnerID": "d3239ab2-6a1a-4fc8-9ca6-0c82f9f051b6",
"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>35e5e66f-2b7d-4814-9474-1beb078e1504</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:57:32.5435919+04:00</CreatedOn>
<Id>379fcc32-1499-4dc3-b6d6-e1ce9e985a37</Id>
<PartnerID>d3239ab2-6a1a-4fc8-9ca6-0c82f9f051b6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>b47d0bb6-e6b2-4a6d-a576-5184e0073a13</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>d668fe08-f0d4-4260-a584-9ca79d86696e</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>7a261b27-b298-4502-93f0-6fdcc0a5d5d0</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>35e5e66f-2b7d-4814-9474-1beb078e1504</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-08T22:57:32.5435919+04:00</CreatedOn>
<Id>379fcc32-1499-4dc3-b6d6-e1ce9e985a37</Id>
<PartnerID>d3239ab2-6a1a-4fc8-9ca6-0c82f9f051b6</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>b47d0bb6-e6b2-4a6d-a576-5184e0073a13</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>d668fe08-f0d4-4260-a584-9ca79d86696e</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>7a261b27-b298-4502-93f0-6fdcc0a5d5d0</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>