- Get a transport request with specified business id
Get a list of all transport requests by ids
Get a list of transport request by filter criteria
Upsert a Transport Request with specified business id
Delete a transport request with specified Id
Get a transport request w...
Retrieve a single Transport Request by its business id.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/transport-requests/{business_id}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/transport-requests/{business_id}
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/transport-requests/{business_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Conundra-Unwrap: string'Response
{ "data": { "business_id": "transportRequestA", "transport_category": "transportCategoryA", "client": "companyId", "earliest_start_at": "2021-01-01T10:15:30Z", "description": "a description", "orders": { … }, "custom_data": { … }, "etag": "W/\"1\"", "version": { … } } }