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.warrenbuffett.com",
                "first_name": "Warren",
                "last_name": "Buffett",
                "suffix": "Investor",
                "work_phone": "5323967058",
                "company": "Berkshire Hathaway",
                "event": "14632",
                "blog": "wwww.warrenbuffett.com",
                "phone": "9294337867",
                "prefix": "Mr",
                "custom_questions": [
                    {
                        "answer": "text text answer",
                        "question_id": 6
                    },
                    {
                        "answer": 3,
                        "question_id": 10
                    },
                    {
                        "answer": 55,
                        "question_id": 18
                    }],
                "cell_phone": "5706044202",
                "email": "[email protected]",
                "job_title": "CEO",
                "registration_type": 21
            },
            "error": {
                "registration_type": [
                    "Event does not have registration_type."
                ]
            }
        }
    ],
    "created_guests":[{
            "first_name": "Liam",
            "last_name": "Buffett",
            "id": 5124
        }]
}
{
    "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!