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": "fdb28886-ce95-42f4-bc75-1d68c6fdaa1d",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "83075a4b-5bd1-4e7a-bba4-ec11646c1311",
"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": "966bff8b-a099-4323-9209-0680778059ff",
"UserName": "sample string 8",
"UserID": "ac4a8f5f-8c1e-4b99-b505-89bad260ba4d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-04T07:06:50.6661793+04:00",
"ClientID": "ec0566e7-dfd5-46bb-a6e1-ac65ac346242",
"ClientName": "sample string 13",
"PartnerID": "3cc33ae1-e966-4d63-bd90-782493a9e24c",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "fdb28886-ce95-42f4-bc75-1d68c6fdaa1d",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "83075a4b-5bd1-4e7a-bba4-ec11646c1311",
"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": "966bff8b-a099-4323-9209-0680778059ff",
"UserName": "sample string 8",
"UserID": "ac4a8f5f-8c1e-4b99-b505-89bad260ba4d",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-02-04T07:06:50.6661793+04:00",
"ClientID": "ec0566e7-dfd5-46bb-a6e1-ac65ac346242",
"ClientName": "sample string 13",
"PartnerID": "3cc33ae1-e966-4d63-bd90-782493a9e24c",
"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>ec0566e7-dfd5-46bb-a6e1-ac65ac346242</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-04T07:06:50.6661793+04:00</CreatedOn>
<Id>966bff8b-a099-4323-9209-0680778059ff</Id>
<PartnerID>3cc33ae1-e966-4d63-bd90-782493a9e24c</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ac4a8f5f-8c1e-4b99-b505-89bad260ba4d</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>fdb28886-ce95-42f4-bc75-1d68c6fdaa1d</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>83075a4b-5bd1-4e7a-bba4-ec11646c1311</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>ec0566e7-dfd5-46bb-a6e1-ac65ac346242</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-02-04T07:06:50.6661793+04:00</CreatedOn>
<Id>966bff8b-a099-4323-9209-0680778059ff</Id>
<PartnerID>3cc33ae1-e966-4d63-bd90-782493a9e24c</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>ac4a8f5f-8c1e-4b99-b505-89bad260ba4d</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>fdb28886-ce95-42f4-bc75-1d68c6fdaa1d</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>83075a4b-5bd1-4e7a-bba4-ec11646c1311</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>