go back to TrailerService

GET /trailers/{id}/previousOrders

Retrieves a List of RowOrders objects the trailer was previously assigned to.

Roles that can access this endpoint are Drivers.

Parameters

name description type default type
id string indicating the trailer ID path String
cutoffDate date indicating when to query previous orders query Date
orderCount number of orders to return. Default value = 3 query 3 int

Result

List < RowOrders > of type: application/xml application/json

a list of RowOrders objects

Try It Out

Request

- Authentication Help
- String
- Date
- int