go back to CarrierDispatchService

POST /carrierDispatch/logisticsTender/sendCancelTender/{movementId}

This method generates an EDI cancel load tender for the movement.

Roles that can access this endpoint are Users.

Parameters

name description type default type
movementId ID of the movement for which the tender is needed path String
carrierId the carrier for which the cancel tender is needed query String
sendOnlyIfAuto boolean indicating if tender should only be sent if related profile is set to 'auto send tenders' query false Boolean
mustRespondByDate date indicating user-specified must respond by time for the tender query Date
addlContacts string; comma-delimited list of additional email addresses that should receive notifications query String

Result

Response of type: text/plain

a response stating if tender creation succeeded or failed

Try It Out

Request

- Authentication Help
- String
- String
- Boolean
- Date
- String