Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/cargos/import \ --header 'Content-Type: application/json' \ --data ' { "base64": "data:text/csv;base64,SGVsbG8sIFdvcmxkIQ==" } '
{ "status": true, "mensagem": "OK" }
Planilha de cargos
Base64 do arquivo CSV de cargos
Cargos importados com sucesso
Status da operação
true
Mensagem de retorno
"OK"