v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Documents

Retrieve an End of Day list

Returns an End of Day list for a specific carrier, with all shipments set to be picked up in the selected time.

get/documents/end_of_day

Query parameters

carrier_code'airmee' | 'alpi' | 'asendia' | 'b2c_europe' | 'best' | 'bft' | 'bhs_logistics' | 'bpost' | 'bring' | 'brink' | 'budbee' | 'burd' | 'bws' | 'city_mail' | 'cm_transport' | 'collicare' | 'dachser' | 'dansk_distribution' | 'dansk_distribution_brabrand' | 'dansk_distribution_taulov' | 'dao' | 'db_schenker' | 'deutsche_post' | 'dfm' | 'dhl_express' | 'dhl_freight_se' | 'dhl_parcel' | 'dpd' | 'dsv' | 'dsv_parcel' | 'dsv_xpress' | 'early_bird' | 'esbjerg_gods' | 'esbjerg_gods_sjaelland' | 'fed_ex' | 'freja' | 'geodis' | 'gls' | 'gls_de' | 'gordon' | 'helthjem' | 'instabox' | 'interfjord' | 'jetpak' | 'jetpak_se' | 'jjd' | 'joervi_transport' | 'kht' | 'leman' | 'lgt_logistics' | 'link_logistics' | 'mover' | 'nonbo_fragt' | 'packeta' | 'pdk' | 'posti' | 'post_nl' | 'post_nord' | 'sand_distribution' | 'sdl' | 'simptra' | 'tjw' | 'tnt' | 'unspecified' | 'ups' | 'webrinq' | 'xpressen' required

Carrier code of the carrier you want to retrieve the list for.

from_timestring date-time required

"From" timestamp for the end of day list. Examples:

  • 2018-06-19T11:00:00.305+02:00
  • 2018-06-19 will be transformed into 2018-06-19T00:00:00.000+02:00
to_timestring date-time required

"To" timestamp for the end of day list. Examples:

  • 2018-06-20T11:00:00.305+02:00
  • 2018-06-20 will be transformed into 2018-06-20T00:00:00.000+02:00

Response

Successful.

base64string

PDF file of the document in Base64 format.

Example response

{
  "base64": "JVBERi0xLjMKJf//////AAAAAA..."
}