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": "a98b007c-86bf-48d4-8dcd-a8dfda59bdfa",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "2c79af80-397c-483c-a275-da812640024a",
"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": "965fbe02-130a-49bc-a0e7-ae8d5eaf60cd",
"UserName": "sample string 8",
"UserID": "78566695-90b0-40ea-a6d6-7d351b7869f0",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T03:02:59.0599811+04:00",
"ClientID": "7279bf57-3ab3-4cf0-9635-7729b2b36cf4",
"ClientName": "sample string 13",
"PartnerID": "942a3138-6cc4-423a-a1bf-2f8a5399ccab",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "a98b007c-86bf-48d4-8dcd-a8dfda59bdfa",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "2c79af80-397c-483c-a275-da812640024a",
"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": "965fbe02-130a-49bc-a0e7-ae8d5eaf60cd",
"UserName": "sample string 8",
"UserID": "78566695-90b0-40ea-a6d6-7d351b7869f0",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-06-24T03:02:59.0599811+04:00",
"ClientID": "7279bf57-3ab3-4cf0-9635-7729b2b36cf4",
"ClientName": "sample string 13",
"PartnerID": "942a3138-6cc4-423a-a1bf-2f8a5399ccab",
"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>7279bf57-3ab3-4cf0-9635-7729b2b36cf4</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T03:02:59.0599811+04:00</CreatedOn>
<Id>965fbe02-130a-49bc-a0e7-ae8d5eaf60cd</Id>
<PartnerID>942a3138-6cc4-423a-a1bf-2f8a5399ccab</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>78566695-90b0-40ea-a6d6-7d351b7869f0</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>a98b007c-86bf-48d4-8dcd-a8dfda59bdfa</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2c79af80-397c-483c-a275-da812640024a</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>7279bf57-3ab3-4cf0-9635-7729b2b36cf4</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-06-24T03:02:59.0599811+04:00</CreatedOn>
<Id>965fbe02-130a-49bc-a0e7-ae8d5eaf60cd</Id>
<PartnerID>942a3138-6cc4-423a-a1bf-2f8a5399ccab</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>78566695-90b0-40ea-a6d6-7d351b7869f0</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>a98b007c-86bf-48d4-8dcd-a8dfda59bdfa</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>2c79af80-397c-483c-a275-da812640024a</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>