v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Bulk waybills

List all bulk waybills

Returns a list of bulk waybills (excluding Base64 PDF).

get/waybills

Query parameters

idinteger

ID for the bulk waybill to be included in the filter

referencestring

Reference for the bulk waybill that need to be considered for filter

carrier_code'bring' | 'pdk'

Carrier code to be included in the filter

Examples: bring

status'open' | 'closed'

Status to be included in the filter

per_pageinteger

For pagination. Defines how many entries are returned per page.

pageinteger

For pagination. Defines which page the results are fetched from.

Response

Successful.

idinteger
referencestring
carrier_codestring
created_atstring date-time

Example response

[
  {
    "id": 23,
    "reference": "CS000000000NO",
    "carrier_code": "bring",
    "created_at": "2018-06-16T06:25:44.557Z",
    "sender": {
      "name": "Min Virksomhed ApS",
      "address1": "Strandvejen 6B",
      "zipcode": "5240",
      "city": "Odense NØ",
      "country_code": "DK"
    },
    "receiver": {
      "name": "Lene Hansen",
      "address1": "Skibhusvej 52",
      "zipcode": "5000",
      "city": "Odense C",
      "country_code": "DK"
    },
    "loading": {
      "name": "Lene Hansen",
      "address1": "Skibhusvej 52",
      "zipcode": "5000",
      "city": "Odense C",
      "country_code": "DK",
      "date": "2019-01-30T13:54:29.000Z"
    },
    "delivery": {
      "name": "Min Virksomhed ApS",
      "address1": "Strandvejen 6B",
      "zipcode": "5240",
      "city": "Odense NØ",
      "country_code": "DK"
    },
    "shipment": {
      "id": 123456
    }
  }
]