POST
/
api
/
upload-csv-horas
Upload e pre-validacao de CSV de horas
curl --request POST \
  --url https://suite.sisqualis.com.br/api/upload-csv-horas \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "success": true,
  "total_records": 123,
  "new_records_count": 123,
  "updated_records_count": 123,
  "duplicate_records_count": 123,
  "groups": {},
  "projetos_relacionados": [
    "<string>"
  ],
  "errors": [
    "<string>"
  ],
  "original_filename": "<string>"
}

Authorizations

Authorization
string
header
required

Use: Token <seu_token>

Body

multipart/form-data
file
file
required

Response

CSV analisado

success
boolean
total_records
integer
new_records_count
integer
updated_records_count
integer
duplicate_records_count
integer
groups
object
projetos_relacionados
string[]
errors
string[]
original_filename
string