Request
Body Params application/json
{
"fullName": "Nugraha",
"firstName": "Irwan",
"email": "patrick.jtk@gmail.com",
"lastName": "",
"companyId": 2,
"cellularNumber": "+62089655194977",
"birthdate": "",
"profilePictureFile": {},
"roleId":3
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/admin/secured/accounts/master-employee/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Nugraha",
"firstName": "Irwan",
"email": "patrick.jtk@gmail.com",
"lastName": "",
"companyId": 2,
"cellularNumber": "+62089655194977",
"birthdate": "",
"profilePictureFile": {},
"roleId":3
}'
Responses
application/json Modified at 2024-03-06 02:01:11