Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"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 Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/accounts/master-employee/save' \
--header 'Authorization: Bearer <token>' \
--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
application/json Modified at 2024-06-19 23:35:29