GET /locations/{id}/trailerPool
Produces a trailer pool report for the location.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the location ID |
path
|
|
String
|
inprogress |
whether in progress movements should be included |
query
|
false |
Boolean
|
days |
number of days dropped |
query
|
|
Integer
|
startDate |
the start of the date range for the trailers' delivery dates |
query
|
t |
Date
|
endDate |
the end of the date range for the trailers' delivery dates |
query
|
t |
Date
|
Result
Response
of type:
application/pdf
a response object containing the requested trailer pool report in PDF format
Try It Out
Request