GET Api/RoutePoint/GetDeliveryInstruction?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": "b59df98b-db69-4a7f-8135-a9aff6023cbd",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "281fe1f5-8973-42fe-8884-6fdd3a511f52",
"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": "20150950-8101-4a57-8fb4-828fb5797f4e",
"UserName": "sample string 8",
"UserID": "df82a935-1f41-4de1-bd80-3f88a5a87e0e",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:27:45.6776228+04:00",
"ClientID": "2bfe0b75-cf16-4a0a-bd2c-9cb9c0f4d834",
"ClientName": "sample string 13",
"PartnerID": "405d1b99-64e7-4c29-b10d-1dfb7e1a1da7",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "b59df98b-db69-4a7f-8135-a9aff6023cbd",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "281fe1f5-8973-42fe-8884-6fdd3a511f52",
"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": "20150950-8101-4a57-8fb4-828fb5797f4e",
"UserName": "sample string 8",
"UserID": "df82a935-1f41-4de1-bd80-3f88a5a87e0e",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-03-26T03:27:45.6776228+04:00",
"ClientID": "2bfe0b75-cf16-4a0a-bd2c-9cb9c0f4d834",
"ClientName": "sample string 13",
"PartnerID": "405d1b99-64e7-4c29-b10d-1dfb7e1a1da7",
"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>2bfe0b75-cf16-4a0a-bd2c-9cb9c0f4d834</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:27:45.6776228+04:00</CreatedOn>
<Id>20150950-8101-4a57-8fb4-828fb5797f4e</Id>
<PartnerID>405d1b99-64e7-4c29-b10d-1dfb7e1a1da7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>df82a935-1f41-4de1-bd80-3f88a5a87e0e</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>b59df98b-db69-4a7f-8135-a9aff6023cbd</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>281fe1f5-8973-42fe-8884-6fdd3a511f52</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>2bfe0b75-cf16-4a0a-bd2c-9cb9c0f4d834</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-03-26T03:27:45.6776228+04:00</CreatedOn>
<Id>20150950-8101-4a57-8fb4-828fb5797f4e</Id>
<PartnerID>405d1b99-64e7-4c29-b10d-1dfb7e1a1da7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>df82a935-1f41-4de1-bd80-3f88a5a87e0e</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>b59df98b-db69-4a7f-8135-a9aff6023cbd</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>281fe1f5-8973-42fe-8884-6fdd3a511f52</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>