/carrierOffers
|
|
|
GET /carrierOffers/offerTerms
|
|
Returns the order offer terms set in mobile service control. Currently, this only returns limited fields. |
GET /carrierOffers/{id}/confTerms
|
|
Returns the confirmation terms pdf. |
GET /carrierOffers/{id}/legalTerms
|
|
Returns the legal terms pdf set in mobile service control. |
POST /carrierOffers/{id}/counter
|
|
Submits new counter offer for the given RowCarrierOffer. |
PUT /carrierOffers/create
|
Freight Matching
|
Creates a carrier counter offer record for the given carrier and amount towards the given movement |
PUT /carrierOffers/{id}/accept
|
|
Accepts the given RowCarrierOffer. |
PUT /carrierOffers/{id}/decline
|
|
Declines the given RowCarrierOffer. |