post https://api.accelevents.com/rest/events//staff/checkAttendeeCSV
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.
Attribute | Description |
---|---|
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 Code | Error Description |
---|---|
200 | CSV uploaded successfully, We will notify you soon by email. |
201 | Created. |
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4060053 | Please convert event to non-recurring OR contact to support team to make it non-recurring event. |
4060087 | Attendees upload not allowed for free plan. |
4060049 | Some of the fields having empty field in upload CSV. |
4060050 | Email field should contain single email value. |
4060074 | Email is not valid, please enter valid email. |
4069101 | Only 50 Characters are allowed in firstName. |
4069102 | Only 50 Characters are allowed in lastName. |
4069103 | Only 75 Characters are allowed in email. |
4060051 | Order Id have must number only. |
4060048 | Upload file headers name are not correct or not in proper sequence. It should be Transaction Id,First Name,Last Name,Email. |