Update Auto Assigned Attendee Numbers Sequences

This API is used to update auto-assigned attendee number sequences.

This API can be accessed by event admin and super admin. Have to pass the authentication key and body parameter autoAssignedAttendeeNumbersSettingsDto to update data.

Response

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
messageThis field contains a message for the response description.
typeThis field contains a type of response description.

Error Codes

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
200Successfully updated sequence
201Created
401You are not authorized to view the resource
403Accessing the resource you were trying to reach is forbidden
404The resource you were trying to reach is not found
4040200Event Not Found
4030201Not Event Host
4065901Sequence name not exist
4065903Ticket type should not empty
4065907Invalid min age and max age
4065908Minimum starting should be greater then zero
4065909Invalid ending number
4065906Some of your excluded numbers have already been assigned. Please review the list of assigned numbers and only exclude numbers which have not already been issued.
4065902The excluded number list is in an invalid format. Please use commas to separate individual numbers (4,11,36) or create ranges with dashes (12-22).
Language
Authorization
Header
Click Try It! to start a request and see the response here!