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": "e48a98a4-40a2-4932-b7d2-5b983108881b",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "8015e293-6708-487e-96f4-7532707aacb9",
"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": "019bb596-bb62-4f35-9484-8b8f5088f284",
"UserName": "sample string 8",
"UserID": "705fd3c3-a54e-4a53-b83c-a6d4a13c8fed",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-25T18:55:04.9509241+04:00",
"ClientID": "16de5e1d-1592-4675-a22d-b86166438aa3",
"ClientName": "sample string 13",
"PartnerID": "d69b82fe-49d4-450d-9a05-a527da86aa94",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "e48a98a4-40a2-4932-b7d2-5b983108881b",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "8015e293-6708-487e-96f4-7532707aacb9",
"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": "019bb596-bb62-4f35-9484-8b8f5088f284",
"UserName": "sample string 8",
"UserID": "705fd3c3-a54e-4a53-b83c-a6d4a13c8fed",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-25T18:55:04.9509241+04:00",
"ClientID": "16de5e1d-1592-4675-a22d-b86166438aa3",
"ClientName": "sample string 13",
"PartnerID": "d69b82fe-49d4-450d-9a05-a527da86aa94",
"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>16de5e1d-1592-4675-a22d-b86166438aa3</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-25T18:55:04.9509241+04:00</CreatedOn>
<Id>019bb596-bb62-4f35-9484-8b8f5088f284</Id>
<PartnerID>d69b82fe-49d4-450d-9a05-a527da86aa94</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>705fd3c3-a54e-4a53-b83c-a6d4a13c8fed</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>e48a98a4-40a2-4932-b7d2-5b983108881b</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>8015e293-6708-487e-96f4-7532707aacb9</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>16de5e1d-1592-4675-a22d-b86166438aa3</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-25T18:55:04.9509241+04:00</CreatedOn>
<Id>019bb596-bb62-4f35-9484-8b8f5088f284</Id>
<PartnerID>d69b82fe-49d4-450d-9a05-a527da86aa94</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>705fd3c3-a54e-4a53-b83c-a6d4a13c8fed</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>e48a98a4-40a2-4932-b7d2-5b983108881b</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>8015e293-6708-487e-96f4-7532707aacb9</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>