# batchImport_1 Importar planilha para preenchimento de valores de contrato Endpoint: POST /s/v1/contrato/valores/importar-lote Version: 1.1 Security: bearerAuth ## Request fields (application/json): - `file` (string) Arquivo CSV ## Response 200 fields (*/*): - `registrosComSucesso` (integer) - `registrosComErro` (integer) - `registrosPendentes` (integer) - `erro` (string) - `linhasComErro` (array) - `linhasPendenteFundacred` (array) - `lote` (integer) ## Response 400 fields (*/*): - `message` (string) ## Response 500 fields (*/*): - `message` (string)