Buzzin Documentation
    Buzzin Documentation
    • Getting Started
      • Overview
    • API Reference
      • Logs
        • Get filtered Events logs
      • Accesses
        • Create new QR Access
      • Users
        • Create new Property Manager
        • Update existing Property Manager
    • Schemas
      • Enter Events
      • Leave Event
      • Property Admin

    enterEvent(Enter Events)

    {
        "_id": "string",
        "type": "enterEvents",
        "propertyId": "string",
        "deviceId": "string",
        "flatId": "string",
        "hostId": "string",
        "date": 0,
        "message": "string",
        "entryType": "string",
        "guestId": "string",
        "guestName": "string",
        "guestMobileNumber": "string",
        "left": true,
        "extraField": "string",
        "secondExtraField": "string",
        "isDigitalCard": true,
        "additionalFlatsIds": [
            "string"
        ],
        "accessId": "string",
        "emiratesData": {
            "mrzData": {}
        }
    }
    Built with