Resource Data Type

Booking resource.

Subtypes
Schedule, AppointmentType, Location
Properties
name data type description
id number Returns the entity identifier.
name string Returns the entity name.

Example

{
  "id" : 12345,
  "name" : "..."
}