Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.21 KB

retrieve-business-booking-profile-response.md

File metadata and controls

45 lines (37 loc) · 1.21 KB

Retrieve Business Booking Profile Response

Structure

RetrieveBusinessBookingProfileResponse

Fields

Name Type Tags Description
businessBookingProfile BusinessBookingProfile | undefined Optional -
errors Error[] | undefined Optional Errors that occurred during the request.

Example (as JSON)

{
  "business_booking_profile": {
    "allow_user_cancel": true,
    "booking_enabled": true,
    "booking_policy": "ACCEPT_ALL",
    "business_appointment_settings": {
      "alignment_time": "HALF_HOURLY",
      "any_team_member_booking_enabled": true,
      "cancellation_fee_money": {
        "currency": "USD"
      },
      "cancellation_policy": "CUSTOM_POLICY",
      "location_types": [
        "BUSINESS_LOCATION"
      ],
      "max_booking_lead_time_seconds": 31536000,
      "min_booking_lead_time_seconds": 0,
      "multiple_service_booking_enabled": true,
      "skip_booking_flow_staff_selection": false
    },
    "created_at": "2020-09-10T21:40:38Z",
    "customer_timezone_choice": "CUSTOMER_CHOICE",
    "seller_id": "MLJQYZZRM0D3Y"
  },
  "errors": []
}