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": "b0ff1230-2233-4797-9dc1-9b156b4804dd",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "0d8c1981-8c5e-43cc-87d4-c9a11be35e9d",
"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": "729719bd-0fd5-4903-874c-f21863eb663d",
"UserName": "sample string 8",
"UserID": "4c060023-4432-4c86-87ab-fc5d03f70cbe",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:47:05.8835439+04:00",
"ClientID": "65776617-66cb-4852-b116-e2bcce9623ba",
"ClientName": "sample string 13",
"PartnerID": "226b33e8-f167-43b7-bd51-a5f1bc666fba",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "b0ff1230-2233-4797-9dc1-9b156b4804dd",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "0d8c1981-8c5e-43cc-87d4-c9a11be35e9d",
"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": "729719bd-0fd5-4903-874c-f21863eb663d",
"UserName": "sample string 8",
"UserID": "4c060023-4432-4c86-87ab-fc5d03f70cbe",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-08-21T10:47:05.8835439+04:00",
"ClientID": "65776617-66cb-4852-b116-e2bcce9623ba",
"ClientName": "sample string 13",
"PartnerID": "226b33e8-f167-43b7-bd51-a5f1bc666fba",
"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>65776617-66cb-4852-b116-e2bcce9623ba</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:47:05.8835439+04:00</CreatedOn>
<Id>729719bd-0fd5-4903-874c-f21863eb663d</Id>
<PartnerID>226b33e8-f167-43b7-bd51-a5f1bc666fba</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>4c060023-4432-4c86-87ab-fc5d03f70cbe</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>b0ff1230-2233-4797-9dc1-9b156b4804dd</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0d8c1981-8c5e-43cc-87d4-c9a11be35e9d</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>65776617-66cb-4852-b116-e2bcce9623ba</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-08-21T10:47:05.8835439+04:00</CreatedOn>
<Id>729719bd-0fd5-4903-874c-f21863eb663d</Id>
<PartnerID>226b33e8-f167-43b7-bd51-a5f1bc666fba</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>4c060023-4432-4c86-87ab-fc5d03f70cbe</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>b0ff1230-2233-4797-9dc1-9b156b4804dd</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>0d8c1981-8c5e-43cc-87d4-c9a11be35e9d</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>