GET /settlements/history/{id}
Retrieves the settlement history record for the given ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the Settlement History record |
path
|
|
String
|
Result
RowDrsSettleHist
of type:
application/xml
application/json
the requested A RowDrsSettleHist
record
Additional attributes:
__payMethodDescr
the description of the pay method, found in the drs_settle_hist.pay_method
field
__payeeTypeDescr
the description of the payee type
__commodityIdDescr
the description of the commodity, found in the drs_settle_hist.commodity_id
field
__revenueIdDescr
the description of the revenue code, found in the drs_settle_hist.revenue_id
field
Child Elements:
RowTractor
This element represent the tractor associated with the settlement.
The element contains a __name
attribute with the value tractor
.
RowTrailer
This element represent the trailer associated with the settlement.
The element contains a __name
attribute with the value trailer
.
RowDriver
This element represent the driver associated with the settlement.
The element contains a __name
attribute with the value driver
.
Try It Out
Request