cURL
curl --request PUT \ --url https://api-alpha.fourvenues.com/integrations/bookings/{bookingId}/status \ --header 'Content-Type: application/json' \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>' \ --data '{ "status": "accepted" }'
{ "success": true }
Update the status 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
The body is of type object.
object
HTTP OK
The response is of type object.