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": "4aca1c54-cb05-4de8-833b-4f2559fa43d1",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "2cb68cc4-3475-4a4a-9ff4-3bd525c1efba",
"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": "cee79dd4-414b-42cd-bc0a-5adcc1504643",
"UserName": "sample string 8",
"UserID": "afafb45b-4c91-4b53-b2ad-3e7f3e45790c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:46:32.8697816+04:00",
"ClientID": "012d856b-a648-4271-b518-35277b7fda60",
"ClientName": "sample string 13",
"PartnerID": "0608d652-d601-492b-ad96-57e6099c5404",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "4aca1c54-cb05-4de8-833b-4f2559fa43d1",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "2cb68cc4-3475-4a4a-9ff4-3bd525c1efba",
"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": "cee79dd4-414b-42cd-bc0a-5adcc1504643",
"UserName": "sample string 8",
"UserID": "afafb45b-4c91-4b53-b2ad-3e7f3e45790c",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:46:32.8697816+04:00",
"ClientID": "012d856b-a648-4271-b518-35277b7fda60",
"ClientName": "sample string 13",
"PartnerID": "0608d652-d601-492b-ad96-57e6099c5404",
"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>012d856b-a648-4271-b518-35277b7fda60</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:46:32.8697816+04:00</CreatedOn>
<Id>cee79dd4-414b-42cd-bc0a-5adcc1504643</Id>
<PartnerID>0608d652-d601-492b-ad96-57e6099c5404</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>afafb45b-4c91-4b53-b2ad-3e7f3e45790c</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>4aca1c54-cb05-4de8-833b-4f2559fa43d1</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cb68cc4-3475-4a4a-9ff4-3bd525c1efba</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>012d856b-a648-4271-b518-35277b7fda60</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:46:32.8697816+04:00</CreatedOn>
<Id>cee79dd4-414b-42cd-bc0a-5adcc1504643</Id>
<PartnerID>0608d652-d601-492b-ad96-57e6099c5404</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>afafb45b-4c91-4b53-b2ad-3e7f3e45790c</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>4aca1c54-cb05-4de8-833b-4f2559fa43d1</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2cb68cc4-3475-4a4a-9ff4-3bd525c1efba</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>