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

    StaffPayload

    Staff webhook payload (created/updated).

    {
        "id": "string",
        "uid": "string",
        "business_id": "string",
        "gender": {
            "id": 0,
            "name": "string",
            "property1": "string",
            "property2": "string"
        },
        "a_location_work": [
            0
        ],
        "a_photo": [
            {
                "k_staff": "string",
                "uid": "string",
                "i_height": 0,
                "i_width": 0,
                "is_empty": true,
                "s_url": "string",
                "text_name": "string",
                "property1": "string",
                "property2": "string"
            }
        ],
        "html_biography": "string",
        "s_biography": "string",
        "html_first": "string",
        "html_last": "string",
        "s_name": "string",
        "s_family": "string",
        "s_position": "string",
        "text_business_role": "string",
        "text_full_name": "string",
        "is_publish_business_page": true,
        "is_classes_events": true,
        "is_schedule_enabled": true,
        "k_location": "string",
        "url_schedule": "string",
        "is_remove": "string",
        "property1": "string",
        "property2": "string"
    }
    Built with