Resources: Overview of Methods
Resources are objects that can be reserved: rooms, equipment, services, and so on.
Quick navigation: all methods
User documentation: Add a resource to Booking section
Connection of Resources with Other Objects
Reservation. Pass the id of the resources in the resourceIds parameter of the booking.v1.booking.* methods. A single reservation can include multiple resources.
Additional Settings for Resources
Resource Type. To create, modify, delete, or find a resource type, use the methods from the booking.v1.resourceType.* group. Additionally, these methods allow you to configure activity and message templates. These settings are applied by default when creating a resource of the specified type.
Slots. To configure the times when a resource is available for booking, use the methods from the booking.v1.resource.slots.* group. For example, you can set the resource's availability only on Tuesdays and Thursdays from 11:00 AM to 3:00 PM.
Overview of Methods
Scope:
bookingWho can perform the method: any user
|
Method |
Description |
|
Adds a new resource |
|
|
Deletes a resource |
|
|
Retrieves a resource |
|
|
Retrieves a list of resources |
|
|
Updates a resource |