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

    ClientPayload

    Client webhook payload (created/updated).

    {
        "uid": "string",
        "s_first_name": "string",
        "s_last_name": "string",
        "s_mail": "user@example.com",
        "s_phone": "string",
        "s_phone_home": "string",
        "s_phone_work": "string",
        "dt_add": "string",
        "dt_birth": "string",
        "k_city": "string",
        "k_login_type": "string",
        "text_login_type": "string",
        "s_member": "string",
        "text_address": "string",
        "text_city": "string",
        "text_postal": "string",
        "a_member_group": [
            null
        ],
        "a_photo": {
            "i_height": 0,
            "i_width": 0,
            "url_photo": "string",
            "property1": "string",
            "property2": "string"
        },
        "gender": {
            "id": 0,
            "name": "string",
            "property1": "string",
            "property2": "string"
        },
        "has_discount": true,
        "is_customer_new": true,
        "is_traveller": true,
        "url_photo": "string",
        "status": "string",
        "s_version": "string",
        "is_active": "string",
        "property1": "string",
        "property2": "string"
    }
    Built with