{ "swagger": "2.0", "info": { "version": "4.19.0-SNAPSHOT", "title": "Crédito Service API" }, "basePath": "/tfs-credito-service/rest", "tags": [ { "name": "BackOffice" }, { "name": "Calculo" }, { "name": "Dominio" }, { "name": "Movimento Liberação" }, { "name": "NPC" }, { "name": "Operação" }, { "name": "PoliticaMotorCredito" }, { "name": "Processamento" } ], "schemes": [ "http", "https" ], "paths": { "/backoffice/historicosEstagios": { "get": { "tags": [ "BackOffice" ], "operationId": "listarHistoricoEstagio_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "id", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "dataAtualizacao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "codigoAnexo", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoEstagio", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoMotivoEstagio", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUsuarioAtualizador", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirHistoricoEstagio_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IncluirHistoricoEstagioRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeHistoricoFuncaoHistorico/{siglaLinhaOperacao}/{siglaFuncao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidadeHistoricoFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" }, { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/informacaoAdicional/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarInformacaoAdicionalByContrato_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoCnabAlegacoesSacado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarMovimentoCnabAlegacoesSacado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivoSacado", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "descricaoMotivoSacado", "in": "query", "required": false, "type": "string" }, { "name": "codigoInstrucao", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirMovimentoCnabAlegacoesSacado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoCnabAlegacoesSacadoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarmovimentoCnabAlegacoesSacado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoCnabAlegacoesSacadoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoTitulo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarMovimentoTitulo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "numeroLancamento", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaTipoTitulo", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoClienteResponsavel", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoParticipante", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "seuNumero", "in": "query", "required": false, "type": "string" }, { "name": "dataVencimentoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataVencimentoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "situacaoContrato", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarMovimentoTitutlo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoTituloDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contratoDestino/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContratoDestino_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/carteiraTransferenciaGrupo/{siglaCarteira}/{siglaContabil}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCarteiraTransferenciaGrupo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "path", "required": true, "type": "string" }, { "name": "siglaContabil", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/coberturaGarantia": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCoberturaGarantia_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoGarantia", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarContratoCoberturaGarantia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoCoberturaGarantiaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaCliente": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContaCliente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidadePagamento", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoBanco", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoConta", "in": "query", "required": false, "type": "string" }, { "name": "nomePessoa", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirContaCliente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaClienteDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarContaCliente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaClienteDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/aliquota/{tipoTributo}/{siglaCriterioTributo}/{codigoUnidade}/{dataValidade}/{fatoGerador}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarAliquotaValida_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "path", "required": true, "type": "string" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataValidade", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "fatoGerador", "in": "path", "required": true, "type": "string", "enum": [ "CONTRATACAO", "LIQUIDACAO", "CONTRATACAO_LIQUIDACAO", "VENCIMENTO" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/atributoGrupoRating/{tipoEncargo}/{siglaTagModalidade}/{tipoPessoa}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarAtributoGrupoRating_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoPessoa", "in": "path", "required": true, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "tipoEncargo", "in": "path", "required": true, "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, { "name": "siglaTagModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirAtributoGrupoRating_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoEncargo", "in": "path", "required": true, "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, { "name": "siglaTagModalidade", "in": "path", "required": true, "type": "string" }, { "name": "tipoPessoa", "in": "path", "required": true, "type": "string", "enum": [ "FISICA", "JURIDICA" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cadastroMotivo/{codigoMotivo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCadastroMotivo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivo", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCadastroMotivo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivo", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/atributoGrupoRating": { "get": { "tags": [ "BackOffice" ], "operationId": "listarAtributoGrupoRating_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "tipoEncargo", "in": "query", "required": false, "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, { "name": "siglaTagModalidade", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirAtributoGrupoRating_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AtributoGrupoRatingDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarAtributoGrupoRating_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AtributoGrupoRatingDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cadastroMotivo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCadastroMotivo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivo", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "descricaoMotivo", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCadastroMotivo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CadastroMotivoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCadastroMotivo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CadastroMotivoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarCarteiraTransferenciaGrupo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCarteiraTransferenciaGrupo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "siglaContabil", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaCliente/{codigoUnidade}/{codigoCliente}/{codigoUnidadePagamento}/{codigoBanco}/{codigoConta}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarContaCliente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidadePagamento", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoBanco", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoConta", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirContaCliente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidadePagamento", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoBanco", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoConta", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/anexoDetalhe": { "get": { "tags": [ "BackOffice" ], "operationId": "listarAnexoDetalheDTO_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAnexo", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaGrupo", "in": "query", "required": false, "type": "string" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "string" }, { "name": "siglaSubGrupo", "in": "query", "required": false, "type": "string" }, { "name": "descricaoAnexo", "in": "query", "required": false, "type": "string" }, { "name": "tipoAnexo", "in": "query", "required": false, "type": "string", "enum": [ "INATIVO", "ANEXO_3040", "ANEXO_3020_3030", "ATIVO" ] }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "type": "array", "items": { "$ref": "#/definitions/AnexoDetalheDTO" } } } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaFinanciado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContaFinanciado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "nomePessoa", "in": "query", "required": false, "type": "string" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "siglaEncargo", "in": "query", "required": false, "type": "string" }, { "name": "siglaConvenioCheque", "in": "query", "required": false, "type": "string" }, { "name": "siglaConvenio", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirContaFinanciado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaFinanciadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarContaFinanciado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaFinanciadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaFinanciado/{codigoCliente}/{codigoUnidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCriterioCalculo_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirContaFinanciado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaContaIsencaoTributo/{codigoCliente}/{codigoUnidade}/{tipoTributo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarContaIsencaoTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/criterioTributo/{tipoTributo}/{siglaCriterioTributo}/{dataInicioValidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCriterioTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "path", "required": true, "type": "string" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCriterioTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "path", "required": true, "type": "string" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/criterioTributo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCriterioTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "query", "required": false, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "query", "required": false, "type": "string" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataFimValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "fatoGerador", "in": "query", "required": false, "type": "string", "enum": [ "CONTRATACAO", "LIQUIDACAO", "CONTRATACAO_LIQUIDACAO", "VENCIMENTO" ] }, { "name": "tributoAgencia", "in": "query", "required": false, "type": "string", "enum": [ "AGENCIA", "CENTRALIZADO" ] }, { "name": "codigoUnidadeTributo", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCriterioTributo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CriterioTributoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCriterioTributo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CriterioTributoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listaDefinicaoGlobal": { "get": { "tags": [ "BackOffice" ], "operationId": "listarDefinicaoGlobal_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/configuracaoSigla": { "get": { "tags": [ "BackOffice" ], "operationId": "listarConfiguracaoSigla_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "identificadorConfiguracaoSigla", "in": "query", "required": false, "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, { "name": "siglaFuncao", "in": "query", "required": false, "type": "string" }, { "name": "descricaoFuncao", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/definicaoGlobal/{codigoEmpresa}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarDefinicaoGlobal_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/definicaoGrupoInterface": { "get": { "tags": [ "BackOffice" ], "operationId": "listarDefinicaoGrupoInterface_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaGrupoInteface", "in": "query", "required": false, "type": "string" }, { "name": "descricaoGrupoInterface", "in": "query", "required": false, "type": "string" }, { "name": "identificadorTipoInterface", "in": "query", "required": false, "type": "string", "enum": [ "ENTRADA", "SAIDA" ] }, { "name": "identificadorOrganizacaoInteface", "in": "query", "required": false, "type": "string", "enum": [ "AGENCIA", "EMPRESA" ] }, { "name": "identificadorProcessamentoAutomatico", "in": "query", "required": false, "type": "string", "enum": [ "MANUAL", "AUTOMATICO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirDefinicaoGrupoInterface_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DefinicaoGrupoInterfaceDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarDefinicaoGrupoInterface_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DefinicaoGrupoInterfaceDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaTransitoriaMovimento": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContaTransitoriaMovimento_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoHistorico", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoNatureza", "in": "query", "required": false, "type": "string" }, { "name": "processamento", "in": "query", "required": false, "type": "boolean" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdl", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "identificadorLigacaoContaCorrente", "in": "query", "required": false, "type": "string" }, { "name": "identificadorProcessamento", "in": "query", "required": false, "type": "string" }, { "name": "dataProcessamentoEfetivo", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoLote", "in": "query", "required": false, "type": "string" }, { "name": "codigoHistorico", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirContaTransitoriaMovimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaTransitoriaMovimentoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/definicaoGlobal": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirDefinicaoGlobal_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DefinicaoGlobalDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarDefinicaoGlobal_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DefinicaoGlobalDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/definicaoGrupoInterface/{codigoEmpresa}/{siglaGrupoInterface}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarDefinicaoGrupoInterface_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaGrupoInterface", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirDefinicaoGrupoInterface_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaGrupoInterface", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/destinacaoCobranca": { "get": { "tags": [ "BackOffice" ], "operationId": "listarDestinacaoCobranca_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoAgenciaCobrador", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "cep", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/encargoTaxa/{siglaEncargoTaxa}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarEncargoTaxa_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaEncargoTaxa", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/sacado/endereco/{tipoDocumentoSacado}/{numeroDocumento}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarSacadoEndereco_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoDocumentoSacado", "in": "path", "required": true, "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, { "name": "numeroDocumento", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/sacado/endereco/diferenciado/{tipoDocumentoSacado}/{numeroDocumento}/{nossoNumero}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarSacadoEnderecoDiferenciado_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoDocumentoSacado", "in": "path", "required": true, "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, { "name": "numeroDocumento", "in": "path", "required": true, "type": "string" }, { "name": "nossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaFinanciadoFaixaBloqueto/{codigoCliente}/{codigoUnidade}/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarFinanciadoFaixaBloqueto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/convenioReplicar": { "get": { "tags": [ "BackOffice" ], "operationId": "listarConvenioReplicar_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidadeOrigem", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidadeDestino", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidadeOrigem", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidadeDestino", "in": "query", "required": false, "type": "string" }, { "name": "codigoClienteOrigem", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoClienteDestino", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarContaTransitoriaMovimento": { "post": { "tags": [ "BackOffice" ], "operationId": "buscarContaTransitoriaMovimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaTransitoriaMovimentoBuscarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/criterioCalculo": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirCriterioCalculo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CriterioCalculoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCriterioCalculo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CriterioCalculoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/financiadoFaixaBloqueto/{codigoCliente}/{codigoUnidade}/{siglaModalidade}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirFinanciadoFaixaBloqueto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaIsencaoTributo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContaIsencaoTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaTipoTributo", "in": "query", "required": false, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "listaTipoTributo", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirContaIsencaoTributo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaIsencaoTributoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarContaIsencaoTributo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContaIsencaoTributoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/financiadoFaixaBloqueto": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFinanciadoFaixaBloqueto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirFinanciadoFaixaBloqueto_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FinanciadoFaixaBloquetoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarFinanciadoFaixaBloqueto_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FinanciadoFaixaBloquetoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoHistorico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoHistorico", "in": "query", "required": false, "type": "string" }, { "name": "descricaoFuncaoHistorico", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoHistoricoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoHistoricoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/conveniado/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarConveniado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirConveniado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoHistorico/{codigoCobrador}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/encargoTaxa": { "get": { "tags": [ "BackOffice" ], "operationId": "listarEncargoTaxa_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaEncargo", "in": "query", "required": false, "type": "string" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarcriteriocalculo/{siglaModulo}/{siglaCriterioCalculo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCriterioCalculo", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "siglaCriterioCalculo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoHistorico/{siglaFuncaoHistorico}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoInstrucao/cliente/{codigoCliente}/{codigoUnidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFuncaoInstrucaoByCliente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoInstrucao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFuncaoInstrucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoInstrucao", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaFuncao", "in": "query", "required": false, "type": "string" }, { "name": "siglaFuncaoUnica", "in": "query", "required": false, "type": "string" }, { "name": "descricaoFuncao", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirFuncaoInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoInstrucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/conveniado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarConveniado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "nomeConveniado", "in": "query", "required": false, "type": "string" }, { "name": "siglaConveniado", "in": "query", "required": false, "type": "string" }, { "name": "codigoGerente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirConveniado_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConveniadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarConveniado_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConveniadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/configuracaoSigla/{tipoConfiguracaoSigla}/{siglaFuncao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarConfiguracaoSigla_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoConfiguracaoSigla", "in": "path", "required": true, "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/criteiroCalculo": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCriterioCalculo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CriterioCalculoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/configuracaoServico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarConfiguracaoServico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaServico", "in": "query", "required": false, "type": "string" }, { "name": "descricaoServico", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contaIsencaoTributo/{codigoCliente}/{codigoUnidade}/{tipoTributo}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirContaIsencaoTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarcriteriocalculo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCriterioCalculo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaModulo", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "siglaCriterioCalculo", "in": "query", "required": false, "type": "string" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoOcorrencia": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFuncaoOcorrencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoOcorrencia", "in": "query", "required": false, "type": "string" }, { "name": "descricaoFuncaoOcorrencia", "in": "query", "required": false, "type": "string" }, { "name": "codigoOcorrencia", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaFuncaoOcorrenciaUnica", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirFuncaoOcorrencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoOcorrenciaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarFuncaoOcorrencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoOcorrenciaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeLegal": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeLegal_1", "produces": [ "application/json" ], "parameters": [ { "name": "naturezaOperacao", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroGrupoModalidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSubGrupoModalidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoOrigemRecurso", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoOrigemRecurso", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoTaxaReferencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoTaxaReferencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "variacaoCambio", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoAdicional", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoAdicional", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/isencaoServico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarIsencaoServico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaServico", "in": "query", "required": false, "type": "string" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirIsencaoServico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IsencaoServicoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarIsencaoServico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IsencaoServicoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/clienteTarifa/{codigoCliente}/{codigoUnidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarClienteTarifa_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/grupoFuncaoHistorico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarGrupoFuncaoHistorico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarGrupoFuncaoHistorico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GrupoFuncaoHistoricoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/isencaoServico/{siglaServico}/{codigoCliente}/{codigoUnidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarIsencaoServico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaServico", "in": "path", "required": true, "type": "string" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirIsencaoServico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaServico", "in": "path", "required": true, "type": "string" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaModalidadeLegal": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidadeLegal_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "naturezaOperacao", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroGrupoModalidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSubGrupoModalidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoOrigemRecurso", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoOrigemRecurso", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoTaxaReferencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoTaxaReferencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "variacaoCambio", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "grupoAdicional", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "subgrupoAdicional", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/instrucaoContaFinanciado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarInstrucaoContaFinanciado_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncao", "in": "query", "required": false, "type": "string" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirInstrucaoContaFinanciado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/InstrucaoContaFinanciadoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarInstrucaoContaFinanciado_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/InstrucaoContaFinanciadoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeUsGaap": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeUsGaap_1", "produces": [ "application/json" ], "parameters": [ { "name": "contaProRataOrigem", "in": "query", "required": false, "type": "string" }, { "name": "contaProRataDestino", "in": "query", "required": false, "type": "string" }, { "name": "contaVariacaoCambialOrigem", "in": "query", "required": false, "type": "string" }, { "name": "contaVariacaoCambialDestino", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/linhaOperacao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarLinhaOperacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoInstrucao/{siglaFuncao}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirFuncaoInstrucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoIntrucao": { "put": { "tags": [ "BackOffice" ], "operationId": "alterarFuncaoInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/FuncaoInstrucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoOcorrencia/{siglaFuncaoOcorrencia}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarFuncaoOcorrencia_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoOcorrencia", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/instrucaoContaFinanciado/{codigoCliente}/{codigoUnidade}/{siglaFuncao}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirInstrucaoContaFinanciado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/interveniente": { "get": { "tags": [ "BackOffice" ], "operationId": "listarInterveniente_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "codigoInterveniente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroContratoInterveniente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirInterveniente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IntervenienteDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarInterveniente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IntervenienteDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirInterveniente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IntervenienteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaModalidadeUsGaap": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidadeUsGaap_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "modalidade", "in": "query", "required": false, "type": "string" }, { "name": "contaProRataOrigem", "in": "query", "required": false, "type": "string" }, { "name": "contaProRataDestino", "in": "query", "required": false, "type": "string" }, { "name": "contaVariacaoCambialOrigem", "in": "query", "required": false, "type": "string" }, { "name": "contaVariacaoCambialDestino", "in": "query", "required": false, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeHistorico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeHistoricoAll_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "siglaFuncaoHistorico", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaFuncaoHistorico", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarModalidadeHistorico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ModalidadeHistoricoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeHistorico/{siglaLinhaOperacao}/{siglaFuncaoHistorico}/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidadeHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" }, { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirModalidadeHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" }, { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaInstrucaoContaFinanciado/{codigoCliente}/{codigoUnidade}/{siglaFuncao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarInstrucaoContaFinanciado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/linhaOperacao/{siglaLinhaOperacao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarLinhaOperacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/limiteOperacional": { "get": { "tags": [ "BackOffice" ], "operationId": "listarLimiteOperacional_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLimiteOperacional", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirLimiteOperacional_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LimiteOperacionalDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarLimiteOperacional_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LimiteOperacionalDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirLimiteOperacional_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLimiteOperacional", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarFuncaoInstrucao/{siglaFuncao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarFuncaoInstrucao_2", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/linhaOperacaoAll": { "get": { "tags": [ "BackOffice" ], "operationId": "listarLinhaOperacaoAll_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "descricaoLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/informacaoAdicional": { "get": { "tags": [ "BackOffice" ], "operationId": "listarInformacaoAdicional_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarContratoInformacaoAdicional_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoInformacaoAdicionalDTO" } } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "$ref": "#/definitions/ContratoInformacaoAdicionalDTO" } } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirInformacaoAdicional_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/InformacaoAdicionalExcluirDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/limiteOperacional/{siglaLimiteOperacional}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarLimiteOperacional_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLimiteOperacional", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/interveniente/{siglaModalidade}/{siglaModulo}/{codigoInterveniente}/{numeroContratoInterveniente}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarInterveniente_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "codigoInterveniente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroContratoInterveniente", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/grupoFuncaoHistorico/{siglaLinhaOperacao}/{siglaFuncaoHistorico}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarGrupoFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" }, { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirGrupoFuncaoHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaLinhaOperacao", "in": "path", "required": true, "type": "string" }, { "name": "siglaFuncaoHistorico", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarparticipante": { "get": { "tags": [ "BackOffice" ], "operationId": "listarParticipante_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoResponsabilidade", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/calcularTituloAberto": { "post": { "tags": [ "BackOffice" ], "operationId": "calcularTituloAberto_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloAbertoCalcularDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/descontarTituloAberto": { "post": { "tags": [ "BackOffice" ], "operationId": "descontarTituloAberto_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloAbertoDescontarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tipoTitulo": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirTipoTitulo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoTituloDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarTipoTitulo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoTituloDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirTipoTitulo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoTituloDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/boletoDetalhe": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirBoletoDetalhe_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/BoletoDetalheDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrancaContaCorrente": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCarteira", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/titularAgencia": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTitularAgencia_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "nomeUnidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirTitularAgencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TitularAgenciaDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarTitularAgencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TitularAgenciaDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarTituloMovimento": { "post": { "tags": [ "BackOffice" ], "operationId": "listarTituloMovimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloMovimentoFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/transferenciaCobrador/{codigoEmpresa}/{prazo}/{valorInicial}/{valorFinal}/{cepInicial}/{cepFinal}/{codigoCobrador}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTransferenciaCobrador_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "prazo", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "valorInicial", "in": "path", "required": true, "type": "number" }, { "name": "valorFinal", "in": "path", "required": true, "type": "number" }, { "name": "cepInicial", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "cepFinal", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirTransferenciaCobrador_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "prazo", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "valorInicial", "in": "path", "required": true, "type": "number" }, { "name": "valorFinal", "in": "path", "required": true, "type": "number" }, { "name": "cepInicial", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "cepFinal", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/transferenciaCobrador": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTransferenciaCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "prazoDiasCorridos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirTransferenciaCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TransferenciaCobradorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarTransferenciaCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TransferenciaCobradorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/grupoDestinacao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarGrupoDestinacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "nomeGrupoDestinacao", "in": "query", "required": false, "type": "string" }, { "name": "numeroReferenciaBacen", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirGruposDestinacao", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/GrupoDestinacaoDetalheDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarGrupoDestinacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GrupoDestinacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirGruposDestinacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/GrupoDestinacaoDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/participante": { "put": { "tags": [ "BackOffice" ], "operationId": "alterarContratoParticipante_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoParticipanteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarPracaRestrita": { "get": { "tags": [ "BackOffice" ], "operationId": "listarPracaRestrita_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaUf", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/pracaRestrita": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirPracaRestrita_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PracaRestritaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarPracaRestrita_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PracaRestritaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/provisaoAtraso": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirProvisaoAtraso_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProvisaoAtrasoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarProvisaoAtraso_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProvisaoAtrasoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listartituloaberto": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTituloAberto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataVencimentoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataVencimentoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroParcelaInicial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroParcelaFim", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoClienteResponsavel", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoParticipante", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "codigoCorrespondenteCliente", "in": "query", "required": false, "type": "string" }, { "name": "codigoCorrespondenteCobrador", "in": "query", "required": false, "type": "string" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "codigoGerente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataEmissao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoInicio", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "seuNumero", "in": "query", "required": false, "type": "string" }, { "name": "apenasTituloNaoCedido", "in": "query", "required": false, "type": "boolean" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/provisaoAtraso/{siglaCarteira}/{siglaContabil}/{dataInicioValidade}/{identificadorCategoriaRisco}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarProvisaoAtraso_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "path", "required": true, "type": "string" }, { "name": "siglaContabil", "in": "path", "required": true, "type": "string" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "identificadorCategoriaRisco", "in": "path", "required": true, "type": "string", "enum": [ "NAO_DEFINIDO", "CLASSIFICACAO_AA", "CLASSIFICACAO_A", "CLASSIFICACAO_B", "CLASSIFICACAO_C", "CLASSIFICACAO_D", "CLASSIFICACAO_E", "CLASSIFICACAO_F", "CLASSIFICACAO_G", "CLASSIFICACAO_H", "CLASSIFICACAO_LP" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarDespesaAdicional": { "get": { "tags": [ "BackOffice" ], "operationId": "listarDespesaAdicional_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "nossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarTituloMovimento": { "post": { "tags": [ "BackOffice" ], "operationId": "buscarTituloMovimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TiluloMovimentoBuscarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarTitulosBaixados": { "post": { "tags": [ "BackOffice" ], "operationId": "buscarTitulosBaixados_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoContrato/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarMovimentoContrato_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/repassador": { "get": { "tags": [ "BackOffice" ], "operationId": "listarRepassador_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "codigoRepassador", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroLinha", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "listaSiglaModulo", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirRepassador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/RepassadorDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarRepassador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/RepassadorDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirRepassador_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/RepassadorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/grupoDestinacao/{siglaModalidade}/{codigoCliente}/{numeroContrato}/{numeroAdlib}/{codigoEmpresa}/{codigoUnidade}/{numeroOrdem}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarGrupoDestinacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroOrdem", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/grupoDestinacao/{numeroOrdem}/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroReferenciaBacen}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirGrupoDestinacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "numeroOrdem", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroReferenciaBacen", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/incluirgruposdestinacao": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirGruposDestinacao_2", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GrupoDestinacaoIntegracaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarProvisaoAtraso": { "get": { "tags": [ "BackOffice" ], "operationId": "listarProvisaoAtraso_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "siglaContabil", "in": "query", "required": false, "type": "string" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "enum": [ "NAO_DEFINIDO", "CLASSIFICACAO_AA", "CLASSIFICACAO_A", "CLASSIFICACAO_B", "CLASSIFICACAO_C", "CLASSIFICACAO_D", "CLASSIFICACAO_E", "CLASSIFICACAO_F", "CLASSIFICACAO_G", "CLASSIFICACAO_H", "CLASSIFICACAO_LP" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/provisaoAtraso/{siglaCarteira}/{siglaContabil}/{identificadorCategoriaRisco}/{dataInicioValidade}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirProvisaoAtraso_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "path", "required": true, "type": "string" }, { "name": "siglaContabil", "in": "path", "required": true, "type": "string" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "identificadorCategoriaRisco", "in": "path", "required": true, "type": "string", "enum": [ "NAO_DEFINIDO", "CLASSIFICACAO_AA", "CLASSIFICACAO_A", "CLASSIFICACAO_B", "CLASSIFICACAO_C", "CLASSIFICACAO_D", "CLASSIFICACAO_E", "CLASSIFICACAO_F", "CLASSIFICACAO_G", "CLASSIFICACAO_H", "CLASSIFICACAO_LP" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/boleto": { "get": { "tags": [ "BackOffice" ], "operationId": "listarBoletoDetalhe_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataVencimentoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataVencimentoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroParcelaInicial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroParcelaFim", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoClienteResponsavel", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoParticipante", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "codigoCorrespondenteCobrador", "in": "query", "required": false, "type": "string" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "codigoGerente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataEmissao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoInicio", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirBoleto_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/BoletoDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirBoleto_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/BoletoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrancaContaCorrente/{codigoCarteiraCobranca}/{codigoCobrador}/{siglaCobrador}/{descricaoCobrador}/{identificadorEntidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCarteiraCobranca", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaCobrador", "in": "path", "required": true, "type": "string" }, { "name": "descricaoCobrador", "in": "path", "required": true, "type": "string" }, { "name": "identificadorEntidade", "in": "path", "required": true, "type": "string", "enum": [ "BANCO", "CARTORIO", "JURIDICO", "AGENTE", "DEPARTAMENTO", "CUSTODIANTE", "OUTROS" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/pracaRestrita/{uf}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarPracaRestrita_1", "produces": [ "application/json" ], "parameters": [ { "name": "uf", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirPracaRestrita_1", "produces": [ "application/json" ], "parameters": [ { "name": "uf", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tituloAbertoBNDES": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTituloAbertoBNDES_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataMovimentoInicio", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataMovimentoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroCobranca", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroPAC", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarProjecaoVencimento": { "post": { "tags": [ "BackOffice" ], "operationId": "listarProjecaoVencimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiancaFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tarifaTitulo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTarifaTitulo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tituloInstrucao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTituloInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoInstrucao", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSequencialMovimento", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscartituloaberto/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroNossoNumero}/{numeroSequenciaNossoNumero}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTituloAberto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarReciboPagamento": { "post": { "tags": [ "BackOffice" ], "operationId": "listarReciboPagamento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiancaFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarOperacaoFianca": { "post": { "tags": [ "BackOffice" ], "operationId": "listarOperacaoFianca_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiancaFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarOperacaoRealizada": { "post": { "tags": [ "BackOffice" ], "operationId": "listarOperacaoRealizada_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiancaFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrancaContaCorrente/{codigoCobrador}/{codigoCarteiraCobranca}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCarteiraCobranca", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarContratoFianca": { "post": { "tags": [ "BackOffice" ], "operationId": "listarContratoFianca_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiancaFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarTituloAbertoCalculo": { "post": { "tags": [ "BackOffice" ], "operationId": "buscarTituloAbertoCalculo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloAbertoCalcularDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/replicaRepassador": { "post": { "tags": [ "BackOffice" ], "operationId": "replicarRepassador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ReplicarRepassadorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarProvisaoAtrasoGroupBy": { "get": { "tags": [ "BackOffice" ], "operationId": "listarProvisaoAtrasoGroupBy_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "siglaContabil", "in": "query", "required": false, "type": "string" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "enum": [ "NAO_DEFINIDO", "CLASSIFICACAO_AA", "CLASSIFICACAO_A", "CLASSIFICACAO_B", "CLASSIFICACAO_C", "CLASSIFICACAO_D", "CLASSIFICACAO_E", "CLASSIFICACAO_F", "CLASSIFICACAO_G", "CLASSIFICACAO_H", "CLASSIFICACAO_LP" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarTituloCobrancaAbertoPreEmitidos": { "post": { "tags": [ "BackOffice" ], "operationId": "listarTituloCobrancaAbertoPreEmitidos_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloAbertoFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoCnabBancosOcorrencia/{codigoEmpresa}/{codigoUnidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarMovimentoCnabBancosOcorrencia_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdl", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroNossoNumeroConsolidado", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoCorrespondenteCobrador", "in": "query", "required": false, "type": "string" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSequencialNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoLote", "in": "query", "required": false, "type": "string" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "codigoClienteResponsavel", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoParticipante", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "situacaoLiquidacao", "in": "query", "required": false, "type": "string", "enum": [ "BAIXADO_DEVOLVIDO", "PAGAMENTO_PARCIAL", "PAGAMENTO_TOTAL", "EM_ABERTO", "REEMBOLSO_DEVOLUCAO", "REDESCONTO", "ESTORNO_PARCIAL", "ESTORNO_TOTAL", "EXCLUIDO", "ESTORNO_DEVOLUCAO", "DESCONTO_BANCARIO", "RENEGOCIADO", "CEDIDO", "TRANSFERIDO" ] }, { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/configuracaoCircularOperacaoCredito/{codigoAgrupamentoModalidade}/{tipoEncargoAgrupamentoTaxaMedia}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarConfiguracaoCircularOperacaoCredito_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAgrupamentoModalidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoEncargoAgrupamentoTaxaMedia", "in": "path", "required": true, "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirConfiguracaoCircularOperacaoCredito_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAgrupamentoModalidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoEncargoAgrupamentoTaxaMedia", "in": "path", "required": true, "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/configuracaoCircularOperacaoCredito": { "get": { "tags": [ "BackOffice" ], "operationId": "listarConfiguracaoCircularOperacaoCredito_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAgrupamentoModalidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoEncargo", "in": "query", "required": false, "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] }, { "name": "descricaoAgrupamentoModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirConfiguracaoCircularOperacaoCredito_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConfiguracaoCircularOperacaoCreditoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarConfiguracaoCircularOperacaoCredito_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConfiguracaoCircularOperacaoCreditoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funcaoInstrucao/modalidade/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarFuncaoInstrucaoByModalidade_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoCnabAlegacoesSacado/{siglamovimentoCnabAlegacoesSacado}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarMovimentoCnabAlegacoesSacado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivoSacado", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirMovimentoCnabAlegacoesSacado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoMotivoSacado", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarInstrucoesBoletoTituloAberto/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroNossoNumero}/{numeroSequenciaNossoNumero}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarInstrucoesBoletoTituloAberto_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoCnabBancosOcorrencia": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirMovimentoCnabBancosOcorrencia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/MovimentoCnabBancosOcorrenciaDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirMovimentoCnabBancosOcorrencia_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoCnabBancosOcorrenciaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoCnabClienteOcorrencia": { "get": { "tags": [ "BackOffice" ], "operationId": "listarMovimentoCnabClienteOcorrencia_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoOcorrencia", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataProcessamento", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "tipoLote", "in": "query", "required": false, "type": "string" }, { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/proximoCodigoCorrespondenteCobrador": { "post": { "tags": [ "BackOffice" ], "operationId": "gerarProximoCodigoCorrespondenteCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GerarProximoCodigoCorrespondenteCobradorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/relacaoMovimentosCorrespondentes": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarRelacaoMovimentosCorrespondentes_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrancaContaCorrente/proximoNumero/{codigoCobrador}/{codigoCarteiraCobranca}": { "get": { "tags": [ "BackOffice" ], "operationId": "gerarProximoSequencialCobrancaContaCorrente_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCarteiraCobranca", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/beneficiario": { "get": { "tags": [ "BackOffice" ], "operationId": "listarBeneficiario_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "restringirAtivos", "in": "query", "required": false, "type": "boolean" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroCic", "in": "query", "required": false, "type": "string" }, { "name": "nomePessoa", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contratoOrigem/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContratoOrigem_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/produto": { "get": { "tags": [ "BackOffice" ], "operationId": "listarProduto_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "descricaoProduto", "in": "query", "required": false, "type": "string" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "siglaCarteiraCessao", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirProduto_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProdutoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarProduto_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProdutoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirProduto_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProdutoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaProduto/{siglaProduto}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarProduto_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaProduto", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contratoRenegociado/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroSequencial}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarContratoRenegociado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroSequencial", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarContratosDpge": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContratosDpge_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "identificadorGrupoProdutoFgc", "in": "query", "required": false, "type": "string" }, { "name": "identificadorTipoContrato", "in": "query", "required": false, "type": "string" }, { "name": "identificadorRestricaoPrazo", "in": "query", "required": false, "type": "string" }, { "name": "quantidadeMaximaParcela", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "quantidadeDiaCarenciaDe", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "quantidadeDiaCarenciaAte", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "valorMaximoParcela", "in": "query", "required": false, "type": "number" }, { "name": "identificadorSituacaoContrato", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contrato/emprestimo-ativo/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{numeroContrato}/{numeroAdlib}/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "consultarContratoEmprestimoAtivo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/registrarContratoDpge": { "post": { "tags": [ "BackOffice" ], "operationId": "registrarContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoDpgeDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contratoRenegociado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarContratoRenegociado_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSequencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/calcularValorPremioDiferimento": { "post": { "tags": [ "BackOffice" ], "operationId": "calcularValorPremioDiferimento_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalcularValorPremioDiferimentoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/statusTomador": { "get": { "tags": [ "BackOffice" ], "operationId": "listarStatusTomador_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaStatus", "in": "query", "required": false, "type": "string" }, { "name": "descricaoStatus", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirStatusTomador_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/StatusTomadorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarStatusTomador_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/StatusTomadorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/iniciarConciliacaoSeguro": { "post": { "tags": [ "BackOffice" ], "operationId": "iniciarConciliacaoSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SeguroConciliacaoRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/segurosConciliacao/{dataInicialContrato}/{dataFinalContrato}/{situacao}/{page}/{size}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarSegurosConciliacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "dataInicialContrato", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "dataFinalContrato", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "situacao", "in": "path", "required": true, "type": "string", "enum": [ "EM_ANDAMENTO", "NAO_CONCILIADO", "CONCILIADO", "ERRO_AO_CONCILIAR" ] }, { "name": "page", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "size", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/iniciarAtualizacaoSeguroParcela": { "post": { "tags": [ "BackOffice" ], "operationId": "iniciarAtualizacaoSeguroParcela_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/TituloDespesaAdicionalProcessamentoDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/movimentoTituloExistente/{numeroLote}": { "get": { "tags": [ "BackOffice" ], "operationId": "validarMovimentoTituloExistente_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/anexo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarAnexo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAnexo", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaGrupo", "in": "query", "required": false, "type": "string" }, { "name": "siglaSubGrupo", "in": "query", "required": false, "type": "string" }, { "name": "descricaoAnexo", "in": "query", "required": false, "type": "string" }, { "name": "tipoAnexo", "in": "query", "required": false, "type": "string", "enum": [ "INATIVO", "ANEXO_3040", "ANEXO_3020_3030", "ATIVO" ] }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "type": "array", "items": { "$ref": "#/definitions/AnexoDTO" } } } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirAnexo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AnexoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarAnexo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AnexoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cnabService": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCnab_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaConvenio", "in": "query", "required": false, "type": "string" }, { "name": "descricaoConvenio", "in": "query", "required": false, "type": "string" }, { "name": "disponibilidadeConvenio", "in": "query", "required": false, "type": "string", "enum": [ "CLIENTE", "BANCO", "AMBOS" ] }, { "name": "modeloLayout", "in": "query", "required": false, "type": "string", "enum": [ "TOTAL_BANCO", "BRADESCO", "ITAU", "BANCO_BRASIL", "REAL", "BPN", "CHEQUE", "UNIBANCO", "CHECK_EXPRESS", "CHEQUE_TB", "HSBC", "RET_DESC_CHQ", "DDA", "BRB", "CNAB_XLS", "FEBRABAN_240", "SOFISA", "SAFRA" ] }, { "name": "listaDisponibilidadeConvenio", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "CLIENTE", "BANCO", "AMBOS" ] }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCnab_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CnabDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCnab_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CnabDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cnabService/{siglaConvenio}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCnab_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaConvenio", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCnab_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "siglaConvenio", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/aliquota": { "get": { "tags": [ "BackOffice" ], "operationId": "listarAliquota_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "query", "required": false, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "query", "required": false, "type": "string" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "type": "array", "items": { "$ref": "#/definitions/AliquotaDTO" } } } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirAliquota_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AliquotaDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarAliquota_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AliquotaDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/carteira/{siglaCarteira}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCarteira_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirCarteira_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/carteira": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCarteira_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "descricaoCarteiraPlano", "in": "query", "required": false, "type": "string" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "type": "array", "items": { "$ref": "#/definitions/CarteiraDTO" } } } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCarteira_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CarteiraDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCartereira_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CarteiraDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/aliquota/{tipoTributo}/{siglaCriterioTributo}/{codigoUnidade}/{dataInicioValidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarAliquota_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "path", "required": true, "type": "string" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirAliquota_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoTributo", "in": "path", "required": true, "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, { "name": "siglaCriterioTributo", "in": "path", "required": true, "type": "string" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataInicioValidade", "in": "path", "required": true, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tributo/{siglaModalidade}/{dataValidade}/{codigoUnidade}/{fatoGerador}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTributos_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "dataValidade", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "fatoGerador", "in": "path", "required": true, "type": "string", "enum": [ "CONTRATACAO", "LIQUIDACAO", "CONTRATACAO_LIQUIDACAO", "VENCIMENTO" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/anexo/{codigoAnexo}/{siglaGrupo}/{siglaSubGrupo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarAnexo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAnexo", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaGrupo", "in": "path", "required": true, "type": "string" }, { "name": "siglaSubGrupo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirAnexo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoAnexo", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaGrupo", "in": "path", "required": true, "type": "string" }, { "name": "siglaSubGrupo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/historico": { "get": { "tags": [ "BackOffice" ], "operationId": "listarHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigo", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "descricao", "in": "query", "required": false, "type": "string" }, { "name": "natureza", "in": "query", "required": false, "type": "string", "enum": [ "CREDITO", "DEBITO" ] }, { "name": "tipoLancamento", "in": "query", "required": false, "type": "string", "enum": [ "LIBERACAO", "TARIFA", "TRANSFERENCIA", "REEMBOLSO", "JUROS", "IOC", "IRF", "CPMF", "LIQUIDACAO", "DESPESA", "CHEQUE_ADMINISTRATIVO", "NORMAL", "NAO_DEFINIDO" ] }, { "name": "identificadorAvisoLancamento", "in": "query", "required": false, "type": "boolean" }, { "name": "identificadorLancamentoDigitado", "in": "query", "required": false, "type": "boolean" }, { "name": "tipoLigacaoContaCorrente", "in": "query", "required": false, "type": "string", "enum": [ "CONTA_VINCULADA", "CONTA_CORRENTE", "CONTRATO_CONTA_VINCULADA", "CONTRATO_CONTA_CORRENTE", "CONTA_CONTROLE", "RECEITA_DESPESA" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirHistorico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/HistoricoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarHistorico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/HistoricoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/encargo/{siglaEncargo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarEncargo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaEncargo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirEncargo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaEncargo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/convenio/{codigoConvenio}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarConvenio_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoConvenio", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirConvenio_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoConvenio", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/sacado/{tipoDocumentoSacado}/{numeroDocumento}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarSacado_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoDocumentoSacado", "in": "path", "required": true, "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, { "name": "numeroDocumento", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirSacado_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoDocumentoSacado", "in": "path", "required": true, "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, { "name": "numeroDocumento", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/sacado": { "get": { "tags": [ "BackOffice" ], "operationId": "listarSacado_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "numeroDocumento", "in": "query", "required": false, "type": "string" }, { "name": "nomeSacado", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirSacado_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SacadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarSacado_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SacadoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaRepassador/{siglaModalidade}/{siglaModulo}/{codigoRepassador}/{numeroLinha}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarRepassador_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "codigoRepassador", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroLinha", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/plano": { "get": { "tags": [ "BackOffice" ], "operationId": "listarPlano_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaPlano", "in": "query", "required": false, "type": "string" }, { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "descricaoPlano", "in": "query", "required": false, "type": "string" }, { "name": "codigoConvenio", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "listaSiglaModulo", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "codigoTipoPlano", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoSituacaoPlano", "in": "query", "required": false, "type": "boolean" }, { "name": "detalhado", "in": "query", "required": false, "type": "boolean" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirPlano_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PlanoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarPlano_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PlanoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirPlano_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PlanoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/convenio": { "get": { "tags": [ "BackOffice" ], "operationId": "ListarConvenio_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoConvenio", "in": "query", "required": false, "type": "string", "enum": [ "GARANTIA", "SEGURADORA", "LOJISTA", "RECEBEDOR", "FORNECEDOR", "CONSIGNADO", "CORRESPONDENTE" ] }, { "name": "numeroConvenio", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroSequencialConvenio", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequencialConvenioNotEquals", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaModalidade", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "siglaProdutoFinalidade", "in": "query", "required": false, "type": "string" }, { "name": "codigoProdutoGerencial", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "listaSiglaProdutoFinalidade", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "listaSiglaModulo", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "dataValidadeModalidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataInicioValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataFimValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirConvenio_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConvenioDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarConvenio_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ConvenioDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarInstrucao/{codigoInstrucao}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarInstrucao_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoInstrucao", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrador": { "get": { "tags": [ "BackOffice" ], "operationId": "listarCobrador_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaCobrador", "in": "query", "required": false, "type": "string" }, { "name": "descricaoCobrador", "in": "query", "required": false, "type": "string" }, { "name": "identificadorEntidade", "in": "query", "required": false, "type": "string" }, { "name": "ddaCodigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dda", "in": "query", "required": false, "type": "string" }, { "name": "numeroPrioridadeCobranca", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaConvenio", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirCobrador_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CobradorDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarCobrador_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CobradorDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/instrucao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarInstrucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoInstrucao", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "descricaoInstrucao", "in": "query", "required": false, "type": "string" }, { "name": "codigoHistorico", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/InstrucaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/InstrucaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listaEncargo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarEncargo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaEncargo", "in": "query", "required": false, "type": "string" }, { "name": "descricaoEncargo", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/cobrador/{codigoCobrador}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCobrador_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirConvenio", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCobrador", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/statusTomador/{siglaStatus}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarCobrador", "produces": [ "application/json" ], "parameters": [ { "name": "siglaStatus", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/plano/{siglaPlano}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarPlano_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaPlano", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/historico/{codigoHistorico}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoHistorico", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirHistorico_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoHistorico", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/encargo": { "put": { "tags": [ "BackOffice" ], "operationId": "alterarEncargo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/EncargoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/incluiEncargo": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirEncargo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/EncargoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/gerarProximoLote": { "post": { "tags": [ "BackOffice" ], "operationId": "gerarProximoLote_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ProximoLoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tipoPlano/{codigoTipoPlano}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirTipoPlano_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoTipoPlano", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaTipoPlano/{codigoTipoPlano}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTipoPlano_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoTipoPlano", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tipoCessao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTipoCessao_1", "produces": [ "application/json" ], "parameters": [ { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/tipoPlano": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTipoPlano_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoTipoPlano", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "descricaoTipoPlano", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirTipoPlano_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoPlanoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarTipoPlano_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoPlanoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/iofPago": { "post": { "tags": [ "BackOffice" ], "operationId": "calcularIofPago_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/TituloAbertoCalculadoDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscartitulos/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroNossoNumero}/{numeroSequenciaNossoNumero}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTitulos_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarTitulo": { "post": { "tags": [ "BackOffice" ], "operationId": "listarTitulo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TituloFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/nossoNumero": { "post": { "tags": [ "BackOffice" ], "operationId": "gerarNossoNumero_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GeraNossoNumeroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarTipoTitulo": { "post": { "tags": [ "BackOffice" ], "operationId": "listarTipoTitulo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TipoTituloFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarTipoTitulo/{siglaTipoTitulo}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTipoTitulo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaTipoTitulo", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidade": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadesPassivas_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "descricaoModalidade", "in": "query", "required": false, "type": "string" }, { "name": "siglaProdutoFinalidade", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaProdutoFinalidade", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "listaSiglaModalidadeNotIn", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "listaNaturezaContabil", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "collectionFormat": "multi" }, { "name": "cessaoPassiva", "in": "query", "required": false, "type": "boolean" }, { "name": "siglaCriterioCalculo", "in": "query", "required": false, "type": "string" }, { "name": "tipoCobranca", "in": "query", "required": false, "type": "string", "enum": [ "COBRANCA_REGISTRADA", "COBRANCA_PRE_IMPRESSA" ] }, { "name": "negacaoIdentificadorTipoCobranca", "in": "query", "required": false, "type": "string", "enum": [ "COBRANCA_REGISTRADA", "COBRANCA_PRE_IMPRESSA" ] }, { "name": "produtoGerencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "cheque", "in": "query", "required": false, "type": "boolean" }, { "name": "siglaEncargo", "in": "query", "required": false, "type": "string" }, { "name": "siglaLimiteOperacional", "in": "query", "required": false, "type": "string" }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirModalidade_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ModalidadeDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarModalidade_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ModalidadeDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarTitularAgencia": { "post": { "tags": [ "BackOffice" ], "operationId": "buscarTitularAgencia_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TitularAgenciaBuscarDTO" } } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "$ref": "#/definitions/TitularAgenciaDetalheDTO" } } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeTributo": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeTributo_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "siglaCriterioTributo", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeCessao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeCessao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidade/{siglaModalidade}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirModalidade_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeDocumento": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeDocumento_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscaEmprestimo": { "post": { "tags": [ "BackOffice" ], "operationId": "buscaEmprestimo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/BuscaEmprestimoDTO" } } ], "responses": { "200": { "description": "successful operation", "headers": { }, "schema": { "$ref": "#/definitions/EmprestimoDTO" } } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/boleto/{codigoBoleto}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarBoletoDetalhe_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoBoleto", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscar-modalidade-simplificada/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidadeDTO_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/outrasGarantias": { "get": { "tags": [ "BackOffice" ], "operationId": "listarOutrasGarantias_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaTipoTitulo", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarOutrasGarantias_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoOutrasGarantiaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/funacaoOcorrencia/{siglaFuncaoOcorrencia}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excluirFunacaoOcorrencia_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncaoOcorrencia", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/modalidadeTransferenciaCobrador": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidadeTransferenciaCobrador_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/instrucao/{codigoInstrucao}": { "delete": { "tags": [ "BackOffice" ], "operationId": "excuirInstrucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoInstrucao", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarcontrato/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarContrato_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "buscarPassivo", "in": "query", "required": false, "type": "boolean" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarContrato": { "post": { "tags": [ "BackOffice" ], "operationId": "listarContrato_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoFiltroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contrato": { "put": { "tags": [ "BackOffice" ], "operationId": "alterarContrato_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ContratoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/contrato-parcela/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{numeroContrato}/{numeroAdlib}/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "listarParcelas_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/listarmodalidade": { "get": { "tags": [ "BackOffice" ], "operationId": "listarModalidade_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "descricaoModalidade", "in": "query", "required": false, "type": "string" }, { "name": "siglaProdutoFinalidade", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaProdutoFinalidade", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "listaSiglaModalidadeNotIn", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "siglaLinhaOperacao", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "dataValidade", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "listaNaturezaContabil", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "collectionFormat": "multi" }, { "name": "cessaoPassiva", "in": "query", "required": false, "type": "boolean" }, { "name": "siglaCriterioCalculo", "in": "query", "required": false, "type": "string" }, { "name": "tipoCobranca", "in": "query", "required": false, "type": "string", "enum": [ "COBRANCA_REGISTRADA", "COBRANCA_PRE_IMPRESSA" ] }, { "name": "negacaoIdentificadorTipoCobranca", "in": "query", "required": false, "type": "string", "enum": [ "COBRANCA_REGISTRADA", "COBRANCA_PRE_IMPRESSA" ] }, { "name": "produtoGerencial", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "cheque", "in": "query", "required": false, "type": "boolean" }, { "name": "siglaEncargo", "in": "query", "required": false, "type": "string" }, { "name": "siglaLimiteOperacional", "in": "query", "required": false, "type": "string" }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscarmodalidade/{siglaModalidade}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarModalidade_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/participanteOperacao": { "get": { "tags": [ "BackOffice" ], "operationId": "listarParticipanteOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "restringirAtivos", "in": "query", "required": false, "type": "boolean" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroCic", "in": "query", "required": false, "type": "string" }, { "name": "nomePessoa", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarParticipanteOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ParticipanteOperacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/boletoBradesco": { "post": { "tags": [ "BackOffice" ], "operationId": "registrarBoletoBradesco_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/BoletoBradescoRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/participanteOperacao/{numeroSequencia}/{nomeParticipante}/{cpfCnpjParticipante}/{tipoPessoa}": { "post": { "tags": [ "BackOffice" ], "operationId": "incluirParticipanteOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "numeroSequencia", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "nomeParticipante", "in": "path", "required": true, "type": "string" }, { "name": "cpfCnpjParticipante", "in": "path", "required": true, "type": "string" }, { "name": "tipoPessoa", "in": "path", "required": true, "type": "string", "enum": [ "FISICA", "JURIDICA" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "BackOffice" ], "operationId": "excluirParticipanteOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "numeroSequencia", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "nomeParticipante", "in": "path", "required": true, "type": "string" }, { "name": "cpfCnpjParticipante", "in": "path", "required": true, "type": "string" }, { "name": "tipoPessoa", "in": "path", "required": true, "type": "string", "enum": [ "FISICA", "JURIDICA" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/buscartitulo/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}/{siglaModalidade}/{numeroContrato}/{numeroAdlib}/{numeroNossoNumero}/{numeroSequenciaNossoNumero}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTitulo_2", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/titularAgenciaSequencial/{codigoEmpresa}/{codigoUnidade}/{tipoSequencial}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarTitularAgenciaSequencial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoSequencial", "in": "path", "required": true, "type": "string", "enum": [ "CRD", "DSP", "CBO", "CTM", "CNB", "MCC", "MLIB", "CTR", "NNN", "RECOR", "LOG", "CREDBAI", "RBB", "REB", "OPE", "IOPE", "NCTR", "CLI" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/proximoSequencial/{codigoEmpresa}/{tipoSequencialF}": { "get": { "tags": [ "BackOffice" ], "operationId": "gerarProximoSequencial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "tipoSequencialF", "in": "path", "required": true, "type": "string", "enum": [ "CRD", "DSP", "CBO", "CTM", "CNB", "MCC", "MLIB", "CTR", "NNN", "RECOR", "LOG", "CREDBAI", "RBB", "REB", "OPE", "IOPE", "NCTR", "CLI" ] } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/titularAgenciaSequencial": { "get": { "tags": [ "BackOffice" ], "operationId": "listarTitularAgenciaSequencial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "listarTipoSequencial", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "CRD", "DSP", "CBO", "CTM", "CNB", "MCC", "MLIB", "CTR", "NNN", "RECOR", "LOG", "CREDBAI", "RBB", "REB", "OPE", "IOPE", "NCTR", "CLI" ] }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "BackOffice" ], "operationId": "incluirTitularAgenciaSequencial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TitularAgenciaSequencialDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "BackOffice" ], "operationId": "alterarTitularAgenciaSequencial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/TitularAgenciaSequencialDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/backoffice/historicosEstagios/{id}": { "get": { "tags": [ "BackOffice" ], "operationId": "buscarHistoricoEstagio_1", "produces": [ "application/json" ], "parameters": [ { "name": "id", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/calcula": { "post": { "tags": [ "Calculo" ], "operationId": "calcular_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalculoRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/recalculaComissaoFianca": { "post": { "tags": [ "Calculo" ], "operationId": "recalcularComissaoFianca_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoRecalcularComissaoFiancaRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/comissaoFianca": { "post": { "tags": [ "Calculo" ], "operationId": "calcularComissaoFianca_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoCalcularComissaoFiancaRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/parcelasPeriodoFianca": { "post": { "tags": [ "Calculo" ], "operationId": "gerarParcelasPeriodoFianca_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/GerarParcelasPeriodoFiancaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/comissaoPeriodoFianca": { "post": { "tags": [ "Calculo" ], "operationId": "gerarComissaoPeriodoFianca_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoRecalcularComissaoFiancaRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/dataUtil": { "post": { "tags": [ "Calculo" ], "operationId": "verificaDataUtil_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DataDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/operacao": { "put": { "tags": [ "Calculo" ], "operationId": "alterarOperacao_2", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoAlterarRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/ajusteSaldoComissaoFianca": { "post": { "tags": [ "Calculo" ], "operationId": "calcularAjusteSaldoComissaoFianca_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoAjusteSaldoComissaoFiancaRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/calcularoperacao": { "post": { "tags": [ "Calculo" ], "summary": "Executa o calculo inicial de uma operação, retornando as parcelas do contrato conforme os valores informados via Crédito Service", "description": "", "operationId": "calcularOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoIncluirRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/desconto": { "post": { "tags": [ "Calculo" ], "operationId": "calcularDesconto_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/DescontoRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/tir": { "post": { "tags": [ "Calculo" ], "operationId": "calcularTir_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalcularTirRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/calcularparcela": { "post": { "tags": [ "Calculo" ], "operationId": "calcularParcela_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalculoParcelaRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/cessao": { "post": { "tags": [ "Calculo" ], "operationId": "calcularCessao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalculoCessaoRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/calculaDias": { "post": { "tags": [ "Calculo" ], "operationId": "calculaDias_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CalculaDiasDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/cotacao/{siglaIndicadorMonetario}/{data}": { "get": { "tags": [ "Calculo" ], "operationId": "buscarCotacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaIndicadorMonetario", "in": "path", "required": true, "type": "string" }, { "name": "data", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "estimada", "in": "query", "required": false, "type": "boolean" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/calculo/taxasFlutuantes": { "post": { "tags": [ "Calculo" ], "operationId": "somarTaxasFlutuantes_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SomaTaxasFlutuantesRequestDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/dominio/situacao-autorizacao-liberacao": { "get": { "tags": [ "Dominio" ], "summary": "Lista as situações das autorizações da liberação", "description": "", "operationId": "getSituacaoAutorizacaoLiberacaoItem_1", "produces": [ "application/json" ], "parameters": [], "responses": { "200": { "description": "Operação realizada com sucesso!", "schema": { "type": "string", "enum": [ "BAIXADO", "CONFIRMADO", "PENDENTE" ] } }, "401": { "description": "Acesso negado" }, "500": { "description": "Erro interno" } }, "security": [ { "Bearer": [] } ] } }, "/dominio/situacao-liberacao": { "get": { "tags": [ "Dominio" ], "summary": "Lista as situações da liberação", "description": "", "operationId": "getSituacaoLiberacaoItem_1", "produces": [ "application/json" ], "parameters": [], "responses": { "200": { "description": "Operação realizada com sucesso!", "schema": { "type": "string", "enum": [ "ENVIADO", "PENDENTE" ] } }, "401": { "description": "Acesso negado" }, "500": { "description": "Erro interno" } }, "security": [ { "Bearer": [] } ] } }, "/dominio/ativo-inativo": { "get": { "tags": [ "Dominio" ], "operationId": "getAtivoInativoItem_1", "produces": [ "application/json" ], "parameters": [], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/movimento-liberacao": { "get": { "tags": [ "Movimento Liberação" ], "summary": "Listar movimento liberação, registros retornados de forma paginado", "description": "", "operationId": "listar_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "description": "Código da Empresa", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoClienteOperacao", "in": "query", "description": "Código do cliente Operação", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequencial", "in": "query", "description": "Número Sequencial da Simulação", "required": false, "type": "integer", "format": "int64" }, { "name": "dataSimulacaoInicio", "in": "query", "description": "Data da Simulação início", "required": false, "type": "string", "format": "date", "x-example": "yyyy-MM-dd" }, { "name": "dataSimulacaoFim", "in": "query", "description": "Data da Simulação fim", "required": false, "type": "string", "format": "date", "x-example": "yyyy-MM-dd" }, { "name": "siglaMeioLiberacao", "in": "query", "description": "Sigla do Meio de Liberação", "required": false, "type": "string" }, { "name": "codigoClienteFavorecido", "in": "query", "description": "Código do cliente Favorecido", "required": false, "type": "integer", "format": "int64" }, { "name": "situacaoLiberacao", "in": "query", "description": "Situação da Liberação", "required": false, "type": "string", "enum": [ "ENVIADO", "PENDENTE" ] }, { "name": "situacaoAutorizacao", "in": "query", "description": "Situação da Autorização", "required": false, "type": "string", "enum": [ "BAIXADO", "CONFIRMADO", "PENDENTE" ] }, { "name": "page", "in": "query", "description": "Página de consulta dos registros", "required": false, "type": "integer", "default": 1, "format": "int32" }, { "name": "size", "in": "query", "description": "Quantidade de registros retornado na pagina", "required": false, "type": "integer", "default": 10, "format": "int32" } ], "responses": { "200": { "description": "Operação realizada com sucesso!", "headers": { "x-meta-total-count": { "type": "integer", "format": "int64", "description": "Quantidade total de resgistro" }, "x-meta-total-pages": { "type": "integer", "format": "int64", "description": "Total de páginas" }, "x-meta-current-size": { "type": "integer", "format": "int64", "description": "Quantidade de registros atual" }, "x-meta-current-page": { "type": "integer", "format": "int64", "description": "Página atual" } }, "schema": { "type": "array", "items": { "$ref": "#/definitions/MovimentoLiberacaoResponse" } } }, "203": { "description": "Acesso negado" }, "400": { "description": "Requisição inválida", "schema": { "$ref": "#/definitions/ErrorResponse" } }, "500": { "description": "Erro interno" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Movimento Liberação" ], "summary": "Alterar Movimento Liberação", "description": "", "operationId": "alterar_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoLiberacaoRequest" } } ], "responses": { "200": { "description": "Operação realizada com sucesso!", "schema": { "$ref": "#/definitions/MovimentoLiberacaoDetalheResponse" } }, "401": { "description": "Acesso negado" }, "400": { "description": "Requisição inválida", "schema": { "$ref": "#/definitions/ErrorResponse" } }, "500": { "description": "Erro interno" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/movimento-liberacao/{siglaModalidade}/{codigoEmpresa}/{dataSimulacao}/{numeroSequencial}/{numeroDocumentoPessoa}": { "get": { "tags": [ "Movimento Liberação" ], "summary": "Retorna um movimento liberação e todas as informações", "description": "", "operationId": "consultar_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "description": "Sigla do Meio de Liberação", "required": true, "type": "string" }, { "name": "codigoEmpresa", "in": "path", "description": "Código da Empresa", "required": true, "type": "integer", "format": "int64" }, { "name": "dataSimulacao", "in": "path", "description": "Data da Simulação", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "path", "description": "Número Sequencial da Simulação", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroDocumentoPessoa", "in": "path", "description": "Número Documento Favorecido", "required": true, "type": "string" } ], "responses": { "200": { "description": "Operação realizada com sucesso!", "schema": { "$ref": "#/definitions/MovimentoLiberacaoDetalheResponse" } }, "401": { "description": "Acesso negado" }, "400": { "description": "Requisição inválida", "schema": { "$ref": "#/definitions/ErrorResponse" } }, "500": { "description": "Erro interno" } }, "security": [ { "Bearer": [] } ] } }, "/npc/requisicaoIntegracaoTitulo": { "get": { "tags": [ "NPC" ], "operationId": "listarRequisicaoIntegracaoTitulo_1", "produces": [ "application/json" ], "parameters": [ { "name": "idRequisicao", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "idRequisicaoTitulo", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "NPC" ], "operationId": "reprocessarRequisicaoIntegracaoTitulo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/RequisicaoIntegracaoReprocessarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/titulo/{codigoEmpresa}/{numeroNossoNumero}/{numeroSequenciaNossoNumero}": { "get": { "tags": [ "NPC" ], "operationId": "buscarTitulo", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "numeroSequenciaNossoNumero", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/buscaRequisicaoIntegracao/{idRequisicao}": { "get": { "tags": [ "NPC" ], "operationId": "buscarRequisicaoIntegracao_1", "produces": [ "application/json" ], "parameters": [ { "name": "idRequisicao", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/buscaRequisicaoIntegracaoTitulo/{idRequisicaoTitulo}": { "get": { "tags": [ "NPC" ], "operationId": "buscarRequisicaoIntegracaoTitulo_1", "produces": [ "application/json" ], "parameters": [ { "name": "idRequisicaoTitulo", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/requisicaoIntegracao": { "get": { "tags": [ "NPC" ], "operationId": "listarRequisicaoIntegracao_1", "produces": [ "application/json" ], "parameters": [ { "name": "idRequisicao", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataInicioRequisicao", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "dataFinalRequisicao", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "quantidadeInicialTitulos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "quantidadeFinalTitulos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoRequisicao", "in": "query", "required": false, "type": "string", "enum": [ "ALTERACAO", "BAIXA_EFETIVA", "CARGA_INICIAL", "INCLUSAO" ] }, { "name": "situacaoRequisicao", "in": "query", "required": false, "type": "string", "enum": [ "ATUALIZADA", "ERRO", "PENDENTE" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/consultaTitulosInclusao/{codigoEmpresa}/{valorTituloMinimo}/{titulosPosFixados}": { "get": { "tags": [ "NPC" ], "operationId": "consultarTitulosInclusao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "valorTituloMinimo", "in": "path", "required": true, "type": "number" }, { "name": "titulosPosFixados", "in": "path", "required": true, "type": "boolean" }, { "name": "valorTituloMaximo", "in": "query", "required": false, "type": "number" }, { "name": "diasVencidos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "diasLimitePagamento", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "enviarDda", "in": "query", "required": false, "type": "boolean" }, { "name": "dataEnvioDda", "in": "query", "required": false, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/titulosInclusao/{codigoEmpresa}/{valorTituloMinimo}/{titulosPosFixados}": { "get": { "tags": [ "NPC" ], "operationId": "listarTitulosInclusao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "valorTituloMinimo", "in": "path", "required": true, "type": "number" }, { "name": "titulosPosFixados", "in": "path", "required": true, "type": "boolean" }, { "name": "valorTituloMaximo", "in": "query", "required": false, "type": "number" }, { "name": "diasVencidos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "diasLimitePagamento", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "enviarDda", "in": "query", "required": false, "type": "boolean" }, { "name": "dataEnvioDda", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/consultaTitulos": { "put": { "tags": [ "NPC" ], "operationId": "atualizarConsultaTitulos_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AtualizarConsultaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/titulosCargaInicial/{codigoEmpresa}/{valorTituloMinimo}/{titulosPosFixados}": { "get": { "tags": [ "NPC" ], "operationId": "consultarTitulosCargaInicial_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "valorTituloMinimo", "in": "path", "required": true, "type": "number" }, { "name": "titulosPosFixados", "in": "path", "required": true, "type": "boolean" }, { "name": "valorTituloMaximo", "in": "query", "required": false, "type": "number" }, { "name": "diasVencidos", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "diasLimitePagamento", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "enviarDda", "in": "query", "required": false, "type": "boolean" }, { "name": "dataEnvioDda", "in": "query", "required": false, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/npc/titulosBaixaEfetiva/{codigoEmpresa}/{titulosPosFixados}": { "get": { "tags": [ "NPC" ], "operationId": "consultarTitulosBaixaEfetiva_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "titulosPosFixados", "in": "path", "required": true, "type": "boolean" }, { "name": "dataBaixa", "in": "query", "required": false, "type": "string", "format": "date" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lote/alocacao-estagio": { "post": { "tags": [ "Operação" ], "operationId": "incluirAlocacaoEstagio_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAlocacaoEstagioDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteAlocacaoEstagio_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAlocacaoEstagioDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lote/alocacao-estagio/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteAlocacaoEstagio_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lote/ativo-problematico": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteAtivoProlematico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAtivoProblematicoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteAtivoProlematico_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAtivoProblematicoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lote/ativo-problematico/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteAtivoProlematico_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/permiteAlterarAgendaLiberacao": { "post": { "tags": [ "Operação" ], "operationId": "permiteAlterarAgendaLiberacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AgendaLiberacaoBuscarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluiroperacoescasadas": { "post": { "tags": [ "Operação" ], "operationId": "incluirOperacoesCasadas_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/OperacaoCasadaDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterardecomposicao": { "put": { "tags": [ "Operação" ], "operationId": "alterarDecomposicao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoDecomposicaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarAgendaLiberacao/{codigoCliente}/{codigoEmpresa}/{codigoUnidade}/{numeroContrato}/{siglaModalidade}": { "get": { "tags": [ "Operação" ], "operationId": "buscarAgendaLiberacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroContrato", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/validarAgendaLiberacao": { "post": { "tags": [ "Operação" ], "operationId": "validarAgendaLiberacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AgendaLiberacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/excluirAgendaLiberacao": { "delete": { "tags": [ "Operação" ], "operationId": "excluirAgendaLiberacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AgendaLiberacaoBuscarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alteraroperacaocasada": { "put": { "tags": [ "Operação" ], "operationId": "alterarOperacaoCasada_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoCasadaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alteraroperacoescasadas": { "put": { "tags": [ "Operação" ], "operationId": "alterarOperacoesCasadas_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/OperacaoCasadaDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirAgendaLiberacao": { "post": { "tags": [ "Operação" ], "operationId": "incluirAgendaLiberacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AgendaLiberacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarAgendaLiberacao": { "put": { "tags": [ "Operação" ], "operationId": "alterarAgendaLiberacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AgendaLiberacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscardecomposicao/{siglaModulo}/{codigoEmpresa}/{dataSimulacao}/{numeroSequencial}": { "get": { "tags": [ "Operação" ], "operationId": "buscarDecomposicao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataSimulacao", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarPropostaLiberacao/{codigoCliente}/{codigoEmpresa}/{codigoUnidade}/{numeroContrato}/{numeroAdlib}/{siglaModalidade}": { "get": { "tags": [ "Operação" ], "operationId": "buscarPropostaLiberacao_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "integer", "format": "int32" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "integer", "format": "int32" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "integer", "format": "int32" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "string" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarAgendaLiberacao": { "get": { "tags": [ "Operação" ], "operationId": "listarAgendaLiberacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataEmissaoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoFinal", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirdecomposicao": { "post": { "tags": [ "Operação" ], "operationId": "incluirDecomposicao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoDecomposicaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarPropostaLiberacao": { "get": { "tags": [ "Operação" ], "operationId": "listarPropostaLiberacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataLiberacaoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataLiberacaoFinal", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "tbnMantemOrdem", "in": "query", "required": false, "type": "boolean" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscaroperacaocasada/{siglaModulo}/{codigoEmpresa}/{dataSimulacao}/{numeroSequencial}": { "get": { "tags": [ "Operação" ], "operationId": "buscarOperacaoCasada_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataSimulacao", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluiroperacaocasada": { "post": { "tags": [ "Operação" ], "operationId": "incluirOperacaoCasada_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoCasadaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alteraroperacao": { "put": { "tags": [ "Operação" ], "operationId": "alterarOperacao", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/funcaoinstrucao/{siglaFuncao}": { "get": { "tags": [ "Operação" ], "operationId": "buscarFuncaoInstrucao", "produces": [ "application/json" ], "parameters": [ { "name": "siglaFuncao", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/movimentocontrato/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarMovimentoContrato", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/retornarAliquotaSeguro": { "post": { "tags": [ "Operação" ], "operationId": "retornarAliquotaSeguroPrestamista_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoSeguroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteEstornoExclusaoContrato": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteEstornoExclusaoContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoExclusaoContratoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteEstornoExclusaoContrato": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteEstornoExclusaoContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoExclusaoContratoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteEstornoExclusaoContrato/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteEstornoExclusaoContrato_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/simularCancelamento": { "post": { "tags": [ "Operação" ], "operationId": "simularCancelamentoSegPrestamista_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/CancelamentoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteLiquidacaoPassivoBNDES": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteLiquidacaoPassivoBNDES_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteLiquidacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alteraroperacoes": { "put": { "tags": [ "Operação" ], "operationId": "alterarOperacoes_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/OperacaoDetalheDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listaroperacao": { "get": { "tags": [ "Operação" ], "operationId": "listarOperacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataSimulacao", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "dataSimulacaoInicio", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "dataSimulacaoFim", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidadeCliente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidadeConveniado", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoConveniado", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoLoja", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoConvenio", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaPlano", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "dataEmissao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoInicio", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataEmissaoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "situacao", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "ABERTO", "ATIVO", "CASADA", "CEDIDO", "EFETIVADO", "EXCLUIDO", "EXCLUIDO_XX", "FECHADO", "PENDENTE", "RENEGOCIADO", "TRANSFERIDO", "SIMULACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "collectionFormat": "multi" }, { "name": "nomeOperacao", "in": "query", "required": false, "type": "string" }, { "name": "tipoPessoa", "in": "query", "required": false, "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, { "name": "produtoFinalidade", "in": "query", "required": false, "type": "string" }, { "name": "indicadorTipoLote", "in": "query", "required": false, "type": "string" }, { "name": "listaSiglaLinhaOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "listaSiglaProdutoFinalidade", "in": "query", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluiroperacao": { "post": { "tags": [ "Operação" ], "summary": "Entrada de operação via Crédito Service", "description": "", "operationId": "incluirOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluiroperacoes": { "post": { "tags": [ "Operação" ], "operationId": "incluirOperacoes_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/OperacaoDetalheDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/operacao": { "delete": { "tags": [ "Operação" ], "operationId": "excluirOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ExcluirOperacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscaroperacao/{siglaModulo}/{codigoEmpresa}/{dataSimulacao}/{numeroSequencial}": { "get": { "tags": [ "Operação" ], "operationId": "buscarOperacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataSimulacao", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/bordero/calculo": { "put": { "tags": [ "Operação" ], "operationId": "calularBordero_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/BorderoCalculoDTO" } }, { "in": "body", "name": "body", "required": false, "schema": { "type": "boolean" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteConciliacao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteConciliacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteContaVinculadaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteLiquidacao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteLiquidacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteDevolucao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteDevolucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteGarantia/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteGarantia_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteAlteracao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteAlteracao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteAlteracao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteAlteracao_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAlteracaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteAlteracao_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAlteracaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteContaVinculada": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteContaVinculada_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteContaVinculadaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteReembolso/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteReembolso_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteReembolso": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteReembolso_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteReembolsoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteReembolso_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteReembolsoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteManutencao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteManutencao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteManutencaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteManutencao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteManutencaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/proximonumerocontrato/{codigoEmpresa}/{codigoUnidade}/{codigoCliente}": { "put": { "tags": [ "Operação" ], "operationId": "gerarProximoNumeroContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteInstrucao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteInstrucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteLiquidacao": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteLiquidacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteLiquidacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteEstornoLiquidacao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteEstornoLiquidacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteCobrador": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteCobradorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteCessao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteCessao_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteCessaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteCessao_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteCessaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteDevolucao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteDevolucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDevolucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteDevolucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDevolucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteEstornoDevolucao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteEstornoDevolucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoDevolucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteEstornoDevolucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoDevolucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteAjusteSaldo": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteAjusteSaldo_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAjsDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteEstornoDevolucao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteEstornoDevolucao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/proximonumerocontratounico/{codigoEmpresa}": { "put": { "tags": [ "Operação" ], "operationId": "gerarProximoNumeroContratoUnico_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteInstrucao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteInstrucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteInstrucao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteInstrucaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteAjusteSaldo/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteAjusteSaldo_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteAjusteSaldo": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteAjusteSaldo_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteAjsDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteContaVinculada": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteContaVinculada_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteContaVinculadaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteGarantia": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteGarantia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteGarantiaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteGarantia_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteGarantiaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/movimentocontrato": { "get": { "tags": [ "Operação" ], "operationId": "listarMovimentoContrato_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "tipoBorderoTransacao", "in": "query", "required": false, "type": "string", "enum": [ "DESCONTO_TITULO", "DESCONTO_CHEQUE", "COBRANCA_SIMPLES", "COBRANCA_CAUCIONADA", "COBRANCA_VINCULADA", "CUSTODIA_CHEQUE", "DESCONTO_INTELIGENTE", "REDESCONTO", "COBRANCA" ] }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataInicialOperacao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataFimOperacao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "situacaoContrato", "in": "query", "required": false, "type": "string", "enum": [ "ABERTO", "ATIVO", "COTADO", "EFETIVADO", "FECHADO", "PENDENTE", "PENDENTE_CONFIRMACAO", "CANCELADO", "REJEITADO", "RENEGOCIADO", "APROVADO", "EXCLUIDO", "PR", "ALTERACAO_EXCLUSAO", "INATIVO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteEstornoLiquidacao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteEstornoLiquidacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoLiquidacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteLiquidacao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteLiquidacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteLiquidacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteCobrador/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteCobrador_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteCobrador": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteCobrador_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteCobradorDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteContaVinculada/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteContaVinculada_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteManutencao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteManutencao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteEstornoLiquidacao": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteEstornoLiquidacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoLiquidacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/borderocapalote": { "post": { "tags": [ "Operação" ], "operationId": "incluirBorderoCapaLote_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoContratoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/dataEncerramento/{codigoEmpresa}/{siglaModulo}/{dataSimulacao}/{numeroSequencial}": { "get": { "tags": [ "Operação" ], "operationId": "buscarDataEncerramentoBndes_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "siglaModulo", "in": "path", "required": true, "type": "string" }, { "name": "dataSimulacao", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroSequencial", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/simulacaoparcela": { "get": { "tags": [ "Operação" ], "operationId": "listarSimulacaoParcela_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCobrador", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoGerente", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroNossoNumero", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroSequencial", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoClienteResponsavel", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "numeroDocumentoSacado", "in": "query", "required": false, "type": "string" }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "siglaCarteira", "in": "query", "required": false, "type": "string" }, { "name": "seuNumero", "in": "query", "required": false, "type": "string" }, { "name": "situacaoOperacao", "in": "query", "required": false, "type": "array", "items": { "type": "string", "enum": [ "ABERTO", "ATIVO", "CASADA", "CEDIDO", "EFETIVADO", "EXCLUIDO", "EXCLUIDO_XX", "FECHADO", "PENDENTE", "RENEGOCIADO", "TRANSFERIDO", "SIMULACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "collectionFormat": "multi" }, { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "dataSimulacao", "in": "query", "required": false, "type": "string", "format": "date-time" }, { "name": "dataVencimentoInicial", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataVencimentoFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "tipoParticipante", "in": "query", "required": false, "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, { "name": "naturezaContabil", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarSimulacaoParcela_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SimulacaoParcelaDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/autorizarSeguroPrestamista": { "post": { "tags": [ "Operação" ], "operationId": "autorizarSeguroPrestamista_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoSeguroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/prorrogarContrato": { "post": { "tags": [ "Operação" ], "operationId": "prorrogarContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoProrrogacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/registrarCancelamentoSeguro": { "put": { "tags": [ "Operação" ], "operationId": "registrarCancelamentoSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/RegistrarCancelamentoSeguroRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteProrrogacaoContrato/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteProrrogacaoContrato_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/acompanharProrrogacao/{dataInicial}/{dataFinal}/{page}/{size}": { "get": { "tags": [ "Operação" ], "operationId": "acompanharProrrogacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "dataInicial", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "dataFinal", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "page", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "size", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteProrrogacaoContrato": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteProrrogacaoContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteProrrogacaoContratoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirLoteEstornoCessao": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteEstornoCessao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoCessaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/simularDespesaAdicional": { "post": { "tags": [ "Operação" ], "operationId": "simularDespesasAdicionais_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SimularDespesaRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteProrrogacaoContrato": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteProrrogacaoContrato_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteProrrogacaoContratoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarSituacaoLote": { "put": { "tags": [ "Operação" ], "operationId": "alterarSituacaoLote_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarContratosProrrogacao": { "get": { "tags": [ "Operação" ], "operationId": "listarContratosProrrogacao_1", "produces": [ "application/json" ], "parameters": [ { "name": "dataCalculo", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoCliente", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaModalide", "in": "query", "required": false, "type": "string" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "numeroAdlib", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoClienteConveniado", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "siglaProduto", "in": "query", "required": false, "type": "string" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/buscarLoteEstornoCessao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteEstornoCessao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date-time" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/alterarLoteEstornoCessao": { "put": { "tags": [ "Operação" ], "operationId": "alterarLoteEstornoCessao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteEstornoCessaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/incluirOperacaoComSeguro": { "post": { "tags": [ "Operação" ], "operationId": "incluirOperacaoComSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/IncluirOperacaoComSeguroRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/simularOperacaoComSeguro": { "post": { "tags": [ "Operação" ], "operationId": "simularOperacaoComSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/SimularOperacaoComSeguroRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/atualizarNumeroReferenciaBacen": { "post": { "tags": [ "Operação" ], "operationId": "atualizarNumeroReferenciaBacen_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoOperacaoIntegracaoReferenciaBacenRequest" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/instrucao/{codigoFuncao}": { "get": { "tags": [ "Operação" ], "operationId": "buscarInstrucao", "produces": [ "application/json" ], "parameters": [ { "name": "codigoFuncao", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/bordero/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarBordero_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteLp": { "post": { "tags": [ "Operação" ], "operationId": "incluirLoteLp_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteLpDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "put": { "tags": [ "Operação" ], "operationId": "alterarLoteLp_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteLpDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteCessao/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteCessao_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lote": { "put": { "tags": [ "Operação" ], "operationId": "lote_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ], "deprecated": true }, "delete": { "tags": [ "Operação" ], "operationId": "excluirLote_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/simularSeguro": { "post": { "tags": [ "Operação" ], "operationId": "simularSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/OperacaoSeguroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/lotes": { "delete": { "tags": [ "Operação" ], "operationId": "excluirLotes_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "type": "array", "items": { "$ref": "#/definitions/LoteDTO" } } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/autorizarSeguro": { "post": { "tags": [ "Operação" ], "operationId": "autorizarSeguro_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/AutorizarSeguroDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarLote": { "post": { "tags": [ "Operação" ], "operationId": "listarLote_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/ListarLoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/fechaLote": { "put": { "tags": [ "Operação" ], "operationId": "fechaLote_1", "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/LoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/bordero": { "put": { "tags": [ "Operação" ], "operationId": "alterarBordero_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoContratoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "delete": { "tags": [ "Operação" ], "operationId": "excluirBordero_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/MovimentoContratoBuscarDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/loteLp/{codigoEmpresa}/{codigoUnidade}/{dataMovimento}/{numeroLote}": { "get": { "tags": [ "Operação" ], "operationId": "buscarLoteLp_1", "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "dataMovimento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarparcelas": { "get": { "tags": [ "Operação" ], "operationId": "listarParcelasOpeSicor_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModulo", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataSimulacao", "in": "query", "required": false, "type": "string" }, { "name": "numeroSequencial", "in": "query", "required": false, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/operacao/listarintegracaosicor/{dataEmissao}": { "get": { "tags": [ "Operação" ], "operationId": "listarOperacoesSicor_1", "produces": [ "application/json" ], "parameters": [ { "name": "dataEmissao", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroContrato", "in": "query", "required": false, "type": "string" }, { "name": "dataLiberacao", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "numeroDocumento", "in": "query", "required": false, "type": "string" }, { "name": "nomeSacado", "in": "query", "required": false, "type": "string" }, { "name": "situacao", "in": "query", "required": false, "type": "string" }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/configuracao-integracao/politica-motor-credito/{id}": { "get": { "tags": [ "PoliticaMotorCredito" ], "operationId": "get_1", "produces": [ "application/json" ], "parameters": [ { "name": "id", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/configuracao-integracao/politica-motor-credito/{siglaModalidade}": { "delete": { "tags": [ "PoliticaMotorCredito" ], "operationId": "delete_1", "produces": [ "application/json" ], "parameters": [ { "name": "siglaModalidade", "in": "path", "required": true, "type": "string" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/configuracao-integracao/politica-motor-credito": { "get": { "tags": [ "PoliticaMotorCredito" ], "operationId": "query_1", "produces": [ "application/json" ], "parameters": [ { "name": "nome", "in": "query", "required": false, "type": "string" }, { "name": "siglaModalidade", "in": "query", "required": false, "type": "string" }, { "name": "situacao", "in": "query", "required": false, "type": "string", "enum": [ "ATIVO", "INATIVO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] }, "post": { "tags": [ "PoliticaMotorCredito" ], "operationId": "post_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/PoliticaMotorCreditoDetalheDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/proximoSequencialLog/{codigoEmpresa}": { "post": { "tags": [ "Processamento" ], "operationId": "gerarProximoSequencialLog_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/operacao": { "post": { "tags": [ "Processamento" ], "operationId": "efetivarOperacao_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/EfetivarOperacaoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/logLote": { "get": { "tags": [ "Processamento" ], "operationId": "listarLogLote_1", "produces": [ "application/json" ], "parameters": [ { "name": "numeroLote", "in": "query", "required": false, "type": "integer", "format": "int64" }, { "name": "dataInicio", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "dataFim", "in": "query", "required": false, "type": "string", "format": "date" }, { "name": "tipoLoteLog", "in": "query", "required": false, "type": "string", "enum": [ "LIQ", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "REE", "RDE", "DIN", "CNR", "FIA", "AVL", "CAU", "COB", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "VIN", "CBO", "CNB", "CRD", "FEC", "EXC", "FIF", "AJS", "APC", "EEX", "ECE" ] }, { "name": "codigoEmpresa", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "tipoSituacaoLogLote", "in": "query", "required": false, "type": "string", "enum": [ "PENDENTE", "COM_RESTRICAO", "SEM_RESTRICAO", "COM_ERRO" ] }, { "name": "statusProcessamento", "in": "query", "required": false, "type": "string", "enum": [ "PENDENTE", "CONCLUIDO" ] }, { "name": "page", "in": "query", "required": false, "type": "integer", "format": "int32" }, { "name": "size", "in": "query", "required": false, "type": "integer", "format": "int32" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/lote": { "post": { "tags": [ "Processamento" ], "operationId": "efetivarLote_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/EfetivarLoteDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/bordero": { "post": { "tags": [ "Processamento" ], "operationId": "efetivarBordero_1", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "in": "body", "name": "body", "required": false, "schema": { "$ref": "#/definitions/EfetivarBorderoDTO" } } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } }, "/processamento/buscaLogLote/{tipoLoteLog}/{codigoEmpresa}/{codigoUnidade}/{numeroLote}/{dataProcessamento}/{numeroLog}": { "get": { "tags": [ "Processamento" ], "operationId": "buscarLogLote_1", "produces": [ "application/json" ], "parameters": [ { "name": "tipoLoteLog", "in": "path", "required": true, "type": "string", "enum": [ "LIQ", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "REE", "RDE", "DIN", "CNR", "FIA", "AVL", "CAU", "COB", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "VIN", "CBO", "CNB", "CRD", "FEC", "EXC", "FIF", "AJS", "APC", "EEX", "ECE" ] }, { "name": "codigoEmpresa", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "codigoUnidade", "in": "path", "required": true, "type": "integer", "format": "int32" }, { "name": "numeroLote", "in": "path", "required": true, "type": "integer", "format": "int64" }, { "name": "dataProcessamento", "in": "path", "required": true, "type": "string", "format": "date" }, { "name": "numeroLog", "in": "path", "required": true, "type": "integer", "format": "int64" } ], "responses": { "default": { "description": "successful operation" } }, "security": [ { "Bearer": [] } ] } } }, "securityDefinitions": { "Bearer": { "type": "apiKey", "name": "authorization", "in": "header" } }, "definitions": { "IncluirHistoricoEstagioRequestDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "codigoEstagio": { "type": "string" }, "codigoMotivoEstagio": { "type": "string" } } }, "InstrucaoDTO": { "type": "object", "required": [ "codigoInstrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "descricaoInstrucao": { "type": "string", "minLength": 0, "maxLength": 40 }, "descricaoInstrucao1": { "type": "string" }, "descricaoInstrucao2": { "type": "string" }, "descricaoInstrucao3": { "type": "string" }, "descricaoInstrucao4": { "type": "string" }, "complemento1": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] }, "complemento2": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] }, "complemento3": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] } } }, "MovimentoCnabAlegacoesSacadoDTO": { "type": "object", "required": [ "codigoMotivoSacado" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoMotivoSacado": { "type": "integer", "format": "int32" }, "descricaoMotivoSacado": { "type": "string" }, "instrucao": { "$ref": "#/definitions/InstrucaoDTO" }, "cadastro": { "type": "boolean" } } }, "CriterioCalculoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "siglaCriterioCalculo": { "type": "string", "minLength": 0, "maxLength": 10 }, "dataInicioValidade": { "type": "string", "format": "date" }, "siglaIndicadorMonetario": { "type": "string", "minLength": 0, "maxLength": 10 }, "contratoEfetivado": { "type": "boolean" }, "tipoPeriodicidadeApuracao": { "type": "string", "enum": [ "ANUAL", "MENSAL" ] } } }, "LinhaOperacaoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaLinhaOperacao": { "type": "string", "minLength": 0, "maxLength": 3 }, "descricaoLinhaOperacao": { "type": "string", "minLength": 0, "maxLength": 30 } } }, "ModalidadeDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaModalidade": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoModalidade": { "type": "string", "minLength": 0, "maxLength": 40 }, "dataFimValidade": { "type": "string", "format": "date" }, "dataInicioValidade": { "type": "string", "format": "date" }, "contratoEmitido": { "type": "boolean" }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "criterioCalculo": { "$ref": "#/definitions/CriterioCalculoDTO" }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" }, "produto": { "$ref": "#/definitions/ProdutoDTO" } } }, "MovimentoContratoDetalheDTO": { "type": "object", "required": [ "aceite", "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataMovimento", "dataOperacao", "loteComplementar", "numeroAdlib", "quantidadeTitulos", "situacaoContrato", "valorTotal" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroLancamento": { "type": "integer", "format": "int64" }, "situacaoContrato": { "type": "string", "enum": [ "ABERTO", "ATIVO", "COTADO", "EFETIVADO", "FECHADO", "PENDENTE", "PENDENTE_CONFIRMACAO", "CANCELADO", "REJEITADO", "RENEGOCIADO", "APROVADO", "EXCLUIDO", "PR", "ALTERACAO_EXCLUSAO", "INATIVO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "siglaOrigemInterface": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaLinhaOperacao": { "type": "string" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "siglaModulo": { "type": "string" }, "loteComplementar": { "type": "boolean" }, "siglaIdentificadorMonetorio": { "type": "string" }, "tipoTitulo": { "$ref": "#/definitions/TipoTituloDTO" }, "dataOperacao": { "type": "string", "format": "date" }, "dataHoraInclusaoOperacao": { "type": "string", "format": "date-time" }, "quantidadeTitulos": { "type": "integer", "format": "int32" }, "aceite": { "type": "string", "enum": [ "SIM", "NAO", "BLOQUEADO" ] }, "quantidadeDigitacaoContrato": { "type": "integer", "format": "int32" }, "quantidadePrivateDatas": { "type": "integer" }, "quantidadePrivateDatasCalculado": { "type": "integer" }, "quantidadeTitulosCalculado": { "type": "integer", "format": "int32" }, "codigoUnidadeCobradora": { "type": "integer", "format": "int32" }, "codigoGerente": { "type": "integer", "format": "int32" }, "siglaReferenciaMonetaria": { "type": "string" }, "destinacaoAutomatica": { "type": "boolean" }, "valorTotal": { "type": "number" }, "valorTarifaAbertura": { "type": "number" }, "valorTarifaCobranca": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorPrincipalCalculado": { "type": "number" }, "valorJuros": { "type": "number" }, "valorLiquido": { "type": "number" }, "valorAdiantamento": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorTotalPadrao": { "type": "number" }, "taxaOperacao": { "type": "number" }, "taxaOperacaoCalculada": { "type": "number" }, "taxaOver": { "type": "number" }, "taxaOverCalculada": { "type": "number" }, "taxaMedia": { "type": "number" }, "taxaMediaVencimento": { "type": "number" }, "taxaMediaEfetiva": { "type": "number" }, "taxaEfetivaDiasUteis": { "type": "number" }, "taxaPeriodo": { "type": "number" }, "numeroDirecionamentoCredito": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "codigoContaCorrente": { "type": "string" }, "prazoVencimentoCorrecao": { "type": "number" }, "prazoEfetivoCorrido": { "type": "number" }, "prazoEfetivoDiasUteis": { "type": "number" }, "prazoPeriodo": { "type": "number" }, "coeficienteDiario": { "type": "number" }, "identificadorTaxaOperacao": { "type": "string" }, "siglaMeioLiquidacao": { "type": "string" }, "identificadorCriterioLiquidacao": { "type": "string", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA", "CONFIGURACAO" ] }, "identificadorCriterioTitulosVencidos": { "type": "string" }, "quantidadePrazoTitulosVencidos": { "type": "integer", "format": "int32" }, "reembolsoAutomatico": { "type": "boolean" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "identificadorOrigemLote": { "type": "string" }, "identificadorConvenioCnab": { "type": "boolean" }, "alteracaoEncargos": { "type": "boolean" }, "alteracaoLiquidacao": { "type": "boolean" }, "alteracaoReembolso": { "type": "boolean" }, "identificadorCalculoContrato": { "type": "string" }, "identificadorRestricaoSacado": { "type": "string" }, "identificadorTaxaLimite": { "type": "string" }, "identificadorValorLimite": { "type": "string" }, "identificadorPrazoLimite": { "type": "string" }, "identificadorExtraLimite": { "type": "boolean" }, "identificadorTipoDesconto": { "type": "string" }, "valorPercentualDesconto": { "type": "number" }, "valorDesconto2": { "type": "number" }, "identificadorDesconto2": { "type": "string" }, "identificadorBloqueioRegistro": { "type": "string" }, "cotacaoIndicadorEmissao": { "type": "number" }, "cotacaoReferenciaEmissao": { "type": "number" }, "identificadorTipoCheque": { "type": "string" }, "identificadorDiasAte30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "taxaPermanenciaAte30Dias": { "type": "number" }, "siglaMonetariaAte30Dias": { "type": "string" }, "identificadorFormaAte30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorDiasMais30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "taxaPermanenciaMais30Dias": { "type": "number" }, "siglaMonetariaMais30Dias": { "type": "string" }, "identificadorformaMais30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "percentualMulta": { "type": "number" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "valorTaxaSpread": { "type": "number" }, "identificadorBaseSpread": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "identificadorFormatoSpread": { "type": "string", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "identificadorCriterioOperacao": { "type": "string", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "baseCalculoMulta": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "taxaLimiteMora": { "type": "number" }, "identificadorTipoLimite": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] }, "indicadorNumeroGarantia": { "type": "string", "enum": [ "INTERNA", "EXTERNA" ] }, "numeroContratoGarantia": { "type": "string" }, "identificadorDevolucaoAutomatica": { "type": "string" }, "identificadorProtestoAutomatico": { "type": "string" }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "quantidadeDiasProtestoAutomatico": { "type": "integer", "format": "int32" }, "valorFlutuante": { "type": "number" }, "enviarGsOnline": { "type": "string" }, "identificadorIsencaoTac": { "type": "boolean" }, "valorPendencias": { "type": "number" }, "taxaSpreadFunding": { "type": "number" }, "expressaoTaxaBasica": { "type": "string" }, "siglaFunding": { "type": "string" }, "taxaCustoEfetivoTotal": { "type": "number" }, "codigoSequencialDaOperacao": { "type": "integer", "format": "int64" }, "siglaClassificacaoBancoCentral": { "type": "string" }, "valorSeguroPrestamista": { "type": "number" }, "identificadorSeguroPrazo": { "type": "string" }, "numeroCicSegurado": { "type": "string" }, "codigoUsuarioCadastrado": { "type": "string" }, "codigoUsuarioRecebido": { "type": "string" }, "codigoUsuarioAutorizador": { "type": "string" }, "descricaoParecerComercial": { "type": "string" }, "valorJurosADescontar": { "type": "number" }, "valorIOCADescontar": { "type": "number" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTituloDTO" } }, "tarifas": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTarifaDTO" } }, "tributos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTributoDTO" } }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/MovimentoParticipanteDTO" } }, "instrucoes": { "type": "array", "items": { "$ref": "#/definitions/MovimentoInstrucaoDTO" } }, "liberacoesDescontos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoLiberacaoDescontoDTO" } }, "recompraPendencias": { "type": "array", "items": { "$ref": "#/definitions/LoteContaVinculadaContratoDTO" } }, "loteLiquidacaoPendencia": { "$ref": "#/definitions/LoteLiquidacaoDTO" }, "outrasGarantias": { "type": "array", "items": { "$ref": "#/definitions/OperacaoOutrasGarantiaDTO" } } } }, "MovimentoTituloDTO": { "type": "object", "required": [ "dataEmissaoTitulo", "dataVencimento", "endereco", "numeroLancamento", "tipoPessoa", "tipoTitulo", "valorTitulo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroLancamento": { "type": "integer", "format": "int64" }, "tipoTitulo": { "$ref": "#/definitions/TipoTituloDTO" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequencialNossoNumero": { "type": "integer", "format": "int64" }, "seuNumero": { "type": "string" }, "codigoCorrespondenteCobrador": { "type": "string" }, "codigoCorrespondenteCliente": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumentoSacado": { "type": "string" }, "dataEmissaoTitulo": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "dataEfetiva": { "type": "string", "format": "date" }, "aceite": { "type": "string", "enum": [ "SIM", "NAO", "BLOQUEADO" ] }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoUnidadeCobradora": { "type": "integer", "format": "int32" }, "endereco": { "type": "boolean" }, "descricaoTitulo": { "type": "string" }, "numeroDocumentoEfetivo": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "siglaEnderecoCorrespondencia": { "type": "string" }, "nomeSacadoTitular": { "type": "string" }, "valorTitulo": { "type": "number" }, "valorTituloIdentificador": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorJurosPeriodo": { "type": "number" }, "valorAtualEfetivo": { "type": "number" }, "valorBaseTac": { "type": "number" }, "percentualBaseTac": { "type": "number" }, "valorCobradoTac": { "type": "number" }, "saldoDevedor": { "type": "number" }, "saldoDevedorD1": { "type": "number" }, "saldoPrincipal": { "type": "number" }, "saldoPrincipalD1": { "type": "number" }, "dataAtual": { "type": "string", "format": "date" }, "saldoAtual": { "type": "number" }, "saldoAtualD1": { "type": "number" }, "dataPrazoCorrecao": { "type": "string", "format": "date" }, "coeficienteDiarioCorrecao": { "type": "number" }, "coeficienteDiarioApropriacao": { "type": "number" }, "cotacaoIndicadorEmissao": { "type": "number" }, "identificadorCriterioPermanencia": { "type": "string", "enum": [ "ISENTO", "CONFIGURACAO", "TITULO" ] }, "valorPermanencia": { "type": "number" }, "identificadorCriterioLiquidacao": { "type": "string", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA" ] }, "identificadorCriterioMulta": { "type": "string", "enum": [ "ISENTO", "CONFIGURACAO", "TITULO" ] }, "valorMulta": { "type": "number" }, "percentualMulta": { "type": "number" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "taxaPermanenciaMais30Dias": { "type": "number" }, "siglaMonetariaMais30Dias": { "type": "string" }, "identificadorFormaMais30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorDiasMais30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "taxaPermanenciaAte30Dias": { "type": "number" }, "siglaMonetariaAte30Dias": { "type": "string" }, "formaAte30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorDiasAte30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "valorTaxaSpread": { "type": "number" }, "baseSpread": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "identificadorFormatoSpread": { "type": "string", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "identificadorCriterioOperacao": { "type": "string", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "baseCalculoMulta": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "taxaLimiteMora": { "type": "number" }, "identificadorTipoLimite": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] }, "siglaMeioLiquidacao": { "type": "string" }, "criterioReembolso": { "type": "string" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "reembolsoAutomatico": { "type": "boolean" }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "criterioProtesto": { "type": "string" }, "protestoAutomatico": { "type": "string" }, "quantidadeDiasProtesto": { "type": "integer", "format": "int32" }, "criterioDevolucao": { "type": "string" }, "devolucaoAutomatica": { "type": "string", "enum": [ "DIAS_CORRIDOS", "DIAS_UTEIS", "NAO_DEVOLVER" ] }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "identificadorDesconto1": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "identificadorDesconto2": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "identificadorDesconto3": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "dataDesconto1": { "type": "string", "format": "date" }, "dataDesconto2": { "type": "string", "format": "date" }, "dataDesconto3": { "type": "string", "format": "date" }, "percentualDesconto1": { "type": "number" }, "percentualDesconto2": { "type": "number" }, "valorTotalAbatimento": { "type": "number" }, "identificadorCriterioTributos": { "type": "string" }, "valorImpostoTributo": { "type": "number" }, "valorIocVencimento": { "type": "number" }, "codigoAgenciaCompensacao": { "type": "integer", "format": "int32" }, "codigoContaCorrenteCheque": { "type": "string" }, "codigoAgenciaCheque": { "type": "integer", "format": "int32" }, "numeroDigito1": { "type": "integer", "format": "int32" }, "numeroDigito2": { "type": "integer", "format": "int32" }, "numeroDigito3": { "type": "integer", "format": "int32" }, "codigoBancoCheque": { "type": "integer", "format": "int32" }, "numeroTelefoneCheque": { "type": "string" }, "numeroCheque": { "type": "integer", "format": "int64" }, "transacaoVencida": { "type": "string" }, "situacaoCobranca": { "type": "string", "enum": [ "EM_DIA", "PRIMEIRO_AVISO", "SEGUNDO_AVISO", "NOTIFICADO", "APONTADO", "PROTESTADO", "AJUIZADO", "PENDENTE", "PROTESTO", "ENVIADO_CARTORIO" ] }, "rejeicaoLimite": { "type": "string" }, "valorDesconto": { "type": "number" }, "valorTarifaTitulo": { "type": "number" }, "siglaGrupoContabil": { "type": "string" }, "siglaCosif": { "type": "string", "enum": [ "NORMAL", "LUCROS_PERDAS" ] }, "valorProvisaoDiferida": { "type": "number" }, "valorProvisaoReceita": { "type": "number" }, "identificadorConvenioCnab": { "type": "boolean" }, "codigoContaCorrente": { "type": "string" }, "tipoDocumentoSacador": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumentoSacador": { "type": "string" }, "nomeSacado": { "type": "string" }, "codigoRazaoCheque": { "type": "integer", "format": "int32" }, "tipoCheque": { "type": "integer", "format": "int32" }, "codigoCustodianteOrigem": { "type": "integer", "format": "int32" }, "codigoSacadoCedente": { "type": "integer", "format": "int32" }, "meioRecepcao": { "type": "string" }, "percentualDesconto3": { "type": "number" }, "sacadoEndereco": { "$ref": "#/definitions/MovimentoTituloSacadoEnderecoDTO" }, "valorJurosADescontar": { "type": "number" }, "valorIOCADescontar": { "type": "number" }, "instrucoes": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTituloInstrucaoDTO" } }, "tributos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTituloTributoDTO" } }, "enderecoBeneficiarioOriginal": { "$ref": "#/definitions/SacadoEnderecoDTO" } } }, "MovimentoTituloInstrucaoDTO": { "type": "object", "required": [ "instrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "instrucao": { "$ref": "#/definitions/InstrucaoDTO" }, "funcaoInstrucao": { "$ref": "#/definitions/FuncaoInstrucaoDTO" }, "valorComplementarInstrucao": { "type": "number" }, "taxaComplementoInstrucao": { "type": "number" }, "dataComplementoInstrucao": { "type": "string", "format": "date" }, "numeroComplementoInstrucao": { "type": "integer", "format": "int32" }, "percentualComplementoInstrucao": { "type": "number" }, "descricaoComplementoInstrucao": { "type": "string" }, "alteracaoInstrucao": { "type": "boolean" }, "instrucaoBloqueto": { "type": "boolean" } } }, "MovimentoTituloSacadoEnderecoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "nomeSacado": { "type": "string" }, "tipoEndereco": { "type": "string" }, "logradouro": { "type": "string" }, "bairro": { "type": "string" }, "cidade": { "type": "string" }, "uf": { "type": "string", "enum": [ "AC", "AL", "AP", "AM", "BA", "CE", "DF", "ES", "GO", "MA", "MS", "MT", "MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE", "TO" ] }, "referenciaLocalizacao": { "type": "string" }, "telefone": { "type": "string" }, "ramal": { "type": "integer", "format": "int32" }, "enderecoTitulo": { "type": "boolean" }, "cep": { "type": "integer", "format": "int64" }, "enderecoValido": { "type": "boolean" }, "email": { "type": "string" }, "codigoPraca": { "type": "integer", "format": "int32" } } }, "MovimentoTituloTributoDTO": { "type": "object", "properties": { "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "valorBase": { "type": "number" }, "valorTributo": { "type": "number" } } }, "ProdutoDTO": { "type": "object", "required": [ "descricaoProduto", "linhaOperacao", "siglaModulo", "siglaProduto" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaProduto": { "type": "string", "minLength": 0, "maxLength": 8 }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "descricaoProduto": { "type": "string", "minLength": 0, "maxLength": 40 }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" } } }, "TipoTituloDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaTipoTitulo": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoTitulo": { "type": "string", "minLength": 0, "maxLength": 40 } } }, "CoberturaGarantiaDTO": { "type": "object", "required": [ "contrato", "numeroSequencial" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaModulo": { "type": "string" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "contrato": { "$ref": "#/definitions/ContratoDTO" }, "tipoGarantia": { "$ref": "#/definitions/TipoTituloDTO" }, "valorBase": { "type": "string", "enum": [ "SALDO_PRINCIPAL", "SALDO_DEVEDOR", "SALDO_ATUAL", "VALOR_ORIGINAL", "VALOR_FIXO" ] }, "percentualNecessario": { "type": "number" }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "valorFixoGarantia": { "type": "number" } } }, "ContaFinanciadoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nomePessoa": { "type": "string" }, "numeroDocumentoSacado": { "type": "string" } } }, "ContratoCoberturaGarantiaDTO": { "type": "object", "required": [ "contrato" ], "properties": { "contrato": { "$ref": "#/definitions/ContratoDTO" }, "listaCoberturaGarantia": { "type": "array", "items": { "$ref": "#/definitions/CoberturaGarantiaDTO" } } } }, "ContratoDTO": { "type": "object", "required": [ "codigoEmpresa", "contaFinanciado", "modalidade", "numeroAdlib", "numeroContrato" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataOperacao": { "type": "string", "format": "date" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "situacao": { "type": "string", "enum": [ "ATIVO", "CEDIDO", "EXCLUIDO", "EXCLUIDO_XX", "EXCLUIDO_RENEGOCIADO", "INATIVO", "RENEGOCIADO", "TRANSFERIDO" ] }, "quantidadeTitulos": { "type": "integer", "format": "int32" }, "valorPrincipal": { "type": "number" }, "valorTotal": { "type": "number" }, "siglaLinhaOperacao": { "type": "string" }, "siglaMetodo": { "type": "string" }, "codigoTipoRenegociacao": { "type": "integer", "format": "int32" }, "dataSituacaoContrato": { "type": "string", "format": "date" } } }, "ContaClienteDetalheDTO": { "type": "object", "required": [ "codigoBanco", "codigoCliente", "codigoUnidade", "codigoUnidadePagamento" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "codigoUnidadePagamento": { "type": "integer", "format": "int32" }, "codigoBanco": { "type": "integer", "format": "int32" }, "codigoConta": { "type": "string" }, "codigoPraca": { "type": "integer", "format": "int32" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nomePessoa": { "type": "string" }, "numeroDocumento": { "type": "string" }, "mesmaTitularidade": { "type": "boolean" }, "tipoPessoa2": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nomePessoa2": { "type": "string" }, "numeroDocumento2": { "type": "string" }, "identificadorAgencia": { "type": "string" }, "numeroDdd": { "type": "string" }, "numeroTelefone": { "type": "string" }, "numeroRamal": { "type": "integer", "format": "int32" }, "observacao": { "type": "string" }, "sgMeiPag": { "type": "string" }, "tipoConta": { "type": "string", "enum": [ "CONTA_CORRENTE", "CONTA_POUPANCA" ] }, "codigoChavePix": { "type": "string", "minLength": 0, "maxLength": 77 }, "tipoChavePix": { "type": "string", "enum": [ "CPF", "CNPJ", "PHONE", "EMAIL", "CHAVE_ALEATORIA" ] } } }, "AtributoGrupoRatingDTO": { "type": "object", "required": [ "tipoEncargo", "tipoPessoa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "tipoEncargo": { "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, "siglaTagModalidade": { "type": "string" }, "valorTaxaMinimo": { "type": "number" }, "valorTaxaMaxima": { "type": "number" }, "prazoMinimo": { "type": "integer", "format": "int64" }, "prazoMaximo": { "type": "integer", "format": "int64" }, "variazaoMinimaTaxaFlutuante": { "type": "number" }, "variacaoMaximaTaxaFlutuante": { "type": "number" }, "cadastro": { "type": "boolean" } } }, "CadastroMotivoDTO": { "type": "object", "required": [ "codigoMotivo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoMotivo": { "type": "integer", "format": "int32" }, "descricaoMotivo": { "type": "string" }, "codigoOcorrencia": { "type": "integer", "format": "int64" } } }, "AnexoDetalheDTO": { "type": "object", "required": [ "codigoAnexo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoAnexo": { "type": "integer", "format": "int64" }, "siglaGrupo": { "type": "string" }, "siglaSubGrupo": { "type": "string" }, "codigoDominio": { "type": "string" }, "descricaoAnexo": { "type": "string" }, "tipoAnexo": { "type": "string", "enum": [ "INATIVO", "ANEXO_3040", "ANEXO_3020_3030", "ATIVO" ] }, "identificadorCd": { "type": "boolean" }, "identificadorIdent": { "type": "boolean" }, "identificadorValor": { "type": "boolean" }, "identificadorPercentual": { "type": "boolean" }, "identificadorQuantidade": { "type": "boolean" } } }, "CriterioTributoDetalheDTO": { "type": "object", "required": [ "dataInicioValidade", "tipoTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "siglaCriterioTributo": { "type": "string", "minLength": 0, "maxLength": 10 }, "dataInicioValidade": { "type": "string", "format": "date" }, "dataFimValidade": { "type": "string", "format": "date" }, "fatoGerador": { "type": "string", "enum": [ "CONTRATACAO", "LIQUIDACAO", "CONTRATACAO_LIQUIDACAO", "VENCIMENTO" ] }, "tributoAgencia": { "type": "string", "enum": [ "AGENCIA", "CENTRALIZADO" ] }, "codigoUnidadeTributo": { "type": "integer", "format": "int32" }, "baseTributo": { "type": "string", "enum": [ "PRINCIPAL", "JUROS", "LIQUIDO", "CONTRAPRESTACAO", "TARIFA" ] }, "baseCalculo": { "type": "string", "enum": [ "PARCELA_TITUTO", "CONTRATO", "FLUXO" ] }, "periodoAplicacao": { "type": "string", "enum": [ "DIARIO", "MENSAL", "UNICO" ] }, "prazoIncidenciaAtraso": { "type": "number" }, "dataCalculoTributo": { "type": "string", "enum": [ "EFETIVA", "VENCIMENTO" ] }, "dataRecolhimento": { "type": "string", "enum": [ "SEMANAL", "MENSAL", "ANUAL" ] }, "diaSemanaRecolhimento": { "type": "integer", "format": "int32" } } }, "CobradorDTO": { "type": "object", "required": [ "codigoCobrador" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaCobrador": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoCobrador": { "type": "string", "minLength": 0, "maxLength": 40 }, "identificadorEntidade": { "type": "string", "enum": [ "BANCO", "CARTORIO", "JURIDICO", "AGENTE", "DEPARTAMENTO", "CUSTODIANTE", "OUTROS" ] } } }, "DefinicaoGlobalDetalheDTO": { "type": "object", "required": [ "codigoEmpresa" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoClienteTitular": { "type": "integer", "format": "int64" }, "numeracaoContrato": { "type": "string", "enum": [ "UNICA", "AGENCIA", "CLIENTE", "MANUAL", "PRODUTO" ] }, "interfaceRisco": { "type": "boolean" }, "identificadorHabilitaDescontoBordero": { "type": "boolean" }, "interfaceDisponibilidade": { "type": "boolean" }, "calculoTributo": { "type": "string", "enum": [ "BAIXO", "ACIMA", "METADE_ACIMA", "METADE_BAIXO" ] }, "identificadorLiquidacaoParcial": { "type": "string", "enum": [ "PROPORCIONAL", "NAO_PROPORCIONAL", "CONFIGURACAO_LOTE" ] }, "numeroOrdemLiquidacao": { "type": "integer", "format": "int32" }, "identificadorInterfaceContasPagar": { "type": "boolean" }, "identificadorTipoDestinacaoAutomatica": { "type": "string", "enum": [ "ANALITICO", "SINTETICO" ] }, "identificadorNumeroSequencialConvenio": { "type": "string", "enum": [ "AUTOMATICO", "NUMERO_CONVENIO" ] }, "indicadorPeriodoCalculo": { "type": "string", "enum": [ "VENCIMENTO", "EFETIVA" ] }, "identificadorDevolucaoCheque": { "type": "string", "enum": [ "ESTORNO_LIQ_DEV", "ESTORNO_LIQ" ] }, "consideraCarteiraLpLoteLiquidacao": { "type": "boolean" }, "identificadorPrazoDobro": { "type": "boolean" }, "identificadorEncargosAtrasoD0": { "type": "boolean" }, "identificadorUtilizaClienteRepassador": { "type": "boolean" }, "identificadorGeradorContratos": { "type": "boolean" }, "identificadorDesativarTransferenciaAutomaticaLp": { "type": "boolean" }, "identificadorLiquidacaoControladaAutomacao": { "type": "boolean" }, "identificacaoDuplicadaCnr": { "type": "boolean" }, "identificacaoLiquidacaoParcelasApenasWeb": { "type": "boolean" }, "identificadorLancamentoInterdepartamentalCc": { "type": "boolean" }, "identificadorEnderecoSacadoCicBase": { "type": "boolean" }, "identificadorContabilizarParcial": { "type": "boolean" }, "identificadorAlteracaoGerenteCliente": { "type": "boolean" }, "identificadorContabilizarApropriacaoD0": { "type": "boolean" }, "identificadorNaoPermiteMovimentoManualOutrasAgencias": { "type": "boolean" }, "tipoModuloDigito": { "type": "string", "enum": [ "MODULO_2", "MODULO_7", "MODULO_9", "MODULO_10", "MODULO_11", "NENHUM" ] }, "tipoDigitoControle": { "type": "string", "enum": [ "CALCULAR_DIGITO", "SEM_DIGITO" ] }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "custodiante": { "$ref": "#/definitions/CobradorDTO" }, "numeroOperacaoCobranca": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "tipoModuloDigitoContrato": { "type": "string", "enum": [ "MODULO_2", "MODULO_7", "MODULO_9", "MODULO_10", "MODULO_11", "NENHUM" ] }, "tipoDigitoControleContrato": { "type": "string", "enum": [ "CALCULAR_DIGITO", "SEM_DIGITO" ] }, "exibirEncargosSeparados": { "type": "boolean" }, "identificadorRetornoClienteComplementar": { "type": "boolean" }, "siglaReferenciaMonetaria": { "type": "string" }, "tipoLancamentoMenor": { "type": "string", "enum": [ "LIQUIDACAO_PARCIAL", "LANCAR_COMO_DESCONTO", "REJEITAR_LANCAMENTO" ] }, "tipoLoteMovimento": { "type": "string", "enum": [ "MANUAL", "AUTOMATICO" ] }, "percentualAbatimentoTitulo": { "type": "number" }, "tipoAtividadeEconomica": { "type": "string", "enum": [ "RAMO", "PRODUTO", "TIPO_PRODUCAO" ] }, "toleranciaValorConvertido": { "type": "number" }, "numeroDigitoCoeficiente": { "type": "integer", "format": "int32" }, "quantidadeOperacaoRetroativa": { "type": "integer", "format": "int32" }, "modalidadeCobranca": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeCobrancaRegistrada": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadePreImpressa": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeGestaoOnline": { "$ref": "#/definitions/ModalidadeDTO" }, "horaInicioD0Contrato": { "type": "integer", "format": "int32" }, "horaFimD0Contrato": { "type": "integer", "format": "int32" }, "horaInicioD1Contrato": { "type": "integer", "format": "int32" }, "horaFimD1Contrato": { "type": "integer", "format": "int32" }, "horaInicioD0Movimento": { "type": "integer", "format": "int32" }, "horaFimD0Movimento": { "type": "integer", "format": "int32" }, "horaInicioD1Movimento": { "type": "integer", "format": "int32" }, "horaFimD1Movimento": { "type": "integer", "format": "int32" }, "identificadorInterfaceOperacional": { "type": "boolean" }, "identificadorInterfaceRisco": { "type": "boolean" }, "identificadorInterfaceResultado": { "type": "boolean" }, "identificadorInterfaceFinanceira": { "type": "boolean" }, "identificadorInterfaceDirf": { "type": "boolean" }, "identificadorInterfaceDisponibilidade": { "type": "boolean" }, "identificadorInterfaceConpag": { "type": "boolean" }, "identificadorInterfaceGestaoSeguros": { "type": "boolean" }, "identificadorGestaoGarantia": { "type": "boolean" }, "identificadorInterfaceC3": { "type": "boolean" }, "identificadorCentralizadorBeneficiario": { "type": "boolean" }, "identificadorLocalDataCcb": { "type": "boolean" }, "identificadoPendente": { "type": "boolean" }, "identificadorFormaPagamento": { "type": "boolean" }, "identificadorTipoLimite": { "type": "boolean" }, "identificadorParecerNegocio": { "type": "boolean" }, "identificadorHabilitaBemDesconto": { "type": "boolean" }, "identificadorHabilitaPropostaCredito": { "type": "boolean" }, "identificadorHabilitaPropostaDesconto": { "type": "boolean" }, "identificadorValidaCapaLote": { "type": "boolean" }, "identificadorHabilitaCriticaCriterioCalculo": { "type": "boolean" }, "identificadorPendenciaEfetivacao": { "type": "boolean" }, "identificadorLoteCliente": { "type": "boolean" }, "timeoutEfetivacao": { "type": "integer", "format": "int64" }, "identificadorTipoRmi": { "type": "boolean" }, "descricaoComandoExecutavel": { "type": "string" }, "descricaoDiretorioRelatorio": { "type": "string" }, "identificadorGerente": { "type": "string", "enum": [ "S", "V", "N", "L", "P", "B", "A" ] }, "identificadorLiquidacaoViaMcbo": { "type": "boolean" }, "identificadorTipoNatureza": { "type": "string", "enum": [ "CREDITO", "DEBITO" ] }, "identificadorTransacaoContaVinculada": { "type": "string", "enum": [ "INCLUIR", "BUSCAR", "AMBOS", "NENHUM" ] }, "identificadorIncluirEfetivarContaVinculada": { "type": "boolean" }, "identificadorIncluirSacadoContaVinculada": { "type": "boolean" }, "identificadorAbaSerasa": { "type": "boolean" }, "diasValidadeSerasa": { "type": "integer", "format": "int64" }, "identificadorConsultaParticipante": { "type": "boolean" }, "identificadorConsultaTitular": { "type": "boolean" }, "timeOutConsultaSerasa": { "type": "integer", "format": "int64" }, "identificadorBoletoNaoEfetivado": { "type": "boolean" }, "identificadorGeracaoBoleto": { "type": "boolean" }, "identificadorMovimentoPendenteAutorizacao": { "type": "boolean" }, "identificadorInterfaceGpag": { "type": "boolean" }, "identificadorContratoCobrancaSequencial": { "type": "boolean" }, "identificadorSituacaoLote": { "type": "string", "enum": [ "FECHADO", "PENDENTE_APROVACAO" ] }, "identificadorVldClienteNroContrato": { "type": "boolean" }, "identificadorPix": { "type": "boolean" }, "identificadorDataAutomaticaBndes": { "type": "boolean" }, "identificadorPermitirLiberacaoAntesEfetivacao": { "type": "boolean" }, "idArrastoOperAtivoProblematico": { "type": "boolean" }, "idArrastoGrupoEconomico": { "type": "boolean" }, "dtVigorAtivoProblematico": { "type": "string", "format": "date-time" }, "efetivarLoteAtivoProblematico": { "type": "boolean" }, "efetivarLoteAlocacaoEstagioOper": { "type": "boolean" }, "metodologiaCalculoIFRS9": { "type": "string", "enum": [ "DIFEREBCIADA", "PURA" ] } } }, "DefinicaoGrupoInterfaceDetalheDTO": { "type": "object", "required": [ "codigoEmpresa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "siglaGrupoInteface": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoGrupoInterface": { "type": "string" }, "identificadorTipoInterface": { "type": "string", "enum": [ "ENTRADA", "SAIDA" ] }, "identificadorOrganizacaoInteface": { "type": "string", "enum": [ "AGENCIA", "EMPRESA" ] }, "identificadorProcessamentoAutomatico": { "type": "string", "enum": [ "MANUAL", "AUTOMATICO" ] } } }, "ContaTransitoriaMovimentoBuscarDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataProcessamentoEfetivo", "identificadorLigacaoContaCorrente", "numeroAdl", "numeroContrato", "numeroSequencial", "siglaModalidade" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdl": { "type": "integer", "format": "int32" }, "identificadorLigacaoContaCorrente": { "type": "string", "enum": [ "CONTA_VINCULADA", "CONTA_CORRENTE", "CONTRATO_CONTA_VINCULADA", "CONTRATO_CONTA_CORRENTE", "CONTA_CONTROLE", "RECEITA_DESPESA" ] }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "numeroSequencial": { "type": "integer", "format": "int64" } } }, "CriterioCalculoDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "siglaCriterioCalculo": { "type": "string", "minLength": 0, "maxLength": 10 }, "dataInicioValidade": { "type": "string", "format": "date" }, "siglaIndicadorMonetario": { "type": "string", "minLength": 0, "maxLength": 10 }, "contratoEfetivado": { "type": "boolean" }, "tipoPeriodicidadeApuracao": { "type": "string", "enum": [ "ANUAL", "MENSAL" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "condicaoAniversario": { "type": "string", "enum": [ "EMISSAO", "VENCIMENTO", "VENCIMENTO_DIFERENCIADO" ] }, "formaRenda": { "type": "string", "enum": [ "PRE", "POS", "FLU", "FLX" ] }, "formaApropriacao": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "proRata": { "type": "string", "enum": [ "CORRIDO", "OVER", "NENHUM", "UTIL" ] }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "proRataMensal": { "type": "boolean" }, "percentualReferencia": { "type": "number" }, "diasDefasagem": { "type": "integer", "format": "int32" }, "prazo366AnoBissexto": { "type": "boolean" } } }, "ContaIsencaoTributoDTO": { "type": "object", "required": [ "codigoCliente", "codigoUnidade", "tipoTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "alteracaoTributo": { "type": "boolean" }, "insencaoTributo": { "type": "boolean" }, "descricaoInsencaoTributo": { "type": "string", "minLength": 0, "maxLength": 255 } } }, "ClienteConvenioCnabDTO": { "type": "object", "properties": { "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "identificadorClienteCorrespondente": { "type": "string" }, "codigoContaCorrente": { "type": "string" }, "numeroContratoCobranca": { "type": "integer", "format": "int64" }, "numeroAdlibCobranca": { "type": "integer", "format": "int64" }, "novoRegistro": { "type": "boolean" } } }, "CnabDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaConvenio": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoConvenio": { "type": "string", "minLength": 0, "maxLength": 25 }, "disponibilidadeConvenio": { "type": "string", "enum": [ "CLIENTE", "BANCO", "AMBOS" ] }, "modeloLayout": { "type": "string", "enum": [ "TOTAL_BANCO", "BRADESCO", "ITAU", "BANCO_BRASIL", "REAL", "BPN", "CHEQUE", "UNIBANCO", "CHECK_EXPRESS", "CHEQUE_TB", "HSBC", "RET_DESC_CHQ", "DDA", "BRB", "CNAB_XLS", "FEBRABAN_240", "SOFISA", "SAFRA" ] } } }, "ContaFinanciadoDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nomePessoa": { "type": "string" }, "numeroDocumentoSacado": { "type": "string" }, "descricaoCognome": { "type": "string" }, "identificadorContaControle": { "type": "boolean" }, "codigoContaCorrente": { "type": "string" }, "codigoUnidadeContaCorrente": { "type": "integer", "format": "int32" }, "encargo": { "$ref": "#/definitions/EncargoDTO" }, "tipoCalculoMora": { "type": "string", "enum": [ "REFAZ", "COMPLEMENTAR" ] }, "codigoGerente": { "type": "integer", "format": "int32" }, "numeroSetor": { "type": "integer", "format": "int64" }, "codigoAtividadeEconomica": { "type": "integer", "format": "int64" }, "identificadorConvenioCnab": { "type": "boolean" }, "identificadorNaoFecharBordero": { "type": "boolean" }, "tipoCriterioTarifacao": { "type": "string", "enum": [ "PADRAO", "GRUPO", "MODALIDADE", "GRUPO_CLIENTE", "NENHUM" ] }, "percentualTarifacao": { "type": "number" }, "siglaGrupoTarifacao": { "type": "string" }, "siglaEnderecoCorrespondencia": { "type": "string" }, "identificadorRejeicaoCep": { "type": "string" }, "alteraEncargo": { "type": "boolean" }, "alteraTarifa": { "type": "boolean" }, "tipoCriterioConfiguracaoVencimento": { "type": "string", "enum": [ "MODALIDADE", "CLIENTE" ] }, "tipoCriterioTituloVencido": { "type": "string", "enum": [ "UNICO", "PERIODICO", "MENSAL", "NAO_DEFINIDO" ] }, "quantidadePrazoTituloVencido": { "type": "integer", "format": "int32" }, "tipoCriterioConfiguracaoReembolso": { "type": "string", "enum": [ "MODALIDADE", "CLIENTE" ] }, "alteraReembolso": { "type": "boolean" }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "modalidadeCobranca": { "$ref": "#/definitions/ModalidadeDTO" }, "identificadorAlteracaoVencimento": { "type": "boolean" }, "reembolsoAutomatico": { "type": "boolean" }, "numeroContratoCobrancaReembolso": { "type": "integer", "format": "int64" }, "numeroAdlibContratoCobrancaReembolso": { "type": "integer", "format": "int32" }, "tipoCriterioConfiguracaoDevolucao": { "type": "string", "enum": [ "MODALIDADE", "CLIENTE" ] }, "criterioDevolucaoAutomatica": { "type": "string", "enum": [ "DIAS_CORRIDOS", "DIAS_UTEIS", "NAO_DEVOLVER" ] }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "destinacaoAutomatica": { "type": "boolean" }, "criterioEmissaoAviso": { "type": "string", "enum": [ "NOSSO_NUMERO", "SEU_NUMERO", "CODIGO_CORRESPONDENTE", "NAO_EMITE" ] }, "instrucaoProtesto": { "type": "string", "enum": [ "TODA_COBRANCA", "PROPRIA", "CORRESPONDENTE", "NAO_GERA" ] }, "numeroDiaFolhaPagamento": { "type": "integer", "format": "int32" }, "numeroDiasEmail": { "type": "integer", "format": "int32" }, "numeroAtualContrato": { "type": "integer", "format": "int64" }, "indentificadorBloquetoCliente": { "type": "boolean" }, "criterioSeuNumero": { "type": "string", "enum": [ "SEU_NUMERO", "SEU_NUMERO_CEP", "NAO_CRITICAR" ] }, "percentualAliquotaIoc": { "type": "number" }, "indicadorRejeitaCepInvalido": { "type": "boolean" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "tipoRetornoEntrada": { "type": "string", "enum": [ "NENHUMA", "AMBOS", "VIA_CNAB", "MANUAL" ] }, "tipoRetornoMovimento": { "type": "string", "enum": [ "NENHUMA", "AMBOS", "VIA_CNAB", "MANUAL" ] }, "tipoDestinacaoCnab": { "type": "string", "enum": [ "AUTOMATICA", "BANCO_FIXO", "BANCO_PREFERENCIAL" ] }, "quantidadeDiasAgendamentoInstrucao": { "type": "integer", "format": "int32" }, "indicadorRemessaClienteRetorno": { "type": "string", "enum": [ "CODIGO_CORRESPONDENTE", "NOSSO_NUMERO", "CONFIGURACAO_MODALIDADE" ] }, "identificadorCorrespondente1": { "type": "string" }, "indicadorEnviaExclusao": { "type": "boolean" }, "tipoRetornoInstrucao": { "type": "string", "enum": [ "NENHUMA", "AMBOS", "VIA_CNAB", "MANUAL" ] }, "indicadorClienteCorrespondente": { "type": "string" }, "cobradorPreferencial": { "$ref": "#/definitions/CobradorDTO" }, "indicadorCriticaInstrucaoNaoConfigurada": { "type": "string", "enum": [ "REJEITAR_INSTRUCAO", "REJEITAR_TITULO" ] }, "encargoTitulo": { "type": "string", "enum": [ "CONFIGURACAO", "ARQUIVO", "ARQUIVO_ZERO" ] }, "indicadorConvenioCnab": { "type": "boolean" }, "indicadorRejeicaoModelo": { "type": "boolean" }, "indicadorCriticaMonetario": { "type": "boolean" }, "indicadorCgcUnico": { "type": "boolean" }, "indicadorRejeitaFaixaNossoNumero": { "type": "boolean" }, "indicadorCobradorTitulo": { "type": "boolean" }, "indicadorRejeicaoCep": { "type": "boolean" }, "indicadorContratoTitulo": { "type": "boolean" }, "indicadorRetornoTarifa": { "type": "boolean" }, "indicadorSacadorTitulo": { "type": "boolean" }, "indicadorCriticaCgcCpf": { "type": "boolean" }, "indicadorRejeicaoArquivo": { "type": "boolean" }, "indicadorConfiguracaoConvenio": { "type": "boolean" }, "tipoPrioridade": { "type": "string", "enum": [ "PRIORIDADE_INSTRUCAO_ARQUIVO", "PRIORIDADE_INSTRUCAO_SISTEMA" ] }, "indicadorConfiguracaoCheque": { "type": "boolean" }, "indicadorCriticaCgcCpfParaCheque": { "type": "boolean" }, "cnabCheque": { "$ref": "#/definitions/CnabDTO" }, "identificadorCorrespondente1Cheque": { "type": "string" }, "cobradorCustodiante": { "$ref": "#/definitions/CobradorDTO" }, "dataUltimaRemessa": { "type": "string", "format": "date" }, "dataUltimoRetorno": { "type": "string", "format": "date" }, "listaFinanciadoContaDTO": { "type": "array", "items": { "$ref": "#/definitions/FinanciadoContaDetalheDTO" } }, "listaClienteConvenioCnabDTO": { "type": "array", "items": { "$ref": "#/definitions/ClienteConvenioCnabDTO" } }, "qtDiasPagamentoNpc": { "type": "integer", "format": "int32" }, "idArrCli": { "type": "boolean" } } }, "EncargoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaEncargo": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoEncargo": { "type": "string", "minLength": 0, "maxLength": 40 } } }, "FinanciadoContaDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "siglaModulo": { "type": "string" }, "siglaProduto": { "type": "string" }, "tipoFinanciadoConta": { "type": "string", "enum": [ "CONTA_CORRENTE", "CONTA_VINCULADA", "CONTA_CONTROLE" ] }, "indicadorIsencaoCpmf": { "type": "string" }, "codigoUnidadeContaCorrente": { "type": "integer", "format": "int32" }, "codigoContaCorrente": { "type": "string" }, "percentualFloat1": { "type": "number" }, "percentualFloat2": { "type": "number" }, "quantidadeFloat1": { "type": "integer", "format": "int32" }, "quantidadeFloat2": { "type": "integer", "format": "int32" }, "valorLimiteFloat": { "type": "number" } } }, "FinanciadoFaixaBloquetoDTO": { "type": "object", "required": [ "contaFinanciado", "modalidade" ], "properties": { "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "numeroBloquetoAtual": { "type": "integer", "format": "int64" }, "numeroBloquetoInicial": { "type": "integer", "format": "int64" }, "numeroBloquetoFinal": { "type": "integer", "format": "int64" } } }, "FuncaoHistoricoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaFuncaoHistorico": { "type": "string" }, "descricaoFuncaoHistorico": { "type": "string" }, "identificadorNaturezaHistorico": { "type": "string", "enum": [ "CREDITO", "DEBITO", "AMBOS" ] }, "identificadorTipoLancamento": { "type": "string", "enum": [ "LIBERACAO", "TARIFA", "TRANSFERENCIA", "REEMBOLSO", "JUROS", "IOC", "IRF", "CPMF", "LIQUIDACAO", "DESPESA", "CHEQUE_ADMINISTRATIVO", "NORMAL", "NAO_DEFINIDO" ] } } }, "ConveniadoDetalheDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "nomeConveniado": { "type": "string", "minLength": 0, "maxLength": 55 }, "siglaConveniado": { "type": "string", "minLength": 0, "maxLength": 10 }, "codigoGerente": { "type": "integer", "format": "int64" }, "numeroFuncionarios": { "type": "integer", "format": "int32" }, "quantidadeFiliais": { "type": "integer", "format": "int32" }, "nomeContato": { "type": "string", "minLength": 0, "maxLength": 30 }, "email": { "type": "string", "minLength": 0, "maxLength": 55 }, "siglaSegmento": { "type": "string", "minLength": 0, "maxLength": 3 }, "tipoCorrespondente": { "type": "string", "enum": [ "SIM", "NAO", "EXTERIOR" ] }, "indentificadorSituacaoConvenio": { "type": "boolean" }, "indicadorParcelamento": { "type": "boolean" }, "indicadorAgruparLoja": { "type": "boolean" }, "dataAgendamentoPagamento": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "valorPrincipal": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "tipoEndereco": { "type": "string", "enum": [ "EMPRESA", "RESIDENCIAL" ] }, "layoutFolha": { "type": "string" }, "descricaoReferenciaLogradouro": { "type": "string" }, "numeroTelefone": { "type": "string" }, "nomeBairro": { "type": "string" }, "nomeCidade": { "type": "string" }, "siglaUf": { "type": "string", "enum": [ "AC", "AL", "AP", "AM", "BA", "CE", "DF", "ES", "GO", "MA", "MS", "MT", "MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE", "TO" ] }, "nomeConsulado": { "type": "string" }, "nomeLogradouro": { "type": "string" }, "siglaRegiao": { "type": "string" }, "codigoCep": { "type": "integer", "format": "int64" }, "numeroEndereco": { "type": "integer", "format": "int64" } } }, "ContaTransitoriaMovimentoDTO": { "type": "object", "properties": { "siglaModalidade": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "identificadorLigacaoContaCorrente": { "type": "string", "enum": [ "CONTA_VINCULADA", "CONTA_CORRENTE", "CONTRATO_CONTA_VINCULADA", "CONTRATO_CONTA_CORRENTE", "CONTA_CONTROLE", "RECEITA_DESPESA" ] }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "historico": { "$ref": "#/definitions/HistoricoDTO" }, "numeroDocumento": { "type": "integer", "format": "int64" }, "codigoPraca": { "type": "integer", "format": "int32" }, "codigoBanco": { "type": "integer", "format": "int32" }, "codigoAgencia": { "type": "integer", "format": "int32" }, "contaExterna": { "type": "string" }, "numeroDocumentoPessoa": { "type": "string" }, "nomePessoa": { "type": "string" }, "siglaMeioPagamento": { "type": "string" }, "dataTransferencia1": { "type": "string", "format": "date" }, "valorLancamento1": { "type": "number" }, "valorLancamento2": { "type": "number" }, "processamento": { "type": "boolean" }, "codigoCorrespondenteCobrador": { "type": "string" }, "numeroLancamento": { "type": "integer", "format": "int32" }, "numeroSequencialNossoNumero": { "type": "integer", "format": "int64" } } }, "HistoricoDTO": { "type": "object", "required": [ "codigo", "natureza", "tipoLancamento" ], "properties": { "codigo": { "type": "integer", "format": "int64" }, "descricao": { "type": "string" }, "natureza": { "type": "string", "enum": [ "CREDITO", "DEBITO" ] }, "tipoLancamento": { "type": "string", "enum": [ "LIBERACAO", "TARIFA", "TRANSFERENCIA", "REEMBOLSO", "JUROS", "IOC", "IRF", "CPMF", "LIQUIDACAO", "DESPESA", "CHEQUE_ADMINISTRATIVO", "NORMAL", "NAO_DEFINIDO" ] }, "tipoDocumento": { "type": "string", "enum": [ "EXIGE_NOSSO_NUMERO", "EXIGE_NUMERO_CONTRATO", "EXIGE_NUMERO_DOCUMENTO", "EXIGE_NUMERO_CLIENTE", "NAO_EXIGE_NUMERO_DOCUMENTO" ] } } }, "GrupoFuncaoHistoricoDTO": { "type": "object", "required": [ "funcaoHistorico", "linhaOperacao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "funcaoHistorico": { "$ref": "#/definitions/FuncaoHistoricoDTO" }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" }, "historicoEstorno": { "$ref": "#/definitions/HistoricoDTO" }, "historicoLancamento": { "$ref": "#/definitions/HistoricoDTO" } } }, "CnabInstrucaoDTO": { "type": "object", "required": [ "cnab", "funcaoInstrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "funcaoInstrucao": { "$ref": "#/definitions/FuncaoInstrucaoDTO" } } }, "ConfiguracaoSiglaDTO": { "type": "object", "required": [ "identificadorConfiguracaoSigla" ], "properties": { "identificadorConfiguracaoSigla": { "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "siglaFuncao": { "type": "string" }, "descricaoFuncao": { "type": "string" }, "tipoRetornoFuncao": { "type": "string", "enum": [ "NENHUM", "AVISA", "REJEITA" ] } } }, "FuncaoInstrucaoCancelarDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaFuncaoCancelar": { "type": "string" }, "configuracaoSiglaDTO": { "$ref": "#/definitions/ConfiguracaoSiglaDTO" } } }, "FuncaoInstrucaoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaFuncao": { "type": "string" }, "instrucao": { "$ref": "#/definitions/InstrucaoDTO" }, "descricaoFuncao": { "type": "string" }, "identificadorCriterioComplemento": { "type": "string", "enum": [ "TITULO", "MODALIDADE_CONTA", "MODALIDADE_CONTA_TITULO", "SEM_COMPLEMENTO" ] }, "identificadorCriterioInstrucao": { "type": "string", "enum": [ "CONTA", "MODALIDADE", "MODALIDADE_CONTA", "SEM_CONFIGURACAO" ] } } }, "InstrucaoContaFinanciadoDTO": { "type": "object", "required": [ "contaFinanciado", "funcaoInstrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "funcaoInstrucao": { "$ref": "#/definitions/FuncaoInstrucaoDTO" }, "alteracao": { "type": "boolean" }, "fixo": { "type": "boolean" }, "descricao": { "type": "string", "minLength": 0, "maxLength": 60 }, "data": { "type": "string", "format": "date" }, "numero": { "type": "integer", "format": "int32" }, "percentual": { "type": "number" }, "taxa": { "type": "number" }, "valor": { "type": "number" } } }, "ModalidadeInstrucaoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaFuncao": { "type": "string" }, "siglaModalidade": { "type": "string" }, "alteracao": { "type": "boolean" }, "bloqueto": { "type": "boolean" }, "fixo": { "type": "boolean" }, "descricao": { "type": "string", "minLength": 0, "maxLength": 60 }, "data": { "type": "string", "format": "date" }, "numero": { "type": "integer", "format": "int32" }, "percentual": { "type": "number" }, "taxa": { "type": "number" }, "valor": { "type": "number" } } }, "IntervenienteDTO": { "type": "object", "required": [ "codigoInterveniente", "modalidade", "numeroContratoInterveniente" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoInterveniente": { "type": "integer", "format": "int64" }, "numeroContratoInterveniente": { "type": "integer", "format": "int64" }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "contratoEfetivado": { "type": "boolean" } } }, "IsencaoServicoDTO": { "type": "object", "required": [ "codigoCliente", "codigoUnidade", "descricaoServico", "siglaServico" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaServico": { "type": "string" }, "descricaoServico": { "type": "string" }, "percentualTarifa": { "type": "number" }, "isento": { "type": "boolean" } } }, "FuncaoOcorrenciaDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaFuncaoOcorrencia": { "type": "string" }, "descricaoFuncaoOcorrencia": { "type": "string" }, "identificadorDisponibilidadeConvenio": { "type": "string", "enum": [ "CLIENTE", "BANCO", "AMBOS" ] }, "codigoOcorrencia": { "type": "integer", "format": "int64" }, "identificadorOcorrenciaCnab": { "type": "boolean" }, "tipoOcorrencia": { "type": "string", "enum": [ "AVISA", "REJEITA" ] } } }, "ModalidadeHistoricoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "identificadorSituacao": { "type": "string" }, "siglaFuncao": { "type": "string" }, "descricaoFuncao": { "type": "string" }, "siglaLinhaOperacao": { "type": "string" }, "natureza": { "type": "string", "enum": [ "CREDITO", "DEBITO", "AMBOS" ] }, "tipoLancamento": { "type": "string", "enum": [ "LIBERACAO", "TARIFA", "TRANSFERENCIA", "REEMBOLSO", "JUROS", "IOC", "IRF", "CPMF", "LIQUIDACAO", "DESPESA", "CHEQUE_ADMINISTRATIVO", "NORMAL", "NAO_DEFINIDO" ] }, "siglaModalidade": { "type": "string" }, "codigoEstorno": { "type": "integer", "format": "int64" }, "codigoLancamento": { "type": "integer", "format": "int64" }, "diasFloat": { "type": "integer", "format": "int64" } } }, "LimiteOperacionalDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaLimiteOperacional": { "type": "string", "minLength": 0, "maxLength": 10 }, "siglaIndicadorMonetario": { "type": "string", "minLength": 0, "maxLength": 10 } } }, "LimiteOperacionalDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaLimiteOperacional": { "type": "string", "minLength": 0, "maxLength": 10 }, "siglaIndicadorMonetario": { "type": "string", "minLength": 0, "maxLength": 10 }, "taxaLimiteDTO": { "type": "array", "items": { "$ref": "#/definitions/TaxaLimiteDetalheDTO" } } } }, "TaxaLimiteDetalheDTO": { "type": "object", "required": [ "quantidadePrazoOperacao", "valorOperacao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "limiteOperacional": { "$ref": "#/definitions/LimiteOperacionalDTO" }, "quantidadePrazoOperacao": { "type": "integer", "format": "int32" }, "valorOperacao": { "type": "number" }, "percentualIndicadorMaximo": { "type": "number" }, "percentualIndicadorMinimo": { "type": "number" }, "taxaMaxima": { "type": "number" }, "taxaMinima": { "type": "number" }, "taxaNormal": { "type": "number" }, "novoRegistro": { "type": "boolean" } } }, "IntervenienteDetalheDTO": { "type": "object", "required": [ "codigoInterveniente", "modalidade", "numeroContratoInterveniente" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoInterveniente": { "type": "integer", "format": "int64" }, "numeroContratoInterveniente": { "type": "integer", "format": "int64" }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "contratoEfetivado": { "type": "boolean" }, "despesaReceita": { "type": "string", "enum": [ "DESPESA", "RECEITA", "TODOS" ] }, "formaPagamentoEqualizacao": { "type": "string", "enum": [ "ATO", "LIBERACAO", "PARCELA" ] }, "retornoCnab": { "type": "boolean" }, "tipoContrato": { "type": "string", "enum": [ "VENDOR", "COMPROR", "INTERVENIENTE" ] }, "percentualGarantido": { "type": "number" }, "percentualResponsabilidade": { "type": "number" }, "prazoMaximo": { "type": "integer", "format": "int32" }, "prazoMinimo": { "type": "integer", "format": "int32" }, "indicadorMonetario": { "type": "string" }, "taxaInterveniente": { "type": "number" }, "valorLimite": { "type": "number" }, "valorMaximo": { "type": "number" }, "valorMinimo": { "type": "number" }, "valorTac": { "type": "number" }, "valorTomado": { "type": "number" }, "beneficiarioFin": { "type": "boolean" } } }, "InformacaoAdicionalExcluirDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "numeroAdlib", "numeroContrato", "numeroSequencialAdicional" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "siglaModulo": { "type": "string" }, "numeroSequencialAdicional": { "type": "integer", "format": "int64" } } }, "EncargoRequestDTO": { "type": "object", "required": [ "criterioOperacao", "formaAte30", "formaMais30" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "baseSpread": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "calculoMulta": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "criterioOperacao": { "type": "string", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "contagemAte30": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "contagemMais30": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "formaAte30": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "formaMais30": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "formaSpread": { "type": "string", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "tipoLimite": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] }, "percentualMulta": { "type": "number" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "siglaIndicadorMonetarioAte30": { "type": "string" }, "siglaIndicadorMonetarioMais30": { "type": "string" }, "taxaLimite": { "type": "number" }, "taxaPermanenciaAte30": { "type": "number" }, "taxaPermanenciaMais30": { "type": "number" }, "taxaSpread": { "type": "number" }, "permanenciaCalculada": { "type": "number" }, "saldoPermanenciaCalculada": { "type": "number" }, "moraCalculada": { "type": "number" }, "saldoMoraCalculada": { "type": "number" }, "multaCalculada": { "type": "number" }, "multaPaga": { "type": "number" } } }, "TituloAbertoCalcularDTO": { "type": "object", "required": [ "dataCalculo" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "dataVencimentoInicial": { "type": "string", "format": "date" }, "dataVencimentoFim": { "type": "string", "format": "date" }, "numeroParcelaInicial": { "type": "integer", "format": "int32" }, "numeroParcelaFim": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoClienteResponsavel": { "type": "integer", "format": "int64" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "ordem": { "type": "string", "enum": [ "ASCENDENTE", "DESCENDENTE" ] }, "resultadoPesquisaTitulo": { "type": "string", "enum": [ "CLIENTE", "MODALIDADE", "CONTRATO", "NOSSO_NUMERO", "VENCIMENTO", "COBRADOR", "SEU_NUMERO", "PAGADOR", "VALOR_NOMINAL" ] }, "codigoCorrespondenteCliente": { "type": "string" }, "codigoCorrespondenteCobrador": { "type": "string" }, "siglaLinhaOperacao": { "type": "string" }, "codigoGerente": { "type": "integer", "format": "int32" }, "dataEmissao": { "type": "string", "format": "date" }, "dataEmissaoInicio": { "type": "string", "format": "date" }, "dataEmissaoFim": { "type": "string", "format": "date" }, "numeroDocumentoSacado": { "type": "string" }, "siglaProduto": { "type": "string" }, "siglaCarteira": { "type": "string" }, "listaSiglaLinhaOperacao": { "type": "array", "items": { "type": "string" } }, "seuNumero": { "type": "string" }, "apenasTituloNaoCedido": { "type": "boolean" }, "ignorarSegundaCurva": { "type": "boolean" }, "siglaStatusTomador": { "type": "string" }, "dataCalculo": { "type": "string", "format": "date" }, "calcularIoc": { "type": "boolean" }, "encargo": { "$ref": "#/definitions/EncargoRequestDTO" }, "calcularInstrucaoDescontoAbatimento": { "type": "boolean" } } }, "TituloAbertoCalculadoDTO": { "type": "object", "required": [ "saldoAtualCalculado", "saldoAtualContabil", "saldoDevedorCalculado", "saldoPrincipalCalculado", "saldoPrincipalOperacaoCalculado", "valorCorrecaoCalculado", "valorCorrecaoHibridoCalculado", "valorDescontoCalculado", "valorDespesasCalculado", "valorJurosCalculado", "valorLiquidoCalculado", "valorMoraCalculado", "valorMultaCalculado", "valorPermanenciaCalculado", "valorTributosCalculado" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "dataVencimento": { "type": "string", "format": "date" }, "numeroParcela": { "type": "integer", "format": "int32" }, "dataOriginalRenegociacao": { "type": "string", "format": "date" }, "saldoPrincipalCalculado": { "type": "number" }, "saldoAtualCalculado": { "type": "number" }, "saldoDevedorCalculado": { "type": "number" }, "saldoPrincipalOperacaoCalculado": { "type": "number" }, "valorCorrecaoCalculado": { "type": "number" }, "valorCorrecaoHibridoCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "valorDescontoCalculado": { "type": "number" }, "valorTributosCalculado": { "type": "number" }, "valorPermanenciaCalculado": { "type": "number" }, "valorMoraCalculado": { "type": "number" }, "valorMultaCalculado": { "type": "number" }, "valorDespesasCalculado": { "type": "number" }, "valorLiquidoCalculado": { "type": "number" }, "saldoAtualContabil": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorTitulo": { "type": "number" }, "valorPrincipalOriginal": { "type": "number" }, "valorPrincipalContrato": { "type": "number" }, "valorIocPagoRenegociacao": { "type": "number" }, "valorBaseIoc": { "type": "number" }, "valorBaseIocContrato": { "type": "number" }, "valorIoc": { "type": "number" }, "valorProvisaoReceita": { "type": "number" }, "situacaoCalculo": { "type": "string", "enum": [ "SUCESSO", "ERRO" ] }, "mensagemCalculo": { "type": "string" }, "valorPrincipalOperacao": { "type": "number" }, "dataInicioApuracao": { "type": "string", "format": "date" }, "dataFimApuracao": { "type": "string", "format": "date" }, "taxaComissao": { "type": "number" }, "coeficienteDiarioApropriacao": { "type": "number" } } }, "TituloAbertoDescontarDTO": { "type": "object", "required": [ "valorDesconto", "valorEncargo" ], "properties": { "valorDesconto": { "type": "number" }, "valorEncargo": { "type": "number" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/TituloAbertoCalculadoDTO" } } } }, "BoletoDetalheDTO": { "type": "object", "required": [ "boleto", "codigoCorrespondenteCobrador", "codigoEmpresa", "codigoUnidade", "dataProcessamento", "dataVencimento", "valorPagar" ], "properties": { "codigoBoleto": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCorrespondenteCobrador": { "type": "string" }, "dataProcessamento": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "boleto": { "type": "array", "items": { "type": "string", "format": "byte" } }, "valorDocumento": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorJurosMulta": { "type": "number" }, "valorPagar": { "type": "number" }, "nomePagador": { "type": "string" }, "numeroDocumentoPagador": { "type": "string" }, "situacao": { "type": "string" }, "tipoLote": { "type": "string" }, "linhaDigitavel": { "type": "string" }, "numeroParcela": { "type": "integer", "format": "int32" }, "quantidadeParcelasContrato": { "type": "integer", "format": "int32" }, "listaMCBODetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/MovimentoCnabBancosOcorrenciaDetalheDTO" } }, "listaMovimentoTitulo": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTituloDTO" } }, "listaSimulacaoParcela": { "type": "array", "items": { "$ref": "#/definitions/SimulacaoParcelaDTO" } }, "listaTituloAbertoDetalhe": { "type": "array", "items": { "$ref": "#/definitions/TituloAbertoDetalheDTO" } }, "listaContaTransitoriaMovimentoBuscarDTO": { "type": "array", "items": { "$ref": "#/definitions/ContaTransitoriaMovimentoBuscarDTO" } }, "boletoOnlineRequestDTO": { "$ref": "#/definitions/BoletoOnlineRequestDTO" }, "boletoOnlineBRBRequestDTO": { "$ref": "#/definitions/BoletoOnlineBRBRequestDTO" }, "boletoOnlineResponseDTO": { "$ref": "#/definitions/BoletoOnlineResponseDTO" }, "boletoOnlineBRBResponseDTO": { "$ref": "#/definitions/BoletoOnlineBRBResponseDTO" }, "cobrancaContaCorrenteDTO": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" }, "sacadoDetalheDTO": { "$ref": "#/definitions/SacadoDetalheDTO" }, "boletoNaoEfetivado": { "type": "boolean" }, "listaBoletoTituloDTO": { "type": "array", "items": { "$ref": "#/definitions/BoletoTituloDTO" } }, "pixQRCode": { "$ref": "#/definitions/PixQRCodeDTO" }, "numeroEnderecoPagador": { "type": "string", "minLength": 0, "maxLength": 10 }, "siglaUfPagador": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoCepPagador": { "type": "string", "minLength": 0, "maxLength": 8 }, "nomeBairroPagador": { "type": "string", "minLength": 0, "maxLength": 100 }, "nomeCidadePagador": { "type": "string", "minLength": 0, "maxLength": 100 }, "nomeLogradouroPagador": { "type": "string", "minLength": 0, "maxLength": 100 }, "numeroEnderecoBeneficiario": { "type": "string", "minLength": 0, "maxLength": 10 }, "siglaUfBeneficiario": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoCepBeneficiario": { "type": "string", "minLength": 0, "maxLength": 8 }, "nomeBairroBeneficiario": { "type": "string", "minLength": 0, "maxLength": 100 }, "nomeCidadeBeneficiario": { "type": "string", "minLength": 0, "maxLength": 100 }, "nomeLogradouroBeneficiario": { "type": "string", "minLength": 0, "maxLength": 100 } } }, "BoletoOnlineBRBRequestDTO": { "type": "object", "properties": { "incrementoCampoLivreNossoNumero": { "type": "string" }, "codigoBeneficiario": { "type": "string" }, "nossoNumero": { "type": "string" }, "seuNumero": { "type": "string" }, "nomePagador": { "type": "string" }, "enderecoPagador": { "type": "string" }, "bairroPagador": { "type": "string" }, "cidadePagador": { "type": "string" }, "ufPagador": { "type": "string" }, "codigoTipoPagador": { "type": "string" }, "cpfCnpjPagador": { "type": "string" }, "identificadorSequencialCarne": { "type": "string" }, "tipoCobranca": { "type": "string" }, "especieDocumento": { "type": "string" }, "codigoMoeda": { "type": "string" }, "indicadorImpressao": { "type": "string" }, "agenciaCobranca": { "type": "string" }, "dataEmissaoTitulo": { "type": "string" }, "codigoCondicaoPagamento": { "type": "string" }, "dataVencimento": { "type": "string" }, "valor": { "type": "string" }, "valorAbatimento": { "type": "string" }, "descontoAntecipacao": { "type": "string" }, "iof": { "type": "string" }, "prazoCobrancaJuros": { "type": "string" }, "tipoJuros": { "type": "string" }, "valorJuro": { "type": "string" }, "tipoDesconto": { "type": "string" }, "valorDesconto1": { "type": "string" }, "dataDesconto1": { "type": "string" }, "valorDesconto2": { "type": "string" }, "dataDesconto2": { "type": "string" }, "valorDesconto3": { "type": "string" }, "dataDesconto3": { "type": "string" }, "codigoInstrucao1": { "type": "string" }, "prazoInstrucao1": { "type": "string" }, "codigoInstrucao2": { "type": "string" }, "prazoInstrucao2": { "type": "string" }, "codigoInstrucao3": { "type": "string" }, "prazoInstrucao3": { "type": "string" }, "valorTaxaRef": { "type": "string" }, "prazoProtesto": { "type": "string" }, "localPagamento": { "type": "string" }, "distribuicaoBoletos": { "type": "string" }, "nomeSacador": { "type": "string" }, "tipoDocSacador": { "type": "string" }, "cpfCnpjSacador": { "type": "string" }, "codigoRateio": { "type": "string" }, "valorRateio1": { "type": "string" }, "valorRateio2": { "type": "string" }, "valorRateio3": { "type": "string" }, "primeiraMensagem": { "type": "string" }, "segundaMensagem": { "type": "string" }, "terceiraMensagem": { "type": "string" }, "quartaMensagem": { "type": "string" }, "identificacaoTipoPagamento": { "type": "string" }, "identificacaoPagamentosPossiveis": { "type": "string" }, "tipoValorMaximo": { "type": "string" }, "valorMaximoPercentual": { "type": "string" }, "tipoValorMinimo": { "type": "string" }, "valorMinimoPercentual": { "type": "string" }, "linhaDigitavel": { "type": "string" }, "cepPagador": { "type": "string" } } }, "BoletoOnlineBRBResponseDTO": { "type": "object", "properties": { "sucesso": { "type": "string" }, "erro": { "type": "string" }, "linhaDigitavel": { "type": "string" }, "codigoBarras": { "type": "string" }, "pdfBoletoBase64": { "type": "string" }, "codigoOcorrencia": { "type": "string" }, "mensagem": { "type": "string" }, "tipoInscricao": { "type": "string" }, "cpfCnpj": { "type": "string" }, "contaCorrente": { "type": "string" }, "numeroDocumento": { "type": "string" }, "nossoNumero": { "type": "string" }, "codigoConvenioBeneficiarioCentralizador": { "type": "string" }, "indicacaoPagadorEletronicoDDA": { "type": "string" }, "ocorrencia": { "type": "string" }, "numeroIdentificacaoTitulo": { "type": "string" }, "dataOcorrencia": { "type": "string" }, "dataCredito": { "type": "string" }, "tipoBaixa": { "type": "string" }, "codigoRateio": { "type": "string" }, "dataVencimento": { "type": "string" }, "valorTitulo": { "type": "string" }, "bancoCobrador": { "type": "string" }, "agenciaCobrador": { "type": "string" }, "espcieTitulo": { "type": "string" }, "iofDevido": { "type": "string" }, "descontoTitulo": { "type": "string" }, "valorPago": { "type": "string" }, "outrosDebitos": { "type": "string" }, "outrosCreditos": { "type": "string" }, "dataPagamentoLiquidacao": { "type": "string" }, "motivoRejeicao": { "type": "string" }, "codigoErroCip": { "type": "string" }, "statusInclusaoCip": { "type": "string" } } }, "BoletoOnlineRequestDTO": { "type": "object", "required": [ "bairroPagador", "cdBanco", "cdEspecieTitulo", "cdIndCpfcnpjPagador", "cdTipoAcesso", "cepPagador", "complementoCepPagador", "ctrlCPFCNPJ", "dtEmissaoTitulo", "dtVencimentoTitulo", "filialCPFCNPJ", "idProduto", "logradouroPagador", "municipioPagador", "nomePagador", "nuCPFCNPJ", "nuCliente", "nuCpfcnpjPagador", "nuLogradouroPagador", "nuNegociacao", "tpRegistro", "tpVencimento", "ufPagador", "vlNominalTitulo" ], "properties": { "nuCPFCNPJ": { "type": "string" }, "filialCPFCNPJ": { "type": "string" }, "ctrlCPFCNPJ": { "type": "string" }, "cdTipoAcesso": { "type": "string" }, "clubBanco": { "type": "string" }, "cdTipoContrato": { "type": "string" }, "nuSequenciaContrato": { "type": "string" }, "idProduto": { "type": "string" }, "nuNegociacao": { "type": "string" }, "cdBanco": { "type": "string" }, "geteNuSequenciaContrato": { "type": "string" }, "tpRegistro": { "type": "string" }, "cdProduto": { "type": "string" }, "nuTitulo": { "type": "string" }, "nuCliente": { "type": "string" }, "dtEmissaoTitulo": { "type": "string" }, "dtVencimentoTitulo": { "type": "string" }, "tpVencimento": { "type": "string" }, "vlNominalTitulo": { "type": "string" }, "cdEspecieTitulo": { "type": "string" }, "tpProtestoAutomaticoNegativacao": { "type": "string" }, "prazoProtestoAutomaticoNegativacao": { "type": "string" }, "controleParticipante": { "type": "string" }, "cdPagamentoParcial": { "type": "string" }, "qtdePagamentoParcial": { "type": "string" }, "percentualJuros": { "type": "string" }, "vlJuros": { "type": "string" }, "qtdeDiasJuros": { "type": "string" }, "percentualMulta": { "type": "string" }, "vlMulta": { "type": "string" }, "qtdeDiasMulta": { "type": "string" }, "percentualDesconto1": { "type": "string" }, "vlDesconto1": { "type": "string" }, "dataLimiteDesconto1": { "type": "string" }, "percentualDesconto2": { "type": "string" }, "vlDesconto2": { "type": "string" }, "dataLimiteDesconto2": { "type": "string" }, "percentualDesconto3": { "type": "string" }, "vlDesconto3": { "type": "string" }, "dataLimiteDesconto3": { "type": "string" }, "prazoBonificacao": { "type": "string" }, "percentualBonificacao": { "type": "string" }, "vlBonificacao": { "type": "string" }, "dtLimiteBonificacao": { "type": "string" }, "vlAbatimento": { "type": "string" }, "vlIOF": { "type": "string" }, "nomePagador": { "type": "string" }, "logradouroPagador": { "type": "string" }, "nuLogradouroPagador": { "type": "string" }, "complementoLogradouroPagador": { "type": "string" }, "cepPagador": { "type": "string" }, "complementoCepPagador": { "type": "string" }, "bairroPagador": { "type": "string" }, "municipioPagador": { "type": "string" }, "ufPagador": { "type": "string" }, "cdIndCpfcnpjPagador": { "type": "string" }, "nuCpfcnpjPagador": { "type": "string" }, "endEletronicoPagador": { "type": "string" }, "nomeSacadorAvalista": { "type": "string" }, "logradouroSacadorAvalista": { "type": "string" }, "nuLogradouroSacadorAvalista": { "type": "string" }, "complementoLogradouroSacadorAvalista": { "type": "string" }, "cepSacadorAvalista": { "type": "string" }, "complementoCepSacadorAvalista": { "type": "string" }, "bairroSacadorAvalista": { "type": "string" }, "municipioSacadorAvalista": { "type": "string" }, "ufSacadorAvalista": { "type": "string" }, "cdIndCpfcnpjSacadorAvalista": { "type": "string" }, "nuCpfcnpjSacadorAvalista": { "type": "string" }, "endEletronicoSacadorAvalista": { "type": "string" } } }, "BoletoOnlineResponseDTO": { "type": "object", "properties": { "cdErro": { "type": "string" }, "msgErro": { "type": "string" }, "idProduto": { "type": "string" }, "negociacao": { "type": "string" }, "clubBanco": { "type": "string" }, "tpContrato": { "type": "string" }, "nuSequenciaContrato": { "type": "string" }, "cdProduto": { "type": "string" }, "nuTituloGerado": { "type": "string" }, "agenciaCreditoBeneficiario": { "type": "string" }, "contaCreditoBeneficiario": { "type": "string" }, "digCreditoBeneficiario": { "type": "string" }, "cdCipTitulo": { "type": "string" }, "statusTitulo": { "type": "string" }, "descStatusTitulo": { "type": "string" }, "nomeBeneficiario": { "type": "string" }, "logradouroBeneficiario": { "type": "string" }, "nuLogradouroBeneficiario": { "type": "string" }, "complementoLogradouroBeneficiario": { "type": "string" }, "bairroBeneficiario": { "type": "string" }, "cepBeneficiario": { "type": "string" }, "cepComplementoBeneficiario": { "type": "string" }, "municipioBeneficiario": { "type": "string" }, "ufBeneficiario": { "type": "string" }, "razaoContaBeneficiario": { "type": "string" }, "nomePagador": { "type": "string" }, "cpfcnpjPagador": { "type": "string" }, "enderecoPagador": { "type": "string" }, "bairroPagador": { "type": "string" }, "municipioPagador": { "type": "string" }, "ufPagador": { "type": "string" }, "cepPagador": { "type": "string" }, "cepComplementoPagador": { "type": "string" }, "endEletronicoPagador": { "type": "string" }, "nomeSacadorAvalista": { "type": "string" }, "cpfcnpjSacadorAvalista": { "type": "string" }, "enderecoSacadorAvalista": { "type": "string" }, "municipioSacadorAvalista": { "type": "string" }, "ufSacadorAvalista": { "type": "string" }, "cepSacadorAvalista": { "type": "string" }, "cepComplementoSacadorAvalista": { "type": "string" }, "numeroTitulo": { "type": "string" }, "dtRegistro": { "type": "string" }, "especieDocumentoTitulo": { "type": "string" }, "descEspecie": { "type": "string" }, "vlIOF": { "type": "string" }, "dtEmissao": { "type": "string" }, "dtVencimento": { "type": "string" }, "vlTitulo": { "type": "string" }, "vlAbatimento": { "type": "string" }, "dtInstrucaoProtestoNegativacao": { "type": "string" }, "diasInstrucaoProtestoNegativacao": { "type": "string" }, "dtMulta": { "type": "string" }, "vlMulta": { "type": "string" }, "qtdeCasasDecimaisMulta": { "type": "string" }, "cdValorMulta": { "type": "string" }, "descCdMulta": { "type": "string" }, "dtJuros": { "type": "string" }, "vlJurosAoDia": { "type": "string" }, "dtDesconto1Bonificacao": { "type": "string" }, "vlDesconto1Bonificacao": { "type": "string" }, "qtdeCasasDecimaisDesconto1Bonificacao": { "type": "string" }, "cdValorDesconto1Bonificacao": { "type": "string" }, "descCdDesconto1Bonificacao": { "type": "string" }, "dtDesconto2": { "type": "string" }, "vlDesconto2": { "type": "string" }, "qtdeCasasDecimaisDesconto2": { "type": "string" }, "cdValorDesconto2": { "type": "string" }, "descCdDesconto2": { "type": "string" }, "dtDesconto3": { "type": "string" }, "vlDesconto3": { "type": "string" }, "qtdeCasasDecimaisDesconto3": { "type": "string" }, "cdValorDesconto3": { "type": "string" }, "descCdDesconto3": { "type": "string" }, "diasDispensaMulta": { "type": "string" }, "diasDispensaJuros": { "type": "string" }, "cdBarras": { "type": "string" }, "linhaDigitavel": { "type": "string" }, "cdAcessorioEscrituralEmpresa": { "type": "string" }, "tpVencimento": { "type": "string" }, "indInstrucaoProtesto": { "type": "string" }, "tipoAbatimentoTitulo": { "type": "string" }, "cdValorJuros": { "type": "string" }, "tpDesconto1": { "type": "string" }, "tpDesconto2": { "type": "string" }, "tpDesconto3": { "type": "string" }, "nuControleParticipante": { "type": "string" }, "diasJuros": { "type": "string" }, "cdJuros": { "type": "string" }, "vlJuros": { "type": "string" }, "cpfcnpjBeneficiario": { "type": "string" }, "vlTituloEmitidoBoleto": { "type": "string" }, "dtVencimentoBoleto": { "type": "string" }, "indTituloPertenceBaseTitulos": { "type": "string" }, "dtLimitePagamentoBoleto": { "type": "string" }, "cdIdentificacaoTituloDDACIP": { "type": "string" }, "indPagamentoParcial": { "type": "string" }, "qtdePagamentoParciais": { "type": "string" } } }, "BoletoTituloDTO": { "type": "object", "properties": { "codigoBoletoTitulo": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaModalidade": { "type": "string" }, "codigoClienteResponsavel": { "type": "integer", "format": "int64" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "seuNumero": { "type": "string" }, "numeroDocumentoSacado": { "type": "string" }, "codigoCorrespondenteCobradorAnterior": { "type": "string" }, "dataVencimento": { "type": "string", "format": "date" }, "valorTitulo": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorEncargos": { "type": "number" }, "valorCobrado": { "type": "number" }, "valorPrincipalCalculado": { "type": "number" }, "valorCorrecaoCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "valorCorrigidoCalculado": { "type": "number" }, "valorDescontoCalculado": { "type": "number" }, "valorMoraCalculado": { "type": "number" }, "valorMultaCalculado": { "type": "number" }, "valorPermanenciaCalculado": { "type": "number" }, "valorImpostoTributoCalculado": { "type": "number" }, "valorPrincipalRecebido": { "type": "number" }, "valorCorrecaoRecebido": { "type": "number" }, "valorJurosRecebido": { "type": "number" }, "valorCorrigidoRecebido": { "type": "number" }, "valorDescontoRecebido": { "type": "number" }, "valorMoraRecebido": { "type": "number" }, "valorMultaRecebido": { "type": "number" }, "valorPermanenciaRecebido": { "type": "number" }, "valorImpostoTributoRecebido": { "type": "number" }, "identificacaoTipoLiquidacao": { "type": "string" } } }, "CobrancaContaCorrenteDTO": { "type": "object", "required": [ "cobrador", "codigoCarteiraCobranca" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "codigoCarteiraCobranca": { "type": "integer", "format": "int32" }, "numeroNossoNumeroAtual": { "type": "integer", "format": "int64" }, "codigoAgenciaCobradora": { "type": "integer", "format": "int64" }, "codigoDigitoAgenciaCobradora": { "type": "integer", "format": "int64" }, "codigoContaCorrenteCobradora": { "type": "integer", "format": "int64" }, "codigoDigitoContaCorrenteCobradora": { "type": "integer", "format": "int64" }, "numeroNossoNumeroSequencial": { "type": "boolean" }, "valorInicial": { "type": "integer", "format": "int64" }, "valorFinal": { "type": "integer", "format": "int64" }, "beneficiarioDiferente": { "type": "boolean" }, "codigoClienteBeneficiario": { "type": "integer", "format": "int64" }, "descricaoCaminhoKey": { "type": "string" }, "senhaKey": { "type": "string" }, "uriRegistro": { "type": "string", "minLength": 0, "maxLength": 255 }, "identificadorRegistroOnline": { "type": "boolean" }, "identificadorValidaBoleto": { "type": "boolean" }, "uriToken": { "type": "string", "minLength": 0, "maxLength": 255 }, "clientId": { "type": "string", "minLength": 0, "maxLength": 80 }, "clientSecret": { "type": "string", "minLength": 0, "maxLength": 80 }, "grantType": { "type": "string", "minLength": 0, "maxLength": 30 }, "userName": { "type": "string", "minLength": 0, "maxLength": 15 }, "password": { "type": "string", "minLength": 0, "maxLength": 30 }, "codigoChavePix": { "type": "string", "minLength": 0, "maxLength": 77 } } }, "MovimentoCnabBancosOcorrenciaDetalheDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "dataProcessamento", "numeroSequencialOcorrencia" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataProcessamento": { "type": "string", "format": "date" }, "numeroSequencialOcorrencia": { "type": "integer", "format": "int64" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdl": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroNossoNumeroConsolidado": { "type": "integer", "format": "int64" }, "codigoCorrespondenteCobrador": { "type": "string" }, "numeroSequencialNossoNumero": { "type": "integer", "format": "int64" }, "seuNumero": { "type": "string" }, "codigoOcorrenciaRemessa": { "type": "integer", "format": "int32" }, "codigoOcorrenciaRetorno": { "type": "integer", "format": "int32" }, "situacaoMovimento": { "type": "string" }, "quantidadeEnvio": { "type": "integer", "format": "int32" }, "valorTitulo": { "type": "number" }, "dataVencimento": { "type": "string", "format": "date" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumentoSacado": { "type": "string" }, "dataMovimento": { "type": "string", "format": "date" }, "tipoLote": { "type": "string" }, "numeroLancamento": { "type": "integer", "format": "int32" }, "dataEfetivacao": { "type": "string", "format": "date" }, "siglaFuncao": { "type": "string" }, "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoMotivoRejeicao": { "type": "integer", "format": "int32" }, "valorDesconto": { "type": "number" }, "valorDespesa": { "type": "number" }, "valorEncargos": { "type": "number" }, "valorImpostoTributo": { "type": "number" }, "valorCobrado": { "type": "number" }, "dataRemessa": { "type": "string", "format": "date" }, "valorCorrecao": { "type": "number" }, "valorJuros": { "type": "number" }, "valorMora": { "type": "number" }, "valorMulta": { "type": "number" }, "valorPermanencia": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorCorrigido": { "type": "number" }, "identificacaoOrigem": { "type": "string" }, "identificacaoContaVinculada": { "type": "boolean" }, "identificacaoTipoLiquidacao": { "type": "string" }, "siglaFuncaoOcorrencia": { "type": "string" }, "codigoHistorico": { "type": "integer", "format": "int64" }, "identificacaoRegistradoOnline": { "type": "boolean" }, "numeroLote": { "type": "integer", "format": "int64" }, "tituloDTO": { "$ref": "#/definitions/TituloDTO" } } }, "OperacaoDTO": { "type": "object", "required": [ "codigoEmpresa", "dataSimulacao", "numeroSequencial" ], "properties": { "siglaModulo": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "dataSimulacao": { "type": "string", "format": "date-time" }, "numeroSequencial": { "type": "integer", "format": "int64" } } }, "PixQRCodeDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "ctImgQrc", "numeroCorrelationId", "situacaoPixQRCode" ], "properties": { "identificadorPixQrcode": { "type": "integer", "format": "int64" }, "ctImgQrc": { "type": "array", "items": { "type": "string", "format": "byte" } }, "situacaoPixQRCode": { "type": "string", "enum": [ "ABERTO", "CANCELADO", "PAGO" ] }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "codigoUnidade": { "type": "integer", "format": "int64" }, "numeroCorrelationId": { "type": "integer", "format": "int64" }, "codigoChavePix": { "type": "string", "minLength": 0, "maxLength": 36 }, "identificadorUnico": { "type": "string", "minLength": 0, "maxLength": 35 }, "pixQrCode": { "type": "string", "minLength": 0, "maxLength": 255 } } }, "SacadoDTO": { "type": "object", "required": [ "numeroDocumento", "tipoDocumentoSacado" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumento": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nome": { "type": "string" } } }, "SacadoDetalheDTO": { "type": "object", "required": [ "numeroDocumento", "tipoDocumentoSacado" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumento": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "nome": { "type": "string" }, "cognomoe": { "type": "string" }, "bloqueado": { "type": "boolean" }, "enderecoCobranca": { "type": "string" }, "debitoAutomatico": { "type": "boolean" }, "contaCorrente": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "indicadorBloqueioProtesto": { "type": "boolean" }, "indicadorSacadoLigado": { "type": "boolean" }, "tipoDirecionamento": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "tipoArquivoSacado": { "type": "string", "enum": [ "ARQUIVO_PAGADOR", "BOLETO_IMPRESSO" ] }, "identificadorComissao": { "type": "boolean" }, "taxaComissao": { "type": "number" }, "numeroDiasUteisComissao": { "type": "integer", "format": "int32" }, "formaTaxa": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "enderecos": { "type": "array", "items": { "$ref": "#/definitions/SacadoEnderecoDTO" } } } }, "SacadoEnderecoDTO": { "type": "object", "required": [ "nossoNumero", "sacado", "tipoEndereco" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "sacado": { "$ref": "#/definitions/SacadoDTO" }, "tipoEndereco": { "type": "string" }, "nossoNumero": { "type": "integer", "format": "int64" }, "nomeCidade": { "type": "string" }, "nomeBairro": { "type": "string" }, "nomeLogradouro": { "type": "string" }, "descricaoReferenciaLocalidade": { "type": "string" }, "numeroFone": { "type": "string" }, "numeroEndereco": { "type": "string" }, "numeroRamal": { "type": "integer", "format": "int32" }, "uf": { "type": "string", "enum": [ "AC", "AL", "AP", "AM", "BA", "CE", "DF", "ES", "GO", "MA", "MS", "MT", "MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE", "TO" ] }, "codigoCep": { "type": "integer", "format": "int64" }, "descricaoEmail": { "type": "string" }, "enderecoCobranca": { "type": "string" } } }, "SimulacaoParcelaDTO": { "type": "object", "required": [ "movimentoOperacao", "numeroParcela" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "movimentoOperacao": { "$ref": "#/definitions/OperacaoDTO" }, "numeroParcela": { "type": "integer", "format": "int32" }, "codigoAgenciaCheque": { "type": "integer", "format": "int32" }, "codigoAgenciaCompensacao": { "type": "integer", "format": "int32" }, "codigoBancoCheque": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoContaCorrenteCheque": { "type": "string" }, "codigoCorrespondenteCliente": { "type": "string" }, "codigoCorrespondenteCobrador": { "type": "string" }, "codigoUnidadeCobradora": { "type": "integer", "format": "int32" }, "coeficienteApropriacaoDia": { "type": "number" }, "coeficienteJurosDia": { "type": "number" }, "seuNumero": { "type": "string" }, "dataApuracaoParcela": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "indicadorBalao": { "type": "boolean" }, "indicadorConsolidaJurosAnual": { "type": "boolean" }, "indicadorJuros": { "type": "boolean" }, "indicadorRepactuacao": { "type": "boolean" }, "indicadorValorResidualGarantido": { "type": "boolean" }, "numeroAmortizacao": { "type": "integer", "format": "int32" }, "numeroCheque": { "type": "integer", "format": "int64" }, "numeroDiasCorridosEmissao": { "type": "integer", "format": "int32" }, "numeroDiasCorridosAnterior": { "type": "integer", "format": "int32" }, "numeroDigito1": { "type": "integer", "format": "int32" }, "numeroDigito2": { "type": "integer", "format": "int32" }, "numeroDigito3": { "type": "integer", "format": "int32" }, "numeroDiasUteisEmissao": { "type": "integer", "format": "int32" }, "numeroDiasUteisAnterior": { "type": "integer", "format": "int32" }, "numeroTelefoneCheque": { "type": "string" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "valorSaldoJurosResidual": { "type": "number" }, "valorSaldoPrincipal": { "type": "number" }, "saldoPrincipalOperacaoSac": { "type": "number" }, "taxaJurosComissao": { "type": "number" }, "taxaLimiteMora": { "type": "number" }, "valorBaseIof": { "type": "number" }, "valorComissaoPagar": { "type": "number" }, "valorComissaoOriginal": { "type": "number" }, "valorIofParcela": { "type": "number" }, "valorJuros": { "type": "number" }, "valorPrincipalParcela": { "type": "number" }, "valorContraprestacao": { "type": "number" }, "valorSeguro": { "type": "number" }, "valorTotal": { "type": "number" }, "valorResidualGarantidoDevedor": { "type": "number" }, "valorResidualGarantido": { "type": "number" } } }, "TituloAbertoDetalheDTO": { "type": "object", "required": [ "titulo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "titulo": { "$ref": "#/definitions/TituloDTO" }, "dataVencimento": { "type": "string", "format": "date" }, "numeroParcela": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "valorTitulo": { "type": "number" }, "valorPrincipal": { "type": "number" }, "numeroDocumentoSacado": { "type": "string" }, "nomeSacado": { "type": "string" }, "valorDiferenca": { "type": "number" }, "dataInclusao": { "type": "string", "format": "date" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "dataEmissao": { "type": "string", "format": "date" }, "dataParcelaAnterior": { "type": "string", "format": "date" }, "siglaLinhaOperacao": { "type": "string" }, "dataGrupoContabil": { "type": "string", "format": "date" }, "siglaGrupoAnterior": { "type": "string" }, "siglaGrupoContabil": { "type": "string" }, "siglaCosif": { "type": "string", "enum": [ "NORMAL", "LUCROS_PERDAS" ] }, "dataCosif": { "type": "string", "format": "date" }, "valorPmt": { "type": "number" }, "valorVrg": { "type": "number" }, "dataAtual": { "type": "string", "format": "date" }, "valorAtual": { "type": "number" }, "numeroEmissaoDocumento": { "type": "integer", "format": "int32" }, "dataEmissaoDocumento": { "type": "string", "format": "date" }, "coeficienteJurosAtrasoReceita": { "type": "number" }, "coeficienteCorrecaoAtrasoReceita": { "type": "number" }, "dataLimiteCoeficienteAtrasoReceita": { "type": "string", "format": "date" }, "coeficienteJurosAtrasoTotal": { "type": "number" }, "coeficienteCorrecaoAtrasoTotal": { "type": "number" }, "dataCoeficienteAtrasoTotal": { "type": "string", "format": "date" }, "dataFaixaAtraso": { "type": "string", "format": "date" }, "dataUltimaProvisao": { "type": "string", "format": "date" }, "valorProvisaoDiferida": { "type": "number" }, "valorProvisaoReceita": { "type": "number" }, "valorProvisaoDiferidaDia": { "type": "number" }, "valorProvisaoReceitaDia": { "type": "number" }, "siglaIdentificadorMonetario": { "type": "string" }, "cotacaoIndicadorEmissao": { "type": "number" }, "dataPrazoCoeficiente": { "type": "string", "format": "date" }, "coeficienteDiarioCorrecao": { "type": "number" }, "coeficienteDiarioApropriacao": { "type": "number" }, "coeficienteDiarioNegociacao": { "type": "number" }, "indicadorRepactuacao": { "type": "boolean" }, "indicadorBalao": { "type": "boolean" }, "identificadorCessaoParcial": { "type": "number" }, "taxaBasica": { "type": "number" }, "saldoPrincipalOperacao": { "type": "number" }, "saldoPrincipalOperacaoSac": { "type": "number" }, "dataUltimaCorrecao": { "type": "string", "format": "date" }, "saldoPrincipalD0": { "type": "number" }, "saldoPrincipalD1": { "type": "number" }, "saldoAtualD0": { "type": "number" }, "saldoAtualD1": { "type": "number" }, "saldoDevedorD0": { "type": "number" }, "saldoDevedorD1": { "type": "number" }, "saldoVrgD0": { "type": "number" }, "saldoVrgD1": { "type": "number" }, "saldoVrgDevedorD0": { "type": "number" }, "saldoVrgDevedorD1": { "type": "number" }, "valorJurosDiaD1": { "type": "number" }, "valorJurosPeriodo": { "type": "number" }, "valorCorrecaoPrincipal": { "type": "number" }, "valorCorrecaoAtual": { "type": "number" }, "valorCorrecaoDevedor": { "type": "number" }, "valorCorrecaoVrg": { "type": "number" }, "valorCorrecaoAcumuladoPrincipal": { "type": "number" }, "valorCorrecaoAcumuladoAtual": { "type": "number" }, "valorCorrecaoAcumuladoDevedor": { "type": "number" }, "valorCorrecaoVrgAcumulado": { "type": "number" }, "saldoPrincipalContabilD0": { "type": "number" }, "saldoPrincipalContabilD1": { "type": "number" }, "saldoAtualContabilD0": { "type": "number" }, "saldoAtualContabilD1": { "type": "number" }, "saldoDevedorContabilD0": { "type": "number" }, "saldoDevedorContabilD1": { "type": "number" }, "saldoVrgContabilD0": { "type": "number" }, "saldoVrgContabilD1": { "type": "number" }, "valorJurosDiaContabilD1": { "type": "number" }, "valorPmtApropriadoDiaContabil": { "type": "number" }, "dataAtualContabil": { "type": "string", "format": "date" }, "valorJurosAcumuladoContabil": { "type": "number" }, "valorCorrecaoPrincipalContabil": { "type": "number" }, "valorCorrecaoAtualContabil": { "type": "number" }, "valorCorrecaoDevedorContabil": { "type": "number" }, "valorCorrecaoVrgContabil": { "type": "number" }, "valorCorrecaoAcumuladoPrincipalContabil": { "type": "number" }, "valorCorrecaoAcumuladoAtualContabil": { "type": "number" }, "valorCorrecaoAcumuladoDevedorContabil": { "type": "number" }, "valorCorrecaoAcumuladoVrgContabil": { "type": "number" }, "valorVrgLiquido": { "type": "number" }, "dataUltimaPermanencia": { "type": "string", "format": "date" }, "identificadorCriterioPermanencia": { "type": "string", "enum": [ "ISENTO", "CONFIGURACAO", "TITULO" ] }, "valorPermanencia": { "type": "number" }, "identificadorCriterioMulta": { "type": "string", "enum": [ "ISENTO", "CONFIGURACAO", "TITULO" ] }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "percentualMulta": { "type": "string" }, "valorMulta": { "type": "number" }, "identificadorCriterioTributo": { "type": "string" }, "valorImpostoTributo": { "type": "number" }, "valorIssqnPrevisto": { "type": "number" }, "valorIssqnFaturar": { "type": "number" }, "valorComissaoOriginal": { "type": "number" }, "valorComissaoPagar": { "type": "number" }, "identificadorDesconto1": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto1": { "type": "number" }, "dataDesconto1": { "type": "string", "format": "date" }, "identificadorDesconto2": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto2": { "type": "number" }, "dataDesconto2": { "type": "string", "format": "date" }, "identificadorDesconto3": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto3": { "type": "number" }, "dataDesconto3": { "type": "string", "format": "date" }, "valorTotalAbatimento": { "type": "number" }, "valorDesconto": { "type": "number" }, "identificadorTipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "codigoUnidadeCobradora": { "type": "integer", "format": "int32" }, "identificadorTipoCheque": { "type": "string" }, "dataRemessaProtesto": { "type": "string", "format": "date" }, "indicadorDevolucaoAutomatica": { "type": "string", "enum": [ "DIAS_CORRIDOS", "DIAS_UTEIS", "NAO_DEVOLVER" ] }, "identificadorCriterioDevolucao": { "type": "string" }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "identificadorCriterioLiquidacao": { "type": "string", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA" ] }, "indicadorProtestoAutomatico": { "type": "string" }, "identificadorCriterioProtesto": { "type": "string" }, "quantidadeDiasProtesto": { "type": "integer", "format": "int32" }, "identificadorCriterioReembolso": { "type": "string" }, "identificadorReembolsoAutomatico": { "type": "boolean" }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "identificadorFormaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "identificadorTransacaoVencida": { "type": "string" }, "quantidadeDiasTransacao": { "type": "integer", "format": "int32" }, "codigoContaCorrente": { "type": "string" }, "quantidadeDiasAtrasoCorridos": { "type": "integer", "format": "int32" }, "quantidadeDiasAtrasoUteis": { "type": "integer", "format": "int32" }, "coeficienteAtrasoReceita": { "type": "number" }, "coeficienteCorrecaoReceita": { "type": "number" }, "dataCoeficienteCorrecaoReceita": { "type": "string", "format": "date" }, "saldoPrincipalOperacaoContabil": { "type": "number" }, "saldoJurosResidual": { "type": "number" }, "valorJurosResidual": { "type": "number" }, "saldoJurosResidualContabil": { "type": "number" }, "taxaJurosComissao": { "type": "number" }, "dataApuracaoParcela": { "type": "string", "format": "date" }, "valorTributoRotativo": { "type": "number" }, "valorPermanenciaD1": { "type": "number" }, "valorTributoD1": { "type": "number" }, "valorMultaD1": { "type": "number" }, "valorPermanenciaCalculada": { "type": "number" }, "valorMoraCalculada": { "type": "number" }, "valorMultaCalculada": { "type": "number" }, "valorMultaPaga": { "type": "number" }, "valorJurosIncorporado": { "type": "number" }, "dataLiquidacaoAntecipada": { "type": "string", "format": "date" }, "saldoDevedorMoraUltimaLiquidacaoParcial": { "type": "number" }, "valorCorrecaoAcumuladoHibrido": { "type": "number" }, "valorCorrecaoAcumuladoHibridoContabil": { "type": "number" }, "valorCorrecaoHibrido": { "type": "number" }, "valorCorrecaoHibridoContabil": { "type": "number" }, "valorDespesaAtraso": { "type": "number" }, "saldoDevedorPermanenciaCalculado": { "type": "number" } } }, "TituloDTO": { "type": "object", "required": [ "contrato", "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "contrato": { "$ref": "#/definitions/ContratoDTO" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "seuNumero": { "type": "string" }, "numeroParcela": { "type": "integer", "format": "int32" }, "dataVencimento": { "type": "string", "format": "date" }, "dataEmissao": { "type": "string", "format": "date" }, "valorTitulo": { "type": "number" }, "valorPrincipal": { "type": "number" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "numeroDocumentoSacador": { "type": "string" }, "nomeSacado": { "type": "string" }, "numeroDocumentoSacado": { "type": "string" }, "tipoSituacaoLiquidacao": { "type": "string", "enum": [ "BAIXADO_DEVOLVIDO", "PAGAMENTO_PARCIAL", "PAGAMENTO_TOTAL", "EM_ABERTO", "REEMBOLSO_DEVOLUCAO", "REDESCONTO", "ESTORNO_PARCIAL", "ESTORNO_TOTAL", "EXCLUIDO", "ESTORNO_DEVOLUCAO", "DESCONTO_BANCARIO", "RENEGOCIADO", "CEDIDO", "TRANSFERIDO" ] }, "tipoTitulo": { "$ref": "#/definitions/TipoTituloDTO" }, "siglaIdentificadorMonetario": { "type": "string" } } }, "TitularAgenciaDetalheDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataProcessamentoAtual": { "type": "string", "format": "date" }, "dataPenultimoProcessamento": { "type": "string", "format": "date" }, "dataProximoProcessamento": { "type": "string", "format": "date" }, "nomeUnidade": { "type": "string" }, "processamentoAndamento": { "type": "boolean" }, "controleFechamentoDia": { "type": "boolean" }, "dataUltimoProcessamento": { "type": "string", "format": "date" }, "dataAberturaAgencia": { "type": "string", "format": "date" }, "dataDesativacaoAgencia": { "type": "string", "format": "date" }, "codigoUnidadeContaCorrente": { "type": "integer", "format": "int32" }, "codigoContaCorrente": { "type": "string" }, "codigoUnidadeCentralizadora": { "type": "integer", "format": "int32" }, "codigoUnidadeProtesto": { "type": "integer", "format": "int32" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "identificadorMovimentoComplementar": { "type": "boolean" } } }, "TituloMovimentoFiltroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "listaTipoLote": { "type": "array", "items": { "type": "string", "enum": [ "LIQ", "EDE", "ELI", "AEC", "CVI", "TCO", "INS", "ITG", "CES", "DEV", "TGA", "RDE", "RNG", "LMU", "DIN", "TRF", "REE", "ERN", "EAS", "EEX", "ECE" ] } }, "estornoLiquidacao": { "type": "boolean" }, "ultimoMovimento": { "type": "boolean" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoClienteResponsavel": { "type": "integer", "format": "int64" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "numeroDocumentoSacado": { "type": "string" }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "dataVencimentoInicial": { "type": "string", "format": "date" }, "dataVencimentoFim": { "type": "string", "format": "date" }, "dataMovimentoInicial": { "type": "string", "format": "date" }, "dataMovimentoFim": { "type": "string", "format": "date" }, "dataEfetiva": { "type": "string", "format": "date" }, "listaSiglaLinhaOperacao": { "type": "array", "items": { "type": "string" } }, "siglaLinhaOperacao": { "type": "string" }, "ignorarSegundaCurva": { "type": "boolean" }, "tipoBaixa": { "type": "string", "enum": [ "LIQUIDACAO_TOTAL", "LIQUIDACAO_PARCIAL", "LIQUIDACAO_CARTORIO", "LIQUIDACAO_TOTAL_BANCO", "LIQUIDACAO_PARCIAL_BANCO", "ESTORNO_LIQUIDACAO", "ESTORNO_EXCLUSAO_CONTRATO", "ESTORNO_LIQUIDACAO_PARCIAL", "ESTORNO_RENEGOCIACAO", "REEMBOLSO_COBRANCA_SIMPLES", "REEMBOLSO_DEVOLUCAO", "DEVOLUCAO_PROTESTO", "DEVOLUCAO_CEDENTE", "DEVOLUCAO_INTERNA", "DEVOLUCAO_PRACA", "DEVOLUCAO_PRAZO", "DEVOLUCAO_PAGAMENTO", "ESTORNO_DEVOLUCAO", "TRANSFERENCIA", "TRANSFERENCIA_DESCONTO", "EXCLUSAO_TITULO", "REDESCONTO_TITULO", "DESCONTO_INTELIGENTE", "DEVOLUCAO_RESTRICAO", "ESTORNO_LIQUIDACAO_CARTORIO", "DEVOLUCAO_SUSTACAO_JUDICIAL", "CESSAO_CBS", "CESSAO_CCB", "CESSAO_DEFINITIVA", "CESSAO_COM_COOBRIGACAO", "CESSAO_SEM_COOBRIGACAO_PASSIVA", "EXCLUSAO_CONTRATO", "RENEGOCIACAO", "TRANSFERIDO", "INLCUSAO_TRANSFERENCIA", "INCORPORACAO_JUROS", "ESTORNO_CESSAO_DEFINITIVA" ] }, "tipoSituacaoLiquidacao": { "type": "string", "enum": [ "BAIXADO_DEVOLVIDO", "PAGAMENTO_PARCIAL", "PAGAMENTO_TOTAL", "EM_ABERTO", "REEMBOLSO_DEVOLUCAO", "REDESCONTO", "ESTORNO_PARCIAL", "ESTORNO_TOTAL", "EXCLUIDO", "ESTORNO_DEVOLUCAO", "DESCONTO_BANCARIO", "RENEGOCIADO", "CEDIDO", "TRANSFERIDO" ] } } }, "TransferenciaCobradorDTO": { "type": "object", "required": [ "cepFinal", "cepInicial", "cobrador", "codigoEmpresa", "periodicidade", "prazo", "valorFinal", "valorInicial" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "periodicidade": { "type": "string", "enum": [ "DIARIO", "SEMANAL", "MENSAL", "NAO_UTILIZA" ] }, "dias": { "type": "integer", "format": "int32" }, "prazo": { "type": "integer", "format": "int32" }, "valorInicial": { "type": "number" }, "valorFinal": { "type": "number" }, "cepInicial": { "type": "integer", "format": "int32" }, "cepFinal": { "type": "integer", "format": "int32" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "novoRegistro": { "type": "boolean" } } }, "ContratoParticipanteDTO": { "type": "object", "required": [ "contrato", "listaParticipante" ], "properties": { "contrato": { "$ref": "#/definitions/ContratoDTO" }, "listaParticipante": { "type": "array", "items": { "$ref": "#/definitions/ParticipanteDTO" } } } }, "ParticipanteDTO": { "type": "object", "required": [ "contrato" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "contrato": { "$ref": "#/definitions/ContratoDTO" }, "documentoResponsavel": { "type": "string" }, "tipoResponsavel": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "nomeResponsavel": { "type": "string" }, "codigoClienteResponsavel": { "type": "integer", "format": "int64" }, "codigoLoja": { "type": "integer", "format": "int32" }, "codigoGerenteResponsavel": { "type": "integer", "format": "int32" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "modalidadeVinculada": { "$ref": "#/definitions/ModalidadeDTO" }, "percentualResponsavel": { "type": "number" }, "valorResponsavel": { "type": "number" }, "dataResponsavel": { "type": "string", "format": "date" }, "tipoQualificacao": { "type": "string", "enum": [ "AVAL", "FIANCA", "NAO_UTILIZADO" ] }, "numeroContratoVinculado": { "type": "integer", "format": "int64" }, "numeroSequencialConvenio": { "type": "integer", "format": "int64" } } }, "TipoTituloDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaTipoTitulo": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoTitulo": { "type": "string", "minLength": 0, "maxLength": 40 }, "codigoClassificacaoGerencial": { "type": "integer", "format": "int64" }, "codigoClassificacaoBacen": { "type": "integer", "format": "int32" }, "codigoContabil": { "type": "integer", "format": "int64" }, "bloqueioCobrador": { "type": "boolean" }, "formaCalculo": { "type": "string", "enum": [ "VALOR_NOMINAL", "TAXA_OPERACAO", "TAXA_MERCADO" ] }, "indicadorLiquidez": { "type": "string", "enum": [ "COBRAVEL", "REAL", "FIDEJUSSORIA", "OUTRAS" ] }, "cheque": { "type": "boolean" }, "numeroSubgrupoBacen": { "type": "integer", "format": "int32" }, "percentualCustoVenda": { "type": "number" }, "percentualMitigadorRisco": { "type": "number" }, "quantidadeDiasDevolucao": { "type": "integer", "format": "int32" } } }, "PracaRestritaDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaUf": { "type": "string", "enum": [ "AC", "AL", "AP", "AM", "BA", "CE", "DF", "ES", "GO", "MA", "MS", "MT", "MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE", "TO" ] }, "identificadorRestricao": { "type": "boolean" } } }, "CarteiraDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaCarteira": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoCarteiraPlano": { "type": "string", "minLength": 0, "maxLength": 35 } } }, "CarteiraTransferenciaGrupoDTO": { "type": "object", "required": [ "carteira", "siglaContabil" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "carteira": { "$ref": "#/definitions/CarteiraDTO" }, "siglaContabil": { "type": "string" }, "siglaCosif": { "type": "string", "enum": [ "NORMAL", "LUCROS_PERDAS" ] }, "identificadorCriterioTransferencia": { "type": "string", "enum": [ "TITULO", "CONTRATO" ] }, "identificadorApropriacao": { "type": "boolean" }, "quantidadeDiasTransferencia": { "type": "integer", "format": "int32" }, "identificadorMarcacaoAtivoProblematico": { "type": "boolean" } } }, "ProvisaoAtrasoDetalheDTO": { "type": "object", "required": [ "carteiraTransferenciaGrupo", "dataInicioValidade", "identificadorCategoriaRisco" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "carteiraTransferenciaGrupo": { "$ref": "#/definitions/CarteiraTransferenciaGrupoDTO" }, "identificadorCategoriaRisco": { "type": "string", "enum": [ "NAO_DEFINIDO", "CLASSIFICACAO_AA", "CLASSIFICACAO_A", "CLASSIFICACAO_B", "CLASSIFICACAO_C", "CLASSIFICACAO_D", "CLASSIFICACAO_E", "CLASSIFICACAO_F", "CLASSIFICACAO_G", "CLASSIFICACAO_H", "CLASSIFICACAO_LP" ] }, "dataInicioValidade": { "type": "string", "format": "date" }, "siglaIndexadorTotal": { "type": "string" }, "siglaIndexadorReceita": { "type": "string" }, "taxaJurosTotal": { "type": "number" }, "taxaJurosReceita": { "type": "number" }, "identificadorFormaTotal": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorFormaReceita": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorReferenciaMonetaria": { "type": "boolean" }, "identificadorCriterioTotal": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "identificadorCriterioReceita": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] } } }, "TiluloMovimentoBuscarDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataProcessamentoEfetiva", "numeroLote", "numeroNossoNumero", "numeroSequenciaNossoNumero", "tipoLoteMovimento" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "dataProcessamentoEfetiva": { "type": "string", "format": "date" }, "tipoLoteMovimento": { "type": "string", "enum": [ "LIQ", "EDE", "ELI", "AEC", "CVI", "TCO", "INS", "ITG", "CES", "DEV", "TGA", "RDE", "RNG", "LMU", "DIN", "TRF", "REE", "ERN", "EAS", "EEX", "ECE" ] }, "numeroLote": { "type": "integer", "format": "int64" } } }, "ContratoFiltroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "siglaLinhaOperacao": { "type": "string" }, "siglaProduto": { "type": "string" }, "lp": { "type": "boolean" }, "dataTransferenciaLpInicial": { "type": "string", "format": "date" }, "dataTransferenciaLpFinal": { "type": "string", "format": "date" }, "dataOperacaoInicial": { "type": "string", "format": "date" }, "dataOperacaoFinal": { "type": "string", "format": "date" }, "diasAtrasoInicial": { "type": "integer", "format": "int32" }, "diasAtrasoFinal": { "type": "integer", "format": "int32" }, "codigoGerente": { "type": "integer", "format": "int32" }, "listaSituacaoContrato": { "type": "array", "items": { "type": "string", "enum": [ "ATIVO", "CEDIDO", "EXCLUIDO", "EXCLUIDO_XX", "EXCLUIDO_RENEGOCIADO", "INATIVO", "RENEGOCIADO", "TRANSFERIDO" ] } }, "listaSiglaLinhaOperacao": { "type": "array", "items": { "type": "string" } }, "listaSiglaProdutoFinalidade": { "type": "array", "items": { "type": "string" } }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "situacaoContrato": { "type": "string", "enum": [ "ATIVO", "CEDIDO", "EXCLUIDO", "EXCLUIDO_XX", "EXCLUIDO_RENEGOCIADO", "INATIVO", "RENEGOCIADO", "TRANSFERIDO" ] }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "identificadorCessaoAdquirida": { "type": "boolean" }, "tipoCessaoAdquirida": { "type": "string", "enum": [ "COM_COOBRIGACAO", "SEM_COOBRIGACAO" ] }, "centralRisco": { "type": "boolean" }, "ignorarSegundaCurva": { "type": "boolean" } } }, "RepassadorDetalheDTO": { "type": "object", "required": [ "codigoRepassador", "modalidade", "numeroLinha", "taxaJuros", "taxaSpread" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoRepassador": { "type": "integer", "format": "int64" }, "numeroLinha": { "type": "integer", "format": "int64" }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "descricaoLinhaRepasse": { "type": "string", "minLength": 0, "maxLength": 255 }, "contratoEfetivado": { "type": "boolean" }, "casado": { "type": "boolean" }, "taxaJuros": { "type": "number" }, "taxaSpread": { "type": "number" }, "dataInicioTaxa": { "type": "string", "format": "date" }, "siglaTaxaBasica": { "type": "string", "minLength": 0, "maxLength": 10 }, "baseTaxa": { "type": "string", "enum": [ "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "ANUAL" ] }, "modalidadePassiva": { "$ref": "#/definitions/ModalidadeDTO" }, "numeroLinhaPassiva": { "type": "integer", "format": "int64" }, "quantidadeDiasMais": { "type": "integer", "format": "int32" }, "recor": { "type": "integer", "format": "int32" }, "percentualResponsabilidade": { "type": "number" }, "valorLinha": { "type": "number" }, "valorRepasse": { "type": "number" }, "controleLastro": { "type": "boolean" }, "taxaIR": { "type": "number" } } }, "GrupoDestinacaoDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "numeroAdlib", "numeroContrato", "numeroOrdem" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroOrdem": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroReferenciaBacen": { "type": "string" } } }, "FinanciamentoRuralSinteticoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroMes": { "type": "integer", "format": "int32" }, "numeroAno": { "type": "integer", "format": "int32" }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModulo": { "type": "string" }, "numeroContrato": { "type": "string" }, "numeroAdesaoCredito": { "type": "integer", "format": "int32" }, "dataEmissao": { "type": "string", "format": "date-time" }, "dataEmissaoString": { "type": "string" }, "numeroReferenciaBacen": { "type": "string" }, "valorSaldoMedioDia": { "type": "number" }, "identificadorSituacaoOperacao": { "type": "integer", "format": "int32" }, "identificadorSituacaoRegistro": { "type": "string" }, "codigoUnidade": { "type": "integer", "format": "int64" }, "dataGrupoContabil": { "type": "string", "format": "date-time" }, "dataGrupoContabilString": { "type": "string" } } }, "GrupoDestinacaoDetalheDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "nomeGrupo", "numeroAdlib", "numeroContrato", "numeroOrdem" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroOrdem": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroReferenciaBacen": { "type": "string" }, "nomeGrupo": { "type": "string" }, "valorPercentual": { "type": "number" }, "numeroOrdemOriginal": { "type": "integer", "format": "int64" } } }, "GrupoDestinacaoIntegracaoDTO": { "type": "object", "properties": { "financiamentoRural": { "$ref": "#/definitions/FinanciamentoRuralSinteticoDTO" }, "gruposDestinacao": { "type": "array", "items": { "$ref": "#/definitions/GrupoDestinacaoDetalheDTO" } } } }, "RepassadorDTO": { "type": "object", "required": [ "codigoRepassador", "modalidade", "numeroLinha" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "codigoRepassador": { "type": "integer", "format": "int64" }, "numeroLinha": { "type": "integer", "format": "int64" }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "descricaoLinhaRepasse": { "type": "string", "minLength": 0, "maxLength": 255 }, "contratoEfetivado": { "type": "boolean" } } }, "ContratoFiancaFiltroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "codigoBeneficiario": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "siglaProduto": { "type": "string" }, "dataOperacaoInicial": { "type": "string", "format": "date" }, "dataOperacaoFinal": { "type": "string", "format": "date" }, "layout": { "type": "string" }, "isCadip": { "type": "boolean" }, "tipoRelatorio": { "type": "string", "enum": [ "CO", "MP", "IM", "OP", "XX" ] }, "isNrReferencia": { "type": "boolean" }, "dsCodAdc": { "type": "integer", "format": "int64" }, "saldoApropriado": { "type": "integer", "format": "int64" } } }, "ReplicarRepassadorDTO": { "type": "object", "properties": { "repassadorDetalheDTO": { "$ref": "#/definitions/RepassadorDetalheDTO" }, "modalidadeDTO": { "$ref": "#/definitions/ModalidadeDTO" } } }, "TituloAbertoFiltroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "dataVencimentoInicial": { "type": "string", "format": "date" }, "dataVencimentoFim": { "type": "string", "format": "date" }, "numeroParcelaInicial": { "type": "integer", "format": "int32" }, "numeroParcelaFim": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoClienteResponsavel": { "type": "integer", "format": "int64" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "ordem": { "type": "string", "enum": [ "ASCENDENTE", "DESCENDENTE" ] }, "resultadoPesquisaTitulo": { "type": "string", "enum": [ "CLIENTE", "MODALIDADE", "CONTRATO", "NOSSO_NUMERO", "VENCIMENTO", "COBRADOR", "SEU_NUMERO", "PAGADOR", "VALOR_NOMINAL" ] }, "codigoCorrespondenteCliente": { "type": "string" }, "codigoCorrespondenteCobrador": { "type": "string" }, "siglaLinhaOperacao": { "type": "string" }, "codigoGerente": { "type": "integer", "format": "int32" }, "dataEmissao": { "type": "string", "format": "date" }, "dataEmissaoInicio": { "type": "string", "format": "date" }, "dataEmissaoFim": { "type": "string", "format": "date" }, "numeroDocumentoSacado": { "type": "string" }, "siglaProduto": { "type": "string" }, "siglaCarteira": { "type": "string" }, "listaSiglaLinhaOperacao": { "type": "array", "items": { "type": "string" } }, "seuNumero": { "type": "string" }, "apenasTituloNaoCedido": { "type": "boolean" }, "ignorarSegundaCurva": { "type": "boolean" }, "siglaStatusTomador": { "type": "string" } } }, "ConfiguracaoCircularOperacaoCreditoDTO": { "type": "object", "required": [ "codigoAgrupamentoModalidade", "tipoEncargo" ], "properties": { "codigoAgrupamentoModalidade": { "type": "integer", "format": "int32" }, "tipoEncargo": { "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] }, "descricaoAgrupamentoModalidade": { "type": "string" }, "valorTaxaMinima": { "type": "number" }, "valorTaxaMaxima": { "type": "number" }, "cadastro": { "type": "boolean" } } }, "ContratoInformacaoAdicionalDTO": { "type": "object", "required": [ "contrato", "listaInformacaoAdicional" ], "properties": { "contrato": { "$ref": "#/definitions/ContratoDTO" }, "listaInformacaoAdicional": { "type": "array", "items": { "$ref": "#/definitions/InformacaoAdicionalDetalheDTO" } } } }, "InformacaoAdicionalDetalheDTO": { "type": "object", "required": [ "contrato", "numeroSubgrupoAdicional" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "contrato": { "$ref": "#/definitions/ContratoDTO" }, "siglaModulo": { "type": "string" }, "sequencial": { "type": "integer", "format": "int64" }, "codigoInformacao": { "type": "string" }, "dataRegistro": { "type": "string", "format": "date" }, "numeroGrupoAdicional": { "type": "integer", "format": "int64" }, "numeroSubgrupoAdicional": { "type": "integer", "format": "int64" }, "descricaoCdAdicional": { "type": "string" }, "descricaoIdentAdicional": { "type": "string" }, "valorAdicional": { "type": "number" }, "percentualAdicional": { "type": "number" }, "quantidadeAdicional": { "type": "integer", "format": "int64" }, "dataInicioVigencia": { "type": "string", "format": "date" }, "dataFimVigencia": { "type": "string", "format": "date" } } }, "MovimentoCnabBancosOcorrenciaDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "dataProcessamento", "numeroSequencialOcorrencia" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataProcessamento": { "type": "string", "format": "date" }, "numeroSequencialOcorrencia": { "type": "integer", "format": "int64" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdl": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroNossoNumeroConsolidado": { "type": "integer", "format": "int64" }, "codigoCorrespondenteCobrador": { "type": "string" }, "numeroSequencialNossoNumero": { "type": "integer", "format": "int64" }, "seuNumero": { "type": "string" }, "codigoOcorrenciaRemessa": { "type": "integer", "format": "int32" }, "codigoOcorrenciaRetorno": { "type": "integer", "format": "int32" }, "situacaoMovimento": { "type": "string" }, "quantidadeEnvio": { "type": "integer", "format": "int32" }, "valorTitulo": { "type": "number" }, "dataVencimento": { "type": "string", "format": "date" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "numeroDocumentoSacado": { "type": "string" }, "dataMovimento": { "type": "string", "format": "date" }, "tipoLote": { "type": "string" }, "numeroLancamento": { "type": "integer", "format": "int32" }, "dataEfetivacao": { "type": "string", "format": "date" }, "siglaFuncao": { "type": "string" }, "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoMotivoRejeicao": { "type": "integer", "format": "int32" }, "valorDesconto": { "type": "number" }, "valorDespesa": { "type": "number" }, "valorEncargos": { "type": "number" }, "valorImpostoTributo": { "type": "number" }, "valorCobrado": { "type": "number" }, "dataRemessa": { "type": "string", "format": "date" }, "valorCorrecao": { "type": "number" }, "valorJuros": { "type": "number" }, "valorMora": { "type": "number" }, "valorMulta": { "type": "number" }, "valorPermanencia": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorCorrigido": { "type": "number" }, "identificacaoOrigem": { "type": "string" }, "identificacaoContaVinculada": { "type": "boolean" }, "identificacaoTipoLiquidacao": { "type": "string" }, "siglaFuncaoOcorrencia": { "type": "string" }, "codigoHistorico": { "type": "integer", "format": "int64" }, "identificacaoRegistradoOnline": { "type": "boolean" }, "numeroLote": { "type": "integer", "format": "int64" } } }, "CobradorDetalheDTO": { "type": "object", "required": [ "codigoCobrador" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaCobrador": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoCobrador": { "type": "string", "minLength": 0, "maxLength": 40 }, "identificadorEntidade": { "type": "string", "enum": [ "BANCO", "CARTORIO", "JURIDICO", "AGENTE", "DEPARTAMENTO", "CUSTODIANTE", "OUTROS" ] }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "identificadorCobrador2": { "type": "string" }, "identificadorCobrador1": { "type": "string" }, "identificadorConvenioMultiplo": { "type": "boolean" }, "identificadorRejeicaoCep": { "type": "boolean" }, "identificadorDda": { "type": "boolean" }, "identificadorLayoutCartorio": { "type": "string" }, "valorMinimoCobranca": { "type": "number" }, "quantidadePrazoMinimo": { "type": "integer", "format": "int64" }, "quantidadePrazoMaximo": { "type": "integer", "format": "int64" }, "numeroPrioridadeCobranca": { "type": "integer", "format": "int64" }, "quantidadeDiasProtesto": { "type": "integer", "format": "int64" }, "identificadorArquivoRetornoParcial": { "type": "boolean" }, "quantidadeDiasValidadeNossoNumeroCorrespondente": { "type": "integer", "format": "int32" }, "numeroProximaFaixaNossoNumeroDisponivel": { "type": "integer", "format": "int64" }, "identificadorCobrador3": { "type": "string" }, "complementoFinalidadePgfor": { "type": "integer", "format": "int32" }, "codigoComunicacaoPgforBradesco": { "type": "integer", "format": "int64" }, "numeroSequencialCorrespondente": { "type": "integer", "format": "int32" }, "dataUltimaRemessa": { "type": "string", "format": "date" }, "dataUltimoRetorno": { "type": "string", "format": "date" }, "identificadorCriticaCgcCpf": { "type": "boolean" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "identificadorGpag": { "type": "boolean" }, "listaConvenioMultiploDTO": { "type": "array", "items": { "$ref": "#/definitions/ConvenioMultiploDTO" } }, "listaCobrancaContaCorrenteDTO": { "type": "array", "items": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" } }, "listaServicoCobradorDTO": { "type": "array", "items": { "$ref": "#/definitions/ServicoCobradorDTO" } }, "listaCobradorLoteComplementarDTO": { "type": "array", "items": { "$ref": "#/definitions/CobradorLoteComplementarDTO" } }, "listaDestinacaoCobrancaDTO": { "type": "array", "items": { "$ref": "#/definitions/DestinacaoCobrancaDTO" } } } }, "CobradorLoteComplementarDTO": { "type": "object", "required": [ "cobrador", "linhaOperacao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" }, "indicadorLoteComplementar": { "type": "boolean" } } }, "ConfiguracaoServicoDTO": { "type": "object", "required": [ "siglaServico" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaServico": { "type": "string" }, "codigoServico": { "type": "integer", "format": "int64" }, "codigoTarifa": { "type": "integer", "format": "int64" }, "descricaoServico": { "type": "string" }, "identificadorTarifacaoCobrador": { "type": "boolean" } } }, "ConvenioMultiploDTO": { "type": "object", "required": [ "cnab", "dataInicioValidade" ], "properties": { "dataInicioValidade": { "type": "string", "format": "date" }, "identificadorCobrador1": { "type": "string" }, "dataFimValidade": { "type": "string", "format": "date" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "cartorio": { "$ref": "#/definitions/CobradorDTO" }, "identificadorCriticaCgcCpf": { "type": "boolean" }, "novoRegistro": { "type": "boolean" } } }, "DestinacaoCobrancaDTO": { "type": "object", "required": [ "cobrador", "codigoAgenciaCobrador", "numeroCepInicial" ], "properties": { "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "codigoAgenciaCobrador": { "type": "integer", "format": "int32" }, "numeroCepInicial": { "type": "integer", "format": "int32" }, "numeroCepFinal": { "type": "integer", "format": "int32" }, "nomeAgencia": { "type": "string" }, "numeroPrioridadeCobranca": { "type": "integer", "format": "int64" } } }, "GerarProximoCodigoCorrespondenteCobradorDTO": { "type": "object", "properties": { "codigoCobrador": { "type": "integer", "format": "int32" }, "codigoCarteiraCobranca": { "type": "integer", "format": "int32" }, "nossoNumero": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "cobrancaContaCorrenteDTO": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" }, "cobradorDetalheDTO": { "$ref": "#/definitions/CobradorDetalheDTO" } } }, "ServicoCobradorDTO": { "type": "object", "required": [ "cobrador", "configuracaoServico" ], "properties": { "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "configuracaoServico": { "$ref": "#/definitions/ConfiguracaoServicoDTO" }, "valorTarifa": { "type": "number" } } }, "ProdutoDetalheDTO": { "type": "object", "required": [ "descricaoProduto", "linhaOperacao", "siglaModulo", "siglaProduto" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaProduto": { "type": "string", "minLength": 0, "maxLength": 8 }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "descricaoProduto": { "type": "string", "minLength": 0, "maxLength": 40 }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" }, "carteira": { "$ref": "#/definitions/CarteiraDTO" }, "carteiraOperacional": { "type": "string" }, "carteiraCessao": { "$ref": "#/definitions/CarteiraDTO" }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "valorAjusteConvertido": { "type": "number" }, "numeroAlteracaoContrato": { "type": "integer", "format": "int64" } } }, "ContratoDpgeDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int64" }, "codigoUnidade": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int64" }, "dataEmissao": { "type": "string", "format": "date" }, "documentoBeneficiario": { "type": "string" }, "nomeBeneficiario": { "type": "string" }, "valorSaldoDevedor": { "type": "number" }, "numeroIdentificadorContrato": { "type": "string" } } }, "CalcularValorPremioDiferimentoDTO": { "type": "object", "properties": { "titulos": { "type": "array", "items": { "$ref": "#/definitions/TituloAbertoCalculadoDTO" } }, "tituloAbertoCalcularDTO": { "$ref": "#/definitions/TituloAbertoCalcularDTO" } } }, "StatusTomadorDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaStatus": { "type": "string", "minLength": 0, "maxLength": 3 }, "descricaoStatus": { "type": "string", "minLength": 0, "maxLength": 100 }, "identificaClassificaoStatus": { "type": "string" }, "identificaSensibilizarInterface": { "type": "boolean" }, "identificaSensibilizarLoteLiquidacao": { "type": "boolean" }, "identificaSensibilizarRelatorios": { "type": "boolean" } } }, "SeguroConciliacaoDetalheDTO": { "type": "object", "properties": { "identificadorDespesaAdicional": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "chaveContrato": { "type": "string" }, "descricaoNumeroAutorizacao": { "type": "string" }, "numeroDocumentoSacado": { "type": "string" }, "nomePessoa": { "type": "string" }, "quantidadeTitulos": { "type": "integer", "format": "int32" }, "statusProcessamento": { "type": "string", "enum": [ "EM_ANDAMENTO", "NAO_CONCILIADO", "CONCILIADO", "ERRO_AO_CONCILIAR" ] }, "descricaoMensagemErro": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdLib": { "type": "integer", "format": "int32" } } }, "SeguroConciliacaoRequest": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "listaSeguroConciliacao": { "type": "array", "items": { "$ref": "#/definitions/SeguroConciliacaoDetalheDTO" } } } }, "TituloDespesaAdicionalProcessamentoDTO": { "type": "object", "properties": { "identificadorTituloDespesaAdicional": { "type": "integer", "format": "int32" }, "statusProcessamento": { "type": "string", "enum": [ "PENDENTE", "PROCESSANDO", "ERRO", "CONCLUIDO" ] }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "siglaModalidade": { "type": "string" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "dataVencimento": { "type": "string", "format": "date" }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroCpfCnpj": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "valorTitulo": { "type": "number" }, "siglaAdicional": { "type": "string" }, "saldoAdicionalAtualizado": { "type": "number" }, "dataAtual": { "type": "string", "format": "date" }, "numeroAutorizacaoMotor": { "type": "string" }, "numeroParcela": { "type": "integer", "format": "int32" }, "valorContrato": { "type": "number" } } }, "AnexoDTO": { "type": "object", "required": [ "codigoAnexo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoAnexo": { "type": "integer", "format": "int64" }, "siglaGrupo": { "type": "string" }, "siglaSubGrupo": { "type": "string" }, "codigoDominio": { "type": "string" }, "descricaoAnexo": { "type": "string" }, "tipoAnexo": { "type": "string", "enum": [ "INATIVO", "ANEXO_3040", "ANEXO_3020_3030", "ATIVO" ] } } }, "AliquotaDTO": { "type": "object", "required": [ "codigoUnidade", "criterioTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "criterioTributo": { "$ref": "#/definitions/CriterioTributoDTO" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataFimValidade": { "type": "string", "format": "date" } } }, "CriterioTributoDTO": { "type": "object", "required": [ "dataInicioValidade", "tipoTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "siglaCriterioTributo": { "type": "string", "minLength": 0, "maxLength": 10 }, "dataInicioValidade": { "type": "string", "format": "date" }, "dataFimValidade": { "type": "string", "format": "date" }, "fatoGerador": { "type": "string", "enum": [ "CONTRATACAO", "LIQUIDACAO", "CONTRATACAO_LIQUIDACAO", "VENCIMENTO" ] }, "tributoAgencia": { "type": "string", "enum": [ "AGENCIA", "CENTRALIZADO" ] }, "codigoUnidadeTributo": { "type": "integer", "format": "int32" } } }, "CarteiraDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaCarteira": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoCarteiraPlano": { "type": "string", "minLength": 0, "maxLength": 35 }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "apropriacaoContabil": { "type": "string", "enum": [ "DIARIA", "MENSAL", "NAO_APROPRIA", "REGIME_CAIXA", "REGIME_VENCIMENTO" ] }, "calculoProvisaoAtraso": { "type": "string", "enum": [ "REFAZ", "MENSAL", "NAO_DEFINIDO" ] }, "listaCarteiraTransferenciaGrupoDTO": { "type": "array", "items": { "$ref": "#/definitions/CarteiraTransferenciaGrupoDTO" } } } }, "CnabAlegacaoSacadoDetalheDTO": { "type": "object", "required": [ "cnab", "movimentoCnabAlegacoesSacado" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "movimentoCnabAlegacoesSacado": { "$ref": "#/definitions/MovimentoCnabAlegacoesSacadoDTO" }, "codigoOcorrenciaExterna": { "type": "integer", "format": "int64" } } }, "CnabDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaConvenio": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoConvenio": { "type": "string", "minLength": 0, "maxLength": 25 }, "disponibilidadeConvenio": { "type": "string", "enum": [ "CLIENTE", "BANCO", "AMBOS" ] }, "modeloLayout": { "type": "string", "enum": [ "TOTAL_BANCO", "BRADESCO", "ITAU", "BANCO_BRASIL", "REAL", "BPN", "CHEQUE", "UNIBANCO", "CHECK_EXPRESS", "CHEQUE_TB", "HSBC", "RET_DESC_CHQ", "DDA", "BRB", "CNAB_XLS", "FEBRABAN_240", "SOFISA", "SAFRA" ] }, "modeloUtilizado": { "type": "string", "enum": [ "TOTAL_BANCO", "BRADESCO", "ITAU", "MODELO_6", "MODELO_7", "BANCO_BRASIL" ] }, "listaCnabOcorrenciaDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabOcorrenciaDetalheDTO" } }, "listaCnabTipoTituloDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabTipoTituloDTO" } }, "listaCnabMotivoDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabMotivoDetalheDTO" } }, "listaCnabInstrucaoDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabInstrucaoDetalheDTO" } }, "listaCnabIndicadorDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabIndicadorDetalheDTO" } }, "listaCnabModalidadeDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabModalidadeDetalheDTO" } }, "listaCnabAlegacaoSacadoDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/CnabAlegacaoSacadoDetalheDTO" } }, "listaConvenioNumeracaoBloquetoDetalheDTO": { "type": "array", "items": { "$ref": "#/definitions/ConvenioNumeracaoBloquetoDetalheDTO" } } } }, "CnabIndicadorDetalheDTO": { "type": "object", "required": [ "cnab" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "siglaIndicadorInterno": { "type": "string" }, "siglaIndicadorExterno": { "type": "string" }, "indicadorCobrador1": { "type": "string" }, "indicadorCobrador2": { "type": "string" }, "siglaCarteira": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "tipoConversao": { "type": "string", "enum": [ "MOEDA", "VALOR" ] } } }, "CnabInstrucaoDetalheDTO": { "type": "object", "required": [ "cnab", "funcaoInstrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "funcaoInstrucao": { "$ref": "#/definitions/FuncaoInstrucaoDTO" }, "valorTarifa": { "type": "number" }, "codigoInstrucaoExterna": { "type": "integer", "format": "int64" }, "codigoOcorrenciaExterna": { "type": "integer", "format": "int64" } } }, "CnabModalidadeDetalheDTO": { "type": "object", "required": [ "cnab", "modalidade" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaCarteiraCobrador": { "type": "string" }, "identificadorCorrespondenteCobrador": { "type": "string" }, "identificadorCobrancaNaoRegistrada": { "type": "boolean" }, "identificadorCorrespondenteCobradorHeader": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorEmiteBoleto": { "type": "string" }, "codigoVariacaoCarteira": { "type": "integer", "format": "int32" }, "identificarCalculoAutomaticoCorrespondente": { "type": "boolean" }, "identificadorConvenioCorrespondente": { "type": "string" } } }, "CnabMotivoDetalheDTO": { "type": "object", "required": [ "cadastroMotivo", "cnab", "funcaoOcorrencia" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "funcaoOcorrencia": { "$ref": "#/definitions/FuncaoOcorrenciaDTO" }, "cadastroMotivo": { "$ref": "#/definitions/CadastroMotivoDTO" }, "codigoMotivo1": { "type": "integer", "format": "int32" }, "codigoMotivo2": { "type": "integer", "format": "int32" }, "codigoMotivo3": { "type": "integer", "format": "int32" }, "codigoMotivo4": { "type": "integer", "format": "int32" }, "siglaMotivo1": { "type": "string" }, "siglaMotivo2": { "type": "string" }, "siglaMotivo3": { "type": "string" }, "siglaMotivo4": { "type": "string" }, "novoRegistro": { "type": "boolean" } } }, "CnabOcorrenciaDetalheDTO": { "type": "object", "required": [ "cnab", "funcaoOcorrencia" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "funcaoOcorrencia": { "$ref": "#/definitions/FuncaoOcorrenciaDTO" }, "codigoOcorrencia1": { "type": "integer", "format": "int64" }, "codigoOcorrencia2": { "type": "integer", "format": "int64" }, "codigoOcorrencia3": { "type": "integer", "format": "int64" }, "codigoOcorrencia4": { "type": "integer", "format": "int64" } } }, "CnabTipoTituloDTO": { "type": "object", "required": [ "cnab", "tipoTitulo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoTitulo": { "$ref": "#/definitions/TipoTituloDTO" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "codigoTituloEscritural": { "type": "integer", "format": "int32" }, "codigoTituloFisico": { "type": "integer", "format": "int32" } } }, "ConvenioNumeracaoBloquetoDetalheDTO": { "type": "object", "required": [ "cnab", "codigoCliente", "modalidade", "numeroSequencia" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "identificadorSituacao": { "type": "string" }, "cnab": { "$ref": "#/definitions/CnabDTO" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroSequencia": { "type": "integer", "format": "int64" }, "numeroBloquetoAtual": { "type": "integer", "format": "int64" }, "numeroBloquetoInicial": { "type": "integer", "format": "int64" }, "numeroBloquetoFinal": { "type": "integer", "format": "int64" }, "codigoUnidadeCliente": { "type": "integer", "format": "int32" }, "numeroTamanhoFaixaNossoNumero": { "type": "integer", "format": "int64" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "nomeCliente": { "type": "string" } } }, "AliquotaDetalheDTO": { "type": "object", "required": [ "codigoUnidade", "criterioTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "criterioTributo": { "$ref": "#/definitions/CriterioTributoDTO" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataFimValidade": { "type": "string", "format": "date" }, "prazos": { "type": "array", "items": { "$ref": "#/definitions/AliquotaPrazoDTO" } } } }, "AliquotaPrazoDTO": { "type": "object", "required": [ "prazoAliquota" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "prazoAliquota": { "type": "integer", "format": "int32" }, "dataFimValidade": { "type": "string", "format": "date" }, "valorMinimoPF": { "type": "number" }, "percentualAliquotaPF": { "type": "number" }, "percentualMaximoPF": { "type": "number" }, "percentualAliquotaFixaPF": { "type": "number" }, "valorMinimoPJ": { "type": "number" }, "percentualAliquotaPJ": { "type": "number" }, "percentualMaximoPJ": { "type": "number" }, "percentualAliquotaFixaPJ": { "type": "number" } } }, "HistoricoDetalheDTO": { "type": "object", "required": [ "codigo", "natureza", "tipoLancamento" ], "properties": { "codigo": { "type": "integer", "format": "int64" }, "descricao": { "type": "string" }, "natureza": { "type": "string", "enum": [ "CREDITO", "DEBITO" ] }, "tipoLancamento": { "type": "string", "enum": [ "LIBERACAO", "TARIFA", "TRANSFERENCIA", "REEMBOLSO", "JUROS", "IOC", "IRF", "CPMF", "LIQUIDACAO", "DESPESA", "CHEQUE_ADMINISTRATIVO", "NORMAL", "NAO_DEFINIDO" ] }, "tipoDocumento": { "type": "string", "enum": [ "EXIGE_NOSSO_NUMERO", "EXIGE_NUMERO_CONTRATO", "EXIGE_NUMERO_DOCUMENTO", "EXIGE_NUMERO_CLIENTE", "NAO_EXIGE_NUMERO_DOCUMENTO" ] }, "siglaGerencial": { "type": "string" }, "siglaContabil": { "type": "string" }, "descricaoHistoricoExtrato": { "type": "string" }, "identificadorLigacaoContaCorrente": { "type": "string", "enum": [ "CONTA_VINCULADA", "CONTA_CORRENTE", "CONTRATO_CONTA_VINCULADA", "CONTRATO_CONTA_CORRENTE", "CONTA_CONTROLE", "RECEITA_DESPESA" ] }, "codigoOcorrenciaInterna": { "type": "integer", "format": "int64" }, "identificadorCPMF": { "type": "boolean" }, "identificadorLancamentoDigitado": { "type": "boolean" }, "identificadorAvisoLancamento": { "type": "boolean" }, "historicoTransferencia": { "$ref": "#/definitions/HistoricoDTO" }, "historicoInterno": { "$ref": "#/definitions/HistoricoDTO" }, "codigoTarifa": { "type": "integer", "format": "int32" } } }, "PlanoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaPlano": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoPlano": { "type": "string", "minLength": 0, "maxLength": 255 }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "descricaoDestinacao": { "type": "string", "minLength": 0, "maxLength": 30 } } }, "ConveniadoDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "nomeConveniado": { "type": "string", "minLength": 0, "maxLength": 55 }, "siglaConveniado": { "type": "string", "minLength": 0, "maxLength": 10 }, "codigoGerente": { "type": "integer", "format": "int64" } } }, "ConvenioDTO": { "type": "object", "required": [ "codigoConvenio", "codigoUnidadeOperacional", "conveniado", "modalidade", "numeroConvenio", "tipoConvenio" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoConvenio": { "type": "integer", "format": "int64", "maximum": 9999999999 }, "conveniado": { "$ref": "#/definitions/ConveniadoDTO" }, "numeroConvenio": { "type": "integer", "format": "int32", "maximum": 99999999 }, "tipoConvenio": { "type": "string", "enum": [ "GARANTIA", "SEGURADORA", "LOJISTA", "RECEBEDOR", "FORNECEDOR", "CONSIGNADO", "CORRESPONDENTE" ] }, "siglaConvenio": { "type": "string", "minLength": 0, "maxLength": 15 }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModalidadeProrrogacao": { "type": "string" }, "descricaoModalidadeProrrogacao": { "type": "string" }, "codigoUnidadeOperacional": { "type": "integer", "format": "int32" }, "codigoSequencialSeguradora": { "type": "integer", "format": "int64" } } }, "ConvenioDetalheDTO": { "type": "object", "required": [ "codigoConvenio", "codigoUnidadeOperacional", "conveniado", "modalidade", "numeroConvenio", "tipoConvenio" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoConvenio": { "type": "integer", "format": "int64", "maximum": 9999999999 }, "conveniado": { "$ref": "#/definitions/ConveniadoDTO" }, "numeroConvenio": { "type": "integer", "format": "int32", "maximum": 99999999 }, "tipoConvenio": { "type": "string", "enum": [ "GARANTIA", "SEGURADORA", "LOJISTA", "RECEBEDOR", "FORNECEDOR", "CONSIGNADO", "CORRESPONDENTE" ] }, "siglaConvenio": { "type": "string", "minLength": 0, "maxLength": 15 }, "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "siglaModalidadeProrrogacao": { "type": "string" }, "descricaoModalidadeProrrogacao": { "type": "string" }, "codigoUnidadeOperacional": { "type": "integer", "format": "int32" }, "codigoSequencialSeguradora": { "type": "integer", "format": "int64" }, "percentualResponsabilidade": { "type": "number" }, "valorLimite": { "type": "number" }, "taxaInterveniente": { "type": "number" }, "valorFixo": { "type": "number" }, "baseLimite": { "type": "string", "enum": [ "PRINCIPAL", "TOTAL", "ATUAL" ] }, "calcularComissao": { "type": "boolean" }, "bloqueado": { "type": "boolean" }, "dataBloqueio": { "type": "string", "format": "date" }, "motivoBloqueio": { "type": "string" }, "codigoBancoConta": { "type": "integer", "format": "int32" }, "codigoPracaConta": { "type": "integer", "format": "int32" }, "codigoAgenciaConta": { "type": "integer", "format": "int32" }, "numeroConta": { "type": "string" }, "agenciaConta": { "type": "string" }, "diaConveniadoPagamento": { "type": "integer", "format": "int32" }, "prazoFolhaPagamento": { "type": "integer", "format": "int32" }, "diaFolhaPagamento": { "type": "integer", "format": "int32" }, "diaLiberacao": { "type": "integer", "format": "int32" }, "diaFixoSemana": { "type": "integer", "format": "int32" }, "percentualComissaoAto": { "type": "number" }, "percentualComissaoParcelado": { "type": "number" }, "percentualMargemConsignante": { "type": "number" }, "prazoLiberacao": { "type": "integer", "format": "int32" }, "prazoFixoSemana": { "type": "integer", "format": "int32" }, "siglaGrupoCliente": { "type": "string" }, "siglaMeioPagamento": { "type": "string" }, "siglaReferenciaLimite": { "type": "string" }, "repassador": { "$ref": "#/definitions/ConvenioDTO" }, "planos": { "type": "array", "items": { "$ref": "#/definitions/ConvenioPlanoDTO" } }, "tipoLiberacao": { "type": "string", "enum": [ "FISICO", "LOGICO" ] }, "formaImpressao": { "type": "string", "enum": [ "LOCAL", "PORTAL" ] } } }, "ConvenioPlanoDTO": { "type": "object", "required": [ "plano" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "plano": { "$ref": "#/definitions/PlanoDTO" }, "baseComissao": { "type": "string", "enum": [ "LIQUIDO", "PRINCIPAL", "TOTAL" ] }, "percentualComissao": { "type": "number" }, "percentualComissaoAto": { "type": "number" } } }, "InstrucaoDetalheDTO": { "type": "object", "required": [ "codigoInstrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "descricaoInstrucao": { "type": "string", "minLength": 0, "maxLength": 40 }, "descricaoInstrucao1": { "type": "string" }, "descricaoInstrucao2": { "type": "string" }, "descricaoInstrucao3": { "type": "string" }, "descricaoInstrucao4": { "type": "string" }, "complemento1": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] }, "complemento2": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] }, "complemento3": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "DATA", "NUMERO", "DESCRICAO", "TAXA", "SEM_COMPLEMENTO" ] }, "identificadorLancamentoDigitado": { "type": "boolean" }, "identificadorEmissaoAviso": { "type": "string", "enum": [ "LANCAMENTO", "SACADO", "SACADO_LANCAMENTO", "NAO_AVISA" ] }, "historico": { "$ref": "#/definitions/HistoricoDTO" }, "codigoOcorrencia": { "type": "integer", "format": "int32" } } }, "PlanoDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaPlano": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoPlano": { "type": "string", "minLength": 0, "maxLength": 255 }, "siglaModulo": { "type": "string", "minLength": 0, "maxLength": 2 }, "descricaoDestinacao": { "type": "string", "minLength": 0, "maxLength": 30 }, "desativado": { "type": "boolean" }, "dataDesativacao": { "type": "string", "format": "date" }, "tipoPlanoDTO": { "$ref": "#/definitions/TipoPlanoDTO" }, "quantidadePrazoMinimo": { "type": "integer", "format": "int32" }, "quantidadePrazoMaximo": { "type": "integer", "format": "int32" }, "quantidadePrazoNormal": { "type": "integer", "format": "int32" }, "valorMinimo": { "type": "number" }, "valorMaximo": { "type": "number" }, "prazoMinimoCarencia": { "type": "integer", "format": "int32" }, "prazoMaximoCarencia": { "type": "integer", "format": "int32" }, "percentualVrgMinimo": { "type": "number" }, "percentualVrgMaximo": { "type": "number" }, "percentualVrgAntecipadoMinimo": { "type": "number" }, "percentualVrgAntecipadoMaximo": { "type": "number" }, "percentualVrgDiluidoMinimo": { "type": "number" }, "percentualVrgDiluidoMaximo": { "type": "number" }, "percentualVrgFinalMinimo": { "type": "number" }, "percentualVrgFinalMaximo": { "type": "number" }, "mesMaisUm": { "type": "boolean" }, "percentualMaximoRenda": { "type": "number" }, "taxaOperacaoMinima": { "type": "number" }, "taxaOperacaoMaxima": { "type": "number" }, "taxaOperacaoNormal": { "type": "number" }, "numeroPrestacaoMinimo": { "type": "integer", "format": "int32" }, "numeroPrestacaoMaximo": { "type": "integer", "format": "int32" }, "siglaReferenciaMonetaria": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "entrada": { "type": "boolean" }, "cheque": { "type": "boolean" }, "verificaLimite": { "type": "boolean" }, "percentualTac": { "type": "number" }, "valorTac": { "type": "number" }, "percentualMinimoTac": { "type": "number" }, "percentualMaximoTac": { "type": "number" }, "valorMinimoTac": { "type": "number" }, "valorMaximoTac": { "type": "number" }, "convenios": { "type": "array", "items": { "$ref": "#/definitions/ConvenioPlanoDTO" } }, "percentualMaximoOperacao": { "type": "number" }, "percentualMinimoEntrada": { "type": "number" }, "percentualMaximoEntrada": { "type": "number" }, "percentualMinimoBalao": { "type": "number" }, "percentualMaximoBalao": { "type": "number" } } }, "TipoPlanoDTO": { "type": "object", "properties": { "codigoTipoPlano": { "type": "integer", "format": "int64" }, "descricaoTipoPlano": { "type": "string", "minLength": 0, "maxLength": 60 } } }, "EncargoDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaEncargo": { "type": "string", "minLength": 0, "maxLength": 10 }, "descricaoEncargo": { "type": "string", "minLength": 0, "maxLength": 40 }, "taxas": { "type": "array", "items": { "$ref": "#/definitions/EncargoTaxaDetalheDTO" } } } }, "EncargoTaxaDetalheDTO": { "type": "object", "required": [ "dataInicioValidade", "tipoLimite" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "encargo": { "$ref": "#/definitions/EncargoDTO" }, "dataInicioValidade": { "type": "string", "format": "date" }, "dataFimValidade": { "type": "string", "format": "date" }, "baseSpread": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "calculoMulta": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "criterioOperacao": { "type": "string", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "contagemAte30": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "contagemMais30": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "formaAte30": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "formaMais30": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "formaSpread": { "type": "string", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "tipoLimite": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] }, "percentualMulta": { "type": "number" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "siglaIndicadorMonetarioAte30": { "type": "string" }, "siglaIndicadorMonetarioMais30": { "type": "string" }, "taxaLimite": { "type": "number" }, "taxaPermanenciaAte30": { "type": "number" }, "taxaPermanenciaMais30": { "type": "number" }, "taxaSpread": { "type": "number" }, "novoRegistro": { "type": "boolean" } } }, "ProximoLoteDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] } } }, "BoletoDTO": { "type": "object", "required": [ "boleto", "codigoCorrespondenteCobrador", "codigoEmpresa", "codigoUnidade", "dataProcessamento", "dataVencimento", "valorPagar" ], "properties": { "codigoBoleto": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCorrespondenteCobrador": { "type": "string" }, "dataProcessamento": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "boleto": { "type": "array", "items": { "type": "string", "format": "byte" } }, "valorDocumento": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorJurosMulta": { "type": "number" }, "valorPagar": { "type": "number" }, "nomePagador": { "type": "string" }, "numeroDocumentoPagador": { "type": "string" }, "situacao": { "type": "string" }, "tipoLote": { "type": "string" }, "linhaDigitavel": { "type": "string" } } }, "TituloFiltroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "siglaTipoTitulo": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaLinhaOperacao": { "type": "string" }, "dataVencimentoInicial": { "type": "string", "format": "date" }, "dataVencimentoFinal": { "type": "string", "format": "date" }, "dataEmissaoInicial": { "type": "string", "format": "date" }, "dataEmissaoFinal": { "type": "string", "format": "date" }, "tipoSituacaoLiquidacao": { "type": "string", "enum": [ "BAIXADO_DEVOLVIDO", "PAGAMENTO_PARCIAL", "PAGAMENTO_TOTAL", "EM_ABERTO", "REEMBOLSO_DEVOLUCAO", "REDESCONTO", "ESTORNO_PARCIAL", "ESTORNO_TOTAL", "EXCLUIDO", "ESTORNO_DEVOLUCAO", "DESCONTO_BANCARIO", "RENEGOCIADO", "CEDIDO", "TRANSFERIDO" ] }, "tipoSituacaoLiquidacaoDiferente": { "type": "string", "enum": [ "BAIXADO_DEVOLVIDO", "PAGAMENTO_PARCIAL", "PAGAMENTO_TOTAL", "EM_ABERTO", "REEMBOLSO_DEVOLUCAO", "REDESCONTO", "ESTORNO_PARCIAL", "ESTORNO_TOTAL", "EXCLUIDO", "ESTORNO_DEVOLUCAO", "DESCONTO_BANCARIO", "RENEGOCIADO", "CEDIDO", "TRANSFERIDO" ] }, "situacaoLiquidez": { "type": "string", "enum": [ "NORMAL", "LUCROS_PERDAS" ] }, "numeroDocumentoSacado": { "type": "string" }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "listaSiglaLinhaOperacao": { "type": "array", "items": { "type": "string" } }, "codigoInstrucao": { "type": "integer", "format": "int32" } } }, "GeraNossoNumeroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int64" } } }, "TipoTituloFiltroDTO": { "type": "object", "properties": { "siglaTipoTitulo": { "type": "string" }, "descricaoTitulo": { "type": "string" }, "indicadorLiquidez": { "type": "string", "enum": [ "COBRAVEL", "REAL", "FIDEJUSSORIA", "OUTRAS" ] }, "codigoClassificacaoBacen": { "type": "integer", "format": "int32" }, "numeroSubgrupoBacen": { "type": "integer", "format": "int32" }, "cheque": { "type": "boolean" }, "listaIndicadorLiquidez": { "type": "array", "items": { "type": "string", "enum": [ "COBRAVEL", "REAL", "FIDEJUSSORIA", "OUTRAS" ] } } } }, "TitularAgenciaBuscarDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" } } }, "ModalidadeCessaoDTO": { "type": "object", "required": [ "tipoCessao" ], "properties": { "tipoCessao": { "$ref": "#/definitions/TipoCessaoDTO" }, "modalidadePassiva": { "$ref": "#/definitions/ModalidadeDTO" } } }, "ModalidadeDespesasAdicionaisDTO": { "type": "object", "required": [ "siglaDespesaAdicional" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaDespesaAdicional": { "type": "string" }, "descricaoDespesaAdicional": { "type": "string", "minLength": 0, "maxLength": 100 }, "identificadorConfiguracaoSigla": { "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string" }, "siglaBaseCalculo": { "type": "string", "enum": [ "GARANTIAS", "DEVEDOR", "PRINCIPAL", "FIXO" ] }, "valorDespesaAdicional": { "type": "number" }, "tipoParcela": { "type": "string", "enum": [ "PRIMEIRA", "TODAS", "ULTIMA", "CONTRATO" ] }, "idFinanciaDespesa": { "type": "boolean" } } }, "ModalidadeDetalheDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaModalidade": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoModalidade": { "type": "string", "minLength": 0, "maxLength": 40 }, "dataFimValidade": { "type": "string", "format": "date" }, "dataInicioValidade": { "type": "string", "format": "date" }, "contratoEmitido": { "type": "boolean" }, "naturezaContabil": { "type": "string", "enum": [ "ATIVO", "PASSIVO", "COMPENSADO_ATIVO", "COMPENSADO_PASSIVO" ] }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "criterioCalculo": { "$ref": "#/definitions/CriterioCalculoDTO" }, "linhaOperacao": { "$ref": "#/definitions/LinhaOperacaoDTO" }, "produto": { "$ref": "#/definitions/ProdutoDTO" }, "bloqueioCoberturaCobranca": { "type": "boolean" }, "bloqueioCoberturaFidejussorias": { "type": "boolean" }, "bloqueioCoberturaFixas": { "type": "boolean" }, "bloqueioCoberturaOutras": { "type": "boolean" }, "identificadorCriterioMora": { "type": "boolean" }, "codigoAgenciaCompensacao": { "type": "integer", "format": "int32" }, "quantidadeDiasOutraPraca": { "type": "integer", "format": "int32" }, "quantidadeDiasInferior": { "type": "integer", "format": "int32" }, "quantidadeDiasSuperior": { "type": "integer", "format": "int32" }, "contaContabil": { "type": "string" }, "quantidadeDiasInstrucaoProtesto": { "type": "integer", "format": "int32" }, "codigoContabil": { "type": "integer", "format": "int32" }, "nivelPerfil": { "type": "integer", "format": "int32" }, "produtoGerencial": { "type": "integer", "format": "int32" }, "recor": { "type": "integer", "format": "int32" }, "descricaoFinalidade": { "type": "string" }, "observacao": { "type": "string" }, "descricaoProdutoMercado": { "type": "string" }, "indicador3290": { "type": "boolean" }, "adlibConsolidado": { "type": "boolean" }, "indicadorSegundaCurva": { "type": "boolean" }, "agendamentoLiberacao": { "type": "boolean" }, "agrupamentoContaCorrente": { "type": "boolean" }, "alteraEncargo": { "type": "boolean" }, "alteraLimite": { "type": "boolean" }, "alteraLiquidacao": { "type": "boolean" }, "alteraReembolso": { "type": "boolean" }, "alteraTarifa": { "type": "boolean" }, "alteraVencimento": { "type": "boolean" }, "cessaoAdquirida": { "type": "boolean" }, "tipoCessaoAdquirida": { "type": "string", "enum": [ "COM_COOBRIGACAO", "SEM_COOBRIGACAO" ] }, "tipoRisco": { "type": "string", "enum": [ "CEDENTE", "SACADO" ] }, "cessaoPassiva": { "type": "boolean" }, "tipoConfiguracaoDevolucao": { "type": "string", "enum": [ "MODALIDADE", "CLIENTE" ] }, "configuraProtesto": { "type": "boolean" }, "criticaCic": { "type": "boolean" }, "cheque": { "type": "boolean" }, "calculoMora": { "type": "string", "enum": [ "REFAZ", "COMPLEMENTAR" ] }, "comissionamentoSacado": { "type": "boolean" }, "taxaMaximaComissao": { "type": "number" }, "cobrancaDiferancaEncargo": { "type": "boolean" }, "credorLiberacao": { "type": "string", "enum": [ "DEVEDOR", "CONVENIADO", "INTERVENIENTE", "FORNECEDOR" ] }, "validaAutomacaoBancaria": { "type": "boolean" }, "criterioLiquidacao": { "type": "string", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA" ] }, "criterioVencidos": { "type": "string", "enum": [ "UNICO", "PERIODICO", "NAO_DEFINIDO" ] }, "contabilCompensado": { "type": "boolean" }, "validaCotacaoFechamento": { "type": "boolean" }, "contratoQuitado": { "type": "boolean" }, "dadosComplementaresCnr": { "type": "boolean" }, "diasPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "destinacaoAutomatica": { "type": "boolean" }, "duplaAutorizacao": { "type": "boolean" }, "liberacaoConta": { "type": "string", "enum": [ "LIQUIDO", "PRINCIPAL_TARIFA_IOC" ] }, "limiteOperacionalValidacao": { "type": "string", "enum": [ "NAO_VALIDAR", "VALIDAR" ] }, "valorLimiteDuplaAutorizacao": { "type": "number" }, "taxaLimite": { "type": "boolean" }, "identificadorReembolsoAutomatico": { "type": "boolean" }, "devolucaoAutomatica": { "type": "string", "enum": [ "DIAS_CORRIDOS", "DIAS_UTEIS", "NAO_DEVOLVER" ] }, "emissaoBloqueto": { "type": "string", "enum": [ "BOLETO", "DEBITO_C_C", "OUTRO" ] }, "emissaoContrato": { "type": "boolean" }, "emissaoProposta": { "type": "boolean" }, "envioExclusao": { "type": "boolean" }, "salaEspera": { "type": "boolean" }, "exclusiva": { "type": "boolean" }, "extraLimtie": { "type": "boolean" }, "tipoFeriado": { "type": "string", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "apropriaRetencao": { "type": "boolean" }, "apropriaTac": { "type": "string" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "formaContratacao": { "type": "string", "enum": [ "CAPITAL_FIXO_ATO", "CAPITAL_DECRESCENTE_ATO" ] }, "negociadoMoeda": { "type": "boolean" }, "numeroAdlibCobranca": { "type": "integer", "format": "int32" }, "numeroContratoCobranca": { "type": "integer", "format": "int64" }, "numeroDirecionamento": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "tipoAniversario": { "type": "string", "enum": [ "CIVIL", "COMERCIAL" ] }, "tipoAtividade": { "type": "string", "enum": [ "RAMO", "ATIVIDADE_ECONOMICA", "ANALITICO" ] }, "tipoLancamento": { "type": "string", "enum": [ "LIQUIDO", "ANALITICO" ] }, "financiaIoc": { "type": "boolean" }, "financiaTac": { "type": "boolean" }, "incorporaJuros": { "type": "boolean" }, "iofAVista": { "type": "boolean" }, "incluirIrf": { "type": "boolean" }, "gestaoCobranca": { "type": "string" }, "limiteOperacional": { "$ref": "#/definitions/LimiteOperacionalDTO" }, "limiteCredito": { "type": "string", "enum": [ "VALIDAR", "VERIFICAR", "NAO_UTILIZAR" ] }, "siglaLinhaGerencial": { "type": "string", "minLength": 0, "maxLength": 3 }, "siglaMeioLiberacao": { "type": "string" }, "metodoCalculo": { "type": "string", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "siglaCrediscore": { "type": "string", "minLength": 0, "maxLength": 10 }, "siglaCalculoGerencial": { "type": "string" }, "siglaGrupoTarifa": { "type": "string" }, "siglaProdutoFinalidade": { "type": "string" }, "tipoInicioCarencia": { "type": "string", "enum": [ "EMISSAO", "JUROS_VENCIMENTO", "VENCIMENTO" ] }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "periodicidadeCarencia": { "type": "integer", "format": "int32" }, "periodicidadeCarenciaMinima": { "type": "integer", "format": "int32" }, "periodicidadeJuros": { "type": "integer", "format": "int32" }, "periodicidadeFlutuacao": { "type": "integer", "format": "int32" }, "prazoMinimoCarencia": { "type": "integer", "format": "int32" }, "prazoMaximoCarencia": { "type": "integer", "format": "int32" }, "prazoMinimo": { "type": "integer", "format": "int32" }, "prazoMaximo": { "type": "integer", "format": "int32" }, "prazoVencidas": { "type": "integer", "format": "int32" }, "prazoConsiderar": { "type": "string", "enum": [ "PRAZO_MEDIO_OPERACAO", "PRAZO_TOTAL_OPERACAO", "PRAZO_TITULO" ] }, "consistirValor": { "type": "string", "enum": [ "POR_TITULO", "VALOR_PRESENTE", "VALOR_TOTAL" ] }, "quantidadeSacadoBordero": { "type": "integer", "format": "int32" }, "valorRiscoSacado": { "type": "number" }, "quantidadeDiasPracaCompensacao": { "type": "integer", "format": "int32" }, "quantidadeDiasOutraPracaCompensacao": { "type": "integer", "format": "int32" }, "quantidadeDiasCobrancaTerceiros": { "type": "integer", "format": "int32" }, "projeto": { "type": "boolean" }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "prioridadeInstrucoes": { "type": "string", "enum": [ "CONTA", "MODALIDADE", "CONTA_SOMENTE", "MODALIDADE_SOMENTE" ] }, "valorMinimo": { "type": "number" }, "valorMaximo": { "type": "number" }, "siglaLayoutContrato": { "type": "string" }, "siglaLayoutPlanilha": { "type": "string" }, "siglaLayoutCliente": { "type": "string" }, "siglaLayoutAvalistaPf": { "type": "string" }, "siglaLayoutAvalistaPj": { "type": "string" }, "siglaIndicadorMonetarioHibrido": { "type": "string" }, "financiarSeguro": { "type": "string", "enum": [ "SIM", "NAO", "ISENTO" ] }, "tipoAcaoCobranca": { "type": "string", "enum": [ "MODALIDADE", "PADRAO", "NAO_UTILIZA" ] }, "tipoTransferenciaCobrador": { "type": "string", "enum": [ "MODALIDADE", "CONF_GERAL", "NENHUM" ] }, "quantidadeMaximaOperacoes": { "type": "integer", "format": "int32" }, "quantidadeOperacoesRetroativas": { "type": "integer", "format": "int32" }, "tipoCobranca": { "type": "string", "enum": [ "COBRANCA_REGISTRADA", "COBRANCA_PRE_IMPRESSA" ] }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "valorEncargoMaximo": { "type": "number" }, "valorEncargoMinimo": { "type": "number" }, "totalizaDatasCalculo": { "type": "boolean" }, "quantidadeDiasPagamentoNpc": { "type": "integer", "format": "int32" }, "identificadorNpc": { "type": "boolean" }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "modalidadeCessao": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeRenegociacao": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeCobrancaNaoRegistrada": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeCobranca": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeControle": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeEspera": { "$ref": "#/definitions/ModalidadeDTO" }, "modalidadeTransferencia": { "$ref": "#/definitions/ModalidadeDTO" }, "encargo": { "$ref": "#/definitions/EncargoDTO" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" }, "beneficiariosPix": { "type": "string", "enum": [ "COBRADOR", "CLIENTE" ] }, "siglaMeioLiquidacao": { "type": "string", "minLength": 0, "maxLength": 10 }, "tributos": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeTributoDTO" } }, "legais": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeLegalDTO" } }, "instrucoes": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeInstrucaoDTO" } }, "documentos": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeDocumentoDTO" } }, "historicos": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeHistoricoDTO" } }, "transferenciasCobrador": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeTransferenciaCobradorDTO" } }, "cessoes": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeCessaoDTO" } }, "usGaaps": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeUsGaapDTO" } }, "seguroDfi": { "type": "boolean" }, "seguroMip": { "type": "boolean" }, "gestaoRisco": { "type": "boolean" }, "percentualMinimoSegPrestamista": { "type": "number" }, "percentualMaximoSegPrestamista": { "type": "number" }, "despesasAdicionais": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeDespesasAdicionaisDTO" } }, "mdCalSeguroPrestamista": { "type": "string", "enum": [ "CREDITOS", "MOTOR_SEGUROS" ] }, "permiteCalcularCustoTransacao": { "type": "string", "enum": [ "LINEAR", "PROPORCIONAL" ] } } }, "ModalidadeDocumentoDTO": { "type": "object", "properties": { "siglaDocumento": { "type": "string" }, "complemento": { "type": "boolean" } } }, "ModalidadeLegalDTO": { "type": "object", "required": [ "codigoEmpresa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "numeroGrupoModalidade": { "type": "integer", "format": "int32" }, "numeroSubGrupoModalidade": { "type": "integer", "format": "int32" }, "codigoAgrupamentoPosicao": { "type": "string", "enum": [ "A_00", "A_10", "A_20", "A_30", "A_40", "A_50", "A_90", "P_10", "P_20", "P_30", "P_40", "P_90" ] }, "codigoBancoTaxaPeriodo": { "type": "integer", "format": "int32" }, "codigoCadoc2011": { "type": "string", "enum": [ "A_00", "A_101010000", "A_101010100", "A_101010101", "A_101010102", "A_101010103", "A_101010104", "A_101010105", "A_101010106", "A_101010900", "A_101020000", "A_101020100", "A_101020101", "A_101020102", "A_101020103", "A_101020104", "A_101020105", "A_101020106", "A_101020900", "A_102010000", "A_102010100", "A_102010101", "A_102010102", "A_102010103", "A_102010104", "A_102010105", "A_102010106", "A_102010900", "A_102020000", "A_102020100", "A_102020101", "A_102020102", "A_102020103", "A_102020104", "A_102020105", "A_102020106", "A_102020900", "A_103010000", "A_103010100", "A_103010101", "A_103010102", "A_103010103", "A_103010104", "A_103010105", "A_103010106", "A_103010900", "A_103020000", "A_103020100", "A_103020101", "A_103020102", "A_103020103", "A_103020104", "A_103020105", "A_103020106", "A_103020900", "A_104010000", "A_104010100", "A_104010101", "A_104010102", "A_104010103", "A_104010104", "A_104010105", "A_104010106", "A_104010900", "A_105010000", "A_105010100", "A_105010101", "A_105010102", "A_105010103", "A_105010104", "A_105010105", "A_105010106", "A_105010900", "A_106010000", "A_106010100", "A_106010101", "A_106010102", "A_106010103", "A_106010104", "A_106010105", "A_106010106", "A_106010900", "A_107010000", "A_107010100", "A_107010101", "A_107010102", "A_107010103", "A_107010104", "A_107010105", "A_107010106", "A_107010900", "A_201010000", "A_201010100", "A_201010101", "A_201010102", "A_201010103", "A_201010104", "A_201010105", "A_201010106", "A_201010900", "A_201020000", "A_201020100", "A_201020101", "A_201020102", "A_201020103", "A_201020104", "A_201020105", "A_201020106", "A_201020900", "A_202010000", "A_202010100", "A_202010101", "A_202010102", "A_202010103", "A_202010104", "A_202010105", "A_202010106", "A_202010900", "A_202020000", "A_202020100", "A_202020101", "A_202020102", "A_202020103", "A_202020104", "A_202020105", "A_202020106", "A_202020900", "A_202030000", "A_202030100", "A_202030101", "A_202030102", "A_202030103", "A_202030104", "A_202030105", "A_202030106", "A_202030900", "A_203010000", "A_203010100", "A_203010101", "A_203010102", "A_203010103", "A_203010104", "A_203010105", "A_203010106", "A_203010900", "A_203020000", "A_203020100", "A_203020101", "A_203020102", "A_203020103", "A_203020104", "A_203020105", "A_203020106", "A_203020900", "A_204010000", "A_204010100", "A_204010101", "A_204010102", "A_204010103", "A_204010104", "A_204010105", "A_204010106", "A_204010900", "A_205010000", "A_205010100", "A_205010101", "A_205010102", "A_205010103", "A_205010104", "A_205010105", "A_205010106", "A_205010900", "A_206010000", "A_206010100", "A_206010101", "A_206010102", "A_206010103", "A_206010104", "A_206010105", "A_206010106", "A_206010900", "A_207010000", "A_207010100", "A_207010101", "A_207010102", "A_207010103", "A_207010104", "A_207010105", "A_207010106", "A_207010900", "A_208010000", "A_208010100", "A_208010101", "A_208010102", "A_208010103", "A_208010104", "A_208010105", "A_208010106", "A_208010900" ] }, "codigoCarteiraNegociacao": { "type": "string", "enum": [ "A_00", "A_01", "A_02" ] }, "codigoClausulaCaracteristica": { "type": "string" }, "codigoContabil": { "type": "integer", "format": "int32" }, "destinacaoBacen": { "type": "integer" }, "detalhamentoDlo": { "type": "string" }, "fatorPonderacaoRisco": { "type": "string" }, "localRegistro": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03" ] }, "mitigadorRisco": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03", "A_04", "A_05", "A_06", "A_07", "A_11", "A_12", "A_13", "A_14" ] }, "modalidadeBacen": { "type": "integer" }, "modeloOrigem": { "type": "string", "enum": [ "A_00", "A_18", "A_19", "A_20", "A_21", "A_22", "A_23", "A_24", "A_25", "A_26", "A_27", "A_28", "A_29", "A_30", "A_31", "A_32", "A_33", "A_34", "A_35", "A_36", "A_37", "A_38", "A_39", "A_40", "A_41", "A_42", "A_43", "A_44", "A_45", "A_46", "A_47", "A_48", "A_49", "A_50", "A_51", "A_52", "A_53" ] }, "modeloOrigemPcam": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03", "A_04", "A_05", "A_06" ] }, "subcontaDlo": { "type": "string", "enum": [ "A_00", "A_10", "A_20", "A_30" ] }, "tipoEncargo": { "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] }, "codigo3240": { "type": "string", "enum": [ "CONSUMO", "MICROEMPREENDEDOR", "CONSIGNADO_DESCONTO_FOLHA", "CONSIGNADO_EXIGIBILIDADE_MICROCREDITO" ] }, "fontePendencia": { "type": "number" }, "centralRisco": { "type": "boolean" }, "idInterface": { "type": "boolean" }, "ignorarConcessArquivo3050": { "type": "boolean" }, "ignorarTaxaArquivo3050": { "type": "boolean" }, "origemRecursoRating": { "type": "string", "enum": [ "LIVRE", "DIRECIONADO" ] }, "tipoExposicao": { "type": "string", "enum": [ "A_1", "A_2", "A_3", "A_4", "A_5" ] }, "idTaxaProducao": { "type": "boolean" }, "id3490": { "type": "boolean" }, "contaContabil": { "type": "string" }, "grupoAdicional": { "type": "integer", "format": "int32" }, "grupoOrigemRecurso": { "type": "integer", "format": "int32" }, "grupoTaxaReferencial": { "type": "integer", "format": "int32" }, "naturezaOperacao": { "type": "integer", "format": "int32" }, "subgrupoAdicional": { "type": "integer", "format": "int32" }, "subgrupoOrigemRecurso": { "type": "integer", "format": "int32" }, "subgrupoTaxaReferencial": { "type": "integer", "format": "int32" }, "variacaoCambio": { "type": "integer", "format": "int32" }, "carteiraInterface": { "type": "string" }, "linhaIft": { "type": "string" }, "modalidadeIft": { "type": "string" }, "tagModalidadeRating": { "type": "string" }, "tipoEncargoRating": { "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, "valorTaxaMaxima": { "type": "number" }, "valorTaxaMinima": { "type": "number" }, "idTaxaRegular": { "type": "boolean" }, "idEnvioCadastroPositivo": { "type": "boolean" }, "estagioInicialOper": { "type": "integer", "format": "int32" }, "mtvInicialAlocEstagio": { "type": "integer", "format": "int32" } } }, "ModalidadeTransferenciaCobradorDTO": { "type": "object", "required": [ "cepFinal", "cepInicial", "cobrador", "codigoEmpresa", "periodicidade", "prazo", "valorFinal", "valorInicial" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int64" }, "periodicidade": { "type": "string", "enum": [ "DIARIO", "SEMANAL", "MENSAL", "NAO_UTILIZA" ] }, "dias": { "type": "integer", "format": "int32" }, "prazo": { "type": "integer", "format": "int32" }, "valorInicial": { "type": "number" }, "valorFinal": { "type": "number" }, "cepInicial": { "type": "integer", "format": "int32" }, "cepFinal": { "type": "integer", "format": "int32" }, "cobrador": { "$ref": "#/definitions/CobradorDTO" } } }, "ModalidadeTributoDTO": { "type": "object", "required": [ "alteracaoTributo", "siglaCriterioTributo", "tipoTributo" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "siglaCriterioTributo": { "type": "string" }, "alteracaoTributo": { "type": "boolean" } } }, "ModalidadeUsGaapDTO": { "type": "object", "required": [ "codigoEmpresa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "contaProRataOrigem": { "type": "string" }, "contaProRataDestino": { "type": "string" }, "historicoProRata": { "type": "integer", "format": "int32" }, "contaVariacaoCambialOrigem": { "type": "string" }, "contaVariacaoCambialDestino": { "type": "string" }, "historicoVariacaoCambial": { "type": "integer", "format": "int32" } } }, "TipoCessaoDTO": { "type": "object", "properties": { "siglaTipoCessao": { "type": "string", "minLength": 0, "maxLength": 8 }, "descricaoTipoCessao": { "type": "string", "minLength": 0, "maxLength": 200 }, "descricaoResumidaCessao": { "type": "string" } } }, "EmprestimoDTO": { "type": "object", "properties": { "saldoInicial": { "type": "number" }, "saldoFinal": { "type": "number" } } }, "BuscaEmprestimoDTO": { "type": "object", "properties": { "dataAnterior": { "type": "string", "format": "date" }, "dataAtual": { "type": "string", "format": "date" }, "ano": { "type": "integer", "format": "int64" }, "codigoUnidade": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroCicCliente": { "type": "integer", "format": "int64" } } }, "ContratoOutrasGarantiaDTO": { "type": "object", "required": [ "contrato", "listaOutrasGarantia" ], "properties": { "contrato": { "$ref": "#/definitions/ContratoDTO" }, "listaOutrasGarantia": { "type": "array", "items": { "$ref": "#/definitions/OutrasGarantiaDTO" } } } }, "OutrasGarantiaDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "numeroAdlib", "numeroContrato", "numeroSequencialGarantia" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "identificadorSituacao": { "type": "string" }, "siglaModulo": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroSequencialGarantia": { "type": "integer", "format": "int64" }, "tipoVinculacao": { "type": "string", "enum": [ "PENHOR", "ALIENACAO", "HIPOTECA", "GARANTIA_GOVERNO", "OUTRAS_GARANTIAS", "SEGUROS" ] }, "tipoGarantia": { "$ref": "#/definitions/TipoTituloDTO" }, "dataVencimento": { "type": "string", "format": "date" }, "siglaReferenciaMonetaria": { "type": "string" }, "valorGarantia": { "type": "number" }, "identificacao": { "type": "string" }, "nomeProprietario": { "type": "string" }, "numeroDocumentoProprietario": { "type": "string" }, "descricao": { "type": "string" }, "dataBaixa": { "type": "string", "format": "date" }, "dataUltimaAvaliacao": { "type": "string", "format": "date" }, "valorUltimaAvaliacao": { "type": "number" }, "dataProcessamento": { "type": "string", "format": "date" } } }, "ContratoComplementoDTO": { "type": "object", "properties": { "recursos": { "$ref": "#/definitions/RecursosDTO" }, "funding": { "$ref": "#/definitions/FundingDTO" }, "observacao": { "type": "string", "minLength": 0, "maxLength": 4000 }, "codigoSetorEconomico": { "type": "string" }, "codigoCaracteristicaEspecialComplemento": { "type": "string" }, "siglaMotivoBaixa": { "type": "string" }, "numeroContratoIDPortabilidade": { "type": "integer" }, "descricaoCodigoSCRPortabilidade": { "type": "string" }, "descricaoIdentificacaoPortabilidade": { "type": "string" }, "percentualComissao": { "type": "number" }, "percentualComissaoAto": { "type": "number" }, "codigoCalculoDiferimentoComissao": { "type": "integer", "format": "int32" }, "valorFlatFee": { "type": "number" }, "valorDescontoCriterio": { "type": "number" }, "descricaoExpressaoFunding": { "type": "string" }, "prazoIndeterminado": { "type": "boolean" }, "identificadorDedutibilidadeTributaria": { "type": "boolean" }, "dataDedutibilidadeTributaria": { "type": "string", "format": "date" }, "identificadorSituacaoConsignado": { "$ref": "#/definitions/StatusTomadorDTO" }, "dataSituacaoConsignado": { "type": "string", "format": "date" }, "codigoUsuarioConsignado": { "type": "string" }, "valorPendencias": { "type": "number" }, "valorSeguros": { "type": "number" }, "motivoExclusao": { "type": "string", "minLength": 0, "maxLength": 200 }, "situacaoSicor": { "type": "string" } } }, "ContratoDetalheDTO": { "type": "object", "required": [ "codigoEmpresa", "contaFinanciado", "modalidade", "numeroAdlib", "numeroContrato" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "contaFinanciado": { "$ref": "#/definitions/ContaFinanciadoDTO" }, "modalidade": { "$ref": "#/definitions/ModalidadeDTO" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataOperacao": { "type": "string", "format": "date" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "situacao": { "type": "string", "enum": [ "ATIVO", "CEDIDO", "EXCLUIDO", "EXCLUIDO_XX", "EXCLUIDO_RENEGOCIADO", "INATIVO", "RENEGOCIADO", "TRANSFERIDO" ] }, "quantidadeTitulos": { "type": "integer", "format": "int32" }, "valorPrincipal": { "type": "number" }, "valorTotal": { "type": "number" }, "siglaLinhaOperacao": { "type": "string" }, "siglaMetodo": { "type": "string" }, "codigoTipoRenegociacao": { "type": "integer", "format": "int32" }, "dataSituacaoContrato": { "type": "string", "format": "date" }, "dataContratacao": { "type": "string", "format": "date" }, "dataInclusao": { "type": "string", "format": "date" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "dataAtual": { "type": "string", "format": "date" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataCaculoTransferenciaLp": { "type": "string", "format": "date" }, "dataTransferenciaGrupoLp": { "type": "string", "format": "date" }, "siglaGrupoContabil": { "type": "string" }, "siglaIndicadorMonetario": { "type": "string" }, "cotacaoIdentificadorLiberacao": { "type": "number" }, "valorTotalIdentificador": { "type": "number" }, "percentualTaxaBasica": { "type": "number" }, "siglaTaxaBasica": { "type": "string" }, "taxaBasica": { "type": "number" }, "identificadorBaseTaxa": { "type": "string" }, "dataValidadeTaxaBasica": { "type": "string", "format": "date" }, "siglaCriterioCalculo": { "type": "string" }, "numeroDirecionamentoCredito": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "codigoAtividadeEconomica": { "type": "integer", "format": "int64" }, "codigoTipoEmpreendimento": { "type": "integer", "format": "int32" }, "codigoInterveniente": { "type": "integer", "format": "int32" }, "numeroContratoInterveniente": { "type": "integer", "format": "int64" }, "valorComissaoOriginal": { "type": "number" }, "codigoGerente": { "type": "integer", "format": "int32" }, "valorJuros": { "type": "number" }, "valorAdiantamento": { "type": "number" }, "taxaOver252": { "type": "number" }, "taxaMediaEfetiva": { "type": "number" }, "taxaMediaVencimento": { "type": "number" }, "taxaOperacao": { "type": "number" }, "taxaOverDia": { "type": "number" }, "taxaPeriodo": { "type": "number" }, "taxaAnoDc": { "type": "number" }, "taxaSpread": { "type": "number" }, "prazoVencimentoDiasCorridos": { "type": "number" }, "prazoEfetivoDiasUteis": { "type": "number" }, "prazoEfetivoCorrecao": { "type": "number" }, "prazoDiasOver": { "type": "integer", "format": "int32" }, "prazoDiasCorridos": { "type": "integer", "format": "int32" }, "prazoMedioDiasCorridos": { "type": "integer", "format": "int32" }, "prazoMedioDiasOver": { "type": "integer", "format": "int32" }, "identificadorExtraLimite": { "type": "boolean" }, "codigoContaCorrente": { "type": "string" }, "indicadorNumeroGarantia": { "type": "string", "enum": [ "INTERNA", "EXTERNA" ] }, "numeroContratoGarantia": { "type": "string" }, "siglaPlano": { "type": "string" }, "siglaMora": { "type": "string" }, "valorTac": { "type": "number" }, "indicadorTacFinanciado": { "type": "boolean" }, "valorIocCalculado": { "type": "number" }, "indicadorIocFinanciado": { "type": "string" }, "valorIocOriginalRenegociacao": { "type": "number" }, "dataOperacaoOriginalRenegociacao": { "type": "string", "format": "date" }, "codigoCaracteristicaEspecial": { "type": "integer", "format": "int32" }, "numeroPac": { "type": "integer", "format": "int64" }, "dataPac": { "type": "string", "format": "date" }, "siglaMeioLiquidacao": { "type": "string" }, "siglaEnderecoCobranca": { "type": "string" }, "valorTotalVrg": { "type": "number" }, "valorVrgPagoRenegociado": { "type": "number" }, "quantidadeVrgRecebidoMoedaRenegociado": { "type": "integer", "format": "int32" }, "valorCorrecaoVrgPagoRenegociado": { "type": "number" }, "valorAjusteCorrecaoVrgPagoRenegociado": { "type": "number" }, "indicadorComplementar": { "type": "boolean" }, "dataComplementar": { "type": "string", "format": "date" }, "descricaoNomeOperacao": { "type": "string" }, "codigoUsuarioCobertura": { "type": "string" }, "codigoUsuarioAprovador": { "type": "string" }, "codigoUsuarioSegundaLimitesOperacionais": { "type": "string" }, "periodicidadeRepactuacao": { "type": "integer", "format": "int32" }, "dataProximaRepactuacao": { "type": "string", "format": "date" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date" }, "valorFlutuante": { "type": "number" }, "periodicidadeCarencia": { "type": "integer", "format": "int32" }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "periodicidadeJuros": { "type": "integer", "format": "int32" }, "periodicidadeFlutuacao": { "type": "integer", "format": "int32" }, "codigo3240": { "type": "string", "enum": [ "CONSUMO", "MICROEMPREENDEDOR", "CONSIGNADO_DESCONTO_FOLHA", "CONSIGNADO_EXIGIBILIDADE_MICROCREDITO" ] }, "valorCustas": { "type": "number" }, "siglaMatricula": { "type": "string" }, "valorResidualJuros": { "type": "number" }, "identificadorFundoReserva": { "type": "string" }, "codigoRecor": { "type": "integer", "format": "int32" }, "dataRecor": { "type": "string", "format": "date" }, "identificadorSeguroPrestamista": { "type": "string", "enum": [ "SIM", "NAO", "ISENTO" ] }, "dataCessao": { "type": "string", "format": "date" }, "indicadorTipoFavorecido": { "type": "string" }, "taxaCustoEfetivoTotal": { "type": "number" }, "taxaLimite": { "type": "number" }, "identificadorTipoCessao": { "type": "string" }, "dataCesaoCobranca": { "type": "string", "format": "date" }, "siglaTipoCessao": { "type": "string" }, "dataCessaoCoobrigacao": { "type": "string", "format": "date" }, "dataRecompraCessao": { "type": "string", "format": "date" }, "taxaRecompraCessao": { "type": "number" }, "siglaIndicadorRecompra": { "type": "string" }, "taxaAnualRenda": { "type": "number" }, "naoRelevanteCalculoTaxaCadoc3050": { "type": "boolean" }, "codigoSequencialOperacao": { "type": "integer", "format": "int32" }, "indicadorTipoCessaoAdquirida": { "type": "string", "enum": [ "COM_COOBRIGACAO", "SEM_COOBRIGACAO" ] }, "cotacaoIndicadorMonetarioHibrido": { "type": "number" }, "numeroReferenciaRecor": { "type": "string" }, "siglaClassificacaoBancoCentral": { "type": "string" }, "identificacaoProcessamento": { "type": "string" }, "numeroControleContrato": { "type": "string" }, "numeroIdentificadorContratoRegistradoCip": { "type": "string" }, "enviarContratoArquivoSaldosSicor": { "type": "boolean" }, "valorPrincipalIncorporado": { "type": "number" }, "descricaoInstituicaoFinanceira": { "type": "string" }, "prazoComissaoAtraso": { "type": "integer", "format": "int32" }, "taxaComissaoAtrasoAposIsencao": { "type": "number" }, "taxaComissaoAtraso": { "type": "number" }, "complemento": { "$ref": "#/definitions/ContratoComplementoDTO" }, "siglaIndicadorMonetarioHibrido": { "type": "string" }, "codigoBoleta": { "type": "string" }, "valorIva": { "type": "number" }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/ParticipanteDTO" } }, "numeroOrdDst": { "type": "integer", "format": "int32" }, "valorRefBcb": { "type": "number" }, "dataTransferenciaAtivoProblematico": { "type": "string", "format": "date" } } }, "FundingDTO": { "type": "object", "properties": { "indicadorFundingOperacao": { "type": "boolean", "description": "Indicador de Funding na Operação\n TIPO: BOOLEANO" }, "percentualTaxa": { "type": "number", "description": "Percentual de Taxa\n TIPO: NUMERICO" }, "taxaSpread": { "type": "number", "description": "Taxa Spread\n TIPO: NUMERICO" }, "siglaCalculoGerencial": { "type": "string", "description": "Sigla do Cálculo Gerencial Spread\n TIPO: VARCHAR" }, "descricaoExpressao": { "type": "string", "description": "Descrição da Expressão\n TIPO: VARCHAR" } } }, "RecursosDTO": { "type": "object", "properties": { "siglaUf": { "type": "string", "description": "Sigla da Unidade da Federação\n TIPO: VARCHAR", "minLength": 0, "maxLength": 2 }, "cidade": { "type": "string", "description": "Cidade\n TIPO: VARCHAR", "minLength": 0, "maxLength": 72 }, "valorInvestimentoTotal": { "type": "number", "description": "Valor de Investimento Total\n TIPO: NUMERICO" }, "numeroEmpregosDiretos": { "type": "integer", "format": "int32", "description": "Número de Empregos Diretos\n TIPO: INT" }, "numeroEmpregosIndiretos": { "type": "integer", "format": "int32", "description": "Número de Empregos Indiretos\n TIPO: INT" } } }, "BoletoBradescoRequestDTO": { "type": "object", "properties": { "boletoOnlineRequestDTO": { "$ref": "#/definitions/BoletoOnlineRequestDTO" }, "cobrancaContaCorrenteDTO": { "$ref": "#/definitions/CobrancaContaCorrenteDTO" } } }, "ParticipanteOperacaoDTO": { "type": "object", "required": [ "nomeParticipante" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroSequencia": { "type": "integer", "format": "int64" }, "nomeParticipante": { "type": "string" }, "cpfCnpjParticipante": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] } } }, "TitularAgenciaSequencialDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "identificadorTipoSequencia" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "identificadorTipoSequencia": { "type": "string", "enum": [ "CRD", "DSP", "CBO", "CTM", "CNB", "MCC", "MLIB", "CTR", "NNN", "RECOR", "LOG", "CREDBAI", "RBB", "REB", "OPE", "IOPE", "NCTR", "CLI" ] }, "numeroSequencia": { "type": "integer", "format": "int64" } } }, "CalculoRequestDTO": { "type": "object", "required": [ "baseTaxa", "dataEmissao", "dataFimCalculo", "dataInicioCalculo", "dataVencimento", "formaRenda", "taxaOperacao", "tipoPrazo", "tipoTaxa", "valor" ], "properties": { "dataEmissao": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "dataInicioCalculo": { "type": "string", "format": "date" }, "dataFimCalculo": { "type": "string", "format": "date" }, "siglaIndicadorMonetario": { "type": "string" }, "taxaOperacao": { "type": "number" }, "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "formaRenda": { "type": "string", "enum": [ "PRE", "POS", "FLU", "FLX" ] }, "proRata": { "type": "string", "enum": [ "CORRIDO", "OVER", "NENHUM", "UTIL" ] }, "aniversario": { "type": "string", "enum": [ "EMISSAO", "VENCIMENTO", "VENCIMENTO_DIFERENCIADO" ] }, "siglaIndicadorFlutuante": { "type": "string" }, "defasagem": { "type": "integer", "format": "int32" }, "percentual": { "type": "number" }, "estimada": { "type": "boolean" }, "valor": { "type": "number" }, "abatimento": { "type": "number" }, "encargo": { "$ref": "#/definitions/EncargoRequestDTO" }, "siglaIndicadorMonetarioHibrido": { "type": "string" } } }, "DespesaAdicionalResponseDTO": { "type": "object", "required": [ "identificadorConfiguracaoSigla", "siglaBaseCalculo", "siglaDespesaAdicional", "tipoDespesaAdicional" ], "properties": { "siglaDespesaAdicional": { "type": "string" }, "identificadorConfiguracaoSigla": { "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string" }, "siglaBaseCalculo": { "type": "string", "enum": [ "GARANTIAS", "DEVEDOR", "PRINCIPAL", "FIXO" ] }, "valorDespesaAdicional": { "type": "number" } } }, "OperacaoRecalcularComissaoFiancaRequestDTO": { "type": "object", "required": [ "dataEmissao", "formaPagamento", "numeroAmortizacoes", "parcelasCarta", "parcelasComissao", "periodicidadeAmortizacao", "tipoAniversario", "tipoFeriado", "tipoMetodoCalculo", "tipoPeriodicidade", "tipoPrazoCarta", "tipoTaxaCarta", "tipoValorPercentual", "valorPercentual" ], "properties": { "parcelasCarta": { "$ref": "#/definitions/OperacaoResponseDTO" }, "formaPagamento": { "type": "string", "enum": [ "ANTECIPADA", "POSTECIPADA" ] }, "tipoValorPercentual": { "type": "string", "enum": [ "FLAT", "PERCENTUAL", "VALOR" ] }, "valorPercentual": { "type": "number" }, "tipoTaxaCarta": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "tipoMetodoCalculo": { "type": "string", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "dataEmissao": { "type": "string", "format": "date" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "tipoPeriodicidade": { "type": "string", "enum": [ "DIARIA", "MENSAL" ] }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "tipoPrazoCarta": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "tipoFeriado": { "type": "string", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "tipoVencimento": { "type": "string", "enum": [ "CORRIDO", "UTIL" ] }, "defasagemVencimento": { "type": "integer", "format": "int32" }, "tipoAniversario": { "type": "string", "enum": [ "CIVIL", "COMERCIAL" ] }, "tipoTaxaComissao": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxaComissao": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazoComissao": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "parcelasComissao": { "$ref": "#/definitions/OperacaoResponseDTO" } } }, "OperacaoResponseDTO": { "type": "object", "properties": { "numeroAmortizacoes": { "type": "integer", "format": "int64" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "prazoCorridos": { "type": "integer", "format": "int32" }, "prazoUteis": { "type": "integer", "format": "int32" }, "taxaOperacao": { "type": "number" }, "totalPrincipal": { "type": "number" }, "totalJuros": { "type": "number" }, "totalOperacao": { "type": "number" }, "totalSeguroPrestamista": { "type": "number" }, "totalTributo": { "type": "number" }, "totalTarifa": { "type": "number" }, "totalOutros": { "type": "number" }, "totalComissao": { "type": "number" }, "totalLiquido": { "type": "number" }, "valorIvaCalculado": { "type": "number" }, "coeficiente": { "type": "number" }, "taxaAnoDc": { "type": "number" }, "taxaCet": { "type": "number" }, "parcelas": { "type": "array", "items": { "$ref": "#/definitions/ParcelaResponseDTO" } }, "listaDespesaAdicional": { "type": "array", "items": { "$ref": "#/definitions/DespesaAdicionalResponseDTO" } } } }, "ParcelaResponseDTO": { "type": "object", "properties": { "numeroParcela": { "type": "integer", "format": "int32" }, "numeroAmortizacao": { "type": "integer", "format": "int32" }, "dataVencimento": { "type": "string", "format": "date" }, "dataVencimentoAnterior": { "type": "string", "format": "date" }, "diasCorridosAnterior": { "type": "integer", "format": "int32" }, "diasCorridosEmissao": { "type": "integer", "format": "int32" }, "diasUteisAnterior": { "type": "integer", "format": "int32" }, "diasUteisEmissao": { "type": "integer", "format": "int32" }, "indicador": { "type": "string", "enum": [ "AMORTIZACAO", "BALAO", "CARENCIA", "JUROS" ] }, "incorporaJuros": { "type": "boolean" }, "consolidaJurosAnual": { "type": "boolean" }, "saldoPrincipal": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorJuros": { "type": "number" }, "valorTributos": { "type": "number" }, "valorTotal": { "type": "number" }, "valorComissao": { "type": "number" }, "valorVrg": { "type": "number" }, "valorPmt": { "type": "number" }, "tributos": { "type": "array", "items": { "$ref": "#/definitions/TributoResponseDTO" } }, "listaDespesaAdicional": { "type": "array", "items": { "$ref": "#/definitions/DespesaAdicionalResponseDTO" } }, "taxaLimiteCapCdi": { "type": "number" }, "dataInicialApuracao": { "type": "string", "format": "date" }, "dataFinalApuracao": { "type": "string", "format": "date" }, "taxaComissao": { "type": "number" }, "saldoJurosCorrecaoPrincipal": { "type": "number" } } }, "TributoResponseDTO": { "type": "object", "properties": { "id": { "type": "string" }, "tipo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "valor": { "type": "number" }, "aliquota": { "type": "number" }, "valorBase": { "type": "number" } } }, "OperacaoCalcularComissaoFiancaRequestDTO": { "type": "object", "required": [ "dataEmissao", "formaPagamento", "numeroAmortizacoes", "parcelasCarta", "periodicidadeAmortizacao", "tipoAniversario", "tipoFeriado", "tipoMetodoCalculo", "tipoPeriodicidade", "tipoPrazoCarta", "tipoTaxaCarta", "tipoValorPercentual", "valorPercentual" ], "properties": { "parcelasCarta": { "$ref": "#/definitions/OperacaoResponseDTO" }, "formaPagamento": { "type": "string", "enum": [ "ANTECIPADA", "POSTECIPADA" ] }, "tipoValorPercentual": { "type": "string", "enum": [ "FLAT", "PERCENTUAL", "VALOR" ] }, "valorPercentual": { "type": "number" }, "tipoTaxaCarta": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "tipoMetodoCalculo": { "type": "string", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "dataEmissao": { "type": "string", "format": "date" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "tipoPeriodicidade": { "type": "string", "enum": [ "DIARIA", "MENSAL" ] }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "tipoPrazoCarta": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "tipoFeriado": { "type": "string", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "tipoVencimento": { "type": "string", "enum": [ "CORRIDO", "UTIL" ] }, "defasagemVencimento": { "type": "integer", "format": "int32" }, "tipoAniversario": { "type": "string", "enum": [ "CIVIL", "COMERCIAL" ] }, "tipoTaxaComissao": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxaComissao": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazoComissao": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] } } }, "GerarParcelasPeriodoFiancaDTO": { "type": "object", "properties": { "operacaoIncluirRequestDTO": { "$ref": "#/definitions/OperacaoIncluirRequestDTO" }, "operacaoResponseDTO": { "$ref": "#/definitions/OperacaoResponseDTO" } } }, "OperacaoIncluirRequestDTO": { "type": "object", "required": [ "baseTaxa", "dataEmissao", "feriado", "formaRenda", "inicioCarencia", "metodoCalculo", "numeroAmortizacoes", "periodicidadeAmortizacao", "periodicidadeCarencia", "periodicidadeJuros", "tipoAniversario", "tipoPeriodicidade", "tipoPrazo", "tipoTaxa" ], "properties": { "valorFinanciado": { "type": "number", "description": "Valor Financiado\n TIPO: NUMERICO" }, "valorParcela": { "type": "number", "description": "Valor Parcela\n TIPO: NUMERICO" }, "dataEmissao": { "type": "string", "format": "date", "description": "Data de Emissão\n Formato YYYY-MM-DD\n TIPO: DATE" }, "taxaOperacao": { "type": "number", "description": "Taxa da Operação\n TIPO: NUMERICO" }, "metodoCalculo": { "type": "string", "description": "Tipo de Método de Cálculo\n TIPO: VARCHAR", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "tipoTaxa": { "type": "string", "description": "Tipo de Taxa Aplicada a Operação\n TIPO: VARCHAR", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "description": "Base da Taxa da Operação\n TIPO: VARCHAR", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazo": { "type": "string", "description": "Tipo de Prazo\n TIPO: VARCHAR", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "formaRenda": { "type": "string", "description": "Forma Renda\n TIPO: VARCHAR", "enum": [ "PRE", "POS", "FLU", "FLX" ] }, "taxaFlutuante": { "type": "number", "description": "Taxa Flutuante\n TIPO: NUMERICO" }, "baseTaxaFlutuante": { "type": "string", "description": "Base de Cálculo da Taxa Flutuante\n TIPO: VARCHAR", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "formaComissao": { "type": "string", "description": "Forma de Comissão\n TIPO: VARCHAR", "enum": [ "ATO", "LIBERACAO", "PARCELA" ] }, "taxaComissao": { "type": "number", "description": "Taxa de Comissão\n TIPO: NUMERICO" }, "incorporaJuros": { "type": "boolean", "description": "Habilitar a Incorporação de Juros\n TIPO: BOOLEANO" }, "valorPagamentoAto": { "type": "number", "description": "Valor do Pagamento no Ato\n TIPO: NUMERICO" }, "tipoAntecipado": { "type": "string", "description": "Tipo de Antecipação\n TIPO: VARCHAR", "enum": [ "PMT", "VRG" ] }, "valorVrgDiluido": { "type": "number", "description": "Valor Residual Garantido Diluído\n TIPO: NUMERICO" }, "valorVrgFinal": { "type": "number", "description": "Valor Residual Garantido Final\n TIPO: NUMERICO" }, "valorIoc": { "type": "number", "description": "Valor do Imposto sobre Operação Financeira(IOC/IOF)\n TIPO: NUMERICO" }, "consolidarJurosAnual": { "type": "boolean", "description": "Habilitar a Consolidação do Juros Anualmente)\n TIPO: BOOLEANO" }, "informaIocParcelas": { "type": "boolean", "description": "Informar o Imposto sobre Operação Financeira(IOC/IOF) em Parcelas da Operação)\n TIPO: BOOLEANO" }, "financiarSeguroPrestamista": { "type": "string", "description": "Financiamento de Seguro na Operação\n TIPO: VARCHAR", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorSeguroPrestamista": { "type": "number", "description": "Valor do Seguro Prestamista\n TIPO: NUMERICO" }, "iofAVista": { "type": "boolean", "description": "Habilitar Imposto sobre Operação Financeira(IOC/IOF) à Vista\n TIPO: BOOLEANO" }, "tributos": { "type": "array", "description": "Tributos Calculados na Operação", "items": { "$ref": "#/definitions/TributoRequestDTO" } }, "tarifas": { "type": "array", "description": "Tarifas Calculadas na Operação", "items": { "$ref": "#/definitions/TarifaRequestDTO" } }, "outros": { "type": "array", "description": "Outros Valores Calculados da Operação", "items": { "$ref": "#/definitions/OutrosRequestDTO" } }, "valorTroco": { "type": "number", "description": "Valor do Troco a ser Liberado ao Cliente\n TIPO: NUMERICO" }, "trocoFinanciado": { "type": "boolean", "description": "Habilitar Valor do Troco Financiado\n TIPO: BOOLEANO" }, "renegociacao": { "type": "boolean", "description": "Informar se a Operação é uma Renegociação\n TIPO: BOOLEANO" }, "dataReferenciaComissao": { "type": "string", "format": "date", "description": "Data de Referência Amortização\n Formato YYYY-MM-DD\n TIPO: DATE" }, "parcelas": { "type": "array", "description": "Parcelas da Operação", "items": { "$ref": "#/definitions/ParcelaRequestDTO" } }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date", "description": "Data de Primeira Amortização\n Formato YYYY-MM-DD\n TIPO: DATE" }, "numeroAmortizacoes": { "type": "integer", "format": "int32", "description": "Número de Amortizações\n TIPO: INT" }, "tipoPeriodicidade": { "type": "string", "description": "Tipo de Periodicidade da Operação\n TIPO: VARCHAR", "enum": [ "DIARIA", "MENSAL" ] }, "periodicidadeJuros": { "type": "integer", "format": "int32", "description": "Periodicidade de Juros\n TIPO: INT" }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32", "description": "Periodicidade de Amortização\n TIPO: INT" }, "periodicidadeCarencia": { "type": "integer", "format": "int32", "description": "Periodicidade de Carência\n TIPO: INT" }, "periodicidadeCarenciaMinima": { "type": "integer", "format": "int32", "description": "Periodicidade de Carência Mínima\n TIPO: INT" }, "feriado": { "type": "string", "description": "Tipo de Feriado\n TIPO: VARCHAR", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "inicioCarencia": { "type": "string", "description": "Tipo de Início de Carência\n TIPO: VARCHAR", "enum": [ "EMISSAO", "JUROS_VENCIMENTO", "VENCIMENTO" ] }, "tipoAniversario": { "type": "string", "description": "Tipo de Aniversário\n TIPO: VARCHAR", "enum": [ "CIVIL", "COMERCIAL" ] }, "anoLetivo": { "type": "boolean", "description": "Habilitar Ano Letivo\n TIPO: BOOLEANO" }, "tipoVencimento": { "type": "string", "description": "Tipo de Vencimento\n TIPO: VARCHAR", "enum": [ "CORRIDO", "UTIL" ] }, "defasagemVencimento": { "type": "integer", "format": "int32", "description": "Defasagem no Vencimento\n TIPO: INT" }, "taxaLimCapCdi": { "type": "number", "description": "Taxa Limite de Captação CDI\n TIPO: DECIMAL" }, "prazoMinimoCarencia": { "type": "integer", "format": "int32", "description": "Prazo Minímo de Carência\n TIPO: INT" } } }, "OutrosRequestDTO": { "type": "object", "required": [ "valor" ], "properties": { "sigla": { "type": "string", "description": "Sigla do Valor Outro\n TIPO: VARCHAR" }, "valor": { "type": "number", "description": "Valor Outro\n TIPO: NUMERICO" }, "financia": { "type": "boolean", "description": "Habilitar Financiamento do Valor Outro\n TIPO: BOOLEANO" } } }, "ParcelaRequestDTO": { "type": "object", "required": [ "dataVencimento", "indicador" ], "properties": { "dataVencimento": { "type": "string", "format": "date", "description": "Data de Vencimento da Parcela\n Formato YYYY-MM-DD\n TIPO: DATE" }, "indicador": { "type": "string", "description": "Tipo de Indicador para Cálculo da Parcela\n TIPO: VARCHAR", "enum": [ "AMORTIZACAO", "BALAO", "CARENCIA", "JUROS" ] }, "valorPrincipal": { "type": "number", "description": "Valor Principal\n TIPO: NUMERICO" }, "valorTotal": { "type": "number", "description": "Valor Total\n TIPO: NUMERICO" }, "taxaLimCapCdi": { "type": "number", "description": "Taxa Limite de Capitalização CDI\n TIPO: NUMERICO" }, "valorTributos": { "type": "number", "description": "Valor dos Tributos\n TIPO: NUMERICO" } } }, "TarifaRequestDTO": { "type": "object", "required": [ "sigla", "valor" ], "properties": { "sigla": { "type": "string", "description": "Sigla da Tarifa\n TIPO: VARCHAR" }, "valor": { "type": "number", "description": "Valor da Tarifa\n TIPO: NUMERICO" }, "financia": { "type": "boolean", "description": "Habilitar Financiamento da Tarifa\n TIPO: BOOLEANO" } } }, "TributoRequestDTO": { "type": "object", "required": [ "aliquota", "tipo" ], "properties": { "id": { "type": "string", "description": "Código Identificador do Tributo\n TIPO: VARCHAR" }, "tipo": { "type": "string", "description": "Tipo de Tributo Aplicado\n TIPO: VARCHAR", "enum": [ "IOC", "ISS", "IVA" ] }, "aliquota": { "type": "number", "description": "Alíquota do Tributo\n TIPO: NUMERICO" }, "aliquotaMaxima": { "type": "number", "description": "Alíquota do Máxima Tributo\n TIPO: NUMERICO" }, "aliquotaAdicional": { "type": "number", "description": "Alíquota do Adicional do Tributo\n TIPO: NUMERICO" }, "valorBase": { "type": "number", "description": "Valor Base do Tributo\n TIPO: NUMERICO" }, "financia": { "type": "boolean", "description": "Habilitar Financiamento do Tributo\n TIPO: BOOLEANO" }, "periodicidade": { "type": "string", "description": "Periodicidade do Tributo\n TIPO: VARCHAR", "enum": [ "DIARIO", "MENSAL", "UNICO" ] }, "base": { "type": "string", "description": "Base de Cálculo do Tributo\n TIPO: VARCHAR", "enum": [ "PRINCIPAL", "JUROS", "LIQUIDO", "CONTRAPRESTACAO", "TARIFA" ] }, "valorMinimo": { "type": "number", "description": "Valor Mínimo do Tributo\n TIPO: VARCHAR" }, "valorPago": { "type": "number", "description": "Valor Pago do Tributo\n TIPO: VARCHAR" }, "arredondamento": { "type": "string", "description": "Tipo de Arredondamento do Cálculo do Tributo\n TIPO: VARCHAR", "enum": [ "BAIXO", "ACIMA", "METADE_ACIMA", "METADE_BAIXO" ] }, "dataCalculoTributo": { "type": "string", "description": "Data de Cálculo do Tributo\n TIPO: VARCHAR", "enum": [ "EFETIVA", "VENCIMENTO" ] }, "valorBaseAdicional": { "type": "number", "description": "Valor Base Adicional do Tributo\n TIPO: NUMERICO" }, "dataOperacaoOriginal": { "type": "string", "format": "date", "description": "Data de Operação Original\n Formato YYYY-MM-DD\n TIPO: DATE" } } }, "DataDTO": { "type": "object", "required": [ "dataUtil" ], "properties": { "dataUtil": { "type": "string", "format": "date" } } }, "OperacaoAlterarRequestDTO": { "type": "object", "required": [ "baseTaxa", "dataEmissao", "formaRenda", "metodoCalculo", "tipoPrazo", "tipoTaxa" ], "properties": { "valorFinanciado": { "type": "number", "description": "Valor Financiado\n TIPO: NUMERICO" }, "valorParcela": { "type": "number", "description": "Valor Parcela\n TIPO: NUMERICO" }, "dataEmissao": { "type": "string", "format": "date", "description": "Data de Emissão\n Formato YYYY-MM-DD\n TIPO: DATE" }, "taxaOperacao": { "type": "number", "description": "Taxa da Operação\n TIPO: NUMERICO" }, "metodoCalculo": { "type": "string", "description": "Tipo de Método de Cálculo\n TIPO: VARCHAR", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "tipoTaxa": { "type": "string", "description": "Tipo de Taxa Aplicada a Operação\n TIPO: VARCHAR", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "description": "Base da Taxa da Operação\n TIPO: VARCHAR", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazo": { "type": "string", "description": "Tipo de Prazo\n TIPO: VARCHAR", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "formaRenda": { "type": "string", "description": "Forma Renda\n TIPO: VARCHAR", "enum": [ "PRE", "POS", "FLU", "FLX" ] }, "taxaFlutuante": { "type": "number", "description": "Taxa Flutuante\n TIPO: NUMERICO" }, "baseTaxaFlutuante": { "type": "string", "description": "Base de Cálculo da Taxa Flutuante\n TIPO: VARCHAR", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "formaComissao": { "type": "string", "description": "Forma de Comissão\n TIPO: VARCHAR", "enum": [ "ATO", "LIBERACAO", "PARCELA" ] }, "taxaComissao": { "type": "number", "description": "Taxa de Comissão\n TIPO: NUMERICO" }, "incorporaJuros": { "type": "boolean", "description": "Habilitar a Incorporação de Juros\n TIPO: BOOLEANO" }, "valorPagamentoAto": { "type": "number", "description": "Valor do Pagamento no Ato\n TIPO: NUMERICO" }, "tipoAntecipado": { "type": "string", "description": "Tipo de Antecipação\n TIPO: VARCHAR", "enum": [ "PMT", "VRG" ] }, "valorVrgDiluido": { "type": "number", "description": "Valor Residual Garantido Diluído\n TIPO: NUMERICO" }, "valorVrgFinal": { "type": "number", "description": "Valor Residual Garantido Final\n TIPO: NUMERICO" }, "valorIoc": { "type": "number", "description": "Valor do Imposto sobre Operação Financeira(IOC/IOF)\n TIPO: NUMERICO" }, "consolidarJurosAnual": { "type": "boolean", "description": "Habilitar a Consolidação do Juros Anualmente)\n TIPO: BOOLEANO" }, "informaIocParcelas": { "type": "boolean", "description": "Informar o Imposto sobre Operação Financeira(IOC/IOF) em Parcelas da Operação)\n TIPO: BOOLEANO" }, "financiarSeguroPrestamista": { "type": "string", "description": "Financiamento de Seguro na Operação\n TIPO: VARCHAR", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorSeguroPrestamista": { "type": "number", "description": "Valor do Seguro Prestamista\n TIPO: NUMERICO" }, "iofAVista": { "type": "boolean", "description": "Habilitar Imposto sobre Operação Financeira(IOC/IOF) à Vista\n TIPO: BOOLEANO" }, "tributos": { "type": "array", "description": "Tributos Calculados na Operação", "items": { "$ref": "#/definitions/TributoRequestDTO" } }, "tarifas": { "type": "array", "description": "Tarifas Calculadas na Operação", "items": { "$ref": "#/definitions/TarifaRequestDTO" } }, "outros": { "type": "array", "description": "Outros Valores Calculados da Operação", "items": { "$ref": "#/definitions/OutrosRequestDTO" } }, "valorTroco": { "type": "number", "description": "Valor do Troco a ser Liberado ao Cliente\n TIPO: NUMERICO" }, "trocoFinanciado": { "type": "boolean", "description": "Habilitar Valor do Troco Financiado\n TIPO: BOOLEANO" }, "renegociacao": { "type": "boolean", "description": "Informar se a Operação é uma Renegociação\n TIPO: BOOLEANO" }, "dataReferenciaComissao": { "type": "string", "format": "date", "description": "Data de Referência Amortização\n Formato YYYY-MM-DD\n TIPO: DATE" }, "parcelas": { "type": "array", "description": "Parcelas da Operação", "items": { "$ref": "#/definitions/ParcelaRequestDTO" } } } }, "OperacaoAjusteSaldoComissaoFiancaRequestDTO": { "type": "object", "required": [ "dataEmissao", "formaPagamento", "numeroAmortizacoes", "parcelasCarta", "parcelasCartaOriginal", "parcelasComissao", "periodicidadeAmortizacao", "tipoAniversario", "tipoFeriado", "tipoMetodoCalculo", "tipoPeriodicidade", "tipoPrazoCarta", "tipoTaxaCarta", "tipoValorPercentual", "valorAjusteCorrecao", "valorAjusteJuros", "valorAjustePrincipal", "valorCorrecaoCartaFianca", "valorJurosCartaFianca", "valorPercentual", "valorPrincipalCartaFianca" ], "properties": { "parcelasCarta": { "$ref": "#/definitions/OperacaoResponseDTO" }, "formaPagamento": { "type": "string", "enum": [ "ANTECIPADA", "POSTECIPADA" ] }, "tipoValorPercentual": { "type": "string", "enum": [ "FLAT", "PERCENTUAL", "VALOR" ] }, "valorPercentual": { "type": "number" }, "tipoTaxaCarta": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "tipoMetodoCalculo": { "type": "string", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "dataEmissao": { "type": "string", "format": "date" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "tipoPeriodicidade": { "type": "string", "enum": [ "DIARIA", "MENSAL" ] }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "tipoPrazoCarta": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "tipoFeriado": { "type": "string", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "tipoVencimento": { "type": "string", "enum": [ "CORRIDO", "UTIL" ] }, "defasagemVencimento": { "type": "integer", "format": "int32" }, "tipoAniversario": { "type": "string", "enum": [ "CIVIL", "COMERCIAL" ] }, "tipoTaxaComissao": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxaComissao": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazoComissao": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "parcelasComissao": { "$ref": "#/definitions/OperacaoResponseDTO" }, "parcelasCartaOriginal": { "$ref": "#/definitions/OperacaoResponseDTO" }, "valorAjustePrincipal": { "type": "number" }, "valorAjusteCorrecao": { "type": "number" }, "valorAjusteJuros": { "type": "number" }, "valorPrincipalCartaFianca": { "type": "number" }, "valorJurosCartaFianca": { "type": "number" }, "valorCorrecaoCartaFianca": { "type": "number" }, "dataFinalApuracaoUltimaComissao": { "type": "string", "format": "date" } } }, "DescontoRequestDTO": { "type": "object", "required": [ "dataBaseCalculo", "valorAbatimento", "valorBaseCalculo", "valorDesconto" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "dataBaseCalculo": { "type": "string", "format": "date" }, "valorBaseCalculo": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorAbatimento": { "type": "number" }, "tipoDesconto1": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "dataDesconto1": { "type": "string", "format": "date" }, "valorDesconto1": { "type": "number" }, "tipoDesconto2": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "dataDesconto2": { "type": "string", "format": "date" }, "valorDesconto2": { "type": "number" }, "tipoDesconto3": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "dataDesconto3": { "type": "string", "format": "date" }, "valorDesconto3": { "type": "number" } } }, "CalcularTirParcelaDTO": { "type": "object", "required": [ "dias", "valor" ], "properties": { "dias": { "type": "integer", "format": "int32" }, "valor": { "type": "number" } } }, "CalcularTirRequestDTO": { "type": "object", "required": [ "baseTaxa", "tipoTaxa", "valor" ], "properties": { "valor": { "type": "number" }, "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "parcelas": { "type": "array", "items": { "$ref": "#/definitions/CalcularTirParcelaDTO" } } } }, "CalculoParcelaRequestDTO": { "type": "object", "required": [ "dataEmissao", "dataFimCalculo", "dataInicioCalculo", "dataVencimento", "saldoAtual", "saldoDevedor", "saldoPrincipal", "saldoPrincipalOperacao", "taxaOperacao", "valorPrincipal", "valorPrincipalOperacao", "valorTitulo" ], "properties": { "dataEmissao": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "dataInicioCalculo": { "type": "string", "format": "date" }, "dataFimCalculo": { "type": "string", "format": "date" }, "dataVencimentoAnterior": { "type": "string", "format": "date" }, "valorPrincipal": { "type": "number" }, "valorTitulo": { "type": "number" }, "valorPrincipalOperacao": { "type": "number" }, "saldoPrincipal": { "type": "number" }, "saldoAtual": { "type": "number" }, "saldoDevedor": { "type": "number" }, "saldoPrincipalOperacao": { "type": "number" }, "siglaMetodoCalculo": { "type": "string" }, "siglaLinhaOperacao": { "type": "string" }, "siglaIndicadorMonetario": { "type": "string" }, "valorMoedaLiberacao": { "type": "number" }, "siglaIndicadorMonetarioHibrido": { "type": "string" }, "valorMoedaLiberacaoHibrido": { "type": "number" }, "taxaOperacao": { "type": "number" }, "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "taxaBase": { "type": "number" }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "formaRenda": { "type": "string", "enum": [ "PRE", "POS", "FLU", "FLX" ] }, "coeficienteJuros": { "type": "number" }, "proRata": { "type": "string", "enum": [ "CORRIDO", "OVER", "NENHUM", "UTIL" ] }, "aniversario": { "type": "string", "enum": [ "EMISSAO", "VENCIMENTO", "VENCIMENTO_DIFERENCIADO" ] }, "siglaIndicadorFlutuante": { "type": "string" }, "defasagem": { "type": "integer", "format": "int32" }, "percentual": { "type": "number" }, "estimada": { "type": "boolean" }, "calcularIoc": { "type": "boolean" }, "encargo": { "$ref": "#/definitions/EncargoRequestDTO" }, "tributo": { "$ref": "#/definitions/TributoRequestDTO" }, "valorDespesa": { "type": "number" }, "valorDespesaAtraso": { "type": "number" }, "valorDespesasAdicionais": { "type": "number" }, "liquidacaoParcialAntecipada": { "type": "boolean" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date" }, "valorTotalAbatimento": { "type": "number" }, "valorDesconto": { "type": "number" }, "identificadorDesconto1": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto1": { "type": "number" }, "dataDesconto1": { "type": "string", "format": "date" }, "identificadorDesconto2": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto2": { "type": "number" }, "dataDesconto2": { "type": "string", "format": "date" }, "identificadorDesconto3": { "type": "string", "enum": [ "PERCENTUAL", "VALOR", "DREVITALIZ", "VALOR_DIA" ] }, "percentualDesconto3": { "type": "number" }, "dataDesconto3": { "type": "string", "format": "date" }, "calcularInstrucaoDescontoAbatimento": { "type": "boolean" }, "dataFluxo": { "type": "string", "format": "date" } } }, "CalculoCessaoRequestDTO": { "type": "object", "required": [ "baseTaxa", "dataCessao", "dataEmissao", "dataVencimento", "saldoContabil", "saldoDevedor", "taxaCessao", "tipoPrazo", "tipoTaxa", "tipoValorPresente", "valorPrincipal" ], "properties": { "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "tipoValorPresente": { "type": "string", "enum": [ "CONTABIL", "VENCIMENTO", "EMISSAO" ] }, "taxaCessao": { "type": "number" }, "dataCessao": { "type": "string", "format": "date" }, "taxaFixa": { "type": "number" }, "valorTarifa": { "type": "number" }, "dataEmissao": { "type": "string", "format": "date" }, "dataVencimento": { "type": "string", "format": "date" }, "valorPrincipal": { "type": "number" }, "saldoContabil": { "type": "number" }, "saldoDevedor": { "type": "number" }, "valorCessao": { "type": "number" } } }, "CalculaDiasDTO": { "type": "object", "required": [ "dataFim", "dataInicio", "tipoPrazo" ], "properties": { "dataInicio": { "type": "string", "format": "date" }, "dataFim": { "type": "string", "format": "date" }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] } } }, "SomaTaxasFlutuantesRequestDTO": { "type": "object", "required": [ "baseDestino", "baseTaxa", "baseTaxaAdicional", "taxa", "taxaAdicional" ], "properties": { "taxa": { "type": "number" }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "taxaAdicional": { "type": "number" }, "baseTaxaAdicional": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "baseDestino": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "taxaFlutuante": { "type": "number" }, "baseTaxaFlutuante": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] } } }, "MovimentoLiberacaoRequestPKDTO": { "type": "object", "required": [ "dataSimulacao" ], "properties": { "dataSimulacao": { "type": "string", "format": "date-time" }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "numeroDocumentoPessoa": { "type": "string" }, "siglaModalidade": { "type": "string" } } }, "MovimentoLiberacaoResponse": { "type": "object", "properties": { "id": { "$ref": "#/definitions/MovimentoLiberacaoRequestPKDTO" }, "valorLiberado": { "type": "number" }, "situacaoLiberacao": { "type": "string", "enum": [ "ENVIADO", "PENDENTE" ] }, "situacaoAutorizacao": { "type": "string", "enum": [ "BAIXADO", "CONFIRMADO", "PENDENTE" ] }, "siglaMeioLiberacao": { "type": "string" }, "nomePessoaCreditada": { "type": "string" }, "tiponomePessoaCreditada": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] } } }, "ErrorResponse": { "type": "object", "properties": { "status": { "type": "integer", "format": "int32" }, "error": { "type": "string" }, "message": { "type": "string" }, "classe": { "type": "string" }, "sqlError": { "type": "string" }, "stackTrace": { "type": "string" } } }, "MovimentoLiberacaoDetalheResponse": { "type": "object", "properties": { "id": { "$ref": "#/definitions/MovimentoLiberacaoRequestPKDTO" }, "valorLiberado": { "type": "number" }, "situacaoLiberacao": { "type": "string", "enum": [ "ENVIADO", "PENDENTE" ] }, "situacaoAutorizacao": { "type": "string", "enum": [ "BAIXADO", "CONFIRMADO", "PENDENTE" ] }, "siglaMeioLiberacao": { "type": "string" }, "nomePessoaCreditada": { "type": "string" }, "tiponomePessoaCreditada": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "mesmaTitularidade": { "type": "boolean" }, "codigoBancoLiberacao": { "type": "integer", "format": "int64" }, "codigoPraca": { "type": "integer", "format": "int64" }, "codigoAgenciaLiberacao": { "type": "integer", "format": "int64" }, "codigoContaLiberacao": { "type": "string" }, "numeroDocumentoPessoa2": { "type": "string" }, "nomePessoaCreditada2": { "type": "string" }, "chavePix": { "type": "string" }, "identificadorUnicoLiberacao": { "type": "string" }, "tiponomePessoa2": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "tipoChavePix": { "type": "string", "enum": [ "CPF", "CNPJ", "PHONE", "EMAIL", "CHAVE_ALEATORIA" ] }, "tipoConta": { "type": "string", "enum": [ "CONTA_CORRENTE", "CONTA_POUPANCA" ] } } }, "MovimentoLiberacaoPKRequest": { "type": "object", "required": [ "codigoEmpresa", "dataSimulacao", "numeroDocumentoPessoa", "numeroSequencial", "siglaModalidade" ], "properties": { "dataSimulacao": { "type": "string", "format": "date-time" }, "codigoEmpresa": { "type": "integer", "format": "int64" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "numeroDocumentoPessoa": { "type": "string", "minLength": 0, "maxLength": 14 }, "siglaModalidade": { "type": "string", "minLength": 0, "maxLength": 2 } } }, "MovimentoLiberacaoRequest": { "type": "object", "required": [ "id" ], "properties": { "id": { "$ref": "#/definitions/MovimentoLiberacaoPKRequest" }, "mesmaTitularidade": { "type": "boolean" }, "codigoPraca": { "type": "integer", "format": "int64" }, "codigoBancoLiberacao": { "type": "integer", "format": "int64" }, "codigoAgenciaLiberacao": { "type": "integer", "format": "int64" }, "codigoContaLiberacao": { "type": "string", "minLength": 0, "maxLength": 13 }, "chavePix": { "type": "string", "minLength": 0, "maxLength": 77 }, "nomePessoaCreditada2": { "type": "string", "minLength": 0, "maxLength": 55 }, "numeroDocumentoPessoa2": { "type": "string", "minLength": 0, "maxLength": 14 }, "siglaMeioLiberacao": { "type": "string", "minLength": 0, "maxLength": 10 }, "tipoChavePix": { "type": "string", "enum": [ "CPF", "CNPJ", "PHONE", "EMAIL", "CHAVE_ALEATORIA" ] }, "tipoConta": { "type": "string", "enum": [ "CONTA_CORRENTE", "CONTA_POUPANCA" ] }, "tipoPessoaCreditada2": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] } } }, "RequisicaoIntegracaoReprocessarDTO": { "type": "object", "required": [ "idRequisicao" ], "properties": { "idRequisicao": { "type": "integer", "format": "int64" }, "listaIdRequisicaoTitulo": { "type": "array", "items": { "type": "integer", "format": "int64" } } } }, "AtualizarConsultaDTO": { "type": "object", "properties": { "idRequisicao": { "type": "integer", "format": "int64" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/AtualizarTituloDTO" } } } }, "AtualizarTituloDTO": { "type": "object", "required": [ "codigoEmpresa", "numeroNossoNumero", "numeroSequenciaNossoNumero", "situacaoNpcTitulo", "situacaoRequisicaoTitulo" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "numeroIdentificacaoNpc": { "type": "integer" }, "numeroReferenciaCadastro": { "type": "integer" }, "numeroSequencialCadastro": { "type": "integer" }, "numeroControleDdaCadastro": { "type": "string" }, "numeroCodigoBarras": { "type": "string" }, "situacaoNpcTitulo": { "type": "string", "enum": [ "CARGA_INICIAL", "INCLUSAO_PENDENTE", "ALTERACAO_PENDENTE", "BAIXA_PENDENTE", "ENVIADO", "BAIXADO" ] }, "descricaoRetornoNpc": { "type": "string" }, "situacaoRequisicaoTitulo": { "type": "string", "enum": [ "ACEITO", "ERRO", "PENDENTE", "RECUSADO", "REPROCESSADO" ] }, "dataEnvio": { "type": "string", "format": "date-time" } } }, "LoteAlocacaoEstagioDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "alocacaoEstagios": { "type": "array", "items": { "$ref": "#/definitions/LoteMovimentoAlocacaoEstagioDTO" } } } }, "LoteMovimentoAlocacaoEstagioDTO": { "type": "object", "required": [ "codigoCliente", "numeroAdlib", "numeroContrato", "siglaModalidade" ], "properties": { "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "codigoEstagio": { "type": "string" }, "codigoMotivoAlocacao": { "type": "string" } } }, "LoteAtivoProblematicoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "ativosProblematicos": { "type": "array", "items": { "$ref": "#/definitions/LoteMovimentoAtivoProblematicoDTO" } } } }, "LoteMovimentoAtivoProblematicoDTO": { "type": "object", "required": [ "codigoCliente", "indicadorAtivoProblematico", "numeroAdlib", "numeroContrato", "siglaModalidade" ], "properties": { "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "codigoEstagio": { "type": "string" }, "codigoMotivoAlocacao": { "type": "string" }, "indicadorAtivoProblematico": { "type": "boolean" } } }, "AgendaLiberacaoBuscarDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "numeroContrato" ], "properties": { "codigoCliente": { "type": "integer", "format": "int32" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "numeroContrato": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" } } }, "CampoConfiguravelDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "id": { "type": "integer", "format": "int64", "description": "Identificador do Campo Configurável\n TIPO: LONG" }, "descricaoCampo": { "type": "string", "description": "Descrição do Campo Configurável\n TIPO: VARCHAR" }, "tipoCampoConfiguravel": { "type": "string", "description": "Tipo do Campo Configurável\n TIPO: VARCHAR", "enum": [ "DATA", "NUMERICO", "MONETARIO", "CPF", "CNPJ", "TEXTO", "TAXA" ] }, "descricaoMascara": { "type": "string", "description": "Descrição da Máscara\n TIPO: VARCHAR" } } }, "ContratoInformacaoDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32", "description": "Código da Empresa\n TIPO: INT" }, "codigoUnidade": { "type": "integer", "format": "int32", "description": "Código da Unidade\n TIPO: INT" }, "codigoCliente": { "type": "integer", "format": "int64", "description": "Código do Cliente\n TIPO: LONG" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "numeroContrato": { "type": "integer", "format": "int64", "description": "Número do Contrato\n TIPO: LONG" }, "numeroAdlib": { "type": "integer", "format": "int32", "description": "Número do Adlib\n TIPO: INT" }, "campoConfiguravelDTO": { "$ref": "#/definitions/CampoConfiguravelDTO" }, "descricaoValor": { "type": "string", "description": "Descrição do Valor\n TIPO: VARCHAR" } } }, "ContratoRenegociadoDTO": { "type": "object", "required": [ "saldoContabil", "tipoContrato", "valorPrincipalOriginal" ], "properties": { "tipoContrato": { "type": "string", "description": "Tipo de Contrato Renegociado\n TIPO: VARCHAR", "enum": [ "EXTERNO", "INTERNO", "PRINCIPAL_INCORPORADO" ] }, "codigoUnidade": { "type": "integer", "format": "int32", "description": "Código da Unidade\n TIPO: INT" }, "codigoCliente": { "type": "integer", "format": "int64", "description": "Código do Cliente\n TIPO: LONG" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "numeroContrato": { "type": "integer", "format": "int64", "description": "Número do Contrato\n TIPO: LONG" }, "numeroAdlib": { "type": "integer", "format": "int32", "description": "Número do Adlib\n TIPO: INT" }, "descricaoOrigem": { "type": "string", "description": "Descrição da Origem\n TIPO: VARCHAR" }, "numeroContratoOrigem": { "type": "string", "description": "Número do Contrato de Origem\n TIPO: VARCHAR" }, "descricaoProdutoOrigem": { "type": "string", "description": "Descrição do Produto de Origem\n TIPO: VARCHAR" }, "dataOperacao": { "type": "string", "format": "date", "description": "Data da Operação\n Formato YYYY-MM-DD\n TIPO: DATE" }, "valorIoc": { "type": "number", "description": "Valor do IOC/IOF\n TIPO: NUMERICO" }, "valorIocPago": { "type": "number", "description": "Valor do IOC/IOF Pago\n TIPO: NUMERICO" }, "valorPrincipalOriginal": { "type": "number", "description": "Valor Principal Original\n TIPO: NUMERICO" }, "saldoContabil": { "type": "number", "description": "Saldo Contábil\n TIPO: NUMERICO" }, "valorPrincipal": { "type": "number", "description": "Valor Principal\n TIPO: NUMERICO" }, "valorJuros": { "type": "number", "description": "Valor do Juros\n TIPO: NUMERICO" }, "valorCorrecao": { "type": "number", "description": "Valor de Correção\n TIPO: NUMERICO" }, "valorPermanencia": { "type": "number", "description": "Valor da Permanência\n TIPO: NUMERICO" }, "valorMora": { "type": "number", "description": "Valor da Mora\n TIPO: NUMERICO" }, "valorMulta": { "type": "number", "description": "Valor da Multa\n TIPO: NUMERICO" }, "valorAjusteEncargo": { "type": "number", "description": "Valor do Ajuste de Encargo\n TIPO: NUMERICO" }, "valorDesconto": { "type": "number", "description": "Valor do Desconto\n TIPO: NUMERICO" }, "valorDespesa": { "type": "number", "description": "Valor da Despesa\n TIPO: NUMERICO" }, "titulos": { "type": "array", "description": "Lista de Títulos Renegociados", "items": { "$ref": "#/definitions/TituloRenegociadoDTO" } }, "indicadorIocFinanciado": { "type": "string", "description": "Indicador de IOC/IOF Financiado\n TIPO: VARCHAR" } } }, "LoteContaVinculadaContratoDTO": { "type": "object", "required": [ "codigoCliente", "codigoHistorico", "numeroAdlib", "numeroContrato", "siglaModalidade", "valorDocumento" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64", "description": "Código do Cliente\n TIPO: LONG" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "numeroContrato": { "type": "integer", "format": "int64", "description": "Número do Contrato\n TIPO: LONG" }, "numeroAdlib": { "type": "integer", "format": "int32", "description": "Número do Adlib\n TIPO: INT" }, "codigoHistorico": { "type": "integer", "format": "int64", "description": "Código do Histórico\n TIPO: LONG" }, "numeroDocumento": { "type": "integer", "format": "int64", "description": "Número do Documento\n TIPO: LONG" }, "valorDocumento": { "type": "number", "description": "Valor do Documento\n TIPO: NUMERICO" }, "valorLancamento": { "type": "number", "description": "Valor do Lançamento\n TIPO: NUMERICO" }, "dataTransferencia": { "type": "string", "format": "date", "description": "Data de Transferência\n Formato YYYY-MM-DD\n TIPO: DATE" }, "siglaMeioPagamento": { "type": "string", "description": "Sigla do Meio de Pagamento\n TIPO: VARCHAR" }, "codigoPracaCompensacao": { "type": "integer", "format": "int32", "description": "Código da Praça de Compensação\n TIPO: INT" }, "codigoBanco": { "type": "integer", "format": "int32", "description": "Código do Banco\n TIPO: INT" }, "codigoAgencia": { "type": "integer", "format": "int32", "description": "Código da Agência\n TIPO: INT" }, "codigoConta": { "type": "string", "description": "Código da Conta\n TIPO: VARCHAR" }, "numeroDocumentoPessoa": { "type": "string", "description": "Número do Documento de Identificação da Pessoa\n TIPO: VARCHAR" }, "nomePessoa": { "type": "string", "description": "Noma da Pessoa\n TIPO: VARCHAR" }, "numeroSequencial": { "type": "integer", "format": "int64", "description": "Número Sequencial\n TIPO: LONG" } } }, "MovimentoContratoOriginalCessaoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresaOriginal": { "type": "integer", "format": "int32" }, "numeroContratoOriginal": { "type": "integer", "format": "int64" }, "numeroAdlibOriginal": { "type": "integer", "format": "int32" }, "siglaModalidadeOriginal": { "type": "string" }, "codigoUnidadeOriginal": { "type": "integer", "format": "int32" }, "codigoClienteOriginal": { "type": "integer", "format": "int64" } } }, "OperacaoCasadaDTO": { "type": "object", "required": [ "ativa", "passiva" ], "properties": { "ativa": { "$ref": "#/definitions/OperacaoDetalheDTO" }, "passiva": { "$ref": "#/definitions/OperacaoDetalheDTO" } } }, "OperacaoCoberturaGarantiaDTO": { "type": "object", "properties": { "numeroSequencial": { "type": "integer", "format": "int64", "description": "Número do Sequencial\n TIPO: LONG" }, "tipoGarantia": { "type": "string", "description": "Tipo de Garantia\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "percentualExigibilidade": { "type": "number", "description": "Percentual Exigibilidade\n TIPO: NUMERICO" }, "valorFixoGarantia": { "type": "number", "description": "Valor Fixo de Garantia\n TIPO: NUMERICO" }, "valorCobertura": { "type": "number", "description": "Valor de Cobertura\n TIPO: NUMERICO" }, "tipoValorBase": { "type": "string", "description": "Tipo do Valor Base\n TIPO: VARCHAR", "enum": [ "SALDO_PRINCIPAL", "SALDO_DEVEDOR", "SALDO_ATUAL", "VALOR_ORIGINAL", "VALOR_FIXO" ] }, "dataInicioExigencia": { "type": "string", "format": "date", "description": "Data de Início da Exigência\n Formato YYYY-MM-DD\n TIPO: DATE" }, "dataFimExigencia": { "type": "string", "format": "date", "description": "Data de Fim da Exigência\n Formato YYYY-MM-DD\n TIPO: DATE" } } }, "OperacaoComplementoDTO": { "type": "object", "properties": { "observacao": { "type": "string", "description": "Observação sobre o Complemento\n TIPO: VARCHAR", "minLength": 0, "maxLength": 4000 }, "numeroContratoPortabilidade": { "type": "integer", "description": "Número do Contrato de Portabilidade\n TIPO: NUMERICO" }, "parecerComercial": { "type": "string", "description": "Descrição do Parecer Comercial\n TIPO: VARCHAR", "minLength": 0, "maxLength": 4000 }, "percentualValorSegurado": { "type": "number", "description": "Percentual do Valor Segurado\n TIPO: NUMERICO" }, "numeroSequenciaCorrespondente": { "type": "integer", "description": "Número Sequêncial do Correspondente\n TIPO: INT" } } }, "OperacaoDespesasAdicionalDTO": { "type": "object", "properties": { "siglaDespesaAdicional": { "type": "string", "description": "Sigla da Despesa Adicional\n TIPO: VARCHAR" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "identificadorConfiguracaoSigla": { "type": "string", "description": "Tipo da Configuração Sigla\n TIPO: VARCHAR", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string", "description": "Tipo de Despesa Adicional\n TIPO: VARCHAR" }, "valorTotal": { "type": "number", "description": "Valor Total\n TIPO: NUMERICO" }, "descricaoNumeroAutorizacao": { "type": "string", "description": "Descrição do Número de Autorização\n TIPO: VARCHAR" } } }, "OperacaoDetalheDTO": { "type": "object", "required": [ "codigoCliente", "codigoConvenio", "codigoEmpresa", "dataEmissao", "dataSimulacao", "financiarTributo", "numeroSequencial", "parcelas", "siglaModalidade", "situacao", "taxaOperacao", "valorFinanciado" ], "properties": { "siglaModulo": { "type": "string", "description": "Sigla do Môdulo\n TIPO: VARCHAR" }, "codigoEmpresa": { "type": "integer", "format": "int32", "description": "Código da Empresa\n TIPO: INT" }, "dataSimulacao": { "type": "string", "format": "date-time", "description": "Data da Simulação\n Formato YYYY-MM-DD\n TIPO: DATE" }, "numeroSequencial": { "type": "integer", "format": "int64", "description": "Número do Sequencial\n TIPO: LONG" }, "codigoConvenio": { "type": "integer", "format": "int64", "description": "Código do Convênio\n TIPO: LONG" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "situacao": { "type": "string", "description": "Situação da Operação\n TIPO: VARCHAR", "enum": [ "ABERTO", "ATIVO", "CASADA", "CEDIDO", "EFETIVADO", "EXCLUIDO", "EXCLUIDO_XX", "FECHADO", "PENDENTE", "RENEGOCIADO", "TRANSFERIDO", "SIMULACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "codigoCliente": { "type": "integer", "format": "int64", "description": "Código do Cliente\n TIPO: LONG" }, "valorFinanciado": { "type": "number", "description": "Valor Financiado\n TIPO: NUMERICO" }, "dataEmissao": { "type": "string", "format": "date", "description": "Data da Emissão\n Formato YYYY-MM-DD\n TIPO: DATE" }, "codigoLoja": { "type": "integer", "format": "int32", "description": "Código Loja\n TIPO: INT" }, "siglaPlano": { "type": "string", "description": "Sigla do Plano\n TIPO: VARCHAR" }, "numeroContrato": { "type": "integer", "format": "int64", "description": "Número do Contrato\n TIPO: LONG" }, "numeroAdlib": { "type": "integer", "format": "int32", "description": "Número do Adlib\n TIPO: INT" }, "taxaOperacao": { "type": "number", "description": "Taxa da Operação\n TIPO: NUMERICO" }, "taxaFlutuante": { "type": "number", "description": "Taxa Flutuante\n TIPO: NUMERICO" }, "siglaFlutuante": { "type": "string", "description": "Sigla Flutuante\n TIPO: VARCHAR" }, "dataValidadeFlutuante": { "type": "string", "format": "date", "description": "Data de Validade Flutuante\n Formato YYYY-MM-DD\n TIPO: DATE" }, "taxaSpread": { "type": "number", "description": "Taxa Spread\n TIPO: NUMERICO" }, "taxaAnoDc": { "type": "number", "description": "Taxa Ano Dia Corrido\n TIPO: NUMERICO" }, "taxaCet": { "type": "number", "description": "Taxa do Custo Efetivo Total\n TIPO: NUMERICO" }, "financiarTributo": { "type": "string", "description": "Tipo Financiamento de Tributo\n TIPO: VARCHAR", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorTarifa": { "type": "number", "description": "Valor Tarifa\n TIPO: NUMERICO" }, "valorIva": { "type": "number", "description": "Valor IVA\n TIPO: NUMERICO" }, "financiarTarifa": { "type": "boolean", "description": "Habilitar Financiamento da Tarifa\n TIPO: BOOLEANO" }, "valorOutros": { "type": "number", "description": "Valor Outro\n TIPO: NUMERICO" }, "financiarOutros": { "type": "boolean", "description": "Financiar o Valor Outro\n TIPO: BOOLEANO" }, "financiarSeguroPrestamista": { "type": "string", "description": "Tipo de Financimento de Seguro\n TIPO: VARCHAR", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorSeguroPrestamista": { "type": "number", "description": "Valor do Seguro Prestamista\n TIPO: NUMERICO" }, "periodicidadeJuros": { "type": "integer", "format": "int32", "description": "Periodicidade do Juros\n TIPO: INT" }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32", "description": "Periodicidade da Amortização\n TIPO: INT" }, "periodicidadeCarencia": { "type": "integer", "format": "int32", "description": "Periodicidade da Carência\n TIPO: INT" }, "siglaIndicadorMonetario": { "type": "string", "description": "Sigla do Indicador Monetário\n TIPO: VARCHAR" }, "tipoDirecionamento": { "type": "string", "description": "Tipo do Direcionamento\n TIPO: VARCHAR", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "codigoAtividadeEconomica": { "type": "integer", "format": "int32", "description": "Código da Atividade Econômica\n TIPO: INT" }, "codigoCobrador": { "type": "integer", "format": "int32", "description": "Código da Cobrador\n TIPO: INT" }, "complementar": { "type": "boolean", "description": "Habilitar Complementar\n TIPO: BOOLEANO" }, "valorMoedaLiberacao": { "type": "number", "description": "Valor de Moeda de Liberação\n TIPO: NUMERICO" }, "valorMoedaHibrido": { "type": "number", "description": "Valor de Moeda Híbrido\n TIPO: NUMERICO" }, "nomeOperacao": { "type": "string", "description": "Nome/Descrição da Operação\n TIPO: VARCHAR" }, "siglaInterfaceOrigem": { "type": "string", "description": "Sigla de Interface de Origem\n TIPO: VARCHAR" }, "indicadorCriterioIoc": { "type": "string", "description": "Indicador de Critério IOC/IOF\n TIPO: VARCHAR" }, "valorPagamentoAto": { "type": "number", "description": "Valor do Pagamento no Ato\n TIPO: NUMERICO" }, "codigoSequencialProposta": { "type": "integer", "format": "int64", "description": "Código Sequencial da Proposta\n TIPO: LONG" }, "valorDescontoRenegociacao": { "type": "number", "description": "Valor de Desconto da Renegociação\n TIPO: NUMERICO" }, "valorDespesaContratual": { "type": "number", "description": "Valor de Despesa Contratatual\n TIPO: NUMERICO" }, "valorFlatFee": { "type": "number", "description": "Valor Flat Fee\n TIPO: NUMERICO" }, "codigoGerente": { "type": "integer", "format": "int32", "description": "Código do Gerente\n TIPO: INT" }, "siglaMeioLiquidacao": { "type": "string", "description": "Sigla do Meio de Liquidação\n TIPO: VARCHAR" }, "identificadorLiquidacaoAutomatica": { "type": "string", "description": "Tipo do Critério de Liquidação\n TIPO: VARCHAR", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA" ] }, "repasse": { "$ref": "#/definitions/OperacaoRepasseDTO" }, "interveniente": { "$ref": "#/definitions/OperacaoIntervenienteDTO" }, "leasing": { "$ref": "#/definitions/OperacaoLeasingDTO" }, "mora": { "$ref": "#/definitions/OperacaoMoraDTO" }, "funding": { "$ref": "#/definitions/OperacaoFundingDTO" }, "recursos": { "$ref": "#/definitions/OperacaoRecursosDTO" }, "renegociacao": { "$ref": "#/definitions/OperacaoRenegociacaoDTO" }, "complemento": { "$ref": "#/definitions/OperacaoComplementoDTO" }, "parcelas": { "type": "array", "description": "Lista de Parcelas da Operação", "items": { "$ref": "#/definitions/OperacaoParcelaDTO" }, "maxItems": 2147483647, "minItems": 1 }, "liberacoes": { "type": "array", "description": "Lista de Liberações da Operação", "items": { "$ref": "#/definitions/OperacaoLiberacaoDTO" } }, "outrasGarantias": { "type": "array", "description": "Lista de Outras Garantias da Operação", "items": { "$ref": "#/definitions/OperacaoOutrasGarantiaDTO" } }, "participantes": { "type": "array", "description": "Lista de Participantes da Operação", "items": { "$ref": "#/definitions/OperacaoParticipanteDTO" } }, "coberturasGarantia": { "type": "array", "description": "Lista de Cobertura de Garantias da Operação", "items": { "$ref": "#/definitions/OperacaoCoberturaGarantiaDTO" } }, "recompraPendencias": { "type": "array", "description": "Lista de Lotes Vinculados ao Contrato da Operação", "items": { "$ref": "#/definitions/LoteContaVinculadaContratoDTO" } }, "numeroReferenciaBacen": { "type": "string", "description": "Número de Referência Bacen\n TIPO: VARCHAR" }, "exibirCpfCnpjTitularLiberacao": { "type": "boolean", "description": "Exibir CPF/CNPJ do Titular na Liberação\n TIPO: BOOLEANO" }, "tipoLimitadorCapCdi": { "type": "string", "description": "Tipo Limitador Capitalização do CDI\n TIPO: VARCHAR", "enum": [ "NAO_POSSUI", "CONTRATO", "PARCELA" ] }, "taxaLimiteCapCdi": { "type": "number", "description": "Taxa Limite de Capitalização do CDI\n TIPO: VARCHAR" }, "jurosBonificado": { "type": "boolean", "description": "Habilitar Juros Bonificado\n TIPO: BOOLEANO" }, "dataVerificacaoJurosBonificado": { "type": "string", "format": "date", "description": "Data de Verificação do Juros Bonificado\n Formato YYYY-MM-DD\n TIPO: DATE" }, "taxaVerificacaoJurosBonificado": { "type": "number", "description": "Taxa de Verificação do Juros Bonificado\n TIPO: NUMERICO" }, "codigoBoleta": { "type": "string", "description": "Código da Boleta\n TIPO: VARCHAR" }, "migracao": { "type": "boolean", "description": "Migração\n TIPO: BOOLEANO" }, "formaPagamento": { "type": "string", "description": "Tipo de Forma de Pagamento\n TIPO: VARCHAR", "enum": [ "ANTECIPADA", "POSTECIPADA" ] }, "metodoCalculo": { "type": "string", "description": "Tipo do Método de Cálculo Aplicado\n TIPO: VARCHAR", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "taxaAtrasoAposIsencao": { "type": "number", "description": "Taxa de Atraso Após a Isenção\n TIPO: NUMERICO" }, "taxaComissaoAtraso": { "type": "number", "description": "Taxa de Comissão de Atraso\n TIPO: NUMERICO" }, "qtDiasAposIsencao": { "type": "integer", "format": "int32", "description": "Quantidade de Dias Após Isenção\n TIPO: INT" }, "siglaCriterioCalculo": { "type": "string", "description": "Sigla do Critério de Cálculo\n TIPO: VARCHAR" }, "valorTacPrimeiraParcela": { "type": "number", "description": "Valor da TAC da Primeira Parcela\n TIPO: NUMERICO" }, "nomeSacado": { "type": "string", "description": "Nome do Sacado\n TIPO: VARCHAR" }, "numeroDocumentoSacado": { "type": "string", "description": "Número do Documento do Sacado\n TIPO: VARCHAR" }, "siglaIndicadorMonetarioHibrido": { "type": "string", "description": "Sigla do Indicador Monetário Híbrido\n TIPO: VARCHAR" }, "operacaoDespesasAdicional": { "type": "array", "description": "Lista de Despesas Adicionais", "items": { "$ref": "#/definitions/OperacaoDespesasAdicionalDTO" } }, "dataProcessamentoEfetivo": { "type": "string", "format": "date", "description": "Data do Processamento Efetivo\n Formato YYYY-MM-DD\n TIPO: DATE" }, "siglaLinhaOperacao": { "type": "string", "description": "Sigla da Linha de Operação\n TIPO: VARCHAR" }, "numeroLote": { "type": "integer", "format": "int64", "description": "Número do Lote\n TIPO: NUMERICO" }, "tipoLote": { "type": "string", "description": "Tipo do Lote\n TIPO: NUMERICO" }, "codigoUnidadeConveniado": { "type": "integer", "format": "int32", "description": "Código da Unidade do Convêniado\n TIPO: INT" }, "codigoClienteConveniado": { "type": "integer", "format": "int64", "description": "Código do Cliente Convêniado\n TIPO: LONG" }, "codigoUnidadeCliente": { "type": "integer", "format": "int32", "description": "Código da Unidade do Cliente\n TIPO: INT" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date", "description": "Data da Primeira Amortização\n Formato YYYY-MM-DD\n TIPO: DATE" }, "quantidadeAmortizacao": { "type": "integer", "format": "int32", "description": "Quantidade de Amortização\n TIPO: INT" }, "valorTotalOperacao": { "type": "number", "description": "Valor Total da Operação\n TIPO: NUMERICO" }, "valorTributo": { "type": "number", "description": "Valor do Tributo\n TIPO: NUMERICO" }, "valorJuros": { "type": "number", "description": "Valor do Juros\n TIPO: NUMERICO" }, "valorLiquido": { "type": "number", "description": "Valor Líquido\n TIPO: NUMERICO" }, "indicadorFeriado": { "type": "string", "description": "Tipo do Feriado\n TIPO: VARCHAR", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "tipoPessoa": { "type": "string", "description": "Tipo Pessoa(Física/Júridica)\n TIPO: VARCHAR", "enum": [ "FISICA", "JURIDICA" ] }, "siglaProdutoMercado": { "type": "string", "description": "Sigla do Produto Mercado\n TIPO: VARCHAR" }, "tipoPeriodicidade": { "type": "string", "description": "Tipo de Periodicidade\n TIPO: VARCHAR", "enum": [ "DIARIA", "MENSAL" ] }, "movimentoContratoOriginalCessaoDTO": { "$ref": "#/definitions/MovimentoContratoOriginalCessaoDTO" }, "valorTotalAgendaLiberacao": { "type": "number", "description": "Valor Total da Agenda de Liberação\n TIPO: NUMERICO" }, "valorTotalAgendaLiberado": { "type": "number", "description": "Valor Total da Agenda Liberado\n TIPO: NUMERICO" }, "valorPremioDiferimento": { "type": "number", "description": "Valor Prêmio de Feriado\n TIPO: NUMERICO" }, "estagioInicialOper": { "type": "string", "description": "Estágio Inicial da Operação\n TIPO: VARCHAR" }, "mtvInicialAlocEstagio": { "type": "string", "description": "Motivo Inicial de Alocação de Estágio\n TIPO: VARCHAR" }, "iofAVista": { "type": "boolean", "description": "Habilitar IOF à Vista\n TIPO: BOOLEANO" }, "numeroOrdemDestinacao": { "type": "integer", "format": "int32", "description": "Número de Ordem de Destinação\n TIPO: INT" }, "valorReferenciaBacen": { "type": "number", "description": "Valor de Referência Bacen\n TIPO: NUMERICO" }, "contratoInformacao": { "type": "array", "description": "Lista de Informações de Contrato da Operação\n TIPO: NUMERICO", "items": { "$ref": "#/definitions/ContratoInformacaoDTO" } }, "trocoFinanciado": { "type": "boolean", "description": "Habilitar Troco Financiado\n TIPO: BOOLEANO" }, "dataReferenciaComissao": { "type": "string", "format": "date", "description": "Data de Referência Amortização\n Formato YYYY-MM-DD\n TIPO: DATE" }, "informacaoAdicional": { "type": "array", "items": { "$ref": "#/definitions/OperacaoInformacaoAdicionalDTO" } } } }, "OperacaoFundingDTO": { "type": "object", "properties": { "indicadorFundingOperacao": { "type": "boolean", "description": "Indicador de Funding na Operação\n TIPO: BOOLEANO" }, "percentualTaxa": { "type": "number", "description": "Percentual de Taxa\n TIPO: NUMERICO" }, "taxaSpread": { "type": "number", "description": "Taxa Spread\n TIPO: NUMERICO" }, "siglaCalculoGerencial": { "type": "string", "description": "Sigla do Cálculo Gerencial Spread\n TIPO: VARCHAR" }, "descricaoExpressao": { "type": "string", "description": "Descrição da Expressão\n TIPO: VARCHAR" } } }, "OperacaoInformacaoAdicionalDTO": { "type": "object", "required": [ "numeroGrupoInfoAdicional", "numeroSubgrupoInfoAdicional" ], "properties": { "numeroGrupoInfoAdicional": { "type": "integer", "format": "int64", "description": "Número do Grupo de Informação Adicional\n TIPO: LONG" }, "numeroSubgrupoInfoAdicional": { "type": "integer", "format": "int64", "description": "Número do Subgrupo de Informação Adicional\n TIPO: LONG" }, "codigoInfoAdicional": { "type": "string", "description": "Código da Informação Adicional\n TIPO: STRING", "minLength": 0, "maxLength": 40 }, "identidadeInfoAdicional": { "type": "string", "description": "Identidade da Informação Adicional\n TIPO: STRING", "minLength": 0, "maxLength": 14 }, "valorInfoAdicional": { "type": "number", "description": "Valor da Informação Adicional\n TIPO: NUMERICO" }, "percentualInfoAdicional": { "type": "number", "description": "Percentual da Informação Adicional\n TIPO: NUMERICO" }, "quantidadeInfoAdicional": { "type": "integer", "format": "int64", "description": "Quantidade da Informação Adicional\n TIPO: LONG" }, "sequencialInfoAdicional": { "type": "integer", "format": "int64" } } }, "OperacaoIntervenienteDTO": { "type": "object", "required": [ "codigoInterveniente", "formaComissao", "numeroContratoInterveniente", "taxaComissao", "valorComissao" ], "properties": { "codigoInterveniente": { "type": "integer", "format": "int64", "description": "Código do Interveniente\n TIPO: LONG" }, "numeroContratoInterveniente": { "type": "integer", "format": "int64", "description": "Número do Contrato do Interveniente\n TIPO: LONG" }, "valorComissao": { "type": "number", "description": "Valor da Comissão\n TIPO: NUMERICO" }, "taxaComissao": { "type": "number", "description": "Taxa da Comissão\n TIPO: NUMERICO" }, "formaComissao": { "type": "string", "description": "Tipo de Forma de Comissão\n TIPO: VARCHAR", "enum": [ "ATO", "LIBERACAO", "PARCELA" ] } } }, "OperacaoLeasingDTO": { "type": "object", "required": [ "valorBens" ], "properties": { "valorBens": { "type": "number", "description": "Valor dos Bens\n TIPO: NUMERICO" }, "valorAcessorio": { "type": "number", "description": "Valor Acessório\n TIPO: NUMERICO" }, "valorSeguro": { "type": "number", "description": "Valor do Seguro do Bem\n TIPO: NUMERICO" }, "valorPreArrendado": { "type": "number", "description": "Valor Pré Arrecadado\n TIPO: NUMERICO" }, "tipoAntecipado": { "type": "string", "description": "Tipo de Antecipação\n TIPO: NUMERICO", "enum": [ "PMT", "VRG" ] }, "valorVrgAntecipado": { "type": "number", "description": "Valor Residual Garantido Antecipado\n TIPO: NUMERICO" }, "valorVrgDiluido": { "type": "number", "description": "Valor Residual Garantido Diluído\n TIPO: NUMERICO" }, "valorVrgFinal": { "type": "number", "description": "Valor Residual Garantido Final\n TIPO: NUMERICO" } } }, "OperacaoLiberacaoDTO": { "type": "object", "required": [ "valorLiberado" ], "properties": { "numeroDocumentoPessoa": { "type": "string", "description": "Número do Documento da Pessoa\n TIPO: VARCHA", "minLength": 0, "maxLength": 15 }, "siglaMeioLiberacao": { "type": "string", "description": "Sigla do Meio de Liberação\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "codigoPracaCompensacao": { "type": "integer", "format": "int32", "description": "Código da Praça de Compresação\n TIPO: INT" }, "codigoBanco": { "type": "integer", "format": "int64", "description": "Código do Banco\n TIPO: LONG" }, "codigoAgencia": { "type": "integer", "format": "int32", "description": "Código da Agência\n TIPO: INT" }, "codigoConta": { "type": "string", "description": "Código da Conta\n TIPO: VARCHAR", "minLength": 0, "maxLength": 15 }, "tipoPessoa": { "type": "string", "description": "Tipo da Pessoa(FÍSICA/JURÍDICA)\n TIPO: VARCHAR", "enum": [ "FISICA", "JURIDICA" ] }, "nomePessoa": { "type": "string", "description": "Nome da Pessoa\n TIPO: VARCHAR", "minLength": 0, "maxLength": 55 }, "tipoConta": { "type": "string", "description": "Tipo da Conta\n TIPO: VARCHAR", "enum": [ "CONTA_CORRENTE", "CONTA_POUPANCA" ] }, "mesmaTitularidade": { "type": "boolean", "description": "Habilitar a Mesma Titularidade\n TIPO: BOOLEANO" }, "tipoPessoa2": { "type": "string", "description": "Tipo de Pessoa 2\n TIPO: VARCHAR" }, "numeroDocumentoPessoa2": { "type": "string", "description": "Número do Documento da Pessoa 2\n TIPO: VARCHAR", "minLength": 0, "maxLength": 15 }, "nomePessoa2": { "type": "string", "description": "Nome da Pessoa 2\n TIPO: VARCHAR", "minLength": 0, "maxLength": 55 }, "valorLiberado": { "type": "number", "description": "Valor Liberado\n TIPO: NUMERICO", "minimum": 0.01, "exclusiveMinimum": false }, "tipoFavorecido": { "type": "string", "description": "Tipo do Favorecido\n TIPO: VARCHAR", "enum": [ "TITULAR_DEVEDOR", "CONVENIADO", "INTERVENIENTE", "FORNECEDOR", "OUTROS" ] }, "situacaoLiberacao": { "type": "string", "description": "Situação de Liberação\n TIPO: VARCHAR" }, "codigoCobradoRecursos": { "type": "integer", "format": "int64", "description": "Código Cobrado de Recursos\n TIPO: NUMERICO" }, "siglaIdentificacaoTransferencia": { "type": "string", "description": "Sigla de Identificação de Transferência\n TIPO: VARCHAR" }, "situacaoAutorizacao": { "type": "string", "description": "Situação da Autorização\n TIPO: VARCHAR" }, "codigoFavorecido": { "type": "integer", "format": "int64", "description": "Código do Favorecido\n TIPO: LONG" }, "codigoClienteFavorecido": { "type": "integer", "format": "int64", "description": "Código do Cliente Favorecido\n TIPO: LONG" }, "chavePIX": { "type": "string", "description": "Chave PIX\n TIPO: LONG", "minLength": 0, "maxLength": 77 }, "tipoChavePix": { "type": "string", "enum": [ "CPF", "CNPJ", "PHONE", "EMAIL", "CHAVE_ALEATORIA" ] } } }, "OperacaoMoraDTO": { "type": "object", "required": [ "contagemAte30", "contagemMais30", "formaAte30", "formaMais30", "percentualMulta", "quantidadeDiasMulta", "taxaPermanenciaAte30", "taxaPermanenciaMais30" ], "properties": { "siglaMora": { "type": "string", "description": "Sigla da Mora\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "taxaPermanenciaAte30": { "type": "number", "description": "Taxa de Permanência de Até 30 Dias\n TIPO: NUMERICO" }, "taxaPermanenciaMais30": { "type": "number", "description": "Taxa de Permanência de Mais 30 Dias\n TIPO: NUMERICO" }, "siglaIndicadorMonetarioAte30": { "type": "string", "description": "Sigla do Indicador Monetário de Até 30 Dias\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "siglaIndicadorMonetarioMais30": { "type": "string", "description": "Sigla do Indicador Monetário de Mais 30 Dias\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "formaAte30": { "type": "string", "description": "Tipo de Mora Aplicado Até 30 Dias\n TIPO: VARCHAR", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "formaMais30": { "type": "string", "description": "Tipo de Mora Aplicado Mais 30 Dias\n TIPO: VARCHAR", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "contagemAte30": { "type": "string", "description": "Tipo de Contagem Aplicado Até 30 Dias\n TIPO: VARCHAR", "enum": [ "CORRIDOS", "UTEIS" ] }, "contagemMais30": { "type": "string", "description": "Tipo de Contagem Aplicado Mais 30 Dias\n TIPO: VARCHAR", "enum": [ "CORRIDOS", "UTEIS" ] }, "percentualMulta": { "type": "number", "description": "Percentual de Multa\n TIPO: NUMERICO" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32", "description": "Quantidade de Dias de Multa\n TIPO: INT" }, "taxaSpread": { "type": "number", "description": "Taxa Spread\n TIPO: NUMERICO" }, "baseSpread": { "type": "string", "description": "Tipo da Base da Taxa Spread\n TIPO: VARCHAR", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "formaSpread": { "type": "string", "description": "Tipo da Forma de Aplicação da Taxa Spread\n TIPO: VARCHAR", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "criterioOperacao": { "type": "string", "description": "Tipo da Critério de Mora Aplicado\n TIPO: VARCHAR", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "calculoMulta": { "type": "string", "description": "Tipo da Cálculo de Multa Aplicado\n TIPO: VARCHAR", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "taxaLimite": { "type": "number", "description": "Taxa Limite Mora\n TIPO: NUMERICO" }, "tipoLimite": { "type": "string", "description": "Tipo do Limite da Mora Aplicado\n TIPO: VARCHAR", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] } } }, "OperacaoOutrasGarantiaDTO": { "type": "object", "required": [ "tipoVinculacao", "valorGarantia" ], "properties": { "numeroSequencial": { "type": "integer", "format": "int64", "description": "Número Sequancial\n TIPO: LONG" }, "siglaTipoGarantia": { "type": "string", "description": "Sigla do Tipo de Garantia\n TIPO: VARCHAR", "minLength": 0, "maxLength": 10 }, "tipoVinculacao": { "type": "string", "description": "Tipo de Vinculação\n TIPO: VARCHAR", "enum": [ "PENHOR", "ALIENACAO", "HIPOTECA", "GARANTIA_GOVERNO", "OUTRAS_GARANTIAS", "SEGUROS" ] }, "descricaoIdentificacao": { "type": "string", "description": "Descrição de Identificação\n TIPO: VARCHAR" }, "valorGarantia": { "type": "number", "description": "Valor da Garantia\n TIPO: NUMERICO" }, "siglaReferenciaMonetaria": { "type": "string", "description": "Sigla de Referênica Monetária\n TIPO: VARCHAR" }, "dataVencimento": { "type": "string", "format": "date", "description": "Data do Vencimento\n Formato YYYY-MM-DD\n TIPO: DATE" }, "numeroDocumentoProprietario": { "type": "string", "description": "Número do Documento do Proprietário\n TIPO: VARCHAR" }, "nomeProprietario": { "type": "string", "description": "Nome do Proprietário\n TIPO: VARCHAR" }, "descricaoGarantia": { "type": "string", "description": "Descrição da Garantia\n TIPO: VARCHAR" }, "quantidadeObjetosGarantia": { "type": "integer", "format": "int32", "description": "Quantidade de Objetos da Garantia\n TIPO: INT" }, "descricaoMarcaModelo": { "type": "string", "description": "Descrição da Marca Modelo\n TIPO: VARCHAR" }, "codigoClienteGarantidor": { "type": "integer", "format": "int64", "description": "Código do Cliente Garantidor\n TIPO: LONG" }, "dataUltimaAvaliacao": { "type": "string", "format": "date", "description": "Data da Última Avalidação\n TIPO: NUMERICO" }, "valorUltimaAvaliacao": { "type": "number", "description": "Valor da Última Avalidação\n TIPO: NUMERICO" } } }, "OperacaoParcelaDTO": { "type": "object", "required": [ "dataVencimento", "diasCorridosAnterior", "diasCorridosEmissao", "diasUteisAnterior", "diasUteisEmissao", "indicador", "numeroParcela", "valorJuros", "valorPrincipal", "valorTotal" ], "properties": { "numeroParcela": { "type": "integer", "format": "int32", "description": "Número de Parcelas\n TIPO: INT" }, "dataVencimento": { "type": "string", "format": "date", "description": "Data do Vencimento\n Formato YYYY-MM-DD\n TIPO: DATE" }, "indicador": { "type": "string", "description": "Tipo de Indicação da Parcela\n TIPO: VARCHAR", "enum": [ "AMORTIZACAO", "BALAO", "CARENCIA", "JUROS" ] }, "valorPrincipal": { "type": "number", "description": "Valor Principal\n TIPO: NUMERICO" }, "valorJuros": { "type": "number", "description": "Valor do Juros\n TIPO: NUMERICO" }, "valorTotal": { "type": "number", "description": "Valor Total\n TIPO: NUMERICO" }, "valorTributo": { "type": "number", "description": "Valor dos Tributos\n TIPO: NUMERICO" }, "valorBaseTributo": { "type": "number", "description": "Valor Base do IOF/IOC\n TIPO: NUMERICO" }, "valorComissao": { "type": "number", "description": "Valor Comissão\n TIPO: NUMERICO" }, "valorVrg": { "type": "number", "description": "Valor Residual Garantido\n TIPO: NUMERICO" }, "valorVrgFinal": { "type": "number", "description": "Valor Residual Garantido Final\n TIPO: NUMERICO" }, "valorVrgDiluido": { "type": "number", "description": "Valor Residual Garantido Diluído\n TIPO: NUMERICO" }, "valorPmt": { "type": "number", "description": "Valor PMT\n TIPO: NUMERICO" }, "saldoPrincipal": { "type": "number", "description": "Valor do Saldo Principal\n TIPO: NUMERICO" }, "diasCorridosAnterior": { "type": "integer", "format": "int32", "description": "Dias Corridos da Parcela Anterior\n TIPO: INT" }, "diasCorridosEmissao": { "type": "integer", "format": "int32", "description": "Dias Corridos da Emissão\n TIPO: INT" }, "diasUteisAnterior": { "type": "integer", "format": "int32", "description": "Dias Úteis da Parcela Anterior\n TIPO: INT" }, "diasUteisEmissao": { "type": "integer", "format": "int32", "description": "Dias Úteis da Emissão\n TIPO: INT" }, "seuNumero": { "type": "string", "description": "Seu Número\n TIPO: VARCHAR" }, "taxaLimiteCapCdi": { "type": "number", "description": "Taxa de Limite de Capitalização do CDI \n TIPO: NUMERICO" }, "idConsolidaJurosAnual": { "type": "boolean", "description": "Habilitar a Consolidação do Juros Anualmente\n TIPO: NUMERICO" }, "dataInicialApuracao": { "type": "string", "format": "date", "description": "Data Inicial de Apuração\n Formato YYYY-MM-DD\n TIPO: DATE" }, "dataFinalApuracao": { "type": "string", "format": "date", "description": "Data Final de Apuração\n Formato YYYY-MM-DD\n TIPO: DATE" }, "taxaComissao": { "type": "number", "description": "Taxa de Juros da Comissão\n TIPO: NUMERICO" }, "valorDespesa": { "type": "number", "description": "Valor de Despesas\n TIPO: NUMERICO" }, "nossoNumero": { "type": "integer", "format": "int64", "description": "Nosso Número\n TIPO: LONG" }, "codigoCorrespondenteCobrador": { "type": "string", "description": "Código do Correspondente do Cobrador\n TIPO: VARCHAR" }, "simulacaoParcelaDespesasAdicional": { "type": "array", "description": "Lista de Despesas Adicionais", "items": { "$ref": "#/definitions/OperacaoParcelaDespesasAdicionalDTO" } } } }, "OperacaoParcelaDespesasAdicionalDTO": { "type": "object", "properties": { "siglaDespesaAdicional": { "type": "string", "description": "Sigla da Despesa Adicional\n TIPO: VARCHAR" }, "siglaModalidade": { "type": "string", "description": "Sigla da Modalidade\n TIPO: VARCHAR" }, "identificadorConfiguracaoSigla": { "type": "string", "description": "Tipo de Configuração da Sigla\n TIPO: VARCHAR", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string", "description": "Tipo de Despesa Adicional\n TIPO: VARCHAR" }, "siglaBaseCalculo": { "type": "string", "description": "Tipo de Base de Cálculo da Despesa Adicional\n TIPO: VARCHAR", "enum": [ "GARANTIAS", "DEVEDOR", "PRINCIPAL", "FIXO" ] }, "valorDespesaAdicional": { "type": "number", "description": "Valor da Despesa Adicional\n TIPO: NUMERICO" } } }, "OperacaoParticipanteDTO": { "type": "object", "required": [ "codigoCliente", "tipoParticipante", "tipoPessoa" ], "properties": { "tipoPessoa": { "type": "string", "description": "Tipo de Pessoa(FISÍCA/JURÍDICA)\n TIPO: VARCHAR", "enum": [ "FISICA", "JURIDICA" ] }, "numeroDocumento": { "type": "string", "description": "Número do Documento do Participante\n TIPO: VARCHAR" }, "tipoParticipante": { "type": "string", "description": "Tipo de Participante\n TIPO: VARCHAR", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "codigoCliente": { "type": "integer", "format": "int64", "description": "Código Cliente\n TIPO: LONG" }, "numeroContratoVinculado": { "type": "integer", "format": "int64", "description": "Número do Contrato Vinculado\n TIPO: LONG" }, "nomeParticipante": { "type": "string", "description": "Nome do Participante\n TIPO: VARCHAR", "minLength": 0, "maxLength": 55 }, "percentualResponsabilidade": { "type": "number", "description": "Percentual da Responsabilidadedo\n TIPO: NUMERICO" }, "valorResponsabilidade": { "type": "number", "description": "Valor da Responsabilidade\n TIPO: NUMERICO" }, "dataResponsabilidade": { "type": "string", "format": "date", "description": "Data da Responsabilidade\n Formato YYYY-MM-DD\n TIPO: DATE" }, "qualificacao": { "type": "string", "description": "Tipo da Qualificação\n TIPO: VARCHAR", "enum": [ "AVAL", "FIANCA", "NAO_UTILIZADO" ] }, "descricaoComplemento": { "type": "string", "description": "Descrição do Complemento\n TIPO: VARCHAR", "minLength": 0, "maxLength": 2000 }, "dataNascimento": { "type": "string", "format": "date", "description": "Data de Nascimento\n Formato YYYY-MM-DD\n TIPO: DATE" }, "sexo": { "type": "string", "description": "Tipo de Sexo\n TIPO: VARCHAR", "enum": [ "MASCULINO", "FEMININO", "AMBOS" ] } } }, "OperacaoRecursosDTO": { "type": "object", "properties": { "siglaUf": { "type": "string", "description": "Sigla da Unidade da Federação\n TIPO: VARCHAR", "minLength": 0, "maxLength": 2 }, "cidade": { "type": "string", "description": "Cidade\n TIPO: VARCHAR", "minLength": 0, "maxLength": 72 }, "valorInvestimentoTotal": { "type": "number", "description": "Valor de Investimento Total\n TIPO: NUMERICO" }, "numeroEmpregosDiretos": { "type": "integer", "format": "int32", "description": "Número de Empregos Diretos\n TIPO: INT" }, "numeroEmpregosIndiretos": { "type": "integer", "format": "int32", "description": "Número de Empregos Indiretos\n TIPO: INT" } } }, "OperacaoRenegociacaoDTO": { "type": "object", "required": [ "contratos" ], "properties": { "liquidarPagamentoAto": { "type": "boolean", "description": "Habilitar Liquidação no Ato do Pagamento\n TIPO: BOOLEANO" }, "siglaMeioLiquidacao": { "type": "string", "description": "Sigla do Meio de Liquidação\n TIPO: VARCHAR" }, "codigoTipoRenegociacao": { "type": "integer", "format": "int32", "description": "Código do Tipo de Renegociação do Meio de Liquidação\n TIPO: INT" }, "codigoCaracteristicaEspecial": { "type": "integer", "format": "int32", "description": "Código da Característica Especial\n TIPO: INT" }, "siglaMotivoBaixa": { "type": "string", "description": "Sigla do Motiva da Baixa\n TIPO: VARCHAR" }, "contratos": { "type": "array", "description": "Lista de Contratos Renegociados", "items": { "$ref": "#/definitions/ContratoRenegociadoDTO" }, "maxItems": 2147483647, "minItems": 1 } } }, "OperacaoRepasseDTO": { "type": "object", "required": [ "codigoRepassador", "numeroLinhaRepasse" ], "properties": { "codigoRepassador": { "type": "integer", "format": "int64", "description": "Código do Repassador\n TIPO: NUMERICO" }, "numeroLinhaRepasse": { "type": "integer", "format": "int64", "description": "Número da Linha de Repasse\n TIPO: LONG" }, "dataContratacao": { "type": "string", "format": "date", "description": "Data da Contratação\n Formato YYYY-MM-DD\n TIPO: DATE" }, "dataPac": { "type": "string", "format": "date", "description": "Data do Pac\n Formato YYYY-MM-DD\n TIPO: DATE" }, "numeroPac": { "type": "integer", "description": "Número do Pac\n TIPO: INT" } } }, "TituloRenegociadoDTO": { "type": "object", "required": [ "numeroNossoNumero" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "valorConvertido": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorEncargos": { "type": "number" }, "valorTributo": { "type": "number" }, "valorDespesas": { "type": "number" }, "valorCobrado": { "type": "number" }, "valorMoraCalculado": { "type": "number" }, "valorMultaCalculado": { "type": "number" }, "valorPermanenciaCalculado": { "type": "number" }, "valorPrincipalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "valorCorrecaoCalculado": { "type": "number" } } }, "OperacaoDecomposicaoDTO": { "type": "object", "required": [ "operacoes", "renegociacao" ], "properties": { "renegociacao": { "$ref": "#/definitions/OperacaoRenegociacaoDTO" }, "operacoes": { "type": "array", "items": { "$ref": "#/definitions/OperacaoDetalheDTO" }, "maxItems": 2147483647, "minItems": 1 } } }, "AgendaLiberacaoDetalheDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataEmissao", "numeroContrato" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "dataEmissao": { "type": "string", "format": "date" }, "siglaModalidade": { "type": "string" }, "numeroLiberacoes": { "type": "integer", "format": "int32" }, "valorTotalLiberado": { "type": "number" }, "siglaModulo": { "type": "string" }, "periodicidadeJuros": { "type": "integer", "format": "int32" }, "periodicidadeCarencia": { "type": "integer", "format": "int32" }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "periodicidadeLiberacao": { "type": "integer", "format": "int32" }, "periodicidadeFlutuacao": { "type": "integer", "format": "int32" }, "criterioCorrecaoValorLiberado": { "type": "string" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date" }, "dataUltimaAmortizacao": { "type": "string", "format": "date" }, "valorTac": { "type": "number" }, "percentualTac": { "type": "number" }, "dataPac": { "type": "string", "format": "date" }, "numeroPac": { "type": "integer", "format": "int32" }, "nomeProposta": { "type": "string" }, "taxaJuros": { "type": "number" }, "taxaSpread": { "type": "number" }, "percentualTaxaBasica": { "type": "number" }, "indicadorFeriado": { "type": "string", "enum": [ "ANTECIPA", "POSTECIPA", "NORMAL" ] }, "valorTotalTomado": { "type": "number" }, "valorDisponivel": { "type": "number" }, "numeroConvenio": { "type": "integer", "format": "int64" }, "unidadeConveniado": { "type": "integer", "format": "int32" }, "codigoConveniado": { "type": "integer", "format": "int64" }, "contratoRepasse": { "type": "integer", "format": "int32" }, "codigoInterveniente": { "type": "integer", "format": "int32" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "numeroParcelas": { "type": "integer", "format": "int32" }, "listaPropostaLiberacaoDTO": { "type": "array", "items": { "$ref": "#/definitions/PropostaLiberacaoDTO" } } } }, "PropostaLiberacaoDTO": { "type": "object", "required": [ "numeroAdlib" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroAdlib": { "type": "integer", "format": "int64" }, "dataLiberacao": { "type": "string", "format": "date" }, "valorLiberacao": { "type": "number" }, "dataVencimento": { "type": "string", "format": "date" }, "valorLiberadoOriginal": { "type": "number" }, "valorLiberadoCorrigido": { "type": "number" }, "dataLiberacaoEfetiva": { "type": "string", "format": "date" }, "saldoJuros": { "type": "number" }, "valorReferencia": { "type": "number" }, "dataReferencia": { "type": "string", "format": "date" }, "taxaAnoDc": { "type": "number" }, "tipoIndicador": { "type": "string", "enum": [ "AMORTIZACAO", "BALAO", "CARENCIA", "JUROS" ] } } }, "OperacaoSeguroDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "numeroAmortizacoes": { "type": "integer", "format": "int64" }, "dataPrimeiraAmortizacao": { "type": "string", "format": "date" }, "dataOperacao": { "type": "string", "format": "date" }, "codigoPlano": { "type": "integer", "format": "int32" }, "valorSegurado": { "type": "number" }, "codigoPlanoSeguro": { "type": "integer", "format": "int32" }, "valorObjetoSegurado": { "type": "number" }, "numeroCpfCnpj": { "type": "string" }, "dataNascimentoSegurado": { "type": "string", "format": "date" }, "sexo": { "type": "string", "enum": [ "MASCULINO", "FEMININO", "AMBOS" ] }, "codigoProcessadora": { "type": "string" }, "codigoSeguro": { "type": "integer", "format": "int32" }, "fornecedor": { "type": "string" }, "codigoPlanoComercializacao": { "type": "integer", "format": "int32" }, "primeiroVencimentoCredito": { "type": "string", "format": "date" }, "ultimoVencimentoCredito": { "type": "string", "format": "date" }, "dataContratacao": { "type": "string", "format": "date" } } }, "LoteEstornoExclusaoContratoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "siglaModalidade": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "codigoValidacaoInclusao": { "type": "string" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteLiquidacaoTituloDTO" } } } }, "LoteLiquidacaoTituloDTO": { "type": "object", "required": [ "dataEfetiva", "numeroNossoNumero", "numeroSequenciaNossoNumero", "siglaMeioLiquidacao", "tipoLiquidacao", "valorConvertidoRecebido", "valorCorrecaoRecebido", "valorDescontoRecebido", "valorDespesaRecebido", "valorJurosRecebido", "valorMoraRecebido", "valorMultaRecebido", "valorPermanenciaRecebido", "valorPrincipalRecebido", "valorTributoRecebido" ], "properties": { "numeroLancamento": { "type": "integer", "format": "int32" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "valorConvertidoRecebido": { "type": "number" }, "valorDescontoRecebido": { "type": "number" }, "valorPrincipalRecebido": { "type": "number" }, "valorJurosRecebido": { "type": "number" }, "valorCorrecaoRecebido": { "type": "number" }, "valorTributoRecebido": { "type": "number" }, "valorPermanenciaRecebido": { "type": "number" }, "valorMoraRecebido": { "type": "number" }, "valorMultaRecebido": { "type": "number" }, "valorDespesaRecebido": { "type": "number" }, "valorPrincipalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "valorCorrecaoCalculado": { "type": "number" }, "valorPermanenciaCalculado": { "type": "number" }, "valorMoraCalculado": { "type": "number" }, "valorMultaCalculado": { "type": "number" }, "valorCobrado": { "type": "number" }, "dataEfetiva": { "type": "string", "format": "date" }, "siglaMeioLiquidacao": { "type": "string" }, "codigoCobradorPagamento": { "type": "integer", "format": "int32" }, "codigoUnidadePagamento": { "type": "integer", "format": "int32" }, "valorEncargo": { "type": "number" }, "valorImpostoTributo": { "type": "number" }, "cobrarMulta": { "type": "boolean" }, "tipoLiquidacao": { "type": "string", "enum": [ "LIQUIDACAO_TOTAL", "LIQUIDACAO_TOTAL_COM_DESCONTO", "LIQUIDACAO_PARCIAL", "LIQUIDACAO_PARCIAL_COM_DESCONTO" ] }, "siglaMotivoBaixa": { "type": "string" }, "descricaoInstituicaoPortada": { "type": "string" }, "descricaoCodigoPortabilidade": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "codigoMotivoDevolucao": { "type": "integer", "format": "int32" }, "despesaAdicionais": { "type": "array", "items": { "$ref": "#/definitions/LoteLiquidacaoTituloDespesasAdicionaisDTO" } } } }, "LoteLiquidacaoTituloDespesasAdicionaisDTO": { "type": "object", "properties": { "identificadorTituloDespesaAdicional": { "type": "integer", "format": "int64" }, "siglaDespesaAdicional": { "type": "string" }, "identificadorConfiguracaoSigla": { "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string" }, "valorAdicionalLiquidacao": { "type": "number" } } }, "CancelamentoDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "fornecedor": { "type": "string" }, "codigoContrato": { "type": "integer", "format": "int64" }, "codigoMotivoCancelamento": { "type": "integer", "format": "int32" }, "dataEfetivaCancelamento": { "type": "string", "format": "date" }, "valorDivida": { "type": "number" } } }, "LoteLiquidacaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteLiquidacaoTituloDTO" } } } }, "ExcluirOperacaoDTO": { "type": "object", "required": [ "codigoEmpresa", "dataSimulacao", "numeroSequencial" ], "properties": { "siglaModulo": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "dataSimulacao": { "type": "string", "format": "date-time" }, "numeroSequencial": { "type": "integer", "format": "int64" } } }, "BorderoCalculoDTO": { "type": "object", "required": [ "aceite", "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataMovimento", "dataOperacao", "loteComplementar", "numeroAdlib", "quantidadeTitulos", "situacaoContrato", "valorTotal" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "numeroLancamento": { "type": "integer", "format": "int64" }, "situacaoContrato": { "type": "string", "enum": [ "ABERTO", "ATIVO", "COTADO", "EFETIVADO", "FECHADO", "PENDENTE", "PENDENTE_CONFIRMACAO", "CANCELADO", "REJEITADO", "RENEGOCIADO", "APROVADO", "EXCLUIDO", "PR", "ALTERACAO_EXCLUSAO", "INATIVO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "siglaOrigemInterface": { "type": "string" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaLinhaOperacao": { "type": "string" }, "dataUltimoVencimento": { "type": "string", "format": "date" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "siglaModulo": { "type": "string" }, "loteComplementar": { "type": "boolean" }, "siglaIdentificadorMonetorio": { "type": "string" }, "tipoTitulo": { "$ref": "#/definitions/TipoTituloDTO" }, "dataOperacao": { "type": "string", "format": "date" }, "dataHoraInclusaoOperacao": { "type": "string", "format": "date-time" }, "quantidadeTitulos": { "type": "integer", "format": "int32" }, "aceite": { "type": "string", "enum": [ "SIM", "NAO", "BLOQUEADO" ] }, "quantidadeDigitacaoContrato": { "type": "integer", "format": "int32" }, "quantidadePrivateDatas": { "type": "integer" }, "quantidadePrivateDatasCalculado": { "type": "integer" }, "quantidadeTitulosCalculado": { "type": "integer", "format": "int32" }, "codigoUnidadeCobradora": { "type": "integer", "format": "int32" }, "codigoGerente": { "type": "integer", "format": "int32" }, "siglaReferenciaMonetaria": { "type": "string" }, "destinacaoAutomatica": { "type": "boolean" }, "valorTotal": { "type": "number" }, "valorTarifaAbertura": { "type": "number" }, "valorTarifaCobranca": { "type": "number" }, "valorPrincipal": { "type": "number" }, "valorPrincipalCalculado": { "type": "number" }, "valorJuros": { "type": "number" }, "valorLiquido": { "type": "number" }, "valorAdiantamento": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorDesconto": { "type": "number" }, "valorTotalPadrao": { "type": "number" }, "taxaOperacao": { "type": "number" }, "taxaOperacaoCalculada": { "type": "number" }, "taxaOver": { "type": "number" }, "taxaOverCalculada": { "type": "number" }, "taxaMedia": { "type": "number" }, "taxaMediaVencimento": { "type": "number" }, "taxaMediaEfetiva": { "type": "number" }, "taxaEfetivaDiasUteis": { "type": "number" }, "taxaPeriodo": { "type": "number" }, "numeroDirecionamentoCredito": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "codigoContaCorrente": { "type": "string" }, "prazoVencimentoCorrecao": { "type": "number" }, "prazoEfetivoCorrido": { "type": "number" }, "prazoEfetivoDiasUteis": { "type": "number" }, "prazoPeriodo": { "type": "number" }, "coeficienteDiario": { "type": "number" }, "identificadorTaxaOperacao": { "type": "string" }, "siglaMeioLiquidacao": { "type": "string" }, "identificadorCriterioLiquidacao": { "type": "string", "enum": [ "SEM_LIQUIDACAO", "LIQUIDACAO_AUTOMATICA", "LIQUIDACAO_AUTOMATICA_RETROATIVA", "CONFIGURACAO" ] }, "identificadorCriterioTitulosVencidos": { "type": "string" }, "quantidadePrazoTitulosVencidos": { "type": "integer", "format": "int32" }, "reembolsoAutomatico": { "type": "boolean" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "quantidadeReembolsoAutomatico": { "type": "integer", "format": "int32" }, "identificadorOrigemLote": { "type": "string" }, "identificadorConvenioCnab": { "type": "boolean" }, "alteracaoEncargos": { "type": "boolean" }, "alteracaoLiquidacao": { "type": "boolean" }, "alteracaoReembolso": { "type": "boolean" }, "identificadorCalculoContrato": { "type": "string" }, "identificadorRestricaoSacado": { "type": "string" }, "identificadorTaxaLimite": { "type": "string" }, "identificadorValorLimite": { "type": "string" }, "identificadorPrazoLimite": { "type": "string" }, "identificadorExtraLimite": { "type": "boolean" }, "identificadorTipoDesconto": { "type": "string" }, "valorPercentualDesconto": { "type": "number" }, "valorDesconto2": { "type": "number" }, "identificadorDesconto2": { "type": "string" }, "identificadorBloqueioRegistro": { "type": "string" }, "cotacaoIndicadorEmissao": { "type": "number" }, "cotacaoReferenciaEmissao": { "type": "number" }, "identificadorTipoCheque": { "type": "string" }, "identificadorDiasAte30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "taxaPermanenciaAte30Dias": { "type": "number" }, "siglaMonetariaAte30Dias": { "type": "string" }, "identificadorFormaAte30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "identificadorDiasMais30Dias": { "type": "string", "enum": [ "CORRIDOS", "UTEIS" ] }, "taxaPermanenciaMais30Dias": { "type": "number" }, "siglaMonetariaMais30Dias": { "type": "string" }, "identificadorformaMais30Dias": { "type": "string", "enum": [ "LINEAR", "CAPITALIZADO", "OPERACAO" ] }, "percentualMulta": { "type": "number" }, "quantidadeDiasMulta": { "type": "integer", "format": "int32" }, "valorTaxaSpread": { "type": "number" }, "identificadorBaseSpread": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_OPERACAO", "DEVEDOR_CORRECAO", "DEVEDOR_TAXAS" ] }, "identificadorFormatoSpread": { "type": "string", "enum": [ "LINEAR", "CONFIGURACAO" ] }, "identificadorCriterioOperacao": { "type": "string", "enum": [ "NAO_UTILIZA", "SEGUNDO_CRITERIO", "CRITERIO_UNICO" ] }, "baseCalculoMulta": { "type": "string", "enum": [ "DEVEDOR", "DEVEDOR_MAIS_MORA", "DEVEDOR_MENOS_ABATIMENTO" ] }, "taxaLimiteMora": { "type": "number" }, "identificadorTipoLimite": { "type": "string", "enum": [ "VALOR", "PERCENTUAL", "OPER_SPREAD", "SEM_LIMITE" ] }, "indicadorNumeroGarantia": { "type": "string", "enum": [ "INTERNA", "EXTERNA" ] }, "numeroContratoGarantia": { "type": "string" }, "identificadorDevolucaoAutomatica": { "type": "string" }, "identificadorProtestoAutomatico": { "type": "string" }, "quantidadeDevolucaoAutomatica": { "type": "integer", "format": "int32" }, "quantidadeDiasProtestoAutomatico": { "type": "integer", "format": "int32" }, "valorFlutuante": { "type": "number" }, "enviarGsOnline": { "type": "string" }, "identificadorIsencaoTac": { "type": "boolean" }, "valorPendencias": { "type": "number" }, "taxaSpreadFunding": { "type": "number" }, "expressaoTaxaBasica": { "type": "string" }, "siglaFunding": { "type": "string" }, "taxaCustoEfetivoTotal": { "type": "number" }, "codigoSequencialDaOperacao": { "type": "integer", "format": "int64" }, "siglaClassificacaoBancoCentral": { "type": "string" }, "valorSeguroPrestamista": { "type": "number" }, "identificadorSeguroPrazo": { "type": "string" }, "numeroCicSegurado": { "type": "string" }, "codigoUsuarioCadastrado": { "type": "string" }, "codigoUsuarioRecebido": { "type": "string" }, "codigoUsuarioAutorizador": { "type": "string" }, "descricaoParecerComercial": { "type": "string" }, "valorJurosADescontar": { "type": "number" }, "valorIOCADescontar": { "type": "number" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTituloDTO" } }, "tarifas": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTarifaDTO" } }, "tributos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoTributoDTO" } }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/MovimentoParticipanteDTO" } }, "instrucoes": { "type": "array", "items": { "$ref": "#/definitions/MovimentoInstrucaoDTO" } }, "liberacoesDescontos": { "type": "array", "items": { "$ref": "#/definitions/MovimentoLiberacaoDescontoDTO" } }, "recompraPendencias": { "type": "array", "items": { "$ref": "#/definitions/LoteContaVinculadaContratoDTO" } }, "loteLiquidacaoPendencia": { "$ref": "#/definitions/LoteLiquidacaoDTO" }, "outrasGarantias": { "type": "array", "items": { "$ref": "#/definitions/OperacaoOutrasGarantiaDTO" } }, "persistirBordero": { "type": "boolean" } } }, "MovimentoInstrucaoDTO": { "type": "object", "required": [ "instrucao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "instrucao": { "$ref": "#/definitions/InstrucaoDTO" }, "funcaoInstrucao": { "$ref": "#/definitions/FuncaoInstrucaoDTO" }, "valorComplementarInstrucao": { "type": "number" }, "taxaComplementoInstrucao": { "type": "number" }, "dataComplementoInstrucao": { "type": "string", "format": "date" }, "numeroComplementoInstrucao": { "type": "integer", "format": "int32" }, "percentualComplementoInstrucao": { "type": "number" }, "descricaoComplementoInstrucao": { "type": "string" }, "alteracaoInstrucao": { "type": "boolean" }, "instrucaoBloqueto": { "type": "boolean" } } }, "MovimentoLiberacaoDescontoDTO": { "type": "object", "required": [ "numeroSequencial" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "siglaMeioLiberacao": { "type": "string" }, "percentualValorLiberado": { "type": "number" }, "valorLiberacao": { "type": "number" }, "numeroBancoOrigemRecursos": { "type": "integer", "format": "int32" }, "codigoBanco": { "type": "integer", "format": "int64" }, "codigoAgencia": { "type": "integer", "format": "int32" }, "numeroDigitoAgencia": { "type": "integer", "format": "int32" }, "numeroOperacao": { "type": "string" }, "nomeFavorecido": { "type": "string" }, "numeroCicFavorecido": { "type": "string" }, "tipoConta": { "type": "string", "enum": [ "CONTA_CORRENTE", "CONTA_POUPANCA" ] }, "codigoCoobrigacao": { "type": "string" } } }, "MovimentoParticipanteDTO": { "type": "object", "required": [ "codigoCliente", "tipoPessoa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "numeroDocumentoResponsavel": { "type": "string" }, "tipoResponsavel": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "codigoCliente": { "type": "integer", "format": "int32" }, "numeroContratoVinculado": { "type": "integer", "format": "int64" }, "nomeResponsavel": { "type": "string" }, "percentualResponsabilidade": { "type": "number" }, "valorResponsabilidade": { "type": "number" }, "dataResponsabilidade": { "type": "string", "format": "date" }, "tipoQualificacao": { "type": "string", "enum": [ "AVAL", "FIANCA", "NAO_UTILIZADO" ] } } }, "MovimentoTarifaDTO": { "type": "object", "required": [ "codigoTarifa", "quantidadeServicos", "valorBaseCalculo", "valorTarifa", "valorTotalCobrado" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "siglaServico": { "type": "string" }, "codigoTarifa": { "type": "integer", "format": "int32" }, "quantidadeServicos": { "type": "integer", "format": "int32" }, "valorTarifa": { "type": "number" }, "percentualBaseCalculo": { "type": "number" }, "valorTotalCobrado": { "type": "number" }, "valorBaseCalculo": { "type": "number" } } }, "MovimentoTributoDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "tipoTributo": { "type": "string", "enum": [ "IOC", "ISS", "IVA" ] }, "valorBase": { "type": "number" }, "valorTributo": { "type": "number" }, "isencaoTributo": { "type": "boolean" }, "alteraTributo": { "type": "string" } } }, "LoteContaVinculadaDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "contratos": { "type": "array", "items": { "$ref": "#/definitions/LoteContaVinculadaContratoDTO" } } } }, "LoteAlteracaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteAlteracaoTituloDTO" } } } }, "LoteAlteracaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "nomeLogradouro": { "type": "string" }, "nomeBairro": { "type": "string" }, "codigoCep": { "type": "integer", "format": "int64" }, "nomeCidade": { "type": "string" }, "siglaUf": { "type": "string" }, "referencia": { "type": "string" }, "nomeSacado": { "type": "string" }, "tipoDocumentoSacado": { "type": "string", "enum": [ "SPF", "SPJ", "CPF", "CGC" ] }, "sacador": { "type": "string" }, "enderecoDiferenciado": { "type": "boolean" }, "siglaTipoTitulo": { "type": "string" }, "numeroDocumento": { "type": "string" } } }, "LoteReembolsoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "formaReembolso": { "type": "string", "enum": [ "TRANSFERENCIA_COBRANCA_SIMPLES", "DEVOLVER", "CONFIGURACAO" ] }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteReembolsoTituloDTO" } } } }, "LoteReembolsoTituloDTO": { "type": "object", "required": [ "dataEfetiva", "numeroNossoNumero", "numeroSequenciaNossoNumero", "siglaMeioLiquidacao", "valorConvertidoRecebido", "valorDescontoRecebido", "valorDespesaRecebido", "valorMoraRecebido", "valorMultaRecebido", "valorPermanenciaRecebido", "valorTributoRecebido" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "valorConvertidoRecebido": { "type": "number" }, "valorDescontoRecebido": { "type": "number" }, "valorTributoRecebido": { "type": "number" }, "valorPermanenciaRecebido": { "type": "number" }, "valorMoraRecebido": { "type": "number" }, "valorMultaRecebido": { "type": "number" }, "valorDespesaRecebido": { "type": "number" }, "dataEfetiva": { "type": "string", "format": "date" }, "siglaMeioLiquidacao": { "type": "string" }, "identificadorInstrucaoModalidade": { "type": "boolean" } } }, "Cadoc2300DTO": { "type": "object", "properties": { "tipoOperacao": { "type": "string", "enum": [ "ALTERACAO", "EXCLUSAO" ] }, "codigoEmpresaAplicacao": { "type": "integer", "format": "int32" }, "codigoUnidadeAplicacao": { "type": "integer", "format": "int32" }, "codigoClienteAplicacao": { "type": "integer", "format": "int64" }, "siglaModalidadeAplicacao": { "type": "string" }, "codigoContratoAplicacao": { "type": "integer", "format": "int64" }, "numeroAdlibAplicacao": { "type": "integer", "format": "int32" } } }, "LoteManutencaoContratoDTO": { "type": "object", "required": [ "codigoCliente", "numeroAdlib", "numeroContrato", "siglaModalidade", "situacao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "situacao": { "type": "string", "enum": [ "ALTERACAO", "EXCLUIDO", "ESTORNO_RENEGOCIACAO", "VENCIMENTO_ANTECIPADO", "ESTORNO_AMORTIZACAO_SALDO" ] }, "numeroPac": { "type": "integer", "format": "int64" }, "numeroDirecionamentoCredito": { "type": "string", "enum": [ "A_1110", "A_1120", "A_1210", "A_1220", "A_1230", "A_1240", "A_1250", "A_2110", "A_2120", "A_2210", "A_2220", "A_2230", "A_2240", "A_2250", "A_3110", "A_3120", "A_3210", "A_3220", "A_3230", "A_3240", "A_3250", "A_4100", "A_4110", "A_4120", "A_4130", "A_4200", "A_4300", "A_4400", "A_4500", "A_4600", "A_4700" ] }, "codigoGerente": { "type": "integer", "format": "int32" }, "codigoCaracteristicaEspecial": { "type": "integer", "format": "int32" }, "codigoCaracteristicasEspeciaisComplementares": { "type": "string" }, "codigoTipoRenegociacao": { "type": "integer", "format": "int32" }, "numeroGarantia": { "type": "string", "enum": [ "INTERNA", "EXTERNA" ] }, "descricaoNumeroGarantia": { "type": "string" }, "codigoContaCorrente": { "type": "string" }, "codigo3240": { "type": "string", "enum": [ "CONSUMO", "MICROEMPREENDEDOR", "CONSIGNADO_DESCONTO_FOLHA", "CONSIGNADO_EXIGIBILIDADE_MICROCREDITO" ] }, "criterioLiquidacao": { "type": "string", "enum": [ "MANUAL", "AUTOMATICA", "NAO_ALTERAR" ] }, "ignorarTaxasCadoc3050": { "type": "boolean" }, "cessaoAdquirido": { "type": "string", "enum": [ "COM_COOBRIGACAO", "SEM_COOBRIGACAO" ] }, "numeroReferenciaRecor": { "type": "string" }, "situacaoOperacaoSicor": { "type": "string" }, "enviarContratoArquivoSaldosSicor": { "type": "boolean" }, "numeroContratoPortabilidade": { "type": "integer" }, "funding": { "$ref": "#/definitions/OperacaoFundingDTO" }, "recursos": { "$ref": "#/definitions/OperacaoRecursosDTO" }, "mora": { "$ref": "#/definitions/OperacaoMoraDTO" }, "cadoc2300": { "$ref": "#/definitions/Cadoc2300DTO" }, "prazoIndeterminado": { "type": "boolean" }, "identificadorDedutibilidadeTributaria": { "type": "boolean" }, "dataDedutibilidadeTributaria": { "type": "string", "format": "date" }, "situacaoTomador": { "$ref": "#/definitions/StatusTomadorDTO" }, "dataSituacaoConsignado": { "type": "string", "format": "date" }, "codigoUsuarioConsignado": { "type": "string" }, "motivoExclusao": { "type": "string", "minLength": 0, "maxLength": 200 }, "numeroGrupoModalidade": { "type": "integer", "format": "int32" }, "numeroSubGrupoModalidade": { "type": "integer", "format": "int32" }, "codigoAgrupamentoPosicao": { "type": "string", "enum": [ "A_00", "A_10", "A_20", "A_30", "A_40", "A_50", "A_90", "P_10", "P_20", "P_30", "P_40", "P_90" ] }, "codigoBancoTaxaPeriodo": { "type": "integer", "format": "int32" }, "codigoCadoc2011": { "type": "string", "enum": [ "A_00", "A_101010000", "A_101010100", "A_101010101", "A_101010102", "A_101010103", "A_101010104", "A_101010105", "A_101010106", "A_101010900", "A_101020000", "A_101020100", "A_101020101", "A_101020102", "A_101020103", "A_101020104", "A_101020105", "A_101020106", "A_101020900", "A_102010000", "A_102010100", "A_102010101", "A_102010102", "A_102010103", "A_102010104", "A_102010105", "A_102010106", "A_102010900", "A_102020000", "A_102020100", "A_102020101", "A_102020102", "A_102020103", "A_102020104", "A_102020105", "A_102020106", "A_102020900", "A_103010000", "A_103010100", "A_103010101", "A_103010102", "A_103010103", "A_103010104", "A_103010105", "A_103010106", "A_103010900", "A_103020000", "A_103020100", "A_103020101", "A_103020102", "A_103020103", "A_103020104", "A_103020105", "A_103020106", "A_103020900", "A_104010000", "A_104010100", "A_104010101", "A_104010102", "A_104010103", "A_104010104", "A_104010105", "A_104010106", "A_104010900", "A_105010000", "A_105010100", "A_105010101", "A_105010102", "A_105010103", "A_105010104", "A_105010105", "A_105010106", "A_105010900", "A_106010000", "A_106010100", "A_106010101", "A_106010102", "A_106010103", "A_106010104", "A_106010105", "A_106010106", "A_106010900", "A_107010000", "A_107010100", "A_107010101", "A_107010102", "A_107010103", "A_107010104", "A_107010105", "A_107010106", "A_107010900", "A_201010000", "A_201010100", "A_201010101", "A_201010102", "A_201010103", "A_201010104", "A_201010105", "A_201010106", "A_201010900", "A_201020000", "A_201020100", "A_201020101", "A_201020102", "A_201020103", "A_201020104", "A_201020105", "A_201020106", "A_201020900", "A_202010000", "A_202010100", "A_202010101", "A_202010102", "A_202010103", "A_202010104", "A_202010105", "A_202010106", "A_202010900", "A_202020000", "A_202020100", "A_202020101", "A_202020102", "A_202020103", "A_202020104", "A_202020105", "A_202020106", "A_202020900", "A_202030000", "A_202030100", "A_202030101", "A_202030102", "A_202030103", "A_202030104", "A_202030105", "A_202030106", "A_202030900", "A_203010000", "A_203010100", "A_203010101", "A_203010102", "A_203010103", "A_203010104", "A_203010105", "A_203010106", "A_203010900", "A_203020000", "A_203020100", "A_203020101", "A_203020102", "A_203020103", "A_203020104", "A_203020105", "A_203020106", "A_203020900", "A_204010000", "A_204010100", "A_204010101", "A_204010102", "A_204010103", "A_204010104", "A_204010105", "A_204010106", "A_204010900", "A_205010000", "A_205010100", "A_205010101", "A_205010102", "A_205010103", "A_205010104", "A_205010105", "A_205010106", "A_205010900", "A_206010000", "A_206010100", "A_206010101", "A_206010102", "A_206010103", "A_206010104", "A_206010105", "A_206010106", "A_206010900", "A_207010000", "A_207010100", "A_207010101", "A_207010102", "A_207010103", "A_207010104", "A_207010105", "A_207010106", "A_207010900", "A_208010000", "A_208010100", "A_208010101", "A_208010102", "A_208010103", "A_208010104", "A_208010105", "A_208010106", "A_208010900" ] }, "codigoCarteiraNegociacao": { "type": "string", "enum": [ "A_00", "A_01", "A_02" ] }, "codigoClausulaCaracteristica": { "type": "string" }, "codigoContabil": { "type": "integer", "format": "int32" }, "destinacaoBacen": { "type": "integer" }, "detalhamentoDlo": { "type": "string" }, "fatorPonderacaoRisco": { "type": "string" }, "localRegistro": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03" ] }, "mitigadorRisco": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03", "A_04", "A_05", "A_06", "A_07", "A_11", "A_12", "A_13", "A_14" ] }, "modalidadeBacen": { "type": "integer" }, "modeloOrigem": { "type": "string", "enum": [ "A_00", "A_18", "A_19", "A_20", "A_21", "A_22", "A_23", "A_24", "A_25", "A_26", "A_27", "A_28", "A_29", "A_30", "A_31", "A_32", "A_33", "A_34", "A_35", "A_36", "A_37", "A_38", "A_39", "A_40", "A_41", "A_42", "A_43", "A_44", "A_45", "A_46", "A_47", "A_48", "A_49", "A_50", "A_51", "A_52", "A_53" ] }, "modeloOrigemPcam": { "type": "string", "enum": [ "A_00", "A_01", "A_02", "A_03", "A_04", "A_05", "A_06" ] }, "subcontaDlo": { "type": "string", "enum": [ "A_00", "A_10", "A_20", "A_30" ] }, "tipoEncargo": { "type": "string", "enum": [ "PRE", "POS", "FLU", "IND" ] }, "fontePendencia": { "type": "number" }, "centralRisco": { "type": "boolean" }, "idInterface": { "type": "boolean" }, "ignorarConcessArquivo3050": { "type": "boolean" }, "ignorarTaxaArquivo3050": { "type": "boolean" }, "origemRecursoRating": { "type": "string", "enum": [ "LIVRE", "DIRECIONADO" ] }, "tipoExposicao": { "type": "string", "enum": [ "A_1", "A_2", "A_3", "A_4", "A_5" ] }, "idTaxaProducao": { "type": "boolean" }, "id3490": { "type": "boolean" }, "contaContabil": { "type": "string" }, "grupoAdicional": { "type": "integer", "format": "int32" }, "grupoOrigemRecurso": { "type": "integer", "format": "int32" }, "grupoTaxaReferencial": { "type": "integer", "format": "int32" }, "naturezaOperacao": { "type": "integer", "format": "int32" }, "subgrupoAdicional": { "type": "integer", "format": "int32" }, "subgrupoOrigemRecurso": { "type": "integer", "format": "int32" }, "subgrupoTaxaReferencial": { "type": "integer", "format": "int32" }, "variacaoCambio": { "type": "integer", "format": "int32" }, "carteiraInterface": { "type": "string" }, "linhaIft": { "type": "string" }, "modalidadeIft": { "type": "string" }, "tagModalidadeRating": { "type": "string" }, "tipoEncargoRating": { "type": "string", "enum": [ "PRE_FIXADA", "FLUTUANTE", "OUTROS_INDEXADORES", "VARIACAO_CAMBIAL", "INDEXADO_TR", "INDEXADO_TLP", "INDEXADO_TJLP", "INDEXADO_IPCA", "INDEXADO_IGPM" ] }, "valorTaxaMaxima": { "type": "number" }, "valorTaxaMinima": { "type": "number" }, "idTaxaRegular": { "type": "boolean" }, "idEnvioCadastroPositivo": { "type": "boolean" }, "numeroOrdemDestinacao": { "type": "integer", "format": "int32" }, "valorReferenciaBacen": { "type": "number" } } }, "LoteManutencaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "contratos": { "type": "array", "items": { "$ref": "#/definitions/LoteManutencaoContratoDTO" } } } }, "LoteCobradorDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteCobradorTituloDTO" } } } }, "LoteCobradorTituloDTO": { "type": "object", "required": [ "codigoCobradorTransferido", "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "codigoUnidadeTransferida": { "type": "integer", "format": "int32" }, "codigoCobradorTransferido": { "type": "integer", "format": "int32" } } }, "LoteCessaoDTO": { "type": "object", "required": [ "baseTaxa", "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataCessao", "dataMovimento", "numeroLote", "situacaoLote", "taxaCessao", "tipoCessao", "tipoLote", "tipoPrazo", "tipoTaxa" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "codigoCliente": { "type": "integer", "format": "int64" }, "tipoCessao": { "type": "string", "enum": [ "COM_COOBRIGACAO", "DEFINITIVA", "SEM_COOBRIGACAO_CBS", "SEM_COOBRIGACAO_CCB", "SEM_COOBRIGACAO_PASSIVO" ] }, "tipoTaxa": { "type": "string", "enum": [ "CAPITALIZADA", "DESCONTO", "LINEAR", "OVER", "DESCONTO_CAPITALIZADO" ] }, "baseTaxa": { "type": "string", "enum": [ "DIARIO", "MENSAL", "BIMESTRAL", "TRIMESTRAL", "SEMESTRAL", "OVER", "ANUAL", "ANO_CIVIL", "BISSEXTO" ] }, "tipoPrazo": { "type": "string", "enum": [ "CORRIDO", "OVER", "UTIL" ] }, "taxaCessao": { "type": "number" }, "dataCessao": { "type": "string", "format": "date" }, "tipoValorPresente": { "type": "string", "enum": [ "CONTABIL", "VENCIMENTO", "EMISSAO" ] }, "taxaFixa": { "type": "number" }, "valorTarifa": { "type": "number" }, "siglaCessaoCoobrigracao": { "type": "string" }, "siglaModalidadeCoobrigracao": { "type": "string" }, "dataRecompraCessao": { "type": "string", "format": "date" }, "taxaRecompra": { "type": "number" }, "siglaIndicadorMonetarioRecompra": { "type": "string" }, "tipoSelecaoCessao": { "type": "string", "enum": [ "INFORMA_VALOR_CESSAO", "CALCULA_VALOR_CESSAO" ] }, "valorMaximo": { "type": "number" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteCessaoTituloDTO" } } } }, "LoteCessaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero", "saldoContabil", "saldoDevedor", "valorCessao" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "saldoDevedor": { "type": "number" }, "saldoContabil": { "type": "number" }, "valorCessao": { "type": "number" }, "valorResultado": { "type": "number" } } }, "LoteDevolucaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteDevolucaoTituloDTO" } } } }, "LoteDevolucaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero", "tipoDevolucao" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "tipoDevolucao": { "type": "string", "enum": [ "PROTESTO", "SOLICITACAO_CEDENTE", "DEVOLUCAO_INTERNA", "DECORRENCIA_PRAZO", "PAGAMENTO_CLIENTE", "ESTORNO_DEVOLUCAO", "SUSTACAO_JUDICIAL" ] }, "meioRecepcao": { "type": "string" } } }, "LoteEstornoDevolucaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteEstornoDevolucaoTituloDTO" } } } }, "LoteEstornoDevolucaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "tipoDevolucao": { "type": "string", "enum": [ "PROTESTO", "SOLICITACAO_CEDENTE", "DEVOLUCAO_INTERNA", "DECORRENCIA_PRAZO", "PAGAMENTO_CLIENTE", "ESTORNO_DEVOLUCAO", "SUSTACAO_JUDICIAL" ] } } }, "LoteAjsDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataCalculo", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "parcelas": { "type": "array", "items": { "$ref": "#/definitions/LoteAjsParcelaDTO" } }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "meioLiquidacao": { "type": "string" }, "dataCalculo": { "type": "string", "format": "date" }, "siglaCriterioCalculo": { "type": "string" }, "siglaTaxaBasica": { "type": "string" }, "siglaIndicadorMonetario": { "type": "string" }, "siglaIndicadorMonetarioHibrido": { "type": "string" }, "taxaOperacao": { "type": "number" }, "taxaBasica": { "type": "number" }, "valorPercentualComissao": { "type": "number" }, "codigoBoleta": { "type": "string" }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/LoteParticipanteDTO" } } } }, "LoteAjsParcelaDTO": { "type": "object", "required": [ "nossoNumero", "sequenciaNossoNumero" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "nossoNumero": { "type": "integer", "format": "int64" }, "sequenciaNossoNumero": { "type": "integer", "format": "int64" }, "valorPrincipal": { "type": "number" }, "valorTitulo": { "type": "number" }, "saldoPrincipalOperacao": { "type": "number" }, "saldoAtualParcial": { "type": "number" }, "valorPrincipalOrigem": { "type": "number" }, "saldoAtualOrigem": { "type": "number" }, "saldoPrincipalOrigem": { "type": "number" }, "saldoDevedorOrigem": { "type": "number" }, "dataVencimento": { "type": "string", "format": "date" }, "dataInicioApuracao": { "type": "string", "format": "date" }, "dataFimApuracao": { "type": "string", "format": "date" }, "idBalao": { "type": "boolean" }, "valorCorrecaoParcial": { "type": "number" }, "valorJurosParcial": { "type": "number" }, "siglaLinhaOperacao": { "type": "string" }, "taxaComissao": { "type": "number" } } }, "LoteParticipanteDTO": { "type": "object", "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoClienteParticipante": { "type": "integer", "format": "int64" }, "nomeParticipante": { "type": "string" }, "numeroDocumento": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "dataResponsabilidade": { "type": "string", "format": "date" }, "percentualResponsabilidade": { "type": "number" }, "tipoQualificacao": { "type": "string", "enum": [ "AVAL", "FIANCA", "NAO_UTILIZADO" ] }, "valorResponsabilidade": { "type": "number" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] } } }, "LoteInstrucaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteInstrucaoTituloDTO" } } } }, "LoteInstrucaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "dataComplemento": { "type": "string", "format": "date" }, "valorComplemento": { "type": "number" }, "taxaComplemento": { "type": "number" }, "numeroComplemento": { "type": "integer", "format": "int32" }, "percentualComplemento": { "type": "number" }, "descricaoComplemento": { "type": "string" }, "retornoCnab": { "type": "boolean" }, "instrucaoBloqueto": { "type": "boolean" }, "meioRecepcao": { "type": "string" } } }, "LoteGarantiaDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteGarantiaTituloDTO" } } } }, "LoteGarantiaTituloDTO": { "type": "object", "required": [ "numeroAdlb", "numeroContrato", "numeroNossoNumero", "numeroSequenciaNossoNumero", "siglaModalidade" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "codigoUnidadeDestino": { "type": "integer", "format": "int32" }, "numeroContratoGarantia": { "type": "string" }, "tipoNumeroGarantia": { "type": "string", "enum": [ "INTERNA", "EXTERNA" ] }, "numeroAdlb": { "type": "integer", "format": "int32" }, "numeroContrato": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" } } }, "LoteEstornoLiquidacaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteEstornoLiquidacaoTituloDTO" } } } }, "LoteEstornoLiquidacaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "valorConvertidoRecebido": { "type": "number" }, "valorDescontoRecebido": { "type": "number" }, "valorPrincipalRecebido": { "type": "number" }, "valorJurosRecebido": { "type": "number" }, "valorCorrecaoRecebido": { "type": "number" }, "valorTributoRecebido": { "type": "number" }, "valorPermanenciaRecebido": { "type": "number" }, "valorMoraRecebido": { "type": "number" }, "valorMultaRecebido": { "type": "number" }, "valorDespesaRecebido": { "type": "number" }, "valorEncargoRecebido": { "type": "number" }, "valorLiquidoRecebido": { "type": "number" }, "dataEfetiva": { "type": "string", "format": "date" }, "siglaMeioLiquidacao": { "type": "string" }, "codigoCobradorPagamento": { "type": "integer", "format": "int32" }, "codigoUnidadePagamento": { "type": "integer", "format": "int32" }, "tipoBaixa": { "type": "string", "enum": [ "LIQUIDACAO_TOTAL", "LIQUIDACAO_PARCIAL", "LIQUIDACAO_CARTORIO", "LIQUIDACAO_TOTAL_BANCO", "LIQUIDACAO_PARCIAL_BANCO", "ESTORNO_LIQUIDACAO", "ESTORNO_EXCLUSAO_CONTRATO", "ESTORNO_LIQUIDACAO_PARCIAL", "ESTORNO_RENEGOCIACAO", "REEMBOLSO_COBRANCA_SIMPLES", "REEMBOLSO_DEVOLUCAO", "DEVOLUCAO_PROTESTO", "DEVOLUCAO_CEDENTE", "DEVOLUCAO_INTERNA", "DEVOLUCAO_PRACA", "DEVOLUCAO_PRAZO", "DEVOLUCAO_PAGAMENTO", "ESTORNO_DEVOLUCAO", "TRANSFERENCIA", "TRANSFERENCIA_DESCONTO", "EXCLUSAO_TITULO", "REDESCONTO_TITULO", "DESCONTO_INTELIGENTE", "DEVOLUCAO_RESTRICAO", "ESTORNO_LIQUIDACAO_CARTORIO", "DEVOLUCAO_SUSTACAO_JUDICIAL", "CESSAO_CBS", "CESSAO_CCB", "CESSAO_DEFINITIVA", "CESSAO_COM_COOBRIGACAO", "CESSAO_SEM_COOBRIGACAO_PASSIVA", "EXCLUSAO_CONTRATO", "RENEGOCIACAO", "TRANSFERIDO", "INLCUSAO_TRANSFERENCIA", "INCORPORACAO_JUROS", "ESTORNO_CESSAO_DEFINITIVA" ] }, "listaDespesaAdicional": { "type": "array", "items": { "$ref": "#/definitions/LoteEstornoLiquidacaoTituloDespesasAdicionaisDTO" } } } }, "LoteEstornoLiquidacaoTituloDespesasAdicionaisDTO": { "type": "object", "properties": { "identificadorTituloDespesaAdicional": { "type": "integer", "format": "int64" }, "siglaDespesaAdicional": { "type": "string" }, "identificadorConfiguracaoSigla": { "type": "string", "enum": [ "INS", "TAR", "HCH", "MOT", "CCH", "CHQ", "DSP", "OCO" ] }, "tipoDespesaAdicional": { "type": "string" }, "valorAdicionalLiquidacao": { "type": "number" } } }, "OperacaoProrrogacaoDTO": { "type": "object", "required": [ "codigoCliente", "codigoEmpresa", "codigoUnidade", "dataPrimeiroVencimento", "dataProrrogacao", "identificadorProrrogacao", "numeroAdlib", "numeroContrato", "siglaModalidade", "siglaModalidadeProrrogacao" ], "properties": { "identificadorProrrogacao": { "type": "integer", "format": "int64" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataProrrogacao": { "type": "string", "format": "date" }, "siglaModalidadeProrrogacao": { "type": "string" } } }, "RegistrarCancelamentoSeguroRequest": { "type": "object", "required": [ "dataCancelamento", "numeroAutorizacaoMotor" ], "properties": { "descricaoOrigem": { "type": "string" }, "canalCobranca": { "type": "string" }, "numeroAutorizacaoMotor": { "type": "string" }, "numeroAutorizacaoProcessadora": { "type": "string", "pattern": "\\d{3}\\|\\d{4}\\|\\d{10}\\|\\w{3,10}\\|\\d{12}\\|\\d{3}" }, "codigoMotivoCancelamento": { "type": "string" }, "descricaoMotivoCancelamento": { "type": "string" }, "dataCancelamento": { "type": "string", "format": "date-time" } } }, "LoteProrrogacaoContratoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "listaProrrogacaoContrato": { "type": "array", "items": { "$ref": "#/definitions/ProrrogacaoContratoDTO" } } } }, "ProrrogacaoContratoDTO": { "type": "object", "required": [ "codigoCliente", "dataPrimeiroVencimento", "dataProrrogacao", "identificadorSituacaoProrrogacao", "numeroAdlib", "numeroContrato", "siglaModalidade", "valorPrimeiraParcelaAberto" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "identificadoProrrogacao": { "type": "integer", "format": "int64" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "dataProrrogacao": { "type": "string", "format": "date" }, "siglaModalidadeProrrogacao": { "type": "string" }, "saldoAtualCalculado": { "type": "number" }, "saldoAtualDevedor": { "type": "number" }, "valorDesconto": { "type": "number" }, "quantidadeParcelaAberto": { "type": "integer", "format": "int32" }, "valorPrimeiraParcelaAberto": { "type": "number" }, "quantidadeParcelasProrrogacao": { "type": "integer", "format": "int32" }, "valorParcelaProrrogacao": { "type": "number" }, "descricaoMensagemErro": { "type": "string" }, "identificadorSituacaoProrrogacao": { "type": "string", "enum": [ "PENDENTE", "OK", "ERRO" ] }, "nomeArquivoOrigem": { "type": "string" } } }, "LoteEstornoCessaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "titulos": { "type": "array", "items": { "$ref": "#/definitions/LoteEstornoCessaoTituloDTO" } } } }, "LoteEstornoCessaoTituloDTO": { "type": "object", "required": [ "numeroNossoNumero", "numeroSequenciaNossoNumero", "saldoContabil", "saldoDevedor", "valorCessao" ], "properties": { "numeroNossoNumero": { "type": "integer", "format": "int64" }, "numeroSequenciaNossoNumero": { "type": "integer", "format": "int64" }, "saldoDevedor": { "type": "number" }, "saldoContabil": { "type": "number" }, "valorCessao": { "type": "number" }, "valorResultado": { "type": "number" } } }, "BensDespesaAdicionalDTO": { "type": "object", "properties": { "valorBemSegurado": { "type": "number" } } }, "ParticipanteDespesaAdicionalDTO": { "type": "object", "required": [ "dataNascimento", "percentual", "sexo", "tipoParticipante" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "nomeParticipante": { "type": "string", "minLength": 0, "maxLength": 55 }, "numeroCpfCnpj": { "type": "string" }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "dataNascimento": { "type": "string", "format": "date" }, "percentual": { "type": "number" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "sexo": { "type": "string", "enum": [ "MASCULINO", "FEMININO", "AMBOS" ] } } }, "SimularDespesaRequest": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "calculoOperacao": { "$ref": "#/definitions/OperacaoResponseDTO" }, "despesasAdicionais": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeDespesasAdicionaisDTO" } }, "participanteDespesasAdicionais": { "type": "array", "items": { "$ref": "#/definitions/ParticipanteDespesaAdicionalDTO" } }, "bensDespesasAdicionais": { "type": "array", "items": { "$ref": "#/definitions/BensDespesaAdicionalDTO" } } } }, "LoteDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" } } }, "IncluirOperacaoComSeguroRequest": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataEmissao", "dataPrimeiroVencimento", "numeroAdlib", "numeroAmortizacoes", "numeroContrato", "participantes", "siglaModalidade", "taxaOperacao", "valorBemSegurado", "valorPrincipal" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "siglaModalidade": { "type": "string" }, "valorPrincipal": { "type": "number" }, "valorBemSegurado": { "type": "number" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "dataEmissao": { "type": "string", "format": "date" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "taxaOperacao": { "type": "number" }, "financiarTributo": { "type": "string", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorVrgDiluido": { "type": "number" }, "valorVrgFinal": { "type": "number" }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/OperacaoParticipanteSeguroDTO" } }, "tarifas": { "type": "array", "items": { "$ref": "#/definitions/TarifaRequestDTO" } }, "outros": { "type": "array", "items": { "$ref": "#/definitions/OutrosRequestDTO" } }, "tipoConvenio": { "type": "string", "enum": [ "GARANTIA", "SEGURADORA", "LOJISTA", "RECEBEDOR", "FORNECEDOR", "CONSIGNADO", "CORRESPONDENTE" ] }, "situacao": { "type": "string", "enum": [ "ABERTO", "ATIVO", "CASADA", "CEDIDO", "EFETIVADO", "EXCLUIDO", "EXCLUIDO_XX", "FECHADO", "PENDENTE", "RENEGOCIADO", "TRANSFERIDO", "SIMULACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "codigoClienteConveniado": { "type": "integer", "format": "int64" }, "codigoUnidadeConveniado": { "type": "integer", "format": "int32" }, "codigoUnidadeCliente": { "type": "integer", "format": "int32" }, "siglaPlano": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "taxaAnoDc": { "type": "number" }, "taxaCet": { "type": "number" }, "financiarTarifa": { "type": "boolean" }, "totalTarifa": { "type": "number" }, "financiarOutros": { "type": "boolean" }, "totalOutros": { "type": "number" }, "financiarSeguroPrestamista": { "type": "string", "enum": [ "SIM", "NAO", "ISENTO" ] }, "totalSeguroPrestamista": { "type": "number" }, "periodicidadeJuros": { "type": "integer", "format": "int32" }, "periodicidadeAmortizacao": { "type": "integer", "format": "int32" }, "periodicidadeCarencia": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "siglaInterfaceOrigem": { "type": "string" }, "exibirCpfCnpjTitularLiberacao": { "type": "boolean" }, "jurosBonificado": { "type": "boolean" }, "metodoCalculo": { "type": "string", "enum": [ "JEC", "FINAME", "PRICE", "JEC_PRICE", "SAC", "SAC_PRICE", "SAM", "LEASING", "TABELA_PRICE", "FINAME_LEASING", "COMPROP", "COMFIX", "COMFLAT", "SCM", "FINAME_PRICE", "FINAME_PRICE_30" ] }, "siglaCriterioCalculo": { "type": "string" }, "liberacoes": { "type": "array", "items": { "$ref": "#/definitions/OperacaoLiberacaoDTO" } } } }, "OperacaoParticipanteSeguroDTO": { "type": "object", "required": [ "tipoParticipante" ], "properties": { "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "numeroDocumento": { "type": "string" }, "tipoParticipante": { "type": "string", "enum": [ "TITULAR", "AVALISTA", "DEVEDOR_SOLIDARIO", "REPASSADOR", "INTERVENIENTE", "CONVENIADO", "BENEFICIARIO", "BANCO_EMISSOR", "BANCO_AVISADOR", "BANCO_PAGADOR", "EMITENTE", "INTERVENIENTE_GARANTIDOR", "CESSIONARIO", "CEDENTE", "PAGADOR", "CONTATO_COMERCIAL", "FIADOR", "FIEL_DEPOSITARIO", "FORNECEDOR", "CORRESPONDENTE", "CONSIGNANTE", "COOBRIGADO", "RESPONSABILIDADE_EMPRESA", "GARANTIDOR", "SEGURADORA" ] }, "codigoCliente": { "type": "integer", "format": "int64" }, "numeroContratoVinculado": { "type": "integer", "format": "int64" }, "nomeParticipante": { "type": "string", "minLength": 0, "maxLength": 55 }, "percentualResponsabilidade": { "type": "number" }, "valorResponsabilidade": { "type": "number" }, "dataResponsabilidade": { "type": "string", "format": "date" }, "qualificacao": { "type": "string", "enum": [ "AVAL", "FIANCA", "NAO_UTILIZADO" ] }, "descricaoComplemento": { "type": "string", "minLength": 0, "maxLength": 2000 }, "dataNascimento": { "type": "string", "format": "date" }, "sexo": { "type": "string", "enum": [ "MASCULINO", "FEMININO", "AMBOS" ] } } }, "SimularOperacaoComSeguroRequest": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataEmissao", "dataPrimeiroVencimento", "numeroAmortizacoes", "participantes", "siglaModalidade", "taxaOperacao", "valorBemSegurado", "valorPrincipal" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "siglaModalidade": { "type": "string" }, "valorPrincipal": { "type": "number" }, "valorBemSegurado": { "type": "number" }, "numeroAmortizacoes": { "type": "integer", "format": "int32" }, "dataEmissao": { "type": "string", "format": "date" }, "dataPrimeiroVencimento": { "type": "string", "format": "date" }, "taxaOperacao": { "type": "number" }, "financiarTributo": { "type": "string", "enum": [ "SIM", "NAO", "ISENTO" ] }, "valorVrgDiluido": { "type": "number" }, "valorVrgFinal": { "type": "number" }, "participantes": { "type": "array", "items": { "$ref": "#/definitions/OperacaoParticipanteSeguroDTO" } }, "tarifas": { "type": "array", "items": { "$ref": "#/definitions/TarifaRequestDTO" } }, "outros": { "type": "array", "items": { "$ref": "#/definitions/OutrosRequestDTO" } } } }, "MovimentoOperacaoIntegracaoReferenciaBacenRequest": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int64" }, "siglaModulo": { "type": "string" }, "dataSimulacao": { "type": "string" }, "numeroSequencial": { "type": "integer", "format": "int64" }, "numeroReferenciaBacen": { "type": "string" } } }, "LoteLpContratoDTO": { "type": "object", "required": [ "codigoCliente", "dataCalculo", "dataTransferencia", "numeroAdlib", "numeroContrato", "siglaModalidade" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoCliente": { "type": "integer", "format": "int64" }, "siglaModalidade": { "type": "string" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataCalculo": { "type": "string", "format": "date" }, "dataTransferencia": { "type": "string", "format": "date" } } }, "LoteLpDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote", "situacaoLote", "tipoLote" ], "properties": { "dataHoraAtualizacao": { "type": "string", "format": "date-time" }, "codigoUsuarioAtualizador": { "type": "string" }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "situacaoLote": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] }, "quantidade": { "type": "integer", "format": "int32" }, "quantidadeDocumentosCalculados": { "type": "integer", "format": "int32" }, "valorTotal": { "type": "number" }, "valorTotalCalculado": { "type": "number" }, "valorJurosCalculado": { "type": "number" }, "numeroContrato": { "type": "integer", "format": "int64" }, "numeroAdlib": { "type": "integer", "format": "int32" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "complementar": { "type": "boolean" }, "codigoInstrucao": { "type": "integer", "format": "int32" }, "codigoCobrador": { "type": "integer", "format": "int32" }, "identificadorInstrucaoModalidade": { "type": "boolean" }, "siglaOrigemInterface": { "type": "string" }, "valorCorrecaoCalculado": { "type": "number" }, "codigoConta": { "type": "string" }, "quitacao": { "type": "boolean" }, "contratos": { "type": "array", "items": { "$ref": "#/definitions/LoteLpContratoDTO" } } } }, "AutorizarSeguroDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "listaParticipantes", "listaSeguros", "tipoPessoa", "valorBemSegurado", "valorTotalOperacao" ], "properties": { "listaSeguros": { "type": "array", "items": { "$ref": "#/definitions/ModalidadeDespesasAdicionaisDTO" } }, "tipoPessoa": { "type": "string", "enum": [ "FISICA", "JURIDICA" ] }, "listaParticipantes": { "type": "array", "items": { "$ref": "#/definitions/ParticipanteDespesaAdicionalDTO" } }, "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "valorTotalOperacao": { "type": "number" }, "valorBemSegurado": { "type": "number" } } }, "ListarLoteDTO": { "type": "object", "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "dataMovimentoInicio": { "type": "string", "format": "date" }, "dataMovimentoFim": { "type": "string", "format": "date" }, "dataProcessamentoEfetivo": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" }, "listaTipoLote": { "type": "array", "items": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] } }, "listaSituacaoLote": { "type": "array", "items": { "type": "string", "enum": [ "ABERTO", "EFETIVADO", "FECHADO", "PENDENTE", "LOTE_COMPLEMENTAR", "CASADA", "PENDENTE_AUTORIZACAO", "PROVISIONADO", "PENDENTE_VALORES", "PENDENTE_INTEGRACAO", "INTEGRACAO_EXTERNA", "AGUARDANDO_RETORNO_INTEGRACAO_EXTERNA", "BLOQUEIO_INTEGRACAO_EXTERNA" ] } }, "siglaOrigemInterface": { "type": "string" } } }, "MovimentoContratoBuscarDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" } } }, "FonteExternaMotorCreditoDTO": { "type": "object", "required": [ "codigo", "codigoInterno" ], "properties": { "identificador": { "type": "integer", "format": "int64" }, "codigo": { "type": "string" }, "codigoInterno": { "type": "string" } } }, "PoliticaMotorCreditoDetalheDTO": { "type": "object", "required": [ "identificador", "situacao" ], "properties": { "identificador": { "type": "integer", "format": "int64" }, "nome": { "type": "string", "minLength": 0, "maxLength": 500 }, "codigoGrupo": { "type": "string", "minLength": 0, "maxLength": 8 }, "siglaModalidade": { "type": "string", "minLength": 0, "maxLength": 8 }, "situacao": { "type": "string", "enum": [ "ATIVO", "INATIVO" ] }, "fontesExternas": { "type": "array", "items": { "$ref": "#/definitions/FonteExternaMotorCreditoDTO" } } } }, "EfetivarOperacaoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "numeroSequencialLog", "tipoLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "numeroSequencialLog": { "type": "integer", "format": "int64" }, "operacoes": { "type": "array", "items": { "$ref": "#/definitions/OperacaoDTO" } } } }, "EfetivarLoteDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "numeroSequencialLog", "tipoLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "numeroSequencialLog": { "type": "integer", "format": "int64" }, "lotes": { "type": "array", "items": { "$ref": "#/definitions/LoteDTO" } } } }, "BorderoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "dataMovimento", "numeroLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "dataMovimento": { "type": "string", "format": "date" }, "numeroLote": { "type": "integer", "format": "int64" } } }, "EfetivarBorderoDTO": { "type": "object", "required": [ "codigoEmpresa", "codigoUnidade", "numeroSequencialLog", "tipoLote" ], "properties": { "codigoEmpresa": { "type": "integer", "format": "int32" }, "codigoUnidade": { "type": "integer", "format": "int32" }, "tipoLote": { "type": "string", "enum": [ "LIQ", "CAU", "COB", "VIN", "OPE", "EDE", "ELI", "AEC", "CVI", "CCL", "TLP", "TCO", "INS", "ATI", "CES", "DEV", "TGA", "RNG", "TRF", "LMU", "RCV", "SBF", "SDE", "DES", "EMP", "FIN", "INT", "LEA", "REX", "RIN", "FIA", "AVL", "FIF", "REE", "RDE", "DIN", "CNR", "DCV", "DLP", "DLT", "CBO", "CNB", "AJS", "APC", "ERN", "EAS", "CRD", "EEX", "PRG", "ECE", "ATP", "AES" ] }, "numeroSequencialLog": { "type": "integer", "format": "int64" }, "borderos": { "type": "array", "items": { "$ref": "#/definitions/BorderoDTO" } } } } } }