GET /carrierOffers/history
Retrieves a list of carrier offer history records.
Roles that can access this endpoint are Carriers.
Parameters
This method has no parameters.
Result
List
<
RowCarrierOffer
>
of type:
application/xml
application/json
a list of RowCarrierOffer
objects, representing carrier offer history
Child Elements:
RowOrders
This element represents the order associated with the carrier offer, by the carrier_offer.order_id
field.
The element contains a __name
attribute with the value order
.
RowStop
These elements represent the stops associated with the order.
Each element contains a __name
attribute with the value stops
.
RowMovement
These elements represent the movements associated with the order.
Each element contains a __name
attribute with the value movement
.
Try It Out
Request