Add an attendee
You can add type of user e.g. Ateendee, Admin etc. by changing isadmin
binary property.
Request body structure should be same as mentioned or else will cause error.
Request Body Brief description of the expected payload:
| ||
---|---|---|
email string — REQUIRED | ||
eventid integer — REQUIRED | ||
firstname string — REQUIRED | ||
lastname string — REQUIRED | ||
userpassword string — REQUIRED | ||
form_number integer — REQUIRED | ||
isactive integer — REQUIRED | ||
isadmin integer — REQUIRED | ||
isnetworking integer — REQUIRED | ||
profileurl string — REQUIRED | ||
details_form object[] — REQUIRED
| ||
exhibitoridfk integer — REQUIRED | ||
speakeridfk integer — REQUIRED | ||
sponsoridfk integer — REQUIRED | ||
usercategory string — REQUIRED | ||
userinterests string — REQUIRED | ||
userwaitlistmode integer — REQUIRED |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 CreateAppUserResponseSuccess
| |||||||
default Error Response
|