- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
Add Employee
Developing
POST
/rest/admin/secured/accounts/master-employee/save
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
"employeeId": null,
"fullName": "Ilham",
"companyId": 2,
"companyName": "BPJS Kesehatan",
"birthdate": "1990-07-01",
"gender": "Male",
"email": "ilham.rasyid87@gmail.com",
"cellularNumber": "08125235236",
"divisionId": "bpjs-1",
"divisionName": "Manajemen Perluasan Kepesertaan",
"positionDivisionId": "JT001041bpjs-1",
"provinceId": 3,
"provinceName": "Sumatra Barat",
"firstName": "Ilham",
"lastName": "Rasyid",
"refEducationLevelId": 2,
"personelNumber": null
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/accounts/master-employee/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": null,
"fullName": "Ilham",
"companyId": 2,
"companyName": "BPJS Kesehatan",
"birthdate": "1990-07-01",
"gender": "Male",
"email": "ilham.rasyid87@gmail.com",
"cellularNumber": "08125235236",
"divisionId": "bpjs-1",
"divisionName": "Manajemen Perluasan Kepesertaan",
"positionDivisionId": "JT001041bpjs-1",
"provinceId": 3,
"provinceName": "Sumatra Barat",
"firstName": "Ilham",
"lastName": "Rasyid",
"refEducationLevelId": 2,
"personelNumber": null
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}