WellnessLiving Webhooks API
    • Getting Started
    • Appointment
      • Appointment created
      • Appointment updated
    • Business
      • Business updated
    • Class
      • Class created
      • Class updated
    • Client
      • Client created
      • Client updated
    • Location
      • Location created
      • Location updated
    • Purchase
      • Purchase created
      • Purchase refunded
    • Staff
      • Staff created
      • Staff updated
    • Schemas
      • MetaData
      • Gender
      • ImageInfo
      • AppointmentPayload
      • BusinessPayload
      • ClassPayload
      • ClientPhoto
      • ClientPayload
      • LocationAddress
      • LocationLinks
      • LocationPayload
      • MoneySummary
      • PurchaseItem
      • PurchaseCreatedPayload
      • PurchaseRefundedPayload
      • StaffPhoto
      • StaffPayload

    BusinessPayload

    Business webhook payload (updated).

    {
        "a_service_list": {
            "property1": true,
            "property2": true
        },
        "a_tip_predefine": [
            null
        ],
        "id_currency": 0,
        "id_locale": 0,
        "id_rank_type": 0,
        "id_region": 0,
        "is_apply_surcharge": true,
        "is_franchise": true,
        "is_location_multiple": true,
        "is_profile_timezone": true,
        "is_progress_client": true,
        "is_progress_verify": true,
        "is_quiz_available": true,
        "is_tip": true,
        "is_tip_deny": true,
        "is_tip_sign": true,
        "k_business_franchisor": "string",
        "k_business_token": "string",
        "k_currency": "string",
        "s_reply_mail": "string",
        "s_reply_name": "string",
        "text_office_address": "string",
        "text_title": "string",
        "url_facebook": "string",
        "url_google": "string",
        "url_instagram": "string",
        "url_linkedin": "string",
        "url_logo": "string",
        "url_logo_empty": "string",
        "url_twitter": "string",
        "url_website": "string",
        "url_youtube": "string",
        "status": "string",
        "s_version": "string",
        "meta_data": {
            "id": "string",
            "business_id": "string",
            "date": "2019-08-24T14:15:22.123Z",
            "topic": "string",
            "operation": "string",
            "source": "string",
            "version": 0,
            "property1": "string",
            "property2": "string"
        },
        "property1": "string",
        "property2": "string"
    }
    Built with