Save a single guest for an event using a specific Event ID.

{
    "detail": "Your session has expired. Please relogin"
}
{
    "registration_type": [
        "Event does not have registration_type."
    ]
}
{
    "first_name": [
        "This field is required."
    ]
}
{
    "first_name": [
        "This field may not be blank."
    ]
}
{
    "custom_questions": [
        "question_id must be integer."
    ]
}
{
    "custom_question": [
        "question(98) does not exists."
    ]
}
{
    "custom_questions": [
        "answer not found for question (9)."
    ]
}
{
    "custom_questions": [
        "answer for question (9) must be integer."
    ]
}
{
    "custom_questions": [
        "answer for question (8) must be a list."
    ]
}
{
    "custom_questions": [
        "answer for question (8) must be a list of ids as integer."
    ]
}
{
    "custom_questions": [
        "answer (56) not found for question (8)."
    ]
}
{
    "custom_questions": [
        "question (8) defined multiple times."
    ]
}
{
    "nfc_tag": [
        "NFC tag already exists in your guestlist."
    ]
}
{
    "barcode": [
        "barcode already exists in your guestlist."
    ]
}
{
    "nfc_tag": [
        "NFC tag cannot be empty"
    ]
}
{
    "barcode": [
        "Barcode cannot be empty"
    ]
}
{
    "barcode": [
        "Barcode already exists in your guestlist."
    ],
    "conflicted_guest_id": [
        "260"
    ]
}
Language
Click Try It! to start a request and see the response here!