go back to CarrierOfferService

PUT /carrierOffers/create

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

Roles that can access this endpoint are Freight Matching.

Parameters

name description type default type
carrierId (Optional) ID of the carrier creating the counter offer record query String
movementId (Required) ID of the movement the counter offer is being created for query String
offeredRate (Required) Counter offer 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 counter offer 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
No default value
query String
comments (Optional) Comments to be added to the counter offer record
There is no default value

Additional details:
  • Counter offer can only be created for available broker movements
  • Upon successful creation of the counter offer 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 counter offer 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