go back Home

CarrierOfferService

This service provides methods to retrieve, create, counter and decline carrier offers

Operations

name role description
/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/status Freight Matching Retrieves status information for all carrier offers submitted via this vendor associated with the provided movement ID.
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 counteroffer for the given RowCarrierOffer.
PUT /carrierOffers/create Freight Matching Creates a carrier counteroffer 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.