{
"company": "string",
"employeeCode": 0,
"name": "string",
"cpf": "string",
"admissionDate": "2019-08-24T14:15:22Z",
"phoneNumber": "string",
"email": "string",
"originalFunctionCode": 0,
"originalFunctionName": "string",
"situation": true,
"dismissed": true,
"resignationDate": "2019-08-24T14:15:22Z",
"vacationInitialDate": "2019-08-24T14:15:22Z",
"vacationFinalDate": "2019-08-24T14:15:22Z",
"workLeavingDate": "2019-08-24T14:15:22Z",
"workReturningDate": "2019-08-24T14:15:22Z",
"workLeavingReason": "string",
"navDocNumber": "string",
"navDocExpDate": "2019-08-24T14:15:22Z",
"slackBalance": 0,
"blockReason": "string"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/employees' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": "string",
"employeeCode": 0,
"name": "string",
"cpf": "string",
"admissionDate": "2019-08-24T14:15:22Z",
"phoneNumber": "string",
"email": "string",
"originalFunctionCode": 0,
"originalFunctionName": "string",
"situation": true,
"dismissed": true,
"resignationDate": "2019-08-24T14:15:22Z",
"vacationInitialDate": "2019-08-24T14:15:22Z",
"vacationFinalDate": "2019-08-24T14:15:22Z",
"workLeavingDate": "2019-08-24T14:15:22Z",
"workReturningDate": "2019-08-24T14:15:22Z",
"workLeavingReason": "string",
"navDocNumber": "string",
"navDocExpDate": "2019-08-24T14:15:22Z",
"slackBalance": 0,
"blockReason": "string"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}