This request is used to create a registration type for an event. Registration types are needed for adding attendees.

Responses

{
    "detail": "Your session has expired. Please relogin"
}
{
    "type": [
        "This field is required."
    ]
}
{
    "name": [
        "This field is required."
    ]
}
{
    "name": [
        "This field may not be blank."
    ]
}
{
    "description": [
        "This field is required."
    ]
}
{
    "details": [
        "Error while creating registration type due to data integrity."
    ]
}
Language
Click Try It! to start a request and see the response here!