GET api/v1/ROCCollection/CollectionsPendingByTruckRego?truckrego={truckrego}&isallclientcollections={isallclientcollections}

Query ROC collections which are pending delivery for a specific truck.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Collections

Collection of UcoROCCollectionGet

None.

Response Formats

application/json, text/json

Sample:

Sample not available.