Save a batch of guests for an event using a specific Event ID. Maximum number of guests can be saved in one request is 50.

{
    "detail": "Your session has expired. Please relogin"
}
{
    "errors": [
        {
            "guest": {
                "website": "www.boomset.com",
                "first_name": "Boomie",
                "last_name": "Boom-Boom",
                "suffix": "suffix",
                "created": "2020-03-20T07:47:40",
                "work_phone": "5323967058",
                "selfie": "",
                "barcode": "164",
                "objstatus": "1",
                "modified": "2020-03-20T07:47:40",
                "event": "24",
                "blog": "wwww.nilay.com",
                "phone": "9294337867",
                "prefix": "pre",
                "email": "[email protected]",
                "source": "27",
                "job_title": "Regular",
                "company": "Boomset",
                "id": 11,
                "registration_type": 21
            },
            "error": {
                "barcode": [
                    "Barcode already exists in your guestlist."
                ],
                "conflicted_guest_id": [
                    "164"
                ]
            }
        }
    ],
    "updated_guests": [
        {
            "first_name": "boomie",
            "last_name": "Boomstar",
            "id": 163
        }
    ]
}
{
    "details": "There is an error in POST data. Please check key values in your POST data."
}
{
    "details": "The limit for Batch Guest Creation is 50. Please reduce the number of new guests you want to create."
}
Language
Click Try It! to start a request and see the response here!