go back to CarrierOfferService

PUT /carrierOffers/create

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).

Roles that can access this endpoint are Freight Matching.

Parameters

name description type default type
carrierId (Optional) ID of the carrier creating the counteroffer record query String
movementId (Required) ID of the movement the counteroffer is being created for query String
offeredRate (Required) counteroffer rate of the offer query BigDecimal
mcNumber (Optional) MC number of the carrier (no prefix, at most 12 digits)
Ignored if carrier ID is provided
query String
dotNumber (Optional) DOT number of the carrier (no prefix, at most 10 digits)
Ignored if carrier ID is provided
query String
carrierName (Optional) Name of the carrier creating the counteroffer record
Ignored if carrier ID is provided
query String
contactPhone (Optional) Contact phone number to be used
Defaults to the phone number of the carrier's primary contact
query String
contactEmail (Optional) Contact email address to be used
Defaults to the email address of the carrier's primary contact
query String
contactName (Optional) Contact name to be used query String
tractorLocCity (Optional) City where available tractor is currently or will be located query String
tractorLocState (Optional) State where available tractor is currently or will be located
Zip code alone is not enough information to create an available tractor and should be used along with a valid city and state
query String
tractorLocZip (Optional) Zip code where available tractor is currently or will be located
query String
trailerType (Optional) Type of available trailer query String
tractorAvailableDate (Optional) Date when tractor will become available query Date
tractorExpiresDate (Optional) Date when tractor will no longer be available
No default value
query Date
comments (Optional) Comments to be added to the counteroffer record
There is no default value

Additional details:
  • counteroffer can only be created for available broker movements
  • Upon successful creation of the counteroffer an Order Post History record will be created in PowerBroker and associated with the order that is associated with the given movement
  • Upon successful creation of the counteroffer an email will be sent to the recipients that are set in the PowerBroker Freight Matching control
query String

Result

Response of type: application/xml application/json

No data is returned

Try It Out

Request

- Authentication Help
- String
- String
- BigDecimal
- String
- String
- String
- String
- String
- String
- String
- String
- String
- String
- Date
- Date
- String