Booking Categories

A value used to group bookings for reporting and apply control groups to bookings.

Http Verb Operation
Get ReferenceData/BookingCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a Booking Category by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/BookingCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a Booking Category by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/BookingCategories?filter={filter}&maintenanceMode={maintenanceMode} Get all Booking Categories. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/BookingCategories?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all Booking Categories. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/BookingCategories/Summary Get a summary representation of all Booking Categories.
GET Method: GetSummaries, URL: ReferenceData/BookingCategories/Summary Test

Get a summary representation of all Booking Categories.

Create ReferenceData/BookingCategories Create a new Booking Category.
POST Method: Create, URL: ReferenceData/BookingCategories Test

Create a new Booking Category.

Update ReferenceData/BookingCategories/{id} Update an existing Booking Category.
PUT Method: Update, URL: ReferenceData/BookingCategories/{id} Test

Update an existing Booking Category.

Delete ReferenceData/BookingCategories/{id} Delete an existing Booking Category.
DELETE Method: Delete, URL: ReferenceData/BookingCategories/{id} Test

Delete an existing Booking Category.