GET /salespersons/{id}
Retrieves the Salesperson requested by the ID
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the salesperson to be returned |
path
|
|
String
|
includeContacts |
|
query
|
false |
Boolean
|
Result
RowSalesperson
of type:
application/xml
application/json
the requested Salesperson object
Child Elements:
RowContact
These elements represent the contacts associated with the salesperson.
The element contains a __name
attribute with the value contacts
.
Try It Out
Request