Get service provider options for a shipment

post

/custom-actions/getServiceProviderOptions/shipments/{shipmentId}

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request body for service provider options (optional).
Show Source
  • pks
    Array of shipment PKs when not using path id.
  • If not provided, the value will depend on the property glog.webserver.shipment.changeSP.showpreferredOnly.
  • If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreEquipment.
  • If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreMode.
  • If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreServiceTime.
  • If not provided, the value will depend on the property glog.webserver.shipment.changeSP.showDigitalFreightRates.
Nested Schema : pks
Type: array
Array of shipment PKs when not using path id.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK. Service provider options returned.
Body ()
Root Schema : getServiceProviderOptionsResponse
Type: object
Response containing service provider options for the shipment.
Show Source
Nested Schema : items
Type: array
List of service provider options.
Show Source
Nested Schema : getServiceProviderOptionsResultItem
Type: object
Service provider option for the shipment
Show Source
Nested Schema : capacityUsage
Capacity Usage Details
Match All
Capacity Usage Details
Show Source
Nested Schema : co2Emission
CO2 Emissions Details
Match All
CO2 Emissions Details
Show Source
Nested Schema : co2EqEmission
CO2 Equivalent Emissions Details
Match All
CO2 Equivalent Emissions Details
Show Source
Nested Schema : commitmentAllocation
Commitment Allocation Details
Match All
Commitment Allocation Details
Show Source
Nested Schema : commitmentCount
Commitment Count Details
Match All
Commitment Count Details
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 : totalCost
Total Cost
Match All
Total Cost
Show Source
Nested Schema : totalWeightedCost
Total Weighted Cost
Match All
Total Weighted Cost
Show Source
Nested Schema : capacityUsageType
Type: object
Show Source
Nested Schema : amountType
Type: object
Show Source
Nested Schema : commitmentAllocationType
Type: object
Show Source
Nested Schema : commitmentCountType
Type: object
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