BookingType

Booking types [BookingType] are used for classification of bookings. Examples of booking types may include billable, non-billable, or business development.

XML

SOAP

REST

Database table

Object

BookingType

oaBookingType

booking_type

Supported Commands

Add, Read, Modify

add(), read(), modify(), upsert()

The BookingType object has the following standard properties:

Note:

BookingType object properties may also include custom fields. The object type supports the custom equal to read method and the enable_custom read attribute.

XML / SOAP

XML / SOAP

Description

active

active

A 1/0 field specifying if the type is active.

approval_status

approval_status

A one-character string indicating the approval status of the booking request. Possible values:

  • O - Open

  • S - Submitted

  • A - Approved

  • R - Rejected

created

created

[Read-only] Time the record was created.

See Date Fields

default_for_approval_status

default_for_approval_status

A “1/0” field indicating whether this is the default booking type used when the approval status changes.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

name

name

The name of the booking type.

notes

notes

Booking notes.

picklist_label

Label as shown on form picklist.

priority

priority

The priority of the booking type (1 – 9).

updated

updated

[Read-only] Time the record was last modified.

See Date Fields