GET api/v1/ROCCollection/CollectionsPendingByTruckRego?truckrego={truckrego}&isallclientcollections={isallclientcollections}
Query ROC collections which are pending delivery for a specific truck.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| truckrego |
The rego of the truck doing the delivery. |
string |
Required |
| isallclientcollections |
Set to 'false' if the truck is the same truck that did the collections. Set to 'true' if the truck is different to the trucks doing the collections. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collections made directly or indirectly by the truck doing the delivery.
APIUcoROCCollectionByTruckRego| Name | Description | Type | Additional information |
|---|---|---|---|
| Collections | Collection of UcoROCCollectionGet |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.