/carrierOffers
|
|
|
GET /carrierOffers/history
|
Carriers
|
Retrieves a list of carrier offer history records. |
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
This carrier must either be identified by McLeod carrier ID, or by MC number including
contact information (name and phone number, or name and email address).
|
PUT /carrierOffers/{id}/accept
|
|
Accepts the given RowCarrierOffer. |
PUT /carrierOffers/{id}/decline
|
|
Declines the given RowCarrierOffer. |