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 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": "f1aefc8c-8d49-4481-a283-85c903ba4ef5", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "2d5c730e-d418-4451-99e5-113c027bf124", "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": "1495ebec-5909-42fd-80f9-1ed20856790b", "UserName": "sample string 8", "UserID": "a79ec51e-e2bd-417a-9fa0-dfd5db8a4707", "CreatedBy": "sample string 10", "CreatedOn": "2025-08-08T15:40:08.7179228+04:00", "ClientID": "b76cdb17-f7a1-48dd-8a17-dd24d929e6ef", "ClientName": "sample string 13", "PartnerID": "7ea6e441-8afe-467e-892a-bd3eb642ae44", "PartnerName": "sample string 15" }, { "DeliveryInstructionID": "f1aefc8c-8d49-4481-a283-85c903ba4ef5", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "2d5c730e-d418-4451-99e5-113c027bf124", "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": "1495ebec-5909-42fd-80f9-1ed20856790b", "UserName": "sample string 8", "UserID": "a79ec51e-e2bd-417a-9fa0-dfd5db8a4707", "CreatedBy": "sample string 10", "CreatedOn": "2025-08-08T15:40:08.7179228+04:00", "ClientID": "b76cdb17-f7a1-48dd-8a17-dd24d929e6ef", "ClientName": "sample string 13", "PartnerID": "7ea6e441-8afe-467e-892a-bd3eb642ae44", "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>b76cdb17-f7a1-48dd-8a17-dd24d929e6ef</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-08-08T15:40:08.7179228+04:00</CreatedOn> <Id>1495ebec-5909-42fd-80f9-1ed20856790b</Id> <PartnerID>7ea6e441-8afe-467e-892a-bd3eb642ae44</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>a79ec51e-e2bd-417a-9fa0-dfd5db8a4707</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>f1aefc8c-8d49-4481-a283-85c903ba4ef5</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>2d5c730e-d418-4451-99e5-113c027bf124</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>b76cdb17-f7a1-48dd-8a17-dd24d929e6ef</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-08-08T15:40:08.7179228+04:00</CreatedOn> <Id>1495ebec-5909-42fd-80f9-1ed20856790b</Id> <PartnerID>7ea6e441-8afe-467e-892a-bd3eb642ae44</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>a79ec51e-e2bd-417a-9fa0-dfd5db8a4707</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>f1aefc8c-8d49-4481-a283-85c903ba4ef5</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>2d5c730e-d418-4451-99e5-113c027bf124</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>