Logo PopinaPopina API

Update a booking

Allows google to send us information in update an existing booking.

POST/v3/UpdateBooking
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

booking

Response Body

application/json

curl -X POST "http://localhost:4008/v3/UpdateBooking" \  -H "Content-Type: application/json" \  -d '{    "booking": {      "booking_id": "string",      "status": "CANCELED"    }  }'
{
  "booking": {
    "booking_id": "string",
    "status": "CANCELED",
    "slot": null
  }
}