GET /deductions/{id}
Returns the requested pending deduction record.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the RowDrsPendingDeduct record |
path
|
|
String
|
Result
RowDrsPendingDeduct
of type:
application/xml
application/json
the requested pending deduction record
Additional attributes:
Child Elements:
RowTractor
This element represent the tractor associated with the pending deduction.
The element contains a __name
attribute with the value tractor
.
RowTrailer
This element represent the trailer associated with the pending deduction.
The element contains a __name
attribute with the value trailer
.
RowDriver
This element represent the driver associated with the pending_deduction.
The element contains a __name
attribute with the value driver
.
Try It Out
Request