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": "24a38a61-0c91-4f08-82a4-c673c688e302",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "1743bf83-7a13-41e3-8d53-de2d341e7fcf",
"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": "9e2d46a3-f414-4aeb-9651-1605b64faf10",
"UserName": "sample string 8",
"UserID": "efcfd5a0-a7d2-4a82-b1f2-94c29cfa5d8a",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:41:09.5092584+04:00",
"ClientID": "c39f1e3e-d499-4e3b-947f-f1397f406026",
"ClientName": "sample string 13",
"PartnerID": "ed723496-5e35-4b5e-9b2d-f6183f24044f",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "24a38a61-0c91-4f08-82a4-c673c688e302",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "1743bf83-7a13-41e3-8d53-de2d341e7fcf",
"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": "9e2d46a3-f414-4aeb-9651-1605b64faf10",
"UserName": "sample string 8",
"UserID": "efcfd5a0-a7d2-4a82-b1f2-94c29cfa5d8a",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-09-22T20:41:09.5092584+04:00",
"ClientID": "c39f1e3e-d499-4e3b-947f-f1397f406026",
"ClientName": "sample string 13",
"PartnerID": "ed723496-5e35-4b5e-9b2d-f6183f24044f",
"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>c39f1e3e-d499-4e3b-947f-f1397f406026</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:41:09.5092584+04:00</CreatedOn>
<Id>9e2d46a3-f414-4aeb-9651-1605b64faf10</Id>
<PartnerID>ed723496-5e35-4b5e-9b2d-f6183f24044f</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>efcfd5a0-a7d2-4a82-b1f2-94c29cfa5d8a</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>24a38a61-0c91-4f08-82a4-c673c688e302</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1743bf83-7a13-41e3-8d53-de2d341e7fcf</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>c39f1e3e-d499-4e3b-947f-f1397f406026</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-09-22T20:41:09.5092584+04:00</CreatedOn>
<Id>9e2d46a3-f414-4aeb-9651-1605b64faf10</Id>
<PartnerID>ed723496-5e35-4b5e-9b2d-f6183f24044f</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>efcfd5a0-a7d2-4a82-b1f2-94c29cfa5d8a</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>24a38a61-0c91-4f08-82a4-c673c688e302</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>1743bf83-7a13-41e3-8d53-de2d341e7fcf</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>