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 DeliveryInstructionName | 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": "54f05408-a037-421d-a391-7f3f1bd11793", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "de8cff76-d8d5-4b2c-891c-da28c67c06d6", "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": "979e74ff-8b8b-45d9-99db-3786ec83e72d", "UserName": "sample string 8", "UserID": "6828e0f9-38eb-4e14-a947-3e0ccc29bca4", "CreatedBy": "sample string 10", "CreatedOn": "2025-05-20T22:08:23.9787776+04:00", "ClientID": "79f83e12-bbd2-4ab6-b1ea-7e3d1fe97f4d", "ClientName": "sample string 13", "PartnerID": "f3f08ef3-cdab-498b-89ce-677310899ea3", "PartnerName": "sample string 15" }, { "DeliveryInstructionID": "54f05408-a037-421d-a391-7f3f1bd11793", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "de8cff76-d8d5-4b2c-891c-da28c67c06d6", "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": "979e74ff-8b8b-45d9-99db-3786ec83e72d", "UserName": "sample string 8", "UserID": "6828e0f9-38eb-4e14-a947-3e0ccc29bca4", "CreatedBy": "sample string 10", "CreatedOn": "2025-05-20T22:08:23.9787776+04:00", "ClientID": "79f83e12-bbd2-4ab6-b1ea-7e3d1fe97f4d", "ClientName": "sample string 13", "PartnerID": "f3f08ef3-cdab-498b-89ce-677310899ea3", "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>79f83e12-bbd2-4ab6-b1ea-7e3d1fe97f4d</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-05-20T22:08:23.9787776+04:00</CreatedOn> <Id>979e74ff-8b8b-45d9-99db-3786ec83e72d</Id> <PartnerID>f3f08ef3-cdab-498b-89ce-677310899ea3</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>6828e0f9-38eb-4e14-a947-3e0ccc29bca4</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>54f05408-a037-421d-a391-7f3f1bd11793</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>de8cff76-d8d5-4b2c-891c-da28c67c06d6</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>79f83e12-bbd2-4ab6-b1ea-7e3d1fe97f4d</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-05-20T22:08:23.9787776+04:00</CreatedOn> <Id>979e74ff-8b8b-45d9-99db-3786ec83e72d</Id> <PartnerID>f3f08ef3-cdab-498b-89ce-677310899ea3</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>6828e0f9-38eb-4e14-a947-3e0ccc29bca4</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>54f05408-a037-421d-a391-7f3f1bd11793</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>de8cff76-d8d5-4b2c-891c-da28c67c06d6</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>