Sales
Create a new Sales Rep
POST
/
salesreps
Query Parameters
depth
integer
The number of levels of related objects to include in the response
Body
application/json
lastName
string
requiredContact has Last Name
firstName
string
requiredContact has First Name
id
string
Contact is uniquely identified by id
agent
Contact is automated Agent
address
Contact has Address
primaryPhoneNumber
string
Contact has Primary Phone Number
primaryEmail
string
Contact has Primary Email
emails
string[]
Contact has Email
phoneNumbers
string[]
Contact has Phone Number
roles
string[]
Contact has Role
creditBands
array
Sales Rep accepts leads from Credit Band
templates
array
Sales Rep uses Template
isAcceptingNewLeads
boolean
Sales Rep is accepting new leads
Response
200 - application/json
data
object
success
boolean