cURL
curl --request PATCH \ --url https://api-alpha.fourvenues.com/integrations/bookings/{bookingId}/space \ --header 'Content-Type: application/json' \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "space_names": "1, 2, 3" } '
{ "success": true }
Update the space of a booking.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Id of the booking
Body of the request
Space names for the reservation. Separated by commas.
"1, 2, 3"
HTTP OK
true