Withdraw open tender offers for one or more shipments

post

/custom-actions/withdrawOpenTender/shipments

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request body for the Withdraw Open Tender action.
Show Source
Nested Schema : shipmentPks
Type: array
Shipment PKs for the bulk endpoint only. Not required when shipmentId is provided in the path.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success. A successful POST method returns a 200 status code.
Body ()
Root Schema : withdrawOpenTenderResponse
Type: object
Response payload containing tender results.
Show Source
Nested Schema : items
Type: array
Collection of tender responses generated by the action.
Show Source
Nested Schema : withdrawOpenTenderResultItem
Type: object
Tender response details for a processed shipment.
Show Source
Nested Schema : endTime
Shipment end time.
Match All
Shipment end time.
Show Source
Nested Schema : startTime
Shipment start time.
Match All
Shipment start time.
Show Source
Nested Schema : totalActualCost
Total actual cost for the shipment.
Match All
Total actual cost for the shipment.
Show Source
Nested Schema : totalWeightedCost
Total weighted cost for the shipment.
Match All
Total weighted cost for the shipment.
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : currencyType
Type: object
Show Source

400 Response

Bad Request. The server could not process the request due to missing or invalid input.
Body ()
Root Schema : errorResponse
Type: object
Show Source

401 Response

Unauthorized. Valid authentication credentials are required.
Body ()
Root Schema : errorResponse
Type: object
Show Source

403 Response

Forbidden. Access to the specified resource is denied.
Body ()
Root Schema : errorResponse
Type: object
Show Source

500 Response

Internal Server Error. The server encountered an unexpected condition.
Body ()
Root Schema : errorResponse
Type: object
Show Source
Back to Top