v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBBulk waybills
Retrieve a load carrier
Returns the details of a load carrier.
get/waybills/{waybill_id}/load_carriers/{id}
Path parameters
waybill_idinteger required
ID of the bulk waybill to find a specific load carrier for.
idinteger required
ID of the load carrier to be retrieved.
Response
Successful.
Example response
{
"id": 1234,
"carrier_reference": "PALLET-001",
"package_type": "PALLET"
}