Resource Types: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Resource types are needed to categorize booking objects. For example, one type can group meeting rooms, while another can group company vehicles.
With resource types, you can:
- group similar objects
- configure notification templates for clients
- filter bookings
Quick navigation: all methods
How to Start
- Create a resource type using booking.v1.resourceType.add
- Retrieve the type
idusing booking.v1.resourceType.list - Pass the type
idin thetypeIdparameter of booking.v1.resource.add
Relationship 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 |