Skip to main content

Reservations

View Reservations in Xurrent Developer Documentation.

Properties​

Reading​

The following properties can be accessed when reading a record.

  • audit - collection of audit entries
  • ci - reference to CIs
  • created_at
  • end_at
  • id
  • name
  • nodeID
  • only_this_occurrence
  • person - reference to people
  • preparation_start_at
  • recurrence - reference to recurrence
  • request - reference to requests
  • reservation_offering - reference to reservation_offerings
  • source
  • sourceID
  • start_at
  • status
  • updated_at

Writing​

The following properties can be specified when creating or updating a record.

  • ci_id - reference to CIs
  • end_at
  • name
  • only_this_occurrence
  • person_id - reference to people
  • recurrence_id - reference to recurrence
  • request_id - reference to requests
  • reservation_offering_id - reference to reservation_offerings
  • source
  • sourceID
  • start_at
  • status

Referenced by​