Create Salesperson
Creates a Salesperson
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
code
The code of the Salesperson
name
The name of the Salesperson
email
The email of the Salesperson
phoneNo
The Phone no. of the Salesperson
registerPassword
The Register password of the Salesperson
isSupervisor
Specifies if it is a Supervisor
posUnitGroup
The POS Unit Group of the Salesperson
blocked
If the salesperson should be created as blocked with out access to the system
Response
This endpoint returns an object.
id
The id of a salesperson.
code
The code of the Salesperson
name
The name of the Salesperson
email
The email of the Salesperson
phoneNo
The Phone no. of the Salesperson
isSupervisor
Specifies if it is a Supervisor
blocked
Specifies if the salesperson is blocked from using the system
posUnitGroup
The POS Unit Group of the Salesperson