Resource Type Object


A resource type is a classification of resources. For example room, equipment, or vehicle. Customers can only book services if at least 1 resource for every resource type connected to the service is available during the requested time.

Properties
createdDatestringRead-onlyformat date-time

Time in YYYY-MM-DDThh:mm:ss.sssZ format the resource type was created.


extendedFieldsExtendedFields

Extensions enabling users to save custom data related to the resource type.


idstringRead-onlyformat GUID

Resource type ID.


namestringmaxLength 40minLength 1

Name of the resource type. For example, meeting room. The name must be unique per site.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the resource type is updated. To prevent conflicting changes, the current revision must be passed when updating the resource type.


updatedDatestringRead-onlyformat date-time

Time in YYYY-MM-DDThh:mm:ss.sssZ format the resource type was last updated.

Did this help?