Bounce carrier
Mark carrier as bounced (rejected load without payment).
What happens
- LoadCarrier status changes to BOUNCED
- Carrier is removed from active execution
- No payment is recorded
When to use
Use bounce when carrier rejects the load before dispatch, or fails to show up without prior notice.
For carriers who were dispatched but cancelled, use TONU instead.
Path parameters
Request body
Response
Carrier bounced successfully
Example response
{
"carrier": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"key": "ERP-CARRIER-SWIFT",
"name": "Swift Transportation",
"phoneNumber": "+1-555-987-6543",
"email": "dispatch@swifttrans.com",
"createdAt": "2025-01-15T10:00:00Z",
"updatedAt": "2025-01-15T14:30:00Z"
}
}Changes
Changed in 1 of the 4 revisions of this API.619
- ▲
removed the enum value
BOUNCEDof the request propertyreasonrequest-property-enum-value-removed
- ▲
removed the enum value
DRIVER_ISSUEof the request propertyreasonrequest-property-enum-value-removed
- ▲
removed the enum value
EQUIPMENT_ISSUEof the request propertyreasonrequest-property-enum-value-removed
- ▲
removed the enum value
RATE_DISPUTEof the request propertyreasonrequest-property-enum-value-removed
- ▲
removed the enum value
TIMING_ISSUEof the request propertyreasonrequest-property-enum-value-removed
- ▲
removed the enum value
TONUof the request propertyreasonrequest-property-enum-value-removed
- ●
removed the optional property
charges/items/chargeCodefrom the response with the200statusresponse-optional-property-removed
- ○
added the new
CAN_NO_LONGER_TAKE_LOADenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the new
CONSIGNEE_NOT_READY_FOR_DELenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the new
CUSTOMER_NOT_READY_FOR_PUenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the new
FORGOT_TO_BOUNCE_CARRIERenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the new
LOAD_GIVEN_BACKenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the new
RATE_CON_REJECTEDenum value to the request propertyreasonrequest-property-enum-value-added
- ○
added the optional property
charges/items/chargeCodeIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
charges/items/rateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
removedAtto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲