GET /deductions
Retrieves a list of pending deduction records for the given parameters.
Roles that can access this endpoint are Users, Drivers, Carriers.
Parameters
name |
description |
type |
default |
type |
orderId |
order ID |
query
|
|
String
|
startDate |
starting delivery date |
query
|
|
Date
|
endDate |
ending delivery date |
query
|
|
Date
|
payeeId |
the ID from the payee table (ignored when user is not an LME user) |
query
|
|
String
|
Result
List
<
ReadOnlyRow
>
of type:
application/xml
application/json
a list of ReadOnlyRow
objects, representing pending deductions
Try It Out
Request