Create a new Attendee
POST
/Attendee
Attendees
The following must be imported or configured before assigning:
customer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/Attendee' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "67g24g",
"modifiedDate": "2025-09-28",
"street1": "40607 Anastasia Rest",
"street2": "728 Prosacco Roads",
"city": "Port Bradentown",
"state": "New Mexico",
"zipCode": "21703-0501",
"attendeeID": "ATT3329",
"customerID": "CUST1050",
"salutation": "Mr",
"firstName": "Alivia",
"initial": "F",
"lastName": "Quigley",
"jobTitle": "Chief Marketing Designer",
"phone": "(641) 657-7879",
"fax": "1-738-491-8659 x514",
"userID": "USER5826",
"canOrder": true,
"scanID": "LN75VI",
"notificationEmail": "Amparo93@yahoo.com",
"vendorPreview": true,
"testAttendee": false,
"canReceiveSMS": false,
"cloudShowSubscriber": true,
"attendanceType": "Both"
}'
Response Response Example
200 - Attendee
{
"id": "67g24g",
"street1": "40607 Anastasia Rest",
"street2": "728 Prosacco Roads",
"city": "Port Bradentown",
"state": "New Mexico",
"zipCode": "21703-0501",
"attendeeID": "ATT3329",
"customerID": "CUST1050",
"salutation": "Mr",
"firstName": "Alivia",
"initial": "F",
"lastName": "Quigley",
"jobTitle": "Chief Marketing Designer",
"phone": "(641) 657-7879",
"fax": "1-738-491-8659 x514",
"userID": "USER5826",
"canOrder": true,
"scanID": "LN75VI",
"notificationEmail": "Amparo93@yahoo.com",
"vendorPreview": true,
"testAttendee": false,
"canReceiveSMS": false,
"cloudShowSubscriber": true,
"attendanceType": "Both"
}
Request
Body Params application/json
Responses
Modified at 2025-05-20 19:25:13