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": "7d567be4-308b-4e65-b06c-362bbd58d8bf", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "d01c37c8-f89c-4c3a-8576-e23026fa921c", "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": "3527e193-200d-4b4e-8cd6-84f95e410866", "UserName": "sample string 8", "UserID": "70a82205-67ac-4ced-9c28-5e60023deed1", "CreatedBy": "sample string 10", "CreatedOn": "2025-08-08T15:40:08.6241753+04:00", "ClientID": "5c2b3fde-6680-4e18-afe6-9d49d5b8fba0", "ClientName": "sample string 13", "PartnerID": "fdac64bc-9b6a-49a5-9c72-833422cd6404", "PartnerName": "sample string 15" }, { "DeliveryInstructionID": "7d567be4-308b-4e65-b06c-362bbd58d8bf", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "d01c37c8-f89c-4c3a-8576-e23026fa921c", "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": "3527e193-200d-4b4e-8cd6-84f95e410866", "UserName": "sample string 8", "UserID": "70a82205-67ac-4ced-9c28-5e60023deed1", "CreatedBy": "sample string 10", "CreatedOn": "2025-08-08T15:40:08.6241753+04:00", "ClientID": "5c2b3fde-6680-4e18-afe6-9d49d5b8fba0", "ClientName": "sample string 13", "PartnerID": "fdac64bc-9b6a-49a5-9c72-833422cd6404", "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>5c2b3fde-6680-4e18-afe6-9d49d5b8fba0</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-08-08T15:40:08.6241753+04:00</CreatedOn> <Id>3527e193-200d-4b4e-8cd6-84f95e410866</Id> <PartnerID>fdac64bc-9b6a-49a5-9c72-833422cd6404</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>70a82205-67ac-4ced-9c28-5e60023deed1</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>7d567be4-308b-4e65-b06c-362bbd58d8bf</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>d01c37c8-f89c-4c3a-8576-e23026fa921c</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>5c2b3fde-6680-4e18-afe6-9d49d5b8fba0</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-08-08T15:40:08.6241753+04:00</CreatedOn> <Id>3527e193-200d-4b4e-8cd6-84f95e410866</Id> <PartnerID>fdac64bc-9b6a-49a5-9c72-833422cd6404</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>70a82205-67ac-4ced-9c28-5e60023deed1</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>7d567be4-308b-4e65-b06c-362bbd58d8bf</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>d01c37c8-f89c-4c3a-8576-e23026fa921c</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>