GET /settlements/payrollHistory
Retrieves a list of payroll history records for the given parameters.
Roles that can access this endpoint are Users, Drivers, Carriers.
Parameters
name |
description |
type |
default |
type |
startDate |
starting check date |
query
|
|
Date
|
endDate |
ending check Date |
query
|
|
Date
|
checkNumber |
check number |
query
|
|
String
|
payeeId |
the ID from the payee table (ignored when the user is not an LME user) |
query
|
|
String
|
Result
List
<
RowDrsPayrollHist
>
of type:
application/xml
application/json
a list of RowDrsPayrollHist
records
Additional attributes:
__payrollTotalPay
the total pay for the payroll record
Try It Out
Request