Get open tender service provider options for one or more shipments

post

/custom-actions/getOpenTenderServiceProviderOptions/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 fetching open tender service provider options. Required for the bulk endpoint and optional for the single-shipment endpoint.
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

OK. Open tender service provider options returned.
Body ()
Root Schema : getOpenTenderServiceProviderOptionsResponse
Type: object
Response containing grouped open tender service provider options.
Show Source
Nested Schema : getOpenTenderServiceProviderOptionsItems
Type: object
Grouped service provider lists returned by the Open Tender action.
Show Source
Nested Schema : infeasibleLaneServiceProviders
Type: array
Lane service providers that are not feasible.
Show Source
Nested Schema : infeasibleOtherServiceProviders
Type: array
Additional service providers that are not feasible.
Show Source
Nested Schema : laneServiceProviders
Type: array
Service providers that are feasible for the lane.
Show Source
Nested Schema : otherServiceProviders
Type: array
Additional service providers returned from saved query or condition criteria.
Show Source
Nested Schema : openTenderServiceProviderOption
Type: object
Service provider returned by the Open Tender action.
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