Resource Types: Overview of Methods
Resource types are needed to categorize booking objects. For example, the Meeting Rooms type includes rooms for meetings, while the Chery type refers to cars of a specific brand.
With resource types, you can:
- group similar objects,
- configure notification templates for clients,
- filter bookings.
Quick navigation: all methods
Connection of Resource Types with Other Objects
Resource. Use the id of the resource type in the typeId parameter of the booking.v1.resource.* methods.
Features of Working with Resource Types
You can create resource types through the Bitrix24 interface or using the booking.v1.resourceType.add method. To modify or delete, use only the booking.v1.resourceType.update and booking.v1.resourceType.delete methods.
Overview of Methods
Scope:
bookingWho can perform the method: any user
|
Method |
Description |
|
Adds a new resource type |
|
|
Updates a resource type |
|
|
Retrieves a resource type |
|
|
Retrieves a list of resource types |
|
|
Deletes a resource type |