v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Bulk waybills

List all load carriers

Returns a list of all load carriers that have been added to the bulk waybill.

get/waybills/{waybill_id}/load_carriers

Path parameters

waybill_idinteger required

ID of the bulk waybill to fetch all load carriers for.

Response

Successful.

idinteger

Unique identifier of the load carrier.

carrier_referencestring

Carrier generated reference number of the load carrier

package_type'PALLET' | 'H_PALLET' | 'Q_PALLET' | 'S_PALLET' | 'PARCEL' | 'CAGE' | 'BOX' | 'ENVELOPE'

Type of load carrier

Example response

[
  {
    "id": 1234,
    "carrier_reference": "PALLET-001",
    "package_type": "PALLET"
  }
]