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

    AppointmentPayload

    Appointment webhook payload (created/updated).

    {
        "k_service": "string",
        "k_service_category": "string",
        "s_service": "string",
        "i_duration": 0,
        "i_duration_real": 0,
        "s_duration": "string",
        "f_deposit": "string",
        "f_offline_max": "string",
        "f_offline_min": "string",
        "f_online": "string",
        "i_capacity": "string",
        "i_price": {
            "value": 0,
            "name": "string",
            "property1": "string",
            "property2": "string"
        },
        "id_book_flow": {
            "value": 0,
            "name": "string",
            "property1": "string",
            "property2": "string"
        },
        "id_service_require": {
            "value": 0,
            "name": "string",
            "property1": "string",
            "property2": "string"
        },
        "is_bookable": true,
        "is_virtual": true,
        "is_active": "string",
        "html_description": "string",
        "xml_description": "string",
        "html_description_short": "string",
        "xml_description_short": "string",
        "html_special": "string",
        "xml_special": "string",
        "a_config": {
            "property1": "string",
            "property2": "string"
        },
        "a_search_tag": [
            null
        ],
        "a_class_tab": [
            "string"
        ],
        "a_image": {
            "i_height": 0,
            "i_width": 0,
            "is_empty": true,
            "s_url": "string",
            "text_url": "string",
            "thumbnail": "string",
            "url": "string",
            "height": 0,
            "width": 0,
            "property1": "string",
            "property2": "string"
        },
        "a_direct_link": [
            {
                "k_class_tab": "string",
                "url_book": "string",
                "property1": "string",
                "property2": "string"
            }
        ],
        "locations": [
            {
                "k_location": "string",
                "k_business": "string",
                "s_title": "string",
                "text_address": "string",
                "text_city": "string",
                "text_region": "string",
                "text_country": "string",
                "text_postal": "string",
                "f_latitude": "string",
                "f_longitude": "string",
                "url_logo": "string",
                "url_logo_source": "string",
                "a_timezone": {
                    "k_timezone": "string",
                    "text_abbr": "string",
                    "text_name": "string",
                    "property1": "string",
                    "property2": "string"
                },
                "property1": "string",
                "property2": "string"
            }
        ],
        "staff": [
            {
                "k_staff": "string",
                "s_staff": "string",
                "s_position": "string",
                "uid": "string",
                "s_name": "string",
                "s_surname": "string",
                "url_image": "string",
                "id_gender": {
                    "value": 0,
                    "name": "string",
                    "property1": "string",
                    "property2": "string"
                },
                "property1": "string",
                "property2": "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