Perform the Withdraw Tender action for a shipment

post

/custom-actions/withdrawTender/tenders/{shipmentId}

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request body parameters for withdraw action.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK. The tender was withdrawn successfully.
Body ()
Root Schema : withdrawTenderResponse
Type: object
Response after withdraw the tender.
Show Source
Nested Schema : items
Type: array
Withdraw Tender response for tender.
Show Source
Nested Schema : resultItem
Type: object
Response after withdraw the tender.
Show Source
Nested Schema : endTime
End Time
Match All
End Time
Show Source
Nested Schema : startTime
Start Time
Match All
Start Time
Show Source
Nested Schema : totalActualCost
Total Actual Cost
Match All
Total Actual Cost
Show Source
Nested Schema : totalWeightedCost
Total Weighted Cost
Match All
Total Weighted Cost
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : currencyType
Type: object
Show Source

400 Response

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

401 Response

Unauthorized. Authentication is required and has failed or has not yet been provided.
Body ()
Root Schema : errorResponse
Type: object
Show Source

403 Response

Forbidden. Access to the specified resource has been forbidden.
Body ()
Root Schema : errorResponse
Type: object
Show Source

500 Response

Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.
Body ()
Root Schema : errorResponse
Type: object
Show Source
Back to Top