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": "df08d540-f4b6-4f2b-a434-9213c7362b84",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "33d884d2-f35a-46c6-8e0b-70f6b6c59591",
"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": "1af85a7e-ff9f-48be-b0cd-5d4e43d9f860",
"UserName": "sample string 8",
"UserID": "a2982e77-855f-4485-b46f-558818a539ff",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:25:20.7465309+04:00",
"ClientID": "b2bb7fcb-57a3-478c-97b7-ae5e4f853788",
"ClientName": "sample string 13",
"PartnerID": "35b339bc-bb47-4139-bff8-abcfcaebb9f7",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "df08d540-f4b6-4f2b-a434-9213c7362b84",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "33d884d2-f35a-46c6-8e0b-70f6b6c59591",
"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": "1af85a7e-ff9f-48be-b0cd-5d4e43d9f860",
"UserName": "sample string 8",
"UserID": "a2982e77-855f-4485-b46f-558818a539ff",
"CreatedBy": "sample string 10",
"CreatedOn": "2025-12-15T10:25:20.7465309+04:00",
"ClientID": "b2bb7fcb-57a3-478c-97b7-ae5e4f853788",
"ClientName": "sample string 13",
"PartnerID": "35b339bc-bb47-4139-bff8-abcfcaebb9f7",
"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>b2bb7fcb-57a3-478c-97b7-ae5e4f853788</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:25:20.7465309+04:00</CreatedOn>
<Id>1af85a7e-ff9f-48be-b0cd-5d4e43d9f860</Id>
<PartnerID>35b339bc-bb47-4139-bff8-abcfcaebb9f7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>a2982e77-855f-4485-b46f-558818a539ff</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>df08d540-f4b6-4f2b-a434-9213c7362b84</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>33d884d2-f35a-46c6-8e0b-70f6b6c59591</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>b2bb7fcb-57a3-478c-97b7-ae5e4f853788</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2025-12-15T10:25:20.7465309+04:00</CreatedOn>
<Id>1af85a7e-ff9f-48be-b0cd-5d4e43d9f860</Id>
<PartnerID>35b339bc-bb47-4139-bff8-abcfcaebb9f7</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>a2982e77-855f-4485-b46f-558818a539ff</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>df08d540-f4b6-4f2b-a434-9213c7362b84</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>33d884d2-f35a-46c6-8e0b-70f6b6c59591</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>