Create a Salesperson
Creates a salesperson on the System
Creates a salesperson.
POST
https://<your_business_alias>.lendastack.io/ias/salesperson/newuser
This endpoint creates a salesperson on the system.
Headers
Name
Type
Description
Authentication*
String
The encoded combination of your public key and secret key (see the Test and go live section of the docs)
Request Body
Name
Type
Description
MiddleName
String
Middle Name
FirstName*
String
First Name
LastName*
String
Last Name
Sex
String
Gender
Teams
object
Teams belongs to [{"id":5,"text":"CDL Team"},{"id":6,"text":"CDL Team 2"}]
Dob*
String
Date of Birth
PhoneNumber*
String
Phone Number
EmailAddress*
String
Email Address
StaffId*
String
Staff Id
BranchId*
int
Branch Id
Last updated
Was this helpful?