Create an event resource (a room or item that events in the listed spaces can reserve).
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
ResourceName
Location
Description
EventResourceTypeID
SpaceIDCSV
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/events/resources
{ "ResourceName": "Conference Room A", "Location": "Office Building A", "Description": "Place for large meetings", "EventResourceTypeID": 1, "SpaceIDCSV": "205,206,207" }
{ "IsError": false, "ResponseMessage": "Communifire.Common.BusinessEntities.Events.EventResource", "ResponseData": { "ResourceID": 31, "ResourceName": "Conference Room A 71ba", "Location": "Office Building A", "Description": "Place for large meetings", "EventResourceTypeID": 1, "CalendarURL": "/events/resources/31/calendar", "SpaceIDCSV": "205,206,207", "DateCreated": "2026-09-05T05:51:15.8451268Z", "TenantID": 1 } }
{"IsError": true, "ResponseMessage": "System.Data.SqlClient.SqlException (0x80131904): Procedure or function 'Dyve_Event_Resource_Save' expects parameter '@ResourceName', which was not supplied.\r\n at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, ...)
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42872/rest-api-create-event-resource
Your session has expired. You are being logged out.