Update a sales rep
PUT
/SalesRep/{id}
Sales Reps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/SalesRep/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "string",
"salutation": "string",
"firstName": "string",
"initial": "strin",
"lastName": "string",
"jobTitle": "string",
"phone": "string",
"fax": "string",
"scanID": "string",
"notificationEmail": "string",
"bio": "string",
"active": true,
"attendanceType": "Both",
"salesRepGroupID": "string",
"externalID": "string",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Off",
"browseCustomerID": "string"
}'
Response Response Example
200 - Sales Rep
{
"userID": "USER2084",
"salutation": "Mrs",
"firstName": "Buster",
"initial": "G",
"lastName": "McCullough",
"jobTitle": "Product Implementation Executive",
"phone": "(947) 788-3666",
"fax": "807.257.0521 x786",
"scanID": "QVV4OL",
"notificationEmail": "Thaddeus_OConner24@yahoo.com",
"bio": "makeover enthusiast 🈚",
"active": true,
"attendanceType": "Both",
"salesRepGroupID": "8120",
"externalID": "5346",
"atShowNegotiator": false,
"canChat": false,
"canImpersonateAttendee": true,
"canReceiveSMS": false,
"arrivalNotificationBehavior": "Off",
"browseCustomerID": "6825"
}
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-12 15:34:51