POST / bookings/{bookingId}

POST / bookings/{bookingId}

POST / bookings/ {bookingId}

This endpoint is used to cancel an existing booking in the BodyShop Booster system.

The booking to be cancelled is identified using the bookingId provided in the request path.
An optional cancellation note can be included to capture the reason for cancellation.

 

Environment

Region

URL

Documentation

Environment

Region

URL

Documentation

Staging

US

https://stg.us-east-1.api.bodyshopbooster.com/open-api/v1/bookings/{bookingId}

https://stg.us-east-1.api.bodyshopbooster.com/open-api/swagger

 

Canada

https://stg.ca-central-1.api.bodyshopbooster.com/open-api/v1/bookings/{bookingId}

https://stg.ca-central-1.api.bodyshopbooster.com/open-api/swagger

Production

US

https://us-east-1.api.bodyshopbooster.com/open-api/v1/bookings/{bookingId}

https://us-east-1.api.bodyshopbooster.com/open-api/swagger

 

Canada

https://ca-central-1.api.bodyshopbooster.com/open-api/v1/bookings{bookingId}

https://ca-central-1.api.bodyshopbooster.com/open-api/swagger

 

Request Payload

{ "cancelNote": "Customer requested to reschedule to next week." }