{
"firstName": "Michael",
"middleName": "Jonas",
"lastName": "Jackson",
"birthDate": "1994-09-23T00:00:00.000Z",
"gender": "M",
"maritalStatus": "S",
"photo": null,
"documents": [
{
"number": "02402402424",
"extras": null,
"type": {
"id": 8
},
"id": 84
}
],
"contacts": [
{
"phone1": "62981142505",
"phone2": "",
"celphone1": "62981152505",
"celphone2": "",
"email1": "michael@zscansoftware.com",
"email2": "",
"site": null,
"publicPlace": "qd. 73 lt. 01",
"number": "0",
"street": "rua dos rubis",
"neighborhood": "jardim novo mundo",
"zipCode": "74715620",
"city": {
"id": 977
},
"id": 1037
}
],
"occupations": [
{
"id": 122
}
],
"userCreated": {
"id": -1
},
"id": 27
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/employee' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Michael",
"middleName": "Jonas",
"lastName": "Jackson",
"birthDate": "1994-09-23T00:00:00.000Z",
"gender": "M",
"maritalStatus": "S",
"photo": null,
"documents": [
{
"number": "02402402424",
"extras": null,
"type": {
"id": 8
},
"id": 84
}
],
"contacts": [
{
"phone1": "62981142505",
"phone2": "",
"celphone1": "62981152505",
"celphone2": "",
"email1": "michael@zscansoftware.com",
"email2": "",
"site": null,
"publicPlace": "qd. 73 lt. 01",
"number": "0",
"street": "rua dos rubis",
"neighborhood": "jardim novo mundo",
"zipCode": "74715620",
"city": {
"id": 977
},
"id": 1037
}
],
"occupations": [
{
"id": 122
}
],
"userCreated": {
"id": -1
},
"id": 27
}'{}