Update Calendar Resource
PUT/calendars/resources/:resourceType/:id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Update calendar resource by ID (Services V1)
Request
Version stringrequired
API Version
Available options
v3resourceType stringrequired
Calendar Resource Type
Available options
equipmentsroomsid stringrequired
Calendar Resource ID
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstring
Location ID
namestring
Name of the calendar resource
descriptionstring
Description of the calendar resource
quantitynumber
Quantity of the equipment.
outOfServicenumber
Quantity of the out of service equipment.
capacitynumber
Capacity of the room.
calendarIdsstring[]
Service calendar IDs to be mapped with the resource.
One equipment can only be mapped with one service calendar.
One room can be mapped with multiple service calendars.
Possible values: <= 100
isActiveboolean
{
"locationId": "ocQHyuzHvysMo5N5VsXc",
"name": "Projector",
"description": "Main conference room projector",
"quantity": 5,
"outOfService": 1,
"capacity": 20,
"calendarIds": [
"Jsj0xnlDDjw0SuvX1J13"
],
"isActive": true
}
Calendar resource updated
- application/json
- Schema
- Example (auto)
Schema
locationIdstringrequired
Location ID of the resource
namestringrequired
Name of the resource
resourceTypestringrequired
Type of the calendar resource
Available options
equipmentsroomsisActivebooleanrequired
Whether the resource is active
descriptionstring
Description of the resource
quantitynumber
Quantity of the resource
outOfServicenumber
Indicates if the resource is out of service
capacitynumber
Capacity of the resource
{
"locationId": "ocQHyuzHvysMo5N5VsXc",
"name": "yoga room",
"resourceType": "rooms",
"isActive": true,
"description": "Spacious yoga studio",
"quantity": 3,
"outOfService": 0,
"capacity": 85
}