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

    ClassPayload

    Class webhook payload (created/updated).

    {
        "k_class": "string",
        "text_title": "string",
        "is_bookable": true,
        "is_event": true,
        "is_virtual": true,
        "is_single_buy": true,
        "is_online_private": true,
        "is_promotion_client": true,
        "is_promotion_only": true,
        "is_promotion_staff": true,
        "url_image": "string",
        "html_description": "string",
        "xml_description": "string",
        "html_special_instruction": "string",
        "xml_special_instruction": "string",
        "has_own_image": true,
        "a_config": {
            "property1": "string",
            "property2": "string"
        },
        "a_search_tag": [
            null
        ],
        "a_visits_required": [
            null
        ],
        "a_class_tab": [
            "string"
        ],
        "a_schedule": [
            {
                "property1": "string",
                "property2": "string"
            }
        ],
        "staff": [
            {
                "property1": "string",
                "property2": "string"
            }
        ],
        "locations": [
            {
                "property1": "string",
                "property2": "string"
            }
        ],
        "is_active": "string",
        "is_remove": "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