PUT /carrierOffers/create
Creates a carrier counter offer record for the given carrier and amount towards the given movement
Roles that can access this endpoint are Freight Matching.
Parameters
name |
description |
type |
default |
type |
carrierId |
(Required) 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
|
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
|
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