The booking profile of a seller's location, including the location's ID and whether the location is enabled for online booking.
Location Booking Profile
Name | Type | Tags | Description |
---|---|---|---|
location_id |
str |
Optional | The ID of the location. |
booking_site_url |
str |
Optional | Url for the online booking site for this location. |
online_booking_enabled |
bool |
Optional | Indicates whether the location is enabled for online booking. |
{
"location_id": "location_id8",
"booking_site_url": "booking_site_url4",
"online_booking_enabled": false
}