POST
/
salesreps

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json
firstName
string
required

Contact has First Name

lastName
string
required

Contact has Last Name

address

Contact has Address

agent

Contact is automated Agent

creditBands
array

Sales Rep accepts leads from Credit Band

emails
string[]

Contact has Email

id
string

Contact is uniquely identified by id

isAcceptingNewLeads
boolean

Sales Rep is accepting new leads

phoneNumbers
string[]

Contact has Phone Number

primaryEmail
string

Contact has Primary Email

primaryPhoneNumber
string

Contact has Primary Phone Number

roles
string[]

Contact has Role

templates
array

Sales Rep uses Template

Response

200 - application/json
data
object
success
boolean