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": "ea9f7c07-f659-48ff-87b9-a442fc83efce",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "973fa785-ad6b-4935-9099-8212b9aef7a4",
"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": "c30691bd-905d-4897-9564-f6909e8c1d56",
"UserName": "sample string 8",
"UserID": "2d137289-7b82-49be-a0e0-2faccab5acd2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:58:05.2698981+04:00",
"ClientID": "a926a9d1-f451-4d2b-b5be-caa870fa0e0c",
"ClientName": "sample string 13",
"PartnerID": "cfa0018e-d063-4084-9ff8-b413ced5a51f",
"PartnerName": "sample string 15"
},
{
"DeliveryInstructionID": "ea9f7c07-f659-48ff-87b9-a442fc83efce",
"Title": "sample string 2",
"Description": "sample string 3",
"Icon": {
"AttachmentID": "973fa785-ad6b-4935-9099-8212b9aef7a4",
"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": "c30691bd-905d-4897-9564-f6909e8c1d56",
"UserName": "sample string 8",
"UserID": "2d137289-7b82-49be-a0e0-2faccab5acd2",
"CreatedBy": "sample string 10",
"CreatedOn": "2026-04-18T14:58:05.2698981+04:00",
"ClientID": "a926a9d1-f451-4d2b-b5be-caa870fa0e0c",
"ClientName": "sample string 13",
"PartnerID": "cfa0018e-d063-4084-9ff8-b413ced5a51f",
"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>a926a9d1-f451-4d2b-b5be-caa870fa0e0c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:58:05.2698981+04:00</CreatedOn>
<Id>c30691bd-905d-4897-9564-f6909e8c1d56</Id>
<PartnerID>cfa0018e-d063-4084-9ff8-b413ced5a51f</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>2d137289-7b82-49be-a0e0-2faccab5acd2</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>ea9f7c07-f659-48ff-87b9-a442fc83efce</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>973fa785-ad6b-4935-9099-8212b9aef7a4</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>a926a9d1-f451-4d2b-b5be-caa870fa0e0c</ClientID>
<ClientName>sample string 13</ClientName>
<CreatedBy>sample string 10</CreatedBy>
<CreatedOn>2026-04-18T14:58:05.2698981+04:00</CreatedOn>
<Id>c30691bd-905d-4897-9564-f6909e8c1d56</Id>
<PartnerID>cfa0018e-d063-4084-9ff8-b413ced5a51f</PartnerID>
<PartnerName>sample string 15</PartnerName>
<UserID>2d137289-7b82-49be-a0e0-2faccab5acd2</UserID>
<UserName>sample string 8</UserName>
<DeliveryInstructionID>ea9f7c07-f659-48ff-87b9-a442fc83efce</DeliveryInstructionID>
<Description>sample string 3</Description>
<Icon>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>973fa785-ad6b-4935-9099-8212b9aef7a4</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>