PROS Transportation and Logistics service (4.0)

Download OpenAPI specification:Download

Multi tenant service that orchestrates cargo routing and price requests

priceRoutes

Get prices for the given routes

Request Body schema: application/json
required
object (Header_Api)
required
object (RouteHeader_Api)
required
object (Shipment_Api)
required
Array of objects (RouteDetails_Api)
Array of objects (Rate_Api)

Responses

Request samples

Content type
application/json
{
  • "header": {
    },
  • "routeHeader": {
    },
  • "shipment": {
    },
  • "routes": [
    ],
  • "rates": [
    ]
}

Response samples

Content type
application/json
{
  • "header": {
    },
  • "routes": [
    ],
  • "openRates": [
    ],
  • "rates": [
    ]
}