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"
}'
{
"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"
}