Create a new sales rep manager
POST
/SalesRepManager
Sales Rep Managers
The following must be imported or configured before assigning:
salesRepGroup
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/SalesRepManager' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER5055",
"salutation": "Mr",
"firstName": "Horace",
"initial": "V",
"lastName": "Botsford",
"jobTitle": "Direct Program Technician",
"phone": "(548) 409-7387",
"fax": "1-662-723-4973 x29743",
"scanID": "41O067",
"notificationEmail": "Dashawn.Wisoky-Bergstrom@yahoo.com",
"bio": "markup supporter",
"active": false,
"attendanceType": "Virtual Only",
"salesRepGroupID": "0106",
"externalID": "2813",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "5610"
}'
Response Response Example
200 - Sales Rep Manager
{
"id": "8faf2d",
"userID": "USER5055",
"salutation": "Mr",
"firstName": "Horace",
"initial": "V",
"lastName": "Botsford",
"jobTitle": "Direct Program Technician",
"phone": "(548) 409-7387",
"fax": "1-662-723-4973 x29743",
"scanID": "41O067",
"notificationEmail": "Dashawn.Wisoky-Bergstrom@yahoo.com",
"bio": "markup supporter",
"active": false,
"attendanceType": "Virtual Only",
"salesRepGroupID": "0106",
"externalID": "2813",
"atShowNegotiator": true,
"canChat": true,
"canImpersonateAttendee": true,
"canReceiveSMS": true,
"arrivalNotificationBehavior": "Buyer",
"browseCustomerID": "5610"
}
Request
Body Params application/json
Responses
Modified at 2025-05-20 19:25:39