Clique na seta em "Copiar Página" para tirar dúvidas com a Inteligência Artificial.
username:password
Authorization: Basic *****************
{
"idEmployee": 0,
"name": "string",
"lastName": "string",
"document": "string",
"documentId": "string",
"cellphone": "string",
"email": "string",
"gender": "string",
"birthday": "2019-08-24T14:15:22Z",
"country": "string",
"address": "string",
"state": "string",
"city": "string",
"passport": "string",
"zipCode": "string",
"complement": "string",
"neighborhood": "string",
"number": "string",
"active": true
}
curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/employees' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"idEmployee": 0,
"name": "string",
"lastName": "string",
"document": "string",
"documentId": "string",
"cellphone": "string",
"email": "string",
"gender": "string",
"birthday": "2019-08-24T14:15:22Z",
"country": "string",
"address": "string",
"state": "string",
"city": "string",
"passport": "string",
"zipCode": "string",
"complement": "string",
"neighborhood": "string",
"number": "string",
"active": true
}'
{
"result": "string"
}