2.0info: 2.37.0 pagamento_eletronico description: Serviço de pagamento eletrônico x-senior-domain: erpx_fin x-senior-domain-path: erpx_fin x-senior-service-path: pagamento_eletronico contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_finsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /pagamento_eletronico/queries/healthcheck: post: description: Query for health check – SRE tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verify 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query for health check – SRE tags: – Queries x-senior-visibility: PUBLIC parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verify 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getTipoPagamentoTitulo: post: description: Buscar Informações Bancárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e501tcpId properties: e501tcpId: type: string description: ID do Título responses: 200: description: Ok schema: type: object required: – tipoPagamentoTitulo properties: tipoPagamentoTitulo: type: object allOf: – #/definitions/recTipoPagamentoTitulo description: Tipo de pagamento do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Buscar Informações Bancárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: e501tcpId description: ID do Título in: query required: true type: string responses: 200: description: Ok schema: type: object required: – tipoPagamentoTitulo properties: tipoPagamentoTitulo: type: object allOf: – #/definitions/recTipoPagamentoTitulo description: Tipo de pagamento do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/listTitulosPagamentoEletronico: post: description: Lista os títulos de contas a pagar do pagamento eletrônico tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filter – pageRequest properties: filter: type: object allOf: – #/definitions/recFilterTitulosPagamentoEletronico description: Filtro pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação e ordenação responses: 200: description: Ok schema: type: object required: – titulos – totalElements properties: titulos: type: array items: type: object allOf: – #/definitions/recTitulosPagamentoEletronico minimum: 1 description: Títulos retornados totalElements: type: integer format: int64 description: Total de registros encontrados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getDetalhesTituloAgendamento: post: description: Recupera detalhes do título agendamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tituloId properties: tituloId: type: string description: Identificador do título responses: 200: description: Ok schema: type: object required: – tituloId properties: tituloId: type: string description: Identificador do título valoresAdicionais: type: object allOf: – #/definitions/recValoresAdicionais description: Valores adicionais do título valoresImpostos: type: object allOf: – #/definitions/recValoresImpostos description: Valores de impostos do título dadosTipoPagamento: type: object allOf: – #/definitions/recTipoPagamentoTitulo description: Dados do tipo de pagamento do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Recupera detalhes do título agendamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: tituloId description: Identificador do título in: query required: true type: string responses: 200: description: Ok schema: type: object required: – tituloId properties: tituloId: type: string description: Identificador do título valoresAdicionais: type: object allOf: – #/definitions/recValoresAdicionais description: Valores adicionais do título valoresImpostos: type: object allOf: – #/definitions/recValoresImpostos description: Valores de impostos do título dadosTipoPagamento: type: object allOf: – #/definitions/recTipoPagamentoTitulo description: Dados do tipo de pagamento do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getUrlArquivoRemessa: post: description: Retorna url de download do arquivo de remessa vinculado ao lote financeiro tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – loteFinanceiroId properties: loteFinanceiroId: type: string description: Identificador do lote financeiro responses: 200: description: Ok schema: type: object required: – url – nomeArquivo properties: url: type: string description: URL de download do arquivo de remessa gerado nomeArquivo: type: string description: Nome do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna url de download do arquivo de remessa vinculado ao lote financeiro tags: – Queries x-senior-visibility: PRIVATE parameters: – name: loteFinanceiroId description: Identificador do lote financeiro in: query required: true type: string responses: 200: description: Ok schema: type: object required: – url – nomeArquivo properties: url: type: string description: URL de download do arquivo de remessa gerado nomeArquivo: type: string description: Nome do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getDadosAgendamento: post: description: Retorna dados para fazer o agendamento do pagamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – titulosId properties: titulosId: type: array items: type: string minimum: 1 description: Identificador dos títulos responses: 200: description: Ok schema: type: object required: – titulosSemContaInternaSugerida – titulosComContaInternaDiferenteDeContaCorrente – qtdTitulosSelecionados – valorAbertoTotal – titulosComBancoNaoHomologado properties: titulosSemContaInternaSugerida: type: boolean description: Indicativo se todos os títulos possuem conta interna sugerida titulosComContaInternaDiferenteDeContaCorrente: type: boolean description: Indicativo se algum dos títulos possui conta interna diferente de conta corrente qtdTitulosSelecionados: type: integer format: int64 description: Quantidade de títulos selecionados valorAbertoTotal: type: string description: Valor total dos títulos selecionados minimum: 0.00 maximum: 9999999999999.99 titulosComBancoNaoHomologado: type: boolean description: Indicativo se algum dos títulos possui conta interna que está vinculada a um banco não homologado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna dados para fazer o agendamento do pagamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: titulosId description: Identificador dos títulos in: query required: true type: array items: type: string minimum: 1 responses: 200: description: Ok schema: type: object required: – titulosSemContaInternaSugerida – titulosComContaInternaDiferenteDeContaCorrente – qtdTitulosSelecionados – valorAbertoTotal – titulosComBancoNaoHomologado properties: titulosSemContaInternaSugerida: type: boolean description: Indicativo se todos os títulos possuem conta interna sugerida titulosComContaInternaDiferenteDeContaCorrente: type: boolean description: Indicativo se algum dos títulos possui conta interna diferente de conta corrente qtdTitulosSelecionados: type: integer format: int64 description: Quantidade de títulos selecionados valorAbertoTotal: type: string description: Valor total dos títulos selecionados minimum: 0.00 maximum: 9999999999999.99 titulosComBancoNaoHomologado: type: boolean description: Indicativo se algum dos títulos possui conta interna que está vinculada a um banco não homologado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/obterUrlUploadAnexo: post: description: Cria o local para armazenamento e busca URL para upload do anexo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nomeAnexo properties: nomeAnexo: type: string description: nome do arquivo anexo responses: 200: description: Ok schema: type: object required: – targetObject – nome – url – versao properties: targetObject: type: string description: targetObject do arquivo necessário no blobService nome: type: string description: nome do arquivo, informado no input url: type: string description: URL para upload do arquivo versao: type: string description: versão do arquivo criado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Cria o local para armazenamento e busca URL para upload do anexo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: nomeAnexo description: nome do arquivo anexo in: query required: true type: string responses: 200: description: Ok schema: type: object required: – targetObject – nome – url – versao properties: targetObject: type: string description: targetObject do arquivo necessário no blobService nome: type: string description: nome do arquivo, informado no input url: type: string description: URL para upload do arquivo versao: type: string description: versão do arquivo criado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/obterUrlDownloadAnexo: post: description: Obtém a URL para download do anexo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nome – versao properties: targetObject: type: string description: targetObject do arquivo necessario no blobService nome: type: string description: nome do anexo versao: type: string description: Versão do arquivo responses: 200: description: Ok schema: type: object required: – url properties: url: type: string description: URL para download do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obtém a URL para download do anexo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: targetObject description: targetObject do arquivo necessario no blobService in: query type: string – name: nome description: nome do anexo in: query required: true type: string – name: versao description: Versão do arquivo in: query required: true type: string responses: 200: description: Ok schema: type: object required: – url properties: url: type: string description: URL para download do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportFinalidadeTedDoc: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE030ban: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE030age: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE070emp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE070fil: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE034tcc: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE070filFinCpa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE070filFinTes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE095hfoFinCpa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE031moe: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE600cco: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE600pcf: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE600ccoFinCpa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE501tcp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportDadosPagamentoEletronico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE002tpt: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE001tns: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE066fpg: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE002tptFinCpa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportInformacaobancariapix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE001tnsFinCpa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportE077pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportArquivoRemessaDados: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportArquivoRemessaItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportPagamentoValoresAdicionais: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportContaInternaFilial: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportPagamentoValoresImpostos: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportLoteFinanceiro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportArquivoRemessaRetornoDados: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportArquivoRemessaRetornoItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportTituloAgendadoPagamentoEletronico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportTituloErroPagamentoEletronico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/exportInformacaobancariadeposito: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/gravarTipoPagamentoTitulo: post: description: Gravar Informações Bancárias tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – gravarTipoPagamentoTitulo properties: gravarTipoPagamentoTitulo: type: object allOf: – #/definitions/recGravarTipoPagamentoTitulo description: Tipo de pagamento do título responses: 200: description: Ok schema: type: object required: – tipoPagamentoTitulo properties: tipoPagamentoTitulo: type: object allOf: – #/definitions/recTipoPagamentoTitulo description: Tipo de pagamento salvo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/cancelarPagamentoEletronico: post: description: Action para cancelamento do pagamento eletrônico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – titulosId properties: titulosId: type: array items: type: string minimum: 1 description: Lista de identificador dos títulos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/agendarPagamentoEletronico: post: description: Agendar pagamento eletrônico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – titulosId properties: titulosId: type: array items: type: string minimum: 1 description: Identificadores de títulos contaInternaId: type: string description: Identificador da conta interna dataPagamento: type: string format: date description: Data do pagamento responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Ticket identificador do processo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/sugestaoTipoPagamentoSync: post: description: Sugestão tipo do pagamento síncrono tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – titulosId properties: titulosId: type: array items: type: string minimum: 1 description: Identificadores do título responses: 200: description: Ok schema: type: object required: – errosSugestao properties: errosSugestao: type: array items: type: string minimum: 1 description: Erros que ocorreram na sugestao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/salvarAnexo: post: description: Confirma a gravação do arquivo no serviço na versão em que ocorreu o upload tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – targetObject – nome – versao properties: targetObject: type: string description: targetObject do arquivo necessário no blobService nome: type: string description: nome do arquivo versao: type: string description: versão do anexo (obtida no retorno da primitiva obterUrlUploadAnexo) responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importarArquivoPagamentoEletronico: post: description: Importa arquivo retorno pagamento eletronico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – urlArquivo properties: urlArquivo: type: array items: type: string minimum: 1 description: Lista de url dos arquivos de retorno no S3 responses: 200: description: Ok schema: type: object required: – mensagem properties: mensagem: type: string description: Mensagem de retorno 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importFinalidadeTedDoc: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE030ban: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE030age: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE070emp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE070fil: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE034tcc: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE070filFinCpa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE070filFinTes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE095hfoFinCpa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE031moe: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE600cco: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE600pcf: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE600ccoFinCpa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE501tcp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importDadosPagamentoEletronico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE002tpt: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE001tns: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE066fpg: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE002tptFinCpa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importInformacaobancariapix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE001tnsFinCpa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importE077pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importArquivoRemessaDados: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importArquivoRemessaItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importPagamentoValoresAdicionais: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importContaInternaFilial: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importPagamentoValoresImpostos: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importLoteFinanceiro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importArquivoRemessaRetornoDados: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importArquivoRemessaRetornoItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importTituloAgendadoPagamentoEletronico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importTituloErroPagamentoEletronico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/actions/importInformacaobancariadeposito: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/cancelarPagamentoEletronicoAsync: post: description: Signal para realizar o cancelamento do pagamento eletrônico tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – titulosId properties: titulosId: type: array items: type: string minimum: 1 description: Lista de identificadores dos títulos responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/atualizarItensCancelamentoAutomaticoRetorno: post: description: Atualiza itens cancelamento automático retorno tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – titulos properties: processId: type: string description: Processo do asyncCaller titulos: type: array items: type: object allOf: – #/definitions/recTitulos minimum: 1 description: Lista de titulos executados responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/atualizarItensArquivoRemessaItensRetorno: post: description: Atualiza itens arquivo remessa itens retorno tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – titulos properties: processId: type: string description: Processo do AsyncCaller titulos: type: array items: type: object allOf: – #/definitions/recTitulos minimum: 1 description: Lista de titulos com erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/sugestaoTipoPagamento: post: description: Sugestão tipo do pagamento assíncrono tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e501tcpId properties: e501tcpId: type: array items: type: string minimum: 1 description: ID do Título responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/iniciarAgendamentoPagamento: post: description: Inicialização do processo de agendamento do pagamento eletrônico tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – arquivoRemessaDadosId properties: arquivoRemessaDadosId: type: string description: Identificador do arquivo de remessa responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/atualizarStatusTituloPagamentoEletronicoRetorno: post: description: Retorno para atualização da situação dos títulos recebidos para VPE – pagamento eletrônico tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – arquivoRemessaDadosId properties: processId: type: string description: Identificador da processo arquivoRemessaDadosId: type: string description: Id do arquivo de remessa de dados recTitulosErro: type: array items: type: object allOf: – #/definitions/recTitulosErro description: Lista de títulos pertencentes a este arquivo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/gerarArquivoRemessaPagamentoEletronicoRetorno: post: description: Retorno da geração do arquivo de remessa para o pagamento eletrônico tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – arquivoRemessaDadosId – ocorreuErroArquivoRemessaDados properties: processId: type: string description: Identificador da processo arquivoRemessaDadosId: type: string description: Identificador do arquivo de remessa ocorreuErroArquivoRemessaDados: type: boolean description: Ocorreu erro? mensagemErroArquivoRemessaDados: type: string description: Mensagem de Erro dadosArquivo: type: object allOf: – #/definitions/recArquivo description: Dados do arquivo de remessa gerado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/calcularJurosMultaDescontosRetorno: post: description: Retorno do calculo da multi moeda tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – arquivoRemessaDadosId – ocorreuErro – recResultadoCalculo properties: processId: type: string description: Identificador do processo arquivoRemessaDadosId: type: string description: ID da entidade arquivo remessa dados ocorreuErro: type: boolean description: Indicador se ocorreu erro recResultadoCalculo: type: array items: type: object allOf: – #/definitions/recValores minimum: 1 description: Record com os valores calculados no título responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/calcularImpostoPagamentoEletronicoRetorno: post: description: Simulação calculo impostos retorno tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – identificador – ocorreuErro properties: processId: type: string description: Identificador do processo identificador: type: string description: ID da entidade arquivo remessa dados ocorreuErro: type: boolean description: Indicador se ocorreu erro recValores: type: array items: type: object allOf: – #/definitions/recValorImposto description: Valores dos impostos responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/signals/gerarLoteArquivoRemessaPagamentoEletronicoRetorno: post: description: Retorno da chamada da geração do lote do arquivo de remessa do pagamento eletrônico tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processId – arquivoRemessaDadosId properties: processId: type: string description: Identificador da processo arquivoRemessaDadosId: type: string description: Identificador do arquivo de remessa de dados recTitulosErro: type: array items: type: object allOf: – #/definitions/recTitulosErro description: Lista de títulos com erro pertencentes a este arquivo loteFinanceiroId: type: string description: Identificador do lote financeiro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importFinalidadeTedDocEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportFinalidadeTedDocEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE030banEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE030banEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE030ageEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE030ageEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE034tccEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE034tccEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE070filFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE070filFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE070filFinTesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE070filFinTesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE095hfoFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE095hfoFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE600ccoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE600ccoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE600pcfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE600pcfEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE600ccoFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE600ccoFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE501tcpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE501tcpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importDadosPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportDadosPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE002tptEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE002tptEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE066fpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE066fpgEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE002tptFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE002tptFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importInformacaobancariapixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportInformacaobancariapixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE001tnsFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE001tnsFinCpaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importE077pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportE077pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importArquivoRemessaDadosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportArquivoRemessaDadosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importArquivoRemessaItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportArquivoRemessaItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importPagamentoValoresAdicionaisEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportPagamentoValoresAdicionaisEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importContaInternaFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportContaInternaFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importPagamentoValoresImpostosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportPagamentoValoresImpostosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importLoteFinanceiroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportLoteFinanceiroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importArquivoRemessaRetornoDadosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportArquivoRemessaRetornoDadosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importArquivoRemessaRetornoItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportArquivoRemessaRetornoItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importTituloAgendadoPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportTituloAgendadoPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importTituloErroPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportTituloErroPagamentoEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/importInformacaobancariadepositoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/events/exportInformacaobancariadepositoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/finalidadeTedDoc: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/finalidadeTedDoc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e030ban: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e030ban 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e030ban/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e030ban 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e030age: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e030age 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e030age/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e030age 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070emp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070fil/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e034tcc: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e034tcc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070filFinCpa: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e070filFinTes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filFinTes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e001pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e001pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e095hfoFinCpa: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e095hfoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e031moe: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e031moe/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600cco: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e600cco 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600pcf: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600cco/{parentId}/e600pcf: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e600pcf responses: 200: description: The created resources schema: type: array items: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e600pcf responses: 200: description: The created resources schema: type: array items: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600cco/{parentId}/e600pcf/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e600pcf responses: 200: description: Ok schema: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e600pcf responses: 200: description: Ok schema: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e600pcf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600cco/{parentId}/e600ccoFinCpa: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e600ccoFinCpa responses: 200: description: The created resource schema: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e600ccoFinCpa responses: 200: description: The created resource schema: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e600cco/{parentId}/e600ccoFinCpa/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e600ccoFinCpa responses: 200: description: Ok schema: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e600ccoFinCpa responses: 200: description: Ok schema: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e600ccoFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e501tcp: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e501tcp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/dadosPagamentoEletronico: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/dadosPagamentoEletronico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e002tpt: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e002tpt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e001tns: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e001tns/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e066fpg: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e066fpg/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e002tptFinCpa: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e002tpt/{parentId}/e002tptFinCpa: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e002tptFinCpa responses: 200: description: The created resource schema: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/e002tptFinCpa responses: 200: description: The created resource schema: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e002tpt/{parentId}/e002tptFinCpa/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e002tptFinCpa responses: 200: description: Ok schema: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e002tptFinCpa responses: 200: description: Ok schema: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e002tptFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/informacaobancariapix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/informacaobancariapix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/informacaobancariapix/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/informacaobancariapix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e001tnsFinCpa: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsFinCpa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e077pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e077pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/e077pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e077pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaDados: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaDados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaItem: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaDados/{parentId}/itens: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/arquivoRemessaItem responses: 200: description: The created resources schema: type: array items: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/arquivoRemessaItem responses: 200: description: The created resources schema: type: array items: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaDados/{parentId}/itens/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/arquivoRemessaItem responses: 200: description: Ok schema: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/arquivoRemessaItem responses: 200: description: Ok schema: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/arquivoRemessaItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/pagamentoValoresAdicionais: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pagamentoValoresAdicionais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/pagamentoValoresImpostos: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pagamentoValoresImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/loteFinanceiro: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/loteFinanceiro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaRetornoDados: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaRetornoDados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaRetornoItem: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaRetornoDados/{parentId}/arquivoRemessaRetornoItens: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/arquivoRemessaRetornoItem responses: 200: description: The created resources schema: type: array items: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/arquivoRemessaRetornoItem responses: 200: description: The created resources schema: type: array items: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/arquivoRemessaRetornoDados/{parentId}/arquivoRemessaRetornoItens/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/arquivoRemessaRetornoItem responses: 200: description: Ok schema: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/arquivoRemessaRetornoItem responses: 200: description: Ok schema: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/arquivoRemessaRetornoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/tituloAgendadoPagamentoEletronico: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/tituloAgendadoPagamentoEletronico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/tituloErroPagamentoEletronico: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/tituloErroPagamentoEletronico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/informacaobancariadeposito: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/informacaobancariadeposito 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pagamento_eletronico/entities/informacaobancariadeposito/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/informacaobancariadeposito 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: upDown: description: Up or down type: string enum: – UP – DOWN enumTypeOrder: description: Enumeração para o tipo de ordenação type: string enum: – ASC – DESC enumTipoFiltro: description: Enumeração para o tipo de filtro desejado type: string enum: – TITULOS_INCOMPLETOS – TITULOS_PAGAR – TITULOS_AGENDADOS – TITULOS_ERROS enumTipoPagamentoEletronico: description: Enum do tipo de pagamento type: string enum: – PIX_QRCODE – BOLETO – PIX_TRANSFERENCIA – TED – GUIA_CODIGO_BARRAS – GRU – DARF – GPS enumStatusAprovacaoPagamento: description: Enumeration do status de aprovação de pagamento do título type: string enum: – SEM_APROVACAO – PENDENTE_ENVIO_APROVACAO – EM_APROVACAO – APROVADO_AUTOMATICAMENTE – APROVADO – REPROVADO – ERRO_ENVIO_APROVACAO – EM_CANCELAMENTO enumTipTcc: description: Tipo da conta bancária type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 enumSitReg: description: Situação do registro type: string enum: – VA – VI enumTipoTransacao: description: Tipo da Transação type: string enum: – TED – DOC enumJurFis: description: Tipo da pessoa type: string enum: – VJ – VF enumSitTit: description: Situação do Título type: string enum: – VAO – VAN – VAA – VAB – VAC – VAE – VAI – VAJ – VAP – VAR – VAS – VAV – VAX – VCA – VCE – VCO – VLQ – VLC – VLI – VLM – VLO – VLP – VLS – VLV – VLX – VPE – VPB enumTipJrs: description: Tipo de Juros type: string enum: – VS – VC enumAdiSub: description: Adiciona ou subtrai type: string enum: – V1 – V2 – V3 – V4 – V5 enumTipBai: description: Tipo de baixa type: string enum: – VPG – VDV – VAB – VCA – VCR – VCP – VLP – VSU – VNA enumSituacaoLoteFinanceiro: description: Situação do lote financeiro type: string enum: – PROCESSADO_SUCESSO – PROCESSADO_ERRO – EM_PROCESSAMENTO – EM_PROCESSAMENTO_NOTA_GUIA – PROCESSADO_COM_PENDENCIA – EXCLUIDO_SUCESSO – EXCLUIDO_ERRO – EM_EXCLUSAO – EXCLUIDO_COM_PENDENCIA enumOrigemLoteFinanceiro: description: Origem de um lote financeiro type: string enum: – COBRANCA_ESCRITURAL_REMESSA – COBRANCA_ESCRITURAL_RETORNO – BAIXA_MANUAL_CP_POR_SUBSTITUICAO – BAIXA_MANUAL_CP_POR_APROVEITAMENTO – BAIXA_MANUAL_CP_POR_COMPENSACAO – BAIXA_MANUAL_CP_POR_NEGOCIACAO – BAIXA_MANUAL_CP_POR_PAGAMENTO – BAIXA_MANUAL_CP_POR_CANCELAMENTO – BAIXA_MANUAL_CP_POR_ABATIMENTO – BAIXA_MANUAL_CP_POR_LUCROS_PERDAS – INCLUSAO_MANUAL_TESOURARIA – INCLUSAO_DUPLICATA_CP_TESOURARIA – INCLUSAO_DUPLICATA_CR_TESOURARIA – INCLUSAO_CREDITO_CP_TESOURARIA – INCLUSAO_CREDITO_CR_TESOURARIA – DEVOLUCAO_CREDITO_CP_TESOURARIA – DEVOLUCAO_CREDITO_CR_TESOURARIA – INCLUSAO_MANUAL_CP – INCLUSAO_MANUAL_CR – TRANSFERENCIA_MANUAL_TESOURARIA – BAIXA_MANUAL_CR_POR_NEGOCIACAO – BAIXA_MANUAL_CR_POR_SUBSTITUICAO – BAIXA_MANUAL_CR_POR_APROVEITAMENTO – BAIXA_MANUAL_CR_POR_RECEBIMENTO – BAIXA_MANUAL_CR_POR_CANCELAMENTO – BAIXA_MANUAL_CR_POR_ABATIMENTO – BAIXA_MANUAL_CR_POR_LUCROS_PERDAS – BAIXA_MANUAL_CR_POR_PAGAMENTO – OUTROS_MANUAL_TESOURARIA – ATUALIZACAO_TITULO_CR – ATUALIZACAO_TITULO_CP – INCLUSAO_NOTA_FISCAL_ENTRADA – INCLUSAO_NOTA_FISCAL_SAIDA – INCLUSAO_VIA_DDA – ATUALIZACAO_TITULO_DDA – EXCLUSAO_TITULO_DDA – INCLUSAO_GUIA_RECOLHIMENTO – CONCILIACAO_BANCARIA – IMPORTACAO_EXTRATO_BANCARIO – INCLUSAO_COMISSAO – ARQUIVO_REMESSA_PAGAMENTO_ELETRONICO – ARQUIVO_REMESSA_RETORNO_PAGAMENTO_ELETRONICO – BAIXA_AUTOMATICA_CP_POR_PAGAMENTO enumTipoChavePix: description: Tipo de Chave PIX type: string enum: – CNPJ – CPF – EMAIL – TELEFONE – ALEATORIA enumSituacaoDadosBancario: description: Situação da Informação Bancáriaa type: string enum: – PAGAMENTO_SUGERIDO – PAGAMENTO_MANUAL enumAplGrp: description: Tipo de Aplicação type: string enum: – VA – VR – VP enumSomTit: description: Tipo de Soma type: string enum: – VD – VO – VC enumSituacaoPagamentoEletronicoTela: description: Situação do titulo dentro do processo de pagamento eletrônico type: string enum: – PROCESSANDO – AGENDADO – CANCELANDO – ARQUIVO_FINALIZADO – ERRO_AGENDADO – ERRO_ATUALIZACAO_TITULO – ERRO_GERACAO_LOTE_FINANCEIRO – ERRO_CALCULO_JUROS_MULTA_DESCONTOS – ERRO_CALCULO_IMPOSTO – ERRO_GERACAO_ARQUIVO – ERRO_INESPERADO – ERRO_CANCELAMENTO – ERRO_CANCELAMENTO_MANUAL – RETORNO_BANCARIO enumSituacaoItemGeracaoPagamentoEletronico: description: Status da geração do arquivo de pagamento eletrônico type: string enum: – INICIADO – AGENDADO – ATUALIZACAO_TITULO – GERACAO_LOTE_FINANCEIRO – CALCULANDO_JUROS_MULTA_DESCONTOS – CALCULANDO_IMPOSTO – GERANDO_ARQUIVO – ARQUIVO_FINALIZADO – ERRO_AGENDADO – ERRO_ATUALIZACAO_TITULO – ERRO_GERACAO_LOTE_FINANCEIRO – ERRO_CALCULO_JUROS_MULTA_DESCONTOS – ERRO_CALCULO_IMPOSTO – ERRO_GERACAO_ARQUIVO – CANCELADO – ERRO_INESPERADO – ERRO_CANCELAMENTO – ERRO_CANCELAMENTO_MANUAL – PROCESSANDO_CANCELAMENTO_MANUAL – PROCESSANDO_CANCELAMENTO – CANCELADO_MANUAL enumSituacaoGeracaoPagamentoEletronico: description: Situação da Geração do Arquivo de Pagamento Eletrônico type: string enum: – PENDENTE – SUCESSO – ERRO – CANCELADO – PROCESSANDO enumSituacaoArquivo: description: Enum Situação arquivo type: string enum: – PENDENTE – SUCESSO – ERRO – CANCELADO – PROCESSANDO enumOcorrenciaSistema: description: Enum Ocorrencia Sistema type: string enum: – ERRO – AGENDADO – PAGO – CANCELADO enumSituacaoItemArquivo: description: Enum Situação item arquivo type: string enum: – ERRO – PROCESSADO – TITULO_NAO_LOCALIZADO – CANCELADO userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recFieldsOrderBy: description: Define o registro com os dados dos campos à serem ordenados type: object required: – field – order properties: field: type: string description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) recPageRequest: description: Record para paginação e ordenação type: object required: – offset – size properties: offset: type: integer format: int64 description: Página atual size: type: integer format: int64 description: Total de registros da página orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy description: Campos da ordenação dos registros a serem pesquisados recGravarTipoPagamentoTitulo: description: Record tipo de pagamento de título type: object required: – id – tipoPagamento properties: id: type: string description: Id da entidade tipoPagamento: type: string allOf: – #/definitions/enumTipoPagamentoEletronico description: Tipo de Pagamento depositoBancoId: type: string description: Banco depositoAgencia: type: string maxLength: 5 description: Agencia depositoContaCorrente: type: integer format: int64 description: Conta Corrente minimum: 0 depositoDigitoAgencia: type: string maxLength: 1 description: Dígito verificador agência depositoDigitoVerificador: type: string maxLength: 100 description: Digito Verificador depositoTipoConta: type: string allOf: – #/definitions/enumTipTcc description: Tipo Conta depositoFinalidadeId: type: string description: Finalidade TED/DOC depositoNumeroDocumento: type: string maxLength: 14 description: Número do documento do favorecido (CPF/CNPJ) depositoNomeFavorecido: type: string maxLength: 255 description: Nome do favorecido boletoCodigoBarras: type: string maxLength: 48 description: Código de Barras guiaCodigoBarras: type: string maxLength: 48 description: Código de Barras gruCodigoBarras: type: string maxLength: 48 description: Código de Barras gruNumeroReferencia: type: string description: Número do código de arrecadação darfCodigoReceitaTributo: type: string description: Número do código de arrecadação darfNumeroReferencia: type: string description: Número Referencia gpsCodigoReceitaTributo: type: string description: Número do código de arrecadação pixTipoChave: type: string allOf: – #/definitions/enumTipoChavePix description: Tipo da Chave pixChave: type: string description: Pix pixQrcode: type: string description: Pix Pagamento pixNomeFavorecido: type: string description: Nome do favorecido do pix pixNumeroDocumento: type: string maxLength: 14 description: Número do documento do favorecido do pix (CPF/CNPJ) boletoPessoaAvalista: type: string description: Identificador da pessoa avalista boletoNumeroBanco: type: string maxLength: 3 description: Número do banco do boleto recGenerico: description: Record para retorno das informações principais de uma entidade discriminator: _discriminator type: object required: – id – _discriminator properties: id: type: string description: Identificador da entidade codigo: type: string description: Código de negócio descricao: type: string description: Descrição de negócio label: type: string description: Descrição do label _discriminator: type: string description: recFilial: description: Record para retorno das informações principais de uma filial allOf: – #/definitions/recGenerico – type: object properties: cpfCnpj: type: string description: CPF/CNPJ recFornecedor: description: Record para retorno das informações principais de um fornecedor type: object required: – id – codigo – nomeFantasia – razaoSocial – tipoPessoa – label properties: id: type: string description: Identificador codigo: type: string description: Código nomeFantasia: type: string description: Nome fantasia razaoSocial: type: string description: Razão social cpfCnpj: type: string description: CPF/CNPJ tipoPessoa: type: string allOf: – #/definitions/enumJurFis description: Tipo da pessoa label: type: string description: Label recTipoPagamentoTitulo: description: Tipo de pagamento do título type: object required: – id – tipoPagamento – pixNomeFavorecido properties: id: type: string description: Id da entidade tipoPagamento: type: string allOf: – #/definitions/enumTipoPagamentoEletronico description: Tipo de Pagamento depositoBanco: type: object allOf: – #/definitions/recGenerico description: Banco depositoAgencia: type: string maxLength: 5 description: Agência depositoDigitoAgencia: type: string maxLength: 1 description: Dígito verificador agência depositoContaCorrente: type: integer format: int64 description: Conta Corrente depositoDigitoVerificador: type: string maxLength: 100 description: Dígito Verificador depositoTipoConta: type: string allOf: – #/definitions/enumTipTcc description: Tipo Conta depositoFinalidade: type: object allOf: – #/definitions/recGenerico description: Finalidade TED/DOC depositoNumeroDocumento: type: string maxLength: 14 description: Número do documento do favorecido do depósito (CPF/CNPJ) depositoNomeFavorecido: type: string maxLength: 255 description: Nome do favorecido boletoCodigoBarras: type: string maxLength: 48 description: Código de Barras guiaCodigoBarras: type: string maxLength: 48 description: Código de Barras gruCodigoBarras: type: string maxLength: 48 description: Código de Barras gruNumeroReferencia: type: string description: Número do código de arrecadação darfCodigoReceitaTributo: type: string description: Número do código de arrecadação darfNumeroReferencia: type: string description: Número Referencia gpsCodigoReceitaTributo: type: string description: Número do código de arrecadação pixTipoChave: type: string allOf: – #/definitions/enumTipoChavePix description: Tipo da Chave pixChave: type: string description: Pix pixQrcode: type: string description: Pix Pagamento pixNomeFavorecido: type: string description: Nome do favorecido do pix pixNumeroDocumento: type: string maxLength: 14 description: Número do documento do favorecido do pix (CPF/CNPJ) boletoAvalista: type: object allOf: – #/definitions/recGenerico description: Avalista do Boleto boletoNumeroBanco: type: string maxLength: 3 description: Número do banco do boleto recFilterTitulosPagamentoEletronico: description: Record de filtro para obtenção dos títulos do pagamento eletrônico type: object required: – empresaId – tipoFiltro properties: empresaId: type: string description: Identificador da empresa filiaisId: type: array items: type: string description: Identificadores das filiais fornecedoresId: type: array items: type: string description: Identificadores dos fornecedores tiposTituloId: type: array items: type: string description: Identificadores dos tipos de título transacoesId: type: array items: type: string description: Identificadores das transações titulosId: type: array items: type: string description: Identificadores dos títulos formasPagamentoId: type: array items: type: string description: Identificadores das formas de pagamento vencimentoInicial: type: string format: date description: Vencimento inicial do título vencimentoFinal: type: string format: date description: Vencimento final do título valorMinimo: type: string description: Valor mínimo dos títulos minimum: 0.00 maximum: 9999999999999.99 valorMaximo: type: string description: Valor máximo dos títulos minimum: 0.00 maximum: 9999999999999.99 tipoPagamentoEletronico: type: array items: type: string allOf: – #/definitions/enumTipoPagamentoEletronico description: Tipo de pagamento contasInternasTesourariaId: type: array items: type: string description: Identificadores das contas internas da tesouraria tipoFiltro: type: string allOf: – #/definitions/enumTipoFiltro description: Tipo de filtro dataPagamento: type: string format: date description: Data de pagamento agendado lotesFinanceirosId: type: array items: type: string description: Identificadores dos lotes financeiros dataGeracaoArquivoRemessa: type: string format: date description: Data de geração do arquivo de remessa recTitulosPagamentoEletronico: description: Record de título do contas a pagar para o pagamento eletrônico type: object required: – id – empresa – filial – tipoTitulo – fornecedor – transacao – numeroTitulo – dataEmissao – vencimentoProrrogado – dataProvavelPagamento – dataEntrada – contaInternaSugerida – valores properties: id: type: string description: Identificador do título empresa: type: object allOf: – #/definitions/recGenerico description: Empresa filial: type: object allOf: – #/definitions/recGenerico description: Filial tipoTitulo: type: object allOf: – #/definitions/recGenerico description: Tipo de título fornecedor: type: object allOf: – #/definitions/recFornecedor description: Fornecedor transacao: type: object allOf: – #/definitions/recGenerico description: Transação formaPagamento: type: object allOf: – #/definitions/recGenerico description: Forma de pagamento numeroTitulo: type: string description: Número do título dataEmissao: type: string format: date description: Data de emissão do título vencimentoProrrogado: type: string format: date description: Vencimento prorrogado dataProvavelPagamento: type: string format: date description: Provável pagamento dataEntrada: type: string format: date description: Data da entrada do título tipoPagamentoEletronico: type: string allOf: – #/definitions/enumTipoPagamentoEletronico description: Tipo de pagamento contaInternaSugerida: type: object allOf: – #/definitions/recGenerico description: Conta interna sugerida situacao: type: string allOf: – #/definitions/enumSituacaoPagamentoEletronicoTela description: Situacao titulo mensagem: type: string description: Mensagem de erro lote: type: string description: Lote Gerado valores: type: object allOf: – #/definitions/recValoresTituloPagamentoEletronico description: Valores do título dataPagamento: type: string format: date description: Data do pagamento agendado contaInternaAgendamento: type: object allOf: – #/definitions/recGenerico description: Conta interna do agendamento recValoresTituloPagamentoEletronico: description: Record com todos os valores vinculados ao título do pagamento eletrônico: acrescimos, descontos, impostos e outros type: object properties: valorAberto: type: string description: Valor aberto do título valorAgendamento: type: string description: Valor do agendamento juros: type: string description: Valor total de juros multa: type: string description: Valor total da multa acrescimos: type: string description: Valor total de acréscimos descontos: type: string description: Valor total dos descontos impostos: type: string description: Valor total dos impostos recTitulosErro: description: Record lista de títulos pertencentes ao arquivo (callback) discriminator: _discriminator type: object required: – e501tcpId – mensagem – _discriminator properties: e501tcpId: type: string description: ID dos títulos de retorno mensagem: type: string description: Mensagem de erro de retorno do título _discriminator: type: string description: recTitulos: description: Record lista de títulos pertencentes ao arquivo (callback) allOf: – #/definitions/recTitulosErro – type: object required: – ocorreuErro properties: ocorreuErro: type: boolean description: Indicador se ocorreu algum erro recArquivo: description: Record de arquivo type: object required: – nome properties: targetObject: type: string description: TargetObject do arquivo necessário no blobService nome: type: string description: Nome do arquivo, informado no input url: type: string description: URL para upload do arquivo versao: type: string description: Versão do arquivo criado recValores: description: Record com os valores do retorno do calculo da multi moeda type: object required: – e501tcpId properties: e501tcpId: type: string description: id título juros: type: string description: Juros multa: type: string description: Multa correcao: type: string description: Correção encargos: type: string description: Encargos outrosAcrescimos: type: string description: Outros acréscimos descontos: type: string description: Descontos outrosDescontos: type: string description: Outros descontos valorLiquido: type: string description: Valor líquido sem imposto mensagemErro: type: string description: Mensagem de erro recValorImposto: description: Retorno calculo imposto type: object required: – e501tcpId properties: e501tcpId: type: string description: id título recPis: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto PIS recCofins: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto COFINS recCsll: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto CSLL recIrff: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto IRRF recIssRetido: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto ISS retido mensagemErro: type: string description: Mensagem Erro valorLiquidoComImposto: type: string description: Valor líquido com imposto recBaseAliquotaValor: description: Record do cálculo do imposto type: object required: – baseImposto – aliquotaImposto – valorImposto properties: baseImposto: type: string description: Base imposto aliquotaImposto: type: number format: double description: Alíquota imposto valorImposto: type: string description: Valor imposto recValoresAdicionais: description: Record com adicionais do título agendado type: object required: – juros – multa – correcao – encargos – outrosAcrescimos – descontos – outrosDescontos – valorLiquidoSemImposto properties: juros: type: string description: Juros multa: type: string description: Multa correcao: type: string description: Correção encargos: type: string description: Encargos outrosAcrescimos: type: string description: Outros Acréscimos descontos: type: string description: Descontos outrosDescontos: type: string description: Outros Descontos valorLiquidoSemImposto: type: string description: Valor líquido sem imposto recValoresImpostos: description: Record com os valores de impostos do título agendado type: object required: – pis – cofins – csll – irff – issRetido – valorTotalImpostos – valorLiquidoComImposto properties: pis: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto PIS cofins: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto COFINS csll: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto CSLL irff: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto IRRF issRetido: type: object allOf: – #/definitions/recBaseAliquotaValor description: Imposto ISS retido valorTotalImpostos: type: string description: Valor total dos impostos valorLiquidoComImposto: type: string description: Valor líquido com imposto finalidadeTedDoc: description: Replicacao – Cadastro da finalidade de TED/DOC type: object required: – tipoTransacao – codigoFinalidade – descricaoFinalidade – situacaoFinalidade properties: id: type: string format: uuid description: Id da entidade tipoTransacao: type: string allOf: – #/definitions/enumTipoTransacao description: Tipo da transação bancária codigoFinalidade: type: integer format: int64 description: Código Finalidade do TED/DOC minimum: 1 descricaoFinalidade: type: string maxLength: 100 description: Descrição Finalidade do TED/DOC situacaoFinalidade: type: string allOf: – #/definitions/enumSitReg description: Indica a situação atual do registro excluido: type: boolean description: Indica se o registro foi excluido ? default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e030ban: description: Replicacao – Banco type: object required: – codBan – nomBan properties: id: type: string format: uuid description: Id da entidade codBan: type: string maxLength: 3 description: Banco nomBan: type: string maxLength: 100 description: Nome ispb: type: integer format: int64 description: Código Identificador do Sistema de Pagamento Brasileiro valorMinimoTed: type: string description: Valor mínimo TED minimum: 0.00 maximum: 999999999.99 excluido: type: boolean description: Indica se o registro foi excluído default: false pagamentoEletronico: type: boolean description: Indicativo se o banco está liberado para ser executado na rotina de pagamento eletrônico default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e030age: description: Cadastros – bancos – agências type: object required: – e030ban – codAge – nomAge properties: id: type: string format: uuid description: Id da entidade e030ban: type: object allOf: – #/definitions/e030ban description: Banco codAge: type: string maxLength: 7 description: Agência nomAge: type: string maxLength: 30 description: Nome da agência digAge: type: string maxLength: 1 description: Digito verificador da agência excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070emp: description: Replicacao – Empresa type: object required: – codEmp – nomEmp – e031moe properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Código minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome da empresa excluido: type: boolean description: Indica se o registro foi excluído default: false e031moe: type: object allOf: – #/definitions/e031moe description: Código da moeda usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Replicacao – Filiais type: object required: – e070emp – codFil – nomFil – numCgc properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 99999 nomFil: type: string maxLength: 100 description: Nome excluido: type: boolean description: Indica se o registro foi excluído default: false e070filFinCpa: type: object allOf: – #/definitions/e070filFinCpa description: Especialização Contas a Pagar e070filFinTes: type: object allOf: – #/definitions/e070filFinTes description: Especialização de tesouraria da filial filMat: type: boolean description: Filial matriz numCgc: type: string maxLength: 14 description: CPF/CNPJ usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e034tcc: description: Replicacao – Tipos de Contas type: object required: – codTcc – desTcc – abrTcc – aplTcc properties: id: type: string format: uuid description: Id da entidade codTcc: type: string maxLength: 3 description: Código do tipo de conta desTcc: type: string maxLength: 30 description: Descrição do tipo de conta abrTcc: type: string maxLength: 10 description: Abreviação do tipo de conta aplTcc: type: string allOf: – #/definitions/enumTipTcc description: Aplicação do tipo de conta excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filFinCpa: description: Cadastros – Filiais – Especialização Contas a Pagar type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial pagPdi: type: string format: date description: Período Inicial/Final CP pagPdf: type: string format: date description: Período Final CP pagDpr: type: integer format: int64 description: Dias Prorrogação CP minimum: 0 maximum: 9999 default: 0 comTdv: type: boolean description: Comp.Tit.Dev. e001tnsBaixaAutomaticaPagamentoEletronico: type: object allOf: – #/definitions/e001tns description: Transação de baixa automática para pagamento eletrônico excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filFinTes: description: Cadastros – Especialização de tesouraria da filial type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial cxbPdi: type: string format: date description: Período Inicial/Final Tesouraria cxbPdf: type: string format: date description: Período Final Tesouraria e001tnsDebitoPagamentoEletronico: type: object allOf: – #/definitions/e001tns description: Transação de débito do pagamento eletrônico excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001pes: description: Pessoa type: object required: – codPes – nomPes – apePes – sitPes – tipPes properties: id: type: string format: uuid description: Id da entidade codPes: type: integer format: int64 description: Código minimum: 0 maximum: 999999999 nomPes: type: string maxLength: 100 description: Nome apePes: type: string maxLength: 80 description: Nome fantasia cnpCpf: type: string maxLength: 14 description: CNPJ/CPF sitPes: type: string allOf: – #/definitions/enumSitReg description: Situação tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa informacaobancariapix: type: array items: type: object allOf: – #/definitions/informacaobancariapix description: Informação Bancária PIX informacaobancariadeposito: type: array items: type: object allOf: – #/definitions/informacaobancariadeposito description: Informação bancária de depósito excluido: type: boolean description: Indica se o registro foi excluído default: false e077pes: type: object allOf: – #/definitions/e077pes description: Favorecido usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e095hfoFinCpa: description: Especialização – Fornecedor – Contas a pagar type: object required: – e001pes – e070fil properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e070fil: type: object allOf: – #/definitions/e070fil description: Filial excluido: type: boolean description: Indica se o registro foi excluído ? default: false e001pesCodFav: type: object allOf: – #/definitions/e001pes description: Favorecido usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e031moe: description: Tabelas – Moedas type: object required: – codMoe – desMoe – sigMoe properties: id: type: string format: uuid description: Id da entidade codMoe: type: string maxLength: 3 description: Código Moeda desMoe: type: string maxLength: 30 description: Descrição sigMoe: type: string maxLength: 5 description: Sigla excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e600cco: description: Tesouraria – Conta – Cadastro type: object required: – e070emp – numCco – desCco – abrCco – e034tcc – e031moe – sitCco properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa numCco: type: string maxLength: 14 description: Conta Interna desCco: type: string maxLength: 30 description: Descrição abrCco: type: string maxLength: 10 description: Abreviatura e034tcc: type: object allOf: – #/definitions/e034tcc description: Tipo Conta e030ban: type: object allOf: – #/definitions/e030ban description: Banco e030age: type: object allOf: – #/definitions/e030age description: Agência numCta: type: string maxLength: 14 description: Conta Banco digCta: type: string maxLength: 2 description: Dígito verificador e031moe: type: object allOf: – #/definitions/e031moe description: Código da Moeda floBan: type: integer format: int64 description: Float Bancário (D+) minimum: 0 maximum: 9 datLim: type: string format: date description: Limite Crédito: Data vlrLim: type: string description: Valor minimum: 0.00 maximum: 9999999999999.99 utiTal: type: boolean description: Utiliza controle de Talonário default: false sitCco: type: string allOf: – #/definitions/enumSitReg description: Situação Conta excluido: type: boolean description: Indica se o registro foi excluído default: false datIni: type: string format: date description: Data base do saldo inicial da conta e600pcf: type: array items: type: object allOf: – #/definitions/e600pcf description: Relacionamento de composição com E600Pcf e600ccoFinCpa: type: object allOf: – #/definitions/e600ccoFinCpa description: Especialização Contas Pagar Conta Interna e070filProprietario: type: object allOf: – #/definitions/e070fil description: Id do Proprietário da Conta usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e600pcf: description: Tesouraria – Parâmetros Contas Correntes e Caixa por Filial type: object required: – e070emp – e070fil properties: id: type: string format: uuid description: Id da entidade e600cco: type: object allOf: – #/definitions/e600cco description: Conta Interna e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e600ccoFinCpa: description: Especialização Contas Pagar Conta Interna type: object required: – numeroConvenio properties: id: type: string format: uuid description: Id da entidade e600cco: type: object allOf: – #/definitions/e600cco description: Conta interna numeroConvenio: type: string description: Número convênio usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e501tcp: description: C. Pagar – Títulos – Dados Gerais type: object required: – e070emp – e070filCodFil – numTit – e002tptCodTpt – e001pesCodFor – e001tnsCodTns – sitTit – datEmi – datEnt – vctOri – vlrOri – datPpt properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070filCodFil: type: object allOf: – #/definitions/e070fil description: Filial numTit: type: string maxLength: 15 description: Nº Título e002tptCodTpt: type: object allOf: – #/definitions/e002tpt description: Tipo Título e001pesCodFor: type: object allOf: – #/definitions/e001pes description: Fornecedor e001tnsCodTns: type: object allOf: – #/definitions/e001tns description: Transação obsTcp: type: string maxLength: 250 description: Observação sitTit: type: string allOf: – #/definitions/enumSitTit description: Situação codTri: type: string maxLength: 5 description: Código Tributação p/ DARF e001pesCodFav: type: object allOf: – #/definitions/e001pes description: Favorecido datEmi: type: string format: date description: Data Emissão datEnt: type: string format: date description: Data Entrada vctOri: type: string format: date description: Vencimento Original vlrOri: type: string description: Valor Original minimum: 0.00 maximum: 9999999999999.99 e031moe: type: object allOf: – #/definitions/e031moe description: Moeda Base vctPro: type: string format: date description: Vencimento Prorrogado/Juros e066fpgCodFpg: type: object allOf: – #/definitions/e066fpg description: Forma Pagamento vlrAbe: type: string description: Valor Aberto minimum: 0.00 maximum: 9999999999999.99 datPpt: type: string format: date description: Data Provável Pagamento titBan: type: string maxLength: 20 description: Número Título Banco numArb: type: integer format: int64 description: Nº Arquivo Banco minimum: 0 maximum: 999999999 gerTep: type: boolean description: Gerou título estorno pagamento numPge: type: string maxLength: 10 description: Título PE excluido: type: boolean description: Indica se o registro foi excluído default: false e600ccoSugestaoTitulo: type: object allOf: – #/definitions/e600cco description: Sugestão conta interna statusAprovacao: type: string allOf: – #/definitions/enumStatusAprovacaoPagamento description: Status da aprovação de pagamento codBarParcNfe: type: string description: Código de barras informado nas parcelas da nota fiscal de entrada usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: dadosPagamentoEletronico: description: Dados pagamento eletrônico type: object required: – tipoPagamento – descricaoPagamento properties: id: type: string format: uuid description: Id da entidade tipoPagamento: type: string allOf: – #/definitions/enumTipoPagamentoEletronico description: Tipo de Pagamento descricaoPagamento: type: string maxLength: 250 description: Descrição Pagamento documentoDebito: type: string description: Documento Débito codigoSeuDocumento: type: string description: Código Seu Documento e030ban: type: object allOf: – #/definitions/e030ban description: Banco depositoAgencia: type: string maxLength: 5 description: Agência depositoDigitoAgencia: type: string maxLength: 1 description: Dígito verificador agência depositoNumeroDocumento: type: string maxLength: 14 description: Numero do documento do favorecido (CPF/CNPJ) depositoNomeFavorecido: type: string maxLength: 255 description: Nome do favorecido depositoContaCorrente: type: integer format: int64 description: Conta Corrente depositoDigitoVerificador: type: string maxLength: 100 description: Digito Verificador depositoTipoConta: type: string allOf: – #/definitions/enumTipTcc description: Tipo Conta finalidadeTedDoc: type: object allOf: – #/definitions/finalidadeTedDoc description: Finalidade TED/DOC boletoCodigoBarras: type: string maxLength: 48 description: Código de Barras boletoCodigoNossoDocumento: type: string description: Código Nosso Documento guiaCodigoBarras: type: string maxLength: 48 description: Código de Barras gruCodigoBarras: type: string maxLength: 48 description: Código de Barras gruNumeroReferencia: type: string description: Número Referencia darfNumeroDocumentoDebito: type: integer format: int64 description: Número Documento Débito darfCodigoReceitaTributo: type: string description: Código Receita Tributo darfCodigoIdentificadorTributo: type: string description: Código Identificador Tributo darfNumeroReferencia: type: string description: Número Referencia gpsCodigoReceitaTributo: type: string description: Código Receita Tributo gpsCodigoIdentificadorTributo: type: string description: Código Identificador Tributo pixTipoChave: type: string allOf: – #/definitions/enumTipoChavePix description: Tipo da Chave pixChave: type: string description: Pix pixQrcode: type: string description: Pix Pagamento pixNomeFavorecido: type: string description: Pix nome do favorecido pixNumeroDocumento: type: string maxLength: 14 description: Pix documento do favorecido situacaoDadosBancario: type: string allOf: – #/definitions/enumSituacaoDadosBancario description: Situação do Registro e077pes: type: object allOf: – #/definitions/e077pes description: Pessoa avalista boletoNumeroBanco: type: string maxLength: 3 description: Número do banco do boleto usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e002tpt: description: Tipo de Título type: object required: – codTpt – desTpt – abrTpt – aplTpt – sitTpt properties: id: type: string format: uuid description: Id da entidade codTpt: type: string maxLength: 3 description: Codigo interno do tipo de título desTpt: type: string maxLength: 40 description: Descrição do tipo de título abrTpt: type: string maxLength: 5 description: Abreviatura do tipo de título aplTpt: type: string allOf: – #/definitions/enumAplGrp description: Aplicação do tipo de título sitTpt: type: string allOf: – #/definitions/enumSitReg description: Indicativo da situação do tipo de título excluido: type: boolean description: Indica se o registro foi excluído default: false e002tptFinCpa: type: object allOf: – #/definitions/e002tptFinCpa description: Especialização contas a pagar usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns: description: Tabelas – Transações type: object required: – e070emp – codTns – desTns – aceMan properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTns: type: string maxLength: 5 description: Transação desTns: type: string maxLength: 60 description: Descrição aceMan: type: boolean description: Aceita Manual sitTns: type: string allOf: – #/definitions/enumSitReg description: Situação extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração excluido: type: boolean description: Indica se o registro foi excluído default: false e001tnsFinCpa: type: object allOf: – #/definitions/e001tnsFinCpa description: Transação financeiro contas a pagar usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e066fpg: description: Tabelas – Formas de Pagamento type: object required: – e070emp – codFpg – desFpg – abrFpg properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFpg: type: integer format: int64 description: Código Forma Pagamento minimum: 0 maximum: 99 desFpg: type: string maxLength: 30 description: Descrição abrFpg: type: string maxLength: 10 description: Abreviatura excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e002tptFinCpa: description: Especialização tipo de título contas a pagar type: object required: – pagSom properties: id: type: string format: uuid description: Id da entidade e002tpt: type: object allOf: – #/definitions/e002tpt description: Registro do tipo de título pagSom: type: string allOf: – #/definitions/enumSomTit description: Soma C. Pagar sugestaoTipoPagamento: type: boolean description: Indicativo se permite a sugestão automática do tipo de pagamento default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: informacaobancariapix: description: Cadastros – Pessoa – Chave PIX type: object required: – tipoChave – valorChave – chavePadrao – situacaoPix – nomeFavorecido – documentoFavorecido properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa tipoChave: type: string allOf: – #/definitions/enumTipoChavePix description: Tipo de Chave valorChave: type: string description: Valor da Chave chavePadrao: type: boolean description: Chave Padrão situacaoPix: type: string allOf: – #/definitions/enumSitReg description: Situação do Pix nomeFavorecido: type: string description: Nome do favorecido documentoFavorecido: type: string maxLength: 14 description: Numero do documento do favorecido (CPF/CNPJ) extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tnsFinCpa: description: Transação financeiro contas a pagar type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação pagDec: type: string allOf: – #/definitions/enumAdiSub description: Transação adiciona (Entradas) ou subtrai (Baixas) dos saldos duplicatas, outros ou créditos pagTpb: type: string allOf: – #/definitions/enumTipBai description: Tipo de baixa gerada pela transação no contas a pagar cprTnf: type: boolean description: Transação soma o valor do item no valor total do financeiro default: false pagAdf: type: boolean description: Transação é crédito a fornecedor ou representante default: false pagAsh: type: boolean description: Indicativo se a transação atualiza saldos nos históricos dos fornecedores default: false pagHis: type: boolean description: Indicativo se a transação atualiza outros dados nos históricos dos fornecedores default: false e002tptCprTpt: type: object allOf: – #/definitions/e002tpt description: Tipo de título gerado no contas a pagar pela transação NF de entrada e031moeCprMoe: type: object allOf: – #/definitions/e031moe description: Código moeda padrão para os títulos gerados no contas a pagar excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e077pes: description: Transação financeiro contas a pagar Favorecido type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e030ban: type: object allOf: – #/definitions/e030ban description: Código do banco da conta corrente do favorecido tipTcc: type: string allOf: – #/definitions/enumTipTcc description: Tipo de conta e030age: type: object allOf: – #/definitions/e030age description: Código da agência do banco da conta corrente do favorecido ccbFav: type: string maxLength: 14 description: Número da conta corrente do favorecido no banco sitFav: type: string allOf: – #/definitions/enumSitReg description: Situação do favorecido excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: arquivoRemessaDados: description: Arquivo de remessa de envio para pagamento eletrônico type: object required: – ticket – e070fil – e600cco – data – situacao – arquivoPix – banco properties: id: type: string format: uuid description: Id da entidade ticket: type: string format: uuid description: Ticket de geração nomeArquivo: type: string description: Nome arquivo targetObject: type: string description: target Object versao: type: string description: Versão url: type: string description: URL e070fil: type: object allOf: – #/definitions/e070fil description: Filial retentora do arquivo e070emp: type: object allOf: – #/definitions/e070emp description: Empresa retentora do arquivo e600cco: type: object allOf: – #/definitions/e600cco description: Banco retentor do arquivo data: type: string format: date-time description: Data e Hora do Agendamento da geração do arquivo situacao: type: string allOf: – #/definitions/enumSituacaoGeracaoPagamentoEletronico description: Situação do processo de geração do arquivo mensagem: type: string description: Mensagem de erro da geração do arquivo loteFinanceiro: type: string format: uuid description: Lote financeiro arquivoPix: type: boolean description: Arquivo referente a pagamentos PIX banco: type: string maxLength: 3 description: Banco ao qual o arquivo pertence itens: type: array items: type: object allOf: – #/definitions/arquivoRemessaItem description: Itens do Arquivo de Remessa de envio para pagamento eletrônico usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: arquivoRemessaItem: description: Itens do Arquivo de Remessa de envio para pagamento eletrônico type: object required: – e501tcpId – situacao properties: id: type: string format: uuid description: Id da entidade arquivoRemessaDados: type: object allOf: – #/definitions/arquivoRemessaDados description: Arquivo ao qual o item pertence e501tcpId: type: string format: uuid description: Id do Titulo dataPagamento: type: string format: date description: Data de Pagamento utilizada na geração do arquivo situacao: type: string allOf: – #/definitions/enumSituacaoItemGeracaoPagamentoEletronico description: Situação do Item do arquivo mensagem: type: string description: Mensagem de erro do item na geração do arquivo numeroTituloBanco: type: string maxLength: 20 description: Número do título no banco usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: pagamentoValoresAdicionais: description: Valores referentes ao pagamento eletrônico no agendamento type: object required: – juros – multa – correcao – encargos – outrosAcrescimos – descontos – outrosDescontos – valorLiquidoSemImpostos properties: id: type: string format: uuid description: Id da entidade juros: type: string description: Juros multa: type: string description: Multa correcao: type: string description: Correção encargos: type: string description: Encargos outrosAcrescimos: type: string description: Outros Acréscimos descontos: type: string description: Descontos outrosDescontos: type: string description: Outros Descontos valorLiquidoSemImpostos: type: string description: Valor Líquido sem Impostos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: contaInternaFilial: description: Entidade que representa a view v_erpx_fin_fnd_conta_interna type: object required: – e070emp – numCco – desCco – abrCco – e034tcc – e031moe – sitCco properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial numCco: type: string maxLength: 14 description: Conta Interna desCco: type: string maxLength: 30 description: Descrição abrCco: type: string maxLength: 10 description: Abreviatura e034tcc: type: object allOf: – #/definitions/e034tcc description: Tipo Conta e030ban: type: object allOf: – #/definitions/e030ban description: Banco e030age: type: object allOf: – #/definitions/e030age description: Agência numCta: type: string maxLength: 14 description: Conta Banco digCta: type: string maxLength: 2 description: Dígito verificador e031moe: type: object allOf: – #/definitions/e031moe description: Código da Moeda floBan: type: integer format: int64 description: Float Bancário (D+) minimum: 0 maximum: 9 nomCto: type: string maxLength: 150 description: Contato fonCto: type: string maxLength: 20 description: Telefone/Fax faxCto: type: string maxLength: 20 description: FAX datLim: type: string format: date description: Limite Crédito: Data vlrLim: type: string description: Valor minimum: 0.00 maximum: 9999999999999.99 ultChe: type: integer format: int64 description: Cheque: Último/Data minimum: 0 maximum: 999999 datUch: type: string format: date description: Data Último Cheque ultAvi: type: integer format: int64 description: Aviso: Último/Data minimum: 0 maximum: 999999 datUav: type: string format: date description: Data Último Aviso ultCtb: type: integer format: int64 description: Cheque TB: Último/Data minimum: 0 maximum: 999999 datUtb: type: string format: date description: Data Último Cheque TB modChe: type: string maxLength: 12 description: Modelo Cheque modAvi: type: string maxLength: 12 description: Modelo Aviso Débito modCtb: type: string maxLength: 12 description: Modelo Cheque TB utiTal: type: boolean description: Utiliza controle de Talonário default: false sitCco: type: string allOf: – #/definitions/enumSitReg description: Situação Conta excluido: type: boolean description: Indica se o registro foi excluído default: false datIni: type: string format: date description: Data base do saldo inicial da conta salIni: type: number format: double description: Saldo Inicial minimum: 0.00 maximum: 9999999999999.99 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: pagamentoValoresImpostos: description: Valores de impostos referentes ao pagamento eletrônico no agendamento type: object required: – basePIS – aliquotaPIS – valorPIS – baseCOFINS – aliquotaCOFINS – valorCOFINS – baseCSLL – aliquotaCSLL – valorCSLL – baseIRRF – aliquotaIRRF – valorIRRF – baseISSRetido – aliquotaISSRetido – valorISSRetido – valorLiquidoComImpostos properties: id: type: string format: uuid description: id da entidade basePIS: type: string description: Base PIS aliquotaPIS: type: number format: double description: Alíquota PIS valorPIS: type: string description: Valor PIS baseCOFINS: type: string description: Base COFINS aliquotaCOFINS: type: number format: double description: Alíquota COFINS valorCOFINS: type: string description: Valor COFINS baseCSLL: type: string description: Base CSLL aliquotaCSLL: type: number format: double description: Alíquota CSLL valorCSLL: type: string description: Valor CSLL baseIRRF: type: string description: Base IRRF aliquotaIRRF: type: number format: double description: Alíquota IRRF valorIRRF: type: string description: Valor IRRF baseISSRetido: type: string description: Base ISS Retido aliquotaISSRetido: type: number format: double description: Alíquota ISS Retido valorISSRetido: type: string description: Valor ISS Retido valorLiquidoComImpostos: type: string description: Valor Líquido sem Impostos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: loteFinanceiro: description: Lote Financeiro type: object required: – lote – situacao – origem – fatoContabilDescricao properties: id: type: string format: uuid description: Identificador e070emp: type: object allOf: – #/definitions/e070emp description: Empresa lote: type: string description: Lote dataMovimento: type: string format: date description: Data do movimento situacao: type: string allOf: – #/definitions/enumSituacaoLoteFinanceiro description: Situação origem: type: string allOf: – #/definitions/enumOrigemLoteFinanceiro description: Origem fatoContabilId: type: string format: uuid description: Fato contábil fatoContabilDescricao: type: string description: Fato contábil descrição contemRetencao: type: boolean description: Contém retenção default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: arquivoRemessaRetornoDados: description: Arquivo Remessa Retorno Dados type: object required: – ticket – targetObject – versao – situacao properties: id: type: string format: uuid description: Id da entidade ticket: type: string format: uuid description: Ticket nomeArquivo: type: string description: Nome arquivo targetObject: type: string description: target Object versao: type: string description: Versão banco: type: string description: Banco situacao: type: string allOf: – #/definitions/enumSituacaoArquivo description: Situação urlArquivo: type: string maxLength: 2000 description: URL do arquivo loteFinanceiro: type: string format: uuid description: Lote Financeiro arquivoRemessaRetornoItens: type: array items: type: object allOf: – #/definitions/arquivoRemessaRetornoItem description: Arquivo Remessa Retorno Itens mensagem: type: string maxLength: 2000 description: Mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: arquivoRemessaRetornoItem: description: Arquivo Remessa Retorno Itens type: object required: – numeroTituloBanco – situacao – ocorrenciaBanco – ocorrenciaSistema – linhaArquivo properties: id: type: string format: uuid description: Id da entidade arquivoRemessaRetornoDados: type: object allOf: – #/definitions/arquivoRemessaRetornoDados description: Arquivo Remessa Retorno Dados numeroTituloBanco: type: string maxLength: 20 description: Número Título Banco situacao: type: string allOf: – #/definitions/enumSituacaoItemArquivo description: Situação ocorrenciaBanco: type: string description: Ocorrencia Banco ocorrenciaSistema: type: string allOf: – #/definitions/enumOcorrenciaSistema description: Ocorrencia Sistema linhaArquivo: type: string description: Linha Arquivo mensagem: type: string maxLength: 2000 description: Menssagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: tituloAgendadoPagamentoEletronico: description: Entidade que representa a view v_erpx_fin_pag_ele_tit_agen type: object properties: id: type: string format: uuid description: Identificador do título empresaId: type: string format: uuid description: Identificador da empresa filialId: type: string format: uuid description: Identificador da filial fornecedorId: type: string format: uuid description: Identificador do fornecedor tipoTituloId: type: string format: uuid description: Identificador do tipo de título formaPagamentoId: type: string format: uuid description: Identificador da forma de pagamento contaInternaId: type: string format: uuid description: Identificador da conta interna dadosPagamentoId: type: string format: uuid description: Identificador dos dados de pagamento transacaoId: type: string format: uuid description: Identificador da transação remessaItemId: type: string format: uuid description: Identificador do arquivo de remessa item loteId: type: string format: uuid description: Identificador do lote financeiro situacao: type: string allOf: – #/definitions/enumSituacaoPagamentoEletronicoTela description: Situação dataPagamento: type: string format: date description: Data de pagamento agendada dataGeracaoArquivoRemessa: type: string format: date-time description: Data de geração do arquivo de remessa usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: tituloErroPagamentoEletronico: description: Entidade que representa a view v_erpx_fin_pag_ele_tit_erro type: object properties: id: type: string format: uuid description: Identificador do título empresaId: type: string format: uuid description: Identificador da empresa filialId: type: string format: uuid description: Identificador da filial fornecedorId: type: string format: uuid description: Identificador do fornecedor tipoTituloId: type: string format: uuid description: Identificador do tipo de título formaPagamentoId: type: string format: uuid description: Identificador da forma de pagamento contaInternaId: type: string format: uuid description: Identificador da conta interna dadosPagamentoId: type: string format: uuid description: Identificador dos dados de pagamento transacaoId: type: string format: uuid description: Identificador da transação remessaItemId: type: string format: uuid description: Identificador do arquivo de remessa item loteId: type: string format: uuid description: Identificador do lote financeiro mensagemErro: type: string description: Mensagem de erro situacao: type: string allOf: – #/definitions/enumSituacaoPagamentoEletronicoTela description: Situação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: informacaobancariadeposito: description: Especialização – Dados Bancários – Depósitos Bancários type: object required: – contaPadrao – situacao properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa banco: type: object allOf: – #/definitions/e030ban description: Código do banco da conta corrente agencia: type: string maxLength: 5 description: Código da agência do banco da conta corrente digitoVerificadorAgencia: type: integer format: int64 description: Digito verificador agência minimum: 0 maximum: 9 numeroContaCorrente: type: string maxLength: 12 description: Número da conta corrente digitoVerificadorConta: type: integer format: int64 description: Digito verificador da conta minimum: 0 maximum: 9 finalidadeTed: type: object allOf: – #/definitions/finalidadeTedDoc description: Finalidade TED tipoConta: type: string allOf: – #/definitions/enumTipTcc description: Tipo de conta contaPadrao: type: boolean description: Conta padrão numeroDocumento: type: string maxLength: 14 description: Numero do documento do favorecido (CPF/CNPJ) nomeFavorecido: type: string maxLength: 255 description: Nome do favorecido situacao: type: string allOf: – #/definitions/enumSitReg description: Indica a situação atual do registro excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE