Add or Update Blockout Space
Add or Update Space Blockout
POST
[PlatformAddress]/api/1.0/venue?action=addOrUpdateSpaceBlockout
Example Request
Add Space Blockout
Update Space Blockout
Returns
Property | Description |
---|---|
success | Whether or not the Space Blockout was added to the venue |
id | The unique id of the Space Blockout |
Throws
Code | Description |
---|---|
Specific Code: 24270 | The request is empty |
Specific Code: 24271 | The Space Blockout does not exist |
Specific Code: 24272 | The Space Blockout details are invalid |
Specific Code: 24273 | An unknown error has occurred |
This call takes values for a Space Blockout, and either
Updates the values for that Space Blockout (after you have provided an id in the parameters), or
Adds the Space Blockout to the system (if the id parameter is missing)
The result of this call will contain the status of the result (either true or false) and the Space Blockout identifier of the updated or newly created Space Blockout.
Last updated