GET /ediDriverExtraPay/{id}
Returns the requested driver extra pay record.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the other pay record to be returned |
path
|
|
String
|
Result
RowEdiDriverExtraPay
of type:
application/xml
application/json
the requested driver other pay record
Child Elements:
RowDriver
This element represent the driver associated with the
driver extra pay record, by the driver_extra_pay.driver_id
field.
The element contains a __name
attribute with the value driver
.
RowPayee
This element represent the carrier associated with the
driver extra pay record, by the driver_extra_pay.payee_id
field.
The element contains a __name
attribute with the value carrier
.
RowUsers
This element represent the entered by user associated with the
driver extra pay record, by the driver_extra_pay.entered_user_id
field.
The element contains a __name
attribute with the value enteredByUser
.
RowDeductCode
This element represent the deduction/earning code associated with the
driver extra pay record, by the driver_extra_pay.deduct_code_id
field.
The element contains a __name
attribute with the value deductCode
.
Try It Out
Request