Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 830 Bytes

retrieve-location-booking-profile-response.md

File metadata and controls

28 lines (20 loc) · 830 Bytes

Retrieve Location Booking Profile Response

Structure

RetrieveLocationBookingProfileResponse

Fields

Name Type Tags Description
locationBookingProfile LocationBookingProfile | undefined Optional The booking profile of a seller's location, including the location's ID and whether the location is enabled for online booking.
errors Error[] | undefined Optional Errors that occurred during the request.

Example (as JSON)

{
  "errors": [],
  "location_booking_profile": {
    "booking_enabled": true,
    "booking_site_url": "https://square.site/book/L3HETDGYQ4A2C/prod-business",
    "location_id": "L3HETDGYQ4A2C",
    "online_booking_enabled": false
  }
}