Create a new sales rep
POST
/SalesRep
Sales Reps
The following must be imported or configured before assigning:
salesRepGroup
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/SalesRep' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER4503",
"salutation": "Ms",
"firstName": "Retha",
"initial": "C",
"lastName": "Kautzer",
"jobTitle": "Principal Interactions Developer",
"phone": "(544) 956-9026",
"fax": "(633) 448-8275",
"scanID": "RDRJTN",
"notificationEmail": "Andy.Stark8@hotmail.com",
"bio": "dreamer",
"active": false,
"attendanceType": "Both",
"salesRepGroupID": "4276",
"externalID": "3013",
"atShowNegotiator": true,
"canChat": false,
"canImpersonateAttendee": true,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "All",
"browseCustomerID": "6688"
}'
Response Response Example
200 - Created Sales Rep
{
"id": "ts9232",
"userID": "USER4503",
"salutation": "Ms",
"firstName": "Retha",
"initial": "C",
"lastName": "Kautzer",
"jobTitle": "Principal Interactions Developer",
"phone": "(544) 956-9026",
"fax": "(633) 448-8275",
"scanID": "RDRJTN",
"notificationEmail": "Andy.Stark8@hotmail.com",
"bio": "dreamer",
"active": false,
"attendanceType": "Both",
"salesRepGroupID": "4276",
"externalID": "3013",
"atShowNegotiator": true,
"canChat": false,
"canImpersonateAttendee": true,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "All",
"browseCustomerID": "6688"
}
Request
Body Params application/json
Responses
Modified at 2025-05-20 19:25:10