ResourceRequestQueue

A resource request queue [ResourceRequestQueue] is a container of search criteria, pending bookings for resources matching the search criteria, and bookings created from pending bookings.

XML

SOAP

REST

Database table

Object

ResourceRequestQueue

oaResourceRequestQueue

resource_request_queue

Supported Commands

Add, Read, Modify, Delete

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

The ResourceRequestQueue object has the following standard properties:

Note:

ResourceRequestQueue 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

Database

Description

booking_type_id

booking_type_id

The booking type of bookings created for this resource request queue.

created

created

[Read-only] Time the record was created. See Date Fields.

customerid

customer_id

[Required] The ID of the associated customer.

date_end

date_end

[Required] The ending date of the resource request queue. See Date Fields. date_start and date_end must define a valid date range.

date_start

date_start

[Required] The starting date of the resource request queue. See Date Fields. date_start and date_end must define a valid date range.

external_id

external_id

If the record was imported from an external system you store the unique external record ID here.

id

id

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

name

name

The name of the resource request queue.

notes

notes

Notes field.

number

number

The resource_request_queue tracking number. Assigned automatically if not set when adding a resource request. Must be unique.

percent_fulfilled

percent_fulfilled

Percent fulfilled for the resource request queue.

projectid

projectid

[Required] The ID of the associated project.

resource_request_id

resource_request_id

The ID of the associated resource request.

resourcesearch_id

resourcesearch_id

The ID of the associated base resource search.

If resourcesearch_id is empty when adding a resource research queue, the API creates an empty resource search and sets resourcesearch_id to the internal ID of this empty resource search.

slots

slots

The number of slots available in this queue.

status

status

The status of the resource request queue:

  • 'O' - Open

  • 'P' - Partial

  • 'S' - Complete

  • 'C' - Canceled

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.