PUT /bookings/{bookingId}

PUT /bookings/{bookingId}

PUT / bookings/{bookingId}

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

It allows modification of booking-specific details such as start time, end time, and description.
The booking to be updated is identified using the bookingId provided in the request path.

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

Required Fields

  • startTime : The time of the booking is started.

  • endTime : The time of the booking is ended.

{ "startTime": "2025-02-15T09:00:00.000Z", "endTime": "2025-02-15T10:00:00.000Z", "description": "Drop-off for estimate - rescheduled" }