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: booking

Who can perform the method: any user

Method

Description

booking.v1.resourceType.add

Adds a new resource type

booking.v1.resourceType.update

Updates a resource type

booking.v1.resourceType.get

Retrieves a resource type

booking.v1.resourceType.list

Retrieves a list of resource types

booking.v1.resourceType.delete

Deletes a resource type