Request
Body Params application/json
{
"fullName": "Tri Rejeki",
"firstName": "Tri",
"email": "trirejeki+employee2@gmail.com",
"lastName": "Rejeki",
"companyId": 2,
"cellularNumber": "",
"birthdate": "",
"gender": null,
"educationLevelId": null,
"provinceId": null,
"profilePictureFile": {}
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/accounts/master-employee/update/7c839633-02d7-45ce-9bfb-0f270cbc36ae' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Tri Rejeki",
"firstName": "Tri",
"email": "trirejeki+employee2@gmail.com",
"lastName": "Rejeki",
"companyId": 2,
"cellularNumber": "",
"birthdate": "",
"gender": null,
"educationLevelId": null,
"provinceId": null,
"profilePictureFile": {}
}'
Responses
application/json Modified at 2024-03-06 02:01:11