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

    LocationPayload

    Location webhook payload (created/updated).

    {
        "id": "string",
        "title": "string",
        "email_address": "string",
        "timezone": "string",
        "description": "string",
        "age": [
            null
        ],
        "ammenities": [
            null
        ],
        "level": [
            null
        ],
        "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"
        },
        "slider": [
            null
        ],
        "hours_of_operation": [
            null
        ],
        "address": {
            "latitude": 0,
            "longitude": 0,
            "phone_number": "string",
            "address": {
                "address_1": "string",
                "city": "string",
                "postal_code": "string",
                "state": "string",
                "state_code": "string",
                "country": "string",
                "property1": "string",
                "property2": "string"
            },
            "property1": "string",
            "property2": "string"
        },
        "links": {
            "property1": "string",
            "property2": "string"
        },
        "business": {
            "id": 0,
            "business_type": {
                "id": 0,
                "name": "string",
                "property1": "string",
                "property2": "string"
            },
            "property1": "string",
            "property2": "string"
        },
        "is_remove": "string",
        "property1": "string",
        "property2": "string"
    }
    Built with