Booking

Time Slot Management bookings that are sent to your system have the following attributes:

Attribute

Description

Type (Length)

Example

Mandatory

Attribute

Description

Type (Length)

Example

Mandatory

carrier_creditor_number

Carrier creditor number

CHAR(50)

CARRIER123

False

carrier_name

Company name of carrier

CHAR(50)

Transporeon GmbH

False

comment

Booking comment, free text

CHAR(3000)

Booking comment

False

create_timestamp

Timestamp of the booking creation

CHAR(29)

2022-04-07T17:11:41+02:00

True

dispatch_status_entries

Includes all status entry elements

True

driver_mobile

Mobile phone number of the driver

CHAR(50)

+491234567890

False

driver_name

Name of the driver

CHAR(50)

John Doe

False

extensions

A list of extension elements

True

from_timestamp

Date and time of the booked period beginning

CHAR(29)

2022-04-08T14:00:00+02:00

True

gate

Name of the gate where a time slot is booked

CHAR(50)

Loading Zone 1

True

id

Booking id

INTEGER

2354589697

True

licence_plate

Licence plate number of the vehicle

CHAR(50)

UL-TP 123

False

location

Name of the location where a time slot is booked

CHAR(50)

Ulm

True

necessary_slots

Number of time slots that are used for the booking

INTEGER

2

False

status

Indicates the booking status

Status

  • BOOKED: Regular booking has been created or updated

  • RESERVED: A reservation for a time slot has been made

  • LOCKED: A time slot has been locked, this means it is no longer available to book

  • DELETED: A booking / reservation / lock has been deleted

CHAR(20)

BOOKED

True

timestamp

Timestamp of the event that triggered the message

CHAR(29)

2022-04-08T17:26:05+02:00

True

transport_number

Booking number, if booking is relevant to a transport it equals transport number

CHAR(50)

ABC123

True

until_timestamp

End of booked period

CHAR(29)

2022-04-10T15:00:00+02:00

True