Perform the Secure Resources action for a shipment

post

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

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK. Shipment tendered successfully.
Body ()
Root Schema : secureResourcesResponse
Type: object
Response after secure resources the shipment.
Show Source
Nested Schema : items
Type: array
Secure Resources 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