Booking

The representation of a booking is called a Booking object. Bookings are identified by a unique incremental ID.

Attribute

Type

Description

id

integer

Unique identifier for the booking.

code

string

Visual identifier code of the booking.

inactive

integer

Possible values are :

  • 0: Booking is active

  • 1: Booking is inactive

pickup_date

date

Pickup date of the booking.

delivery_date

date

Delivery date of the booking.

client_id

integer

Client ID of the booking.

contact

string

Contact name of the booking.

contact_phone

string

Contact phone of the booking.

contact_fax

string

Contact fax of the booking.

distance

numeric

Total distance of the booking (mile vs km depends on the system settings).

po_num

string

PO number of the booking.

comm_num

string

Order number of the booking.

bol_num

string

BOL number of the booking.

invoice

numeric

Invoice number of the booking.

price

numeric

Total price of the booking.

creation_date

date

Created date.

items

array

List of the items (load) in the booking (description,value,length,width,height,number,weight,total,details).

Last updated