GET Api/RoutePointItem?clientID={clientID}&taskID={taskID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
taskID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryRoutePointName | Description | Type | Additional information |
---|---|---|---|
RoutePointID | globally unique identifier |
None. |
|
DeliveryContactName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RoutePointID": "867615e7-8121-4175-98ed-9f853fa7d184", "DeliveryContactName": "sample string 2" }, { "RoutePointID": "867615e7-8121-4175-98ed-9f853fa7d184", "DeliveryContactName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfDeliveryRoutePoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Tasks"> <DeliveryRoutePoint> <DeliveryContactName>sample string 2</DeliveryContactName> <RoutePointID>867615e7-8121-4175-98ed-9f853fa7d184</RoutePointID> </DeliveryRoutePoint> <DeliveryRoutePoint> <DeliveryContactName>sample string 2</DeliveryContactName> <RoutePointID>867615e7-8121-4175-98ed-9f853fa7d184</RoutePointID> </DeliveryRoutePoint> </ArrayOfDeliveryRoutePoint>