Check Attendee CSV have Correct Records

This API used to check attendee CSV have correct records associated with the specified event.
This API can be access by event admin and super admin. It will return event data like allowToUpload, amount and last4.
To call this API, user have to pass query param with API URL like eventurl, multiPartFile and authentication key to authenticate user.

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API execute successfully.

AttributeDescription
allowToUpload It's contains the information of uploaded CSV are allow or not.
amount It's contains the amount we charge for upload CSV.
last4 It's contains the last four digit for upload CSV.

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

Error CodeError Description
200CSV uploaded successfully, We will notify you soon by email.
201Created.
400The request could not be understood by the server due to malformed syntax.
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.
4060053Please convert event to non-recurring OR contact to support team to make it non-recurring event.
4060087Attendees upload not allowed for free plan.
4060049Some of the fields having empty field in upload CSV.
4060050Email field should contain single email value.
4060074Email is not valid, please enter valid email.
4069101Only 50 Characters are allowed in firstName.
4069102Only 50 Characters are allowed in lastName.
4069103Only 75 Characters are allowed in email.
4060051Order Id have must number only.
4060048Upload file headers name are not correct or not in proper sequence. It should be Transaction Id,First Name,Last Name,Email.
Language
Authorization
Header
Click Try It! to start a request and see the response here!