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": "4fe686ec-088a-4c28-8e7f-7cdce0a18f56", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "f958cf64-9bc2-4bcc-9db1-c62de02d11a9", "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": "4f04eea6-65c6-4d97-a115-d95a335f95b8", "UserName": "sample string 8", "UserID": "443d4bbf-180d-4b9e-8b43-a34901c206f9", "CreatedBy": "sample string 10", "CreatedOn": "2025-07-07T09:52:46.5783164+04:00", "ClientID": "81f66ba3-136a-4470-97f2-d5433366af7f", "ClientName": "sample string 13", "PartnerID": "f990fcfe-10e8-404a-bd24-bbd8a9244a01", "PartnerName": "sample string 15" }, { "DeliveryInstructionID": "4fe686ec-088a-4c28-8e7f-7cdce0a18f56", "Title": "sample string 2", "Description": "sample string 3", "Icon": { "AttachmentID": "f958cf64-9bc2-4bcc-9db1-c62de02d11a9", "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": "4f04eea6-65c6-4d97-a115-d95a335f95b8", "UserName": "sample string 8", "UserID": "443d4bbf-180d-4b9e-8b43-a34901c206f9", "CreatedBy": "sample string 10", "CreatedOn": "2025-07-07T09:52:46.5783164+04:00", "ClientID": "81f66ba3-136a-4470-97f2-d5433366af7f", "ClientName": "sample string 13", "PartnerID": "f990fcfe-10e8-404a-bd24-bbd8a9244a01", "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>81f66ba3-136a-4470-97f2-d5433366af7f</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-07-07T09:52:46.5783164+04:00</CreatedOn> <Id>4f04eea6-65c6-4d97-a115-d95a335f95b8</Id> <PartnerID>f990fcfe-10e8-404a-bd24-bbd8a9244a01</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>443d4bbf-180d-4b9e-8b43-a34901c206f9</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>4fe686ec-088a-4c28-8e7f-7cdce0a18f56</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>f958cf64-9bc2-4bcc-9db1-c62de02d11a9</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>81f66ba3-136a-4470-97f2-d5433366af7f</ClientID> <ClientName>sample string 13</ClientName> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2025-07-07T09:52:46.5783164+04:00</CreatedOn> <Id>4f04eea6-65c6-4d97-a115-d95a335f95b8</Id> <PartnerID>f990fcfe-10e8-404a-bd24-bbd8a9244a01</PartnerID> <PartnerName>sample string 15</PartnerName> <UserID>443d4bbf-180d-4b9e-8b43-a34901c206f9</UserID> <UserName>sample string 8</UserName> <DeliveryInstructionID>4fe686ec-088a-4c28-8e7f-7cdce0a18f56</DeliveryInstructionID> <Description>sample string 3</Description> <Icon> <AttachmentData>QEA=</AttachmentData> <AttachmentDataBase64>sample string 2</AttachmentDataBase64> <AttachmentID>f958cf64-9bc2-4bcc-9db1-c62de02d11a9</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>