2.0info: 2.4.0 impostos_retencoes description: Impostos – Retenções x-senior-domain: erpx_cpl x-senior-domain-path: erpx_cpl x-senior-service-path: impostos_retencoes contact: name: Senior X Platform url: http://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_cplsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /impostos_retencoes/queries/healthcheck: post: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE 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 geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status default: description: Error response schema: #/definitions/genericError get: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/gravarParametrosImpostosRetencoes: post: description: Gravar parâmetros de impostos para retenções tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosRetencoesInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosRetencoesOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/obterRetencoesParametros: post: description: Obter retenções parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – identificador properties: identificador: type: string description: Identificador responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosRetencoesOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter retenções parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosRetencoesOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/listSaldosRetidos: post: description: Obter listagem de saldos de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recSaldosRetidosInput description: Filtrar por responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/recSaldosRetidosOutput minimum: 1 description: Listar totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Total sumValues: type: number format: double description: Soma dos valores default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/obterSaldoRetidos: post: description: Obter dados do cadastro do saldo de entrada retido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – identificador – imposto properties: identificador: type: string description: Identificador imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto responses: 200: description: Ok schema: type: object required: – response properties: response: type: object allOf: – #/definitions/recSaldoRetidoResponse description: Conteúdo do cadastro default: description: Error response schema: #/definitions/genericError /impostos_retencoes/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: 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPerfilTributario: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportOperacoes: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE008rai: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE007ufs: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE006pai: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE031moe: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE008cep: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportLeiComplementar1162003: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportNbs: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE080ser: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE070emp: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE070fil: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE051dis: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportNcm: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportComposicaoBaseCalculo: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE015med: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetParametro: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetRegimeTributarioParticipante: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetParticipante: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetLC116_2003: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetNbs: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetServico: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportRetOperacaoAnalitica: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportSaldoCsrf: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportSaldoInssPatronal: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportSaldoInss: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportSaldoIrrf: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportSaldoProgressivoIrrf: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPepsEntrada: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPepsSaida: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPepsEntradaImpostos: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPepsSaidaImpostos: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportPepsEntradaSaida: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE075derCplImp: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE075der: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportE012fam: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/exportInfluxSaldo: post: description: tags: – Queries x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PUBLIC 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 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: PUBLIC 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/excluirPepsEntradaSaldoInicial: post: description: Gera evento para exclusão do saldo de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – listPepsEntrada properties: listPepsEntrada: type: array items: type: object allOf: – #/definitions/recExclusaoPepsEntradaSaldoInicial minimum: 1 description: Lista com os saldos iniciais a serem excluídos responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/obterUrlUpload: post: description: Obtem a url de upload para o arquivo csv tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nomeArquivo properties: nomeArquivo: type: string description: nome do arquivo anexo responses: 200: description: Ok schema: type: object required: – id – url – nomeArquivo – versao properties: id: type: string description: id do arquivo url: type: string description: URL para upload do arquivo nomeArquivo: type: string description: nome do arquivo versao: type: string description: versão do arquivo default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importarPepsEntrada: post: description: Importa arquivo de saldos para a peps_entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – arquivo properties: arquivo: type: object allOf: – #/definitions/recArquivo description: Arquivo com os dados da peps_entrada responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/gravarSaldoRetido: post: description: Gravar saldo retido por terceiro tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – request properties: request: type: object allOf: – #/definitions/recSaldoRetidoRequest description: Dados do request responses: 200: description: Ok schema: type: object required: – response properties: response: type: object allOf: – #/definitions/recSaldoRetidoResponse description: Dados para o response default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/filtrarImpostos: post: description: Filtrar impostos tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – request properties: request: type: object allOf: – #/definitions/recFiltroImpostoInput description: Filtrar por responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/recFiltroImpostoOutput minimum: 1 description: Listagem totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Total default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/consultarSaldosPeps: post: description: Consulta Saldos PEPS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – request properties: request: type: object allOf: – #/definitions/recConsultarSaldoPepsInput description: Filtrar por responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/recConsultarSaldoPepsOutput minimum: 1 description: Listagem totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Total default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPerfilTributario: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importOperacoes: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE008rai: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE007ufs: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE006pai: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE031moe: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE008cep: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importLeiComplementar1162003: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importNbs: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE080ser: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE070emp: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE070fil: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE051dis: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importNcm: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importComposicaoBaseCalculo: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE015med: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetParametro: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetRegimeTributarioParticipante: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetParticipante: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetLC116_2003: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetNbs: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetServico: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importRetOperacaoAnalitica: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importSaldoCsrf: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importSaldoInssPatronal: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importSaldoInss: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importSaldoIrrf: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importSaldoProgressivoIrrf: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPepsEntrada: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPepsSaida: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPepsEntradaImpostos: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPepsSaidaImpostos: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importPepsEntradaSaida: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE075derCplImp: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE075der: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importE012fam: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/actions/importInfluxSaldo: post: description: tags: – Actions x-senior-visibility: PUBLIC 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: default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/perfilTributario: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/perfilTributario default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/operacoes: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/operacoes default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e001pes: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e001pes default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e001pes/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e008rai: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e008rai default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e008rai/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008rai default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e007ufs: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e007ufs/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e007ufs default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e006pai: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e006pai default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e006pai/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e006pai default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e031moe: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e031moe default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e031moe/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e031moe default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e008cep: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e008cep default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e008cep/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008cep default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/leiComplementar1162003: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/leiComplementar1162003 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/nbs: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/nbs default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e080ser: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e080ser default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e080ser/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e080ser default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e070emp: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e070emp default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e070emp/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070emp default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e070fil: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e070fil default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e070fil/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070fil default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e051dis: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e051dis default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e051dis/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e051dis default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/ncm: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/ncm default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/composicaoBaseCalculo: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/composicaoBaseCalculo default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e015med: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e015med default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e015med/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e015med default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retParametro responses: 200: description: The created resource schema: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retParametro responses: 200: description: The created resource schema: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retParametro responses: 200: description: Ok schema: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retParametro responses: 200: description: Ok schema: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retParametro default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retRegimeTributarioParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retRegimeTributarioParticipante responses: 200: description: The created resource schema: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retRegimeTributarioParticipante responses: 200: description: The created resource schema: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retRegimeTributarioParticipante/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retRegimeTributarioParticipante responses: 200: description: Ok schema: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retRegimeTributarioParticipante responses: 200: description: Ok schema: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retRegimeTributarioParticipante default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retRegimeTributarioParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retRegimeTributarioParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retParticipante responses: 200: description: The created resource schema: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retParticipante responses: 200: description: The created resource schema: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParticipante/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retParticipante responses: 200: description: Ok schema: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retParticipante responses: 200: description: Ok schema: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retParticipante default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retLC116_2003: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retLC116_2003 responses: 200: description: The created resource schema: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retLC116_2003 responses: 200: description: The created resource schema: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retLC116_2003/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retLC116_2003 responses: 200: description: Ok schema: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retLC116_2003 responses: 200: description: Ok schema: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retLC116_2003 default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retNbs: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retNbs responses: 200: description: The created resource schema: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retNbs responses: 200: description: The created resource schema: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retNbs/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retNbs responses: 200: description: Ok schema: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retNbs responses: 200: description: Ok schema: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retNbs default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retNbs/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retNbs responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retServico responses: 200: description: The created resource schema: #/definitions/retServico default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retServico responses: 200: description: The created resource schema: #/definitions/retServico default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retServico default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retServico/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retServico responses: 200: description: Ok schema: #/definitions/retServico default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retServico responses: 200: description: Ok schema: #/definitions/retServico default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retServico default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retOperacaoAnalitica: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retOperacaoAnalitica responses: 200: description: The created resource schema: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retOperacaoAnalitica responses: 200: description: The created resource schema: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retOperacaoAnalitica/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retOperacaoAnalitica responses: 200: description: Ok schema: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retOperacaoAnalitica responses: 200: description: Ok schema: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retOperacaoAnalitica default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retOperacaoAnalitica/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retOperacaoAnalitica responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retPisCofinsCsll responses: 200: description: The created resource schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retPisCofinsCsll responses: 200: description: The created resource schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retPisCofinsCsll responses: 200: description: Ok schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retPisCofinsCsll responses: 200: description: Ok schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retPisCofinsCsll: post: description: This entity is customizable. 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/retPisCofinsCsll responses: 200: description: The created resource schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retPisCofinsCsll responses: 200: description: The created resource schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retPisCofinsCsll/{id}: put: description: This entity is customizable. 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/retPisCofinsCsll responses: 200: description: Ok schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retPisCofinsCsll responses: 200: description: Ok schema: #/definitions/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retPisCofinsCsll default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retPisCofinsCsll responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPis: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retPis responses: 200: description: The created resource schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retPis responses: 200: description: The created resource schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retPis default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPis/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retPis responses: 200: description: Ok schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retPis responses: 200: description: Ok schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retPis: post: description: This entity is customizable. 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/retPis responses: 200: description: The created resource schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retPis responses: 200: description: The created resource schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retPis default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retPis/{id}: put: description: This entity is customizable. 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/retPis responses: 200: description: Ok schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retPis responses: 200: description: Ok schema: #/definitions/retPis default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retPis default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPis/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retPis responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCofins: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCofins responses: 200: description: The created resource schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCofins responses: 200: description: The created resource schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCofins/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCofins responses: 200: description: Ok schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCofins responses: 200: description: Ok schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retCofins: post: description: This entity is customizable. 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/retCofins responses: 200: description: The created resource schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retCofins responses: 200: description: The created resource schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retCofins/{id}: put: description: This entity is customizable. 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/retCofins responses: 200: description: Ok schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retCofins responses: 200: description: Ok schema: #/definitions/retCofins default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retCofins default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCofins/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retCofins responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCsll: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCsll responses: 200: description: The created resource schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCsll responses: 200: description: The created resource schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCsll/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCsll responses: 200: description: Ok schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCsll responses: 200: description: Ok schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retCsll: post: description: This entity is customizable. 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/retCsll responses: 200: description: The created resource schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retCsll responses: 200: description: The created resource schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retPisCofinsCsll/{parentId}/retCsll/{id}: put: description: This entity is customizable. 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/retCsll responses: 200: description: Ok schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retCsll responses: 200: description: Ok schema: #/definitions/retCsll default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retCsll default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retCsll/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retCsll responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retInss: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retInss responses: 200: description: The created resource schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retInss responses: 200: description: The created resource schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retInss default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retInss/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retInss responses: 200: description: Ok schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retInss responses: 200: description: Ok schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retInss: post: description: This entity is customizable. 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/retInss responses: 200: description: The created resource schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retInss responses: 200: description: The created resource schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retInss default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retInss/{id}: put: description: This entity is customizable. 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/retInss responses: 200: description: Ok schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retInss responses: 200: description: Ok schema: #/definitions/retInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retInss default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retInss/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retInss responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retIrrf: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIrrf responses: 200: description: The created resource schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIrrf responses: 200: description: The created resource schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retIrrf/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retIrrf responses: 200: description: Ok schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retIrrf responses: 200: description: Ok schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retIrrf: post: description: This entity is customizable. 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/retIrrf responses: 200: description: The created resource schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retIrrf responses: 200: description: The created resource schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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 responses: 200: description: Ok schema: type: array items: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retParametro/{parentId}/retIrrf/{id}: put: description: This entity is customizable. 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/retIrrf responses: 200: description: Ok schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. 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/retIrrf responses: 200: description: Ok schema: #/definitions/retIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. 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/retIrrf default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. 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 default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/retIrrf/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retIrrf responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoCsrf: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoCsrf responses: 200: description: The created resource schema: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoCsrf responses: 200: description: The created resource schema: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoCsrf/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoCsrf responses: 200: description: Ok schema: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoCsrf responses: 200: description: Ok schema: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saldoCsrf default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoCsrf/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/saldoCsrf responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInssPatronal: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoInssPatronal responses: 200: description: The created resource schema: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoInssPatronal responses: 200: description: The created resource schema: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInssPatronal/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoInssPatronal responses: 200: description: Ok schema: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoInssPatronal responses: 200: description: Ok schema: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saldoInssPatronal default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInssPatronal/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/saldoInssPatronal responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInss: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoInss responses: 200: description: The created resource schema: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoInss responses: 200: description: The created resource schema: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInss/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoInss responses: 200: description: Ok schema: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoInss responses: 200: description: Ok schema: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saldoInss default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoInss/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/saldoInss responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoIrrf: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoIrrf responses: 200: description: The created resource schema: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoIrrf responses: 200: description: The created resource schema: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoIrrf/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoIrrf responses: 200: description: Ok schema: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoIrrf responses: 200: description: Ok schema: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saldoIrrf default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoIrrf/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/saldoIrrf responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoProgressivoIrrf: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoProgressivoIrrf responses: 200: description: The created resource schema: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/saldoProgressivoIrrf responses: 200: description: The created resource schema: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoProgressivoIrrf/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoProgressivoIrrf responses: 200: description: Ok schema: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/saldoProgressivoIrrf responses: 200: description: Ok schema: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/saldoProgressivoIrrf default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/saldoProgressivoIrrf/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/saldoProgressivoIrrf responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntrada: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntrada responses: 200: description: The created resource schema: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntrada responses: 200: description: The created resource schema: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntrada/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntrada responses: 200: description: Ok schema: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntrada responses: 200: description: Ok schema: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pepsEntrada default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntrada/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pepsEntrada responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaida: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsSaida responses: 200: description: The created resource schema: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsSaida responses: 200: description: The created resource schema: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaida/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsSaida responses: 200: description: Ok schema: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsSaida responses: 200: description: Ok schema: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pepsSaida default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaida/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pepsSaida responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaImpostos: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntradaImpostos responses: 200: description: The created resource schema: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntradaImpostos responses: 200: description: The created resource schema: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaImpostos/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntradaImpostos responses: 200: description: Ok schema: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntradaImpostos responses: 200: description: Ok schema: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pepsEntradaImpostos default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaImpostos/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pepsEntradaImpostos responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaidaImpostos: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsSaidaImpostos responses: 200: description: The created resource schema: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsSaidaImpostos responses: 200: description: The created resource schema: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaidaImpostos/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsSaidaImpostos responses: 200: description: Ok schema: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsSaidaImpostos responses: 200: description: Ok schema: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pepsSaidaImpostos default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsSaidaImpostos/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pepsSaidaImpostos responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaSaida: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntradaSaida responses: 200: description: The created resource schema: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pepsEntradaSaida responses: 200: description: The created resource schema: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaSaida/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntradaSaida responses: 200: description: Ok schema: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pepsEntradaSaida responses: 200: description: Ok schema: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pepsEntradaSaida default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/pepsEntradaSaida/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pepsEntradaSaida responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e075derCplImp: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e075derCplImp default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e075derCplImp/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075derCplImp default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e075der: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e075der default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e075der/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075der default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e012fam: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/e012fam default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/e012fam/{id}: get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e012fam default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/influxSaldo: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/influxSaldo responses: 200: description: The created resource schema: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/influxSaldo responses: 200: description: The created resource schema: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/influxSaldo/{id}: put: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/influxSaldo responses: 200: description: Ok schema: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError patch: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/influxSaldo responses: 200: description: Ok schema: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError get: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/influxSaldo default: description: Error response schema: #/definitions/genericError delete: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /impostos_retencoes/entities/influxSaldo/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/influxSaldo responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError definitions: upDown: description: Up or down type: string enum: – UP – DOWN tipoNotificacao: description: Tipo de notificação type: string enum: – ALERTA – ERRO – NORMAL enumRegime: description: Regime tributário type: string enum: – VLUCRO_REAL – VLUCRO_PRESUMIDO – VSIMPLES_NACIONAL enumTipoOperacao: description: Tipo de operação type: string enum: – VSAIDA – VENTRADA – VAMBOS enumSituacao: description: Situação type: string enum: – VATIVO – VINATIVO enumJurFis: description: Tipo de pessoa type: string enum: – VJ – VF enumProImp: description: Tipo Produto para Impostos type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V99 enumSitReg: description: Situação do registro type: string enum: – VA – VI enumCodCrt: description: Código do Regime Tributário type: string enum: – V1 – V2 – V3 enumRegEst: description: Regime Especial de Tributação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumOriMer: description: Origem fiscal da mercadoria type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumParCpr: description: Parâmetro de configuração do código fiscal do produto type: string enum: – V1 – V3 – V4 – V6 enumParDpr: description: Parâmetro de configuração da descrição fiscal do produto type: string enum: – V1 – V2 – V5 enumParCse: description: Parâmetro de configuração do código fiscal do serviço type: string enum: – V1 – V2 – V3 enumParDse: description: Parâmetro de configuração da descrição fiscal do serviço type: string enum: – V1 – V2 – V3 enumImpostoCadastro: description: Impostos type: string enum: – VPIS_COFINS – VTODOS – VISS – VRETENCAO – VII – VIPI – VICMS enumImpostoRetido: description: Imposto type: string enum: – ISS_RETIDO – PIS_RETIDO – COFINS_RETIDO – CSLL – IRRF – INSS – INSS_PATRONAL – IRRF_PROGRESSIVO enumOriRet: description: Origem da retenção type: string enum: – EMPRESA – TERCEIRO enumRegControleRet: description: Regime de controle de retenção type: string enum: – CAIXA – COMPETENCIA enumControleValorMinimo: description: Controla valor mínimo type: string enum: – DIARIA – MENSAL – DOCUMENTO enumNaturezaRetencaoPISCOFINS: description: Natureza de retenção – PIS / COFINS type: string enum: – V1 – V2 – V3 – V4 – V5 – V51 – V52 – V53 – V54 – V55 – V59 – V99 enumNaturezaRetencaoCSLL: description: Natureza de retenção – CSLL type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumNaturezaRetencaoIRRF: description: Natureza de retenção – IRRF type: string enum: – V1 – V2 – V3 – V6 enumImpostoSaida: description: Imposto saida type: string enum: – ICMS_PROPRIO_SUBSTITUIDO – FCP_PROPRIO_SUBSTITUIDO – ICMS_ST_RETIDO_ANTERIORMENTE – FCP_ST_RETIDO_ANTERIORMENTE enumImpostoEntrada: description: Imposto Entrada type: string enum: – ICMS – FCP – ICMS_ST – FCP_ST 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 – 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 recSaldoRetidoRequest: description: Saldo retido por terceiro (request) type: object required: – e070emp – e070fil – tipoOperacao – imposto – codigoArrecadacao – e001pes – dataOperacao – documento – origem – base – valor properties: id: type: string description: Id e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data da operação documento: type: string description: Documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem base: type: number format: double description: Valor valor: type: number format: double description: Valor documentoDescricao: type: string description: Descrição do documento recSaldoRetidoResponse: description: Saldo retido por terceiro (response) type: object required: – id properties: id: type: string description: Id e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data da operação documento: type: string description: Documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem base: type: number format: double description: Valor valor: type: number format: double description: Valor documentoDescricao: type: string description: Descrição do documento usuger: type: string description: Usuário – criação dthger: type: string format: date-time description: Data de criação usualt: type: string description: Usuário – alteração dthalt: type: string format: date-time description: Data de alteração recSaldosRetidosInput: description: Filtragem dos saldos de entrada type: object required: – page – size properties: e070emp: type: array items: type: string description: Empresa e070fil: type: array items: type: string description: Filial e001pes: type: array items: type: string description: Participante imposto: type: string description: Imposto codigoArrecadacao: type: string description: Código de arrecadação operacaoDe: type: string format: date-time description: Operação de operacaoPara: type: string format: date-time description: Operação para origem: type: string description: Origem page: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros sort: type: array items: type: object allOf: – #/definitions/fieldsBySort description: Ordenação filterquery: type: array items: type: object allOf: – #/definitions/fieldsByFilter description: Filter fieldsByFilter: description: Campos para filtros opcionais no frontend type: object properties: field: type: string description: Campo value: type: string description: Valor fieldsBySort: description: Campos requeridos para ordenação no frontend type: object properties: field: type: string description: Campo order: type: integer format: int64 description: Ordenação recSaldosRetidosOutput: description: Retorno da listagem dos saldos de entrada type: object properties: id: type: string description: Id idEmpresa: type: string description: Id – Empresa codEmp: type: string description: Código – Empresa nomEmp: type: string description: Nome – Empresa idFilial: type: string description: Id – Filial codFil: type: string description: Código – Filial nomFil: type: string description: Nome – Filial imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string description: Código de arrecadação idParticipante: type: string description: Id – Participante codPes: type: string description: Código – Filial nomPes: type: string description: Nome – Filial dataOperacao: type: string format: date-time description: Operação origem: type: string allOf: – #/definitions/enumOriRet description: Origem base: type: number format: double description: Valor valor: type: number format: double description: Valor documentoDescricao: type: string description: Documento descrição recParametrizacaoImpostosRetencoesInput: description: Parametrização de impostos para Retenções type: object required: – retParametro properties: retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetros comuns retRegimeTributarioParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes retParticipante: type: array items: type: string description: Participantes retNBS: type: array items: type: string description: nbs retLC116_2003: type: array items: type: string description: lc 116/2003 retServico: type: array items: type: string description: serviços recParametrizacaoImpostosRetencoesOutput: description: Retorno para parametrização de impostos para Retenções type: object required: – retParametro properties: retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetros comuns retRegimeTributarioParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes retParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes retNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs retLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 retServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços recFiltroImpostoInput: description: Request do filtro para a pesquisa dos impostos type: object required: – imposto – page – size – perfil properties: imposto: type: string description: imposto tipoOperacao: type: array items: type: string description: Tipo de operação operacoes: type: array items: type: string description: Operação impostos: type: array items: type: string description: Impostos baseCalculo: type: array items: type: string description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto regimeParticipante: type: array items: type: string description: Regime Participante participante: type: array items: type: string description: Participante ncm: type: array items: type: string description: Ncm gtin: type: array items: type: string description: Gtin produto: type: array items: type: string description: Produto lc: type: array items: type: string description: Lc nbs: type: array items: type: string description: Nbs servico: type: array items: type: string description: Servico saidaExterior: type: array items: type: string description: Operação de saída é para o exterior vigenciaInicial: type: string format: date description: Data inicial de vigência vigenciaFinal: type: string format: date description: Data final de vigência situacao: type: array items: type: string description: Situação page: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros sort: type: array items: type: object allOf: – #/definitions/fieldsBySort description: Ordenação filterquery: type: array items: type: object allOf: – #/definitions/fieldsByFilter description: Filter perfil: type: string description: Perfil tributario recFiltroImpostoOutput: description: Output do filtro para a pesquisa dos impostos type: object properties: id: type: string description: Id tipoOperacao: type: string description: Tipo de operação operacao: type: object allOf: – #/definitions/operacoes description: Operação saidaExterior: type: boolean description: Operação de saída é para o exterior retPisCofinsCsll: type: object allOf: – #/definitions/retPisCofinsCsll description: CSRF retIrrf: type: object allOf: – #/definitions/retIrrf description: Retenção IRRF retInss: type: object allOf: – #/definitions/retInss description: Retenção INSS vigenciaInicial: type: string format: date description: Data inicial de vigência vigenciaFinal: type: string format: date description: Data final de vigência situacao: type: string description: Situação usuger: type: string description: Usuário – criação dthger: type: string format: date-time description: Data de criação usualt: type: string description: Usuário – alteração dthalt: type: string format: date-time description: Data de alteração recExclusaoPepsEntradaSaldoInicial: description: Record com os dados para solicitação da exclusão do saldo inicial do PepsEntrada type: object required: – idEmpresa – idFilial – idProduto properties: idEmpresa: type: string description: UUID da empresa idFilial: type: string description: UUID da filial idProduto: type: string description: UUID da produto recArquivo: description: Record com dados de um arquivo enviado para o bucket S3 type: object required: – id – url – nomeArquivo – versao properties: id: type: string description: Id do arquivo url: type: string description: URL do arquivo nomeArquivo: type: string description: Nome do arquivo versao: type: string description: Versão do arquivo recConsultarSaldoPepsInput: description: Request do filtro para a pesquisa do PEPS type: object required: – periodo – page – size properties: e012fam: type: array items: type: string description: Familia e070emp: type: array items: type: string description: Empresa e070empCod: type: array items: type: string description: Código Empresa e070fil: type: array items: type: string description: Filial e070filCod: type: array items: type: string description: Código Filial e075der: type: array items: type: string description: Produto e075derCod: type: array items: type: string description: Código Produto periodo: type: string format: date description: Periodo saldoZerado: type: array items: type: boolean description: Saldo Zerado page: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros sort: type: array items: type: object allOf: – #/definitions/fieldsBySort description: Ordenação filterquery: type: array items: type: object allOf: – #/definitions/fieldsByFilter description: Filter recConsultarSaldoPepsOutput: description: Output do filtro para a pesquisa do PESP type: object required: – page – size properties: id: type: string description: Id e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial e075der: type: object allOf: – #/definitions/e075der description: Produto qtdEntrada: type: number format: double description: Entrada qtdSaida: type: number format: double description: Saida quantidade: type: number format: double description: Quantidade saldoIcms: type: number format: double description: Saldo ICMS saldoFcp: type: number format: double description: Saldo FCP saldoIcmsSt: type: number format: double description: Saldo ICMS St saldoFcpSt: type: number format: double description: Saldo FCP ST page: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros sort: type: array items: type: object allOf: – #/definitions/fieldsBySort description: Ordenação saldoInicial: type: number format: double description: Saldo Inicial perfilTributario: description: Cadastro do perfil tributário type: object required: – codigo – nome – regime properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 3 description: Código nome: type: string maxLength: 255 description: nome regime: type: string allOf: – #/definitions/enumRegime description: Regime tributário excluido: type: boolean description: Sinaliza 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: operacoes: description: Cadastro para definição das operacoes type: object required: – codigo – vigenciaInicial properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 5 description: Código entrada: type: string maxLength: 512 description: Descrição de entrada saida: type: string maxLength: 512 description: Descrição de saída agrupadora: type: boolean description: É operação agrupadora default: false operacaoAgrupadora: type: object allOf: – #/definitions/operacoes description: Operação agrupadora vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final excluido: type: boolean description: Sinaliza 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: e001pes: description: Pessoa type: object 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 tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa sitPes: 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 cnpCpf: type: string maxLength: 14 description: CNPJ/CPF numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) e008cep: type: object allOf: – #/definitions/e008cep description: CEP endPes: type: string maxLength: 100 description: Endereço numEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento nomBai: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade cxaPst: type: integer format: int64 description: Caixa postal minimum: 0 maximum: 999999 zipCod: type: string maxLength: 20 description: Zip code usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e008rai: description: Cidade type: object properties: id: type: string format: uuid description: Id da entidade codRai: type: integer format: int64 description: Código cidade minimum: 0 maximum: 9999999 nomCid: type: string maxLength: 60 description: Nome cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado codIbg: type: integer format: int64 description: Código IBGE município minimum: 0 maximum: 9999999 cepMin: type: integer format: int64 description: CEP inicial minimum: 0 maximum: 99999999 cepMax: type: integer format: int64 description: CEP final minimum: 0 maximum: 99999999 excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e007ufs: description: Estado type: object properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 20 description: Nome e006pai: type: object allOf: – #/definitions/e006pai description: País excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e006pai: description: País type: object properties: id: type: string format: uuid description: Id da entidade codPai: type: string maxLength: 4 description: Código nomPai: type: string maxLength: 150 description: Nome e031moe: type: object allOf: – #/definitions/e031moe description: Moeda excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e031moe: description: Moeda type: object 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 excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e008cep: description: CEP type: object required: – cepIni properties: id: type: string format: uuid description: Id da entidade cepIni: type: integer format: int64 description: CEP endereço minimum: 0 maximum: 99999999 baiEnd: type: string maxLength: 75 description: Bairro logEnd: type: string maxLength: 255 description: Logradouro e008rai: type: object allOf: – #/definitions/e008rai description: Cidade 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 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: leiComplementar1162003: description: Lei complementar 116/2003 type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 500 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacao description: Situaçã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: nbs: description: Nomenclatura brasileira de serviços type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 300 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacao description: Situaçã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: e080ser: description: Serviço type: object required: – e070emp – codSer – desSer – sitSer properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codSer: type: string maxLength: 14 description: Código desSer: type: string maxLength: 70 description: Descrição sitSer: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído 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: e070emp: description: Cadastros – Empresas type: object required: – codEmp – nomEmp – sigEmp properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Código da empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome da empresa sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Filial type: object 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: 9999 nomFil: type: string maxLength: 100 description: Nome numCgc: type: string maxLength: 18 description: CPF/CNPJ numIdf: type: string maxLength: 40 description: Número identificação fiscal excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e051dis: description: Dispositivo fiscal type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codDfs: type: integer format: int64 description: Código minimum: 0 maximum: 999999 desDfs: type: string maxLength: 150 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: ncm: description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos type: object required: – codigo – descricao – aliquotaIPI – uTrib – vigenciaInicial properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 8 description: Nomenclatura comum do Mercosul (NCM) descricao: type: string maxLength: 250 description: Descrição aliquotaIPI: type: number format: double description: Alíquota IPI minimum: 0 maximum: 999.9999 excecaoIPI: type: boolean description: Exceção de IPI default: false excecaoIPICodigo: type: integer format: int64 description: Código da exceção de IPI minimum: 0 maximum: 999 uTrib: type: object allOf: – #/definitions/e015med description: Unidade de medida tributável codigoCest: type: string maxLength: 7 description: Código especificador da substituição tributária vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final excluido: type: boolean description: Sinaliza 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: composicaoBaseCalculo: description: Cadastro para definição da base de calculo para o imposto type: object required: – codigo – nome – imposto – composicaoDaBase properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 30 description: Código nome: type: string maxLength: 255 description: Nome imposto: type: string allOf: – #/definitions/enumImpostoCadastro description: Imposto situacao: type: string allOf: – #/definitions/enumSituacao description: Situação composicaoDaBase: type: string maxLength: 512 description: Fórmula para composição da base usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e015med: description: Cadastros – Unidades de Medida type: object required: – uniMed – desMed properties: id: type: string format: uuid description: Id da entidade uniMed: type: string maxLength: 3 description: Unidade de medida desMed: type: string maxLength: 10 description: Descrição da unidade de medida 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: retParametro: description: Retenção – Parametro type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação operacao: type: object allOf: – #/definitions/operacoes description: Operação vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final embasamentoLegal: type: string maxLength: 255 description: Embasamento legal saidaExterior: type: boolean description: Saída para o exterior default: false situacao: type: string allOf: – #/definitions/enumSituacao description: Situação retOperacaoAnalitica: type: object allOf: – #/definitions/retOperacaoAnalitica description: Operacao Analítica excluido: type: boolean description: Indica se o registro foi excluído default: false utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false retPisCofinsCsll: type: object allOf: – #/definitions/retPisCofinsCsll description: Retenção CSRF retIrrf: type: object allOf: – #/definitions/retIrrf description: Retenção IRRF retInss: type: object allOf: – #/definitions/retInss description: Retenção INSS usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: retRegimeTributarioParticipante: description: Retenção – Regime tributário participante type: object required: – retParametro properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário participante 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: retParticipante: description: Participante type: object required: – retParametro – participante properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção participante: type: object allOf: – #/definitions/e001pes description: Participante 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: retLC116_2003: description: Lei complementar 116/2003 type: object required: – retParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: retNbs: description: NBS type: object required: – retParametro – nbs properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção nbs: type: object allOf: – #/definitions/nbs description: NBSs 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: retServico: description: Serviço type: object required: – retParametro – servico properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção servico: type: object allOf: – #/definitions/e080ser description: Serviç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: retOperacaoAnalitica: description: Operacao Analítica type: object required: – retParametro – operacao – codigo properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 5 description: código da operação analítica/filha 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: retPisCofinsCsll: description: Retenção CSRF type: object required: – regimeControleRetencao – guiaPorDocumentoCsrf – descontaRetencaoFiscalCsrf properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção calculoGrossUpCsrf: type: boolean description: Cálculo gross up default: false regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime de controle de retenção codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação valorMinimoRetencao: type: string description: Valor mínimo de retenção controleValorMinimo: type: string allOf: – #/definitions/enumControleValorMinimo description: Controla valor mínimo guiaPorDocumentoCsrf: type: boolean description: Guia por documento controlaRetencaoFilialCsrf: type: boolean description: Controla retenção por filial default: false descontaRetencaoFiscalCsrf: type: boolean description: Desconta retenção do documento fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false retPis: type: object allOf: – #/definitions/retPis description: retCofins: type: object allOf: – #/definitions/retCofins description: retCsll: type: object allOf: – #/definitions/retCsll description: pisSelecionado: type: boolean description: PIS – Parametrizado default: false cofinsSelecionado: type: boolean description: COFINS – Parametrizado default: false csllSelecionado: type: boolean description: CSLL – Parametrizado default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: retPis: description: Retenção – PIS type: object properties: id: type: string format: uuid description: Id da entidade retPisCofinsCsll: type: object allOf: – #/definitions/retPisCofinsCsll description: Retenção CSRF naturezaRetencao: type: string allOf: – #/definitions/enumNaturezaRetencaoPISCOFINS description: Natureza de retenção baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualReducaoBaseCalculo: type: number format: double description: % de redução base de cálculo minimum: 0 maximum: 999.9999 percentualImposto: type: number format: double description: % do impostos minimum: 0 maximum: 999.9999 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: retCofins: description: Retenção – COFINS type: object properties: id: type: string format: uuid description: Id da entidade retPisCofinsCsll: type: object allOf: – #/definitions/retPisCofinsCsll description: Retenção CSRF naturezaRetencao: type: string allOf: – #/definitions/enumNaturezaRetencaoPISCOFINS description: Natureza de retenção baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualReducaoBaseCalculo: type: number format: double description: % de redução base de cálculo minimum: 0 maximum: 999.9999 percentualImposto: type: number format: double description: % do impostos minimum: 0 maximum: 999.9999 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: retCsll: description: Retenção – CSLL type: object properties: id: type: string format: uuid description: Id da entidade retPisCofinsCsll: type: object allOf: – #/definitions/retPisCofinsCsll description: Retenção CSRF naturezaRetencao: type: string allOf: – #/definitions/enumNaturezaRetencaoCSLL description: Natureza de retenção baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualReducaoBaseCalculo: type: number format: double description: % de redução base de cálculo minimum: 0 maximum: 999.9999 percentualImposto: type: number format: double description: % do impostos minimum: 0 maximum: 999.9999 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: retInss: description: Retenção – INSS e INSS Patronal type: object required: – regimeControleRetencao – guiaPorDocumentoInss – descontaRetencaoFiscalInss properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime de controle de retenção codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação valorMinimoRetencao: type: string description: Valor mínimo de retenção controleValorMinimo: type: string allOf: – #/definitions/enumControleValorMinimo description: Controla valor mínimo guiaPorDocumentoInss: type: boolean description: Guia por documento controlaRetencaoFilialInss: type: boolean description: Controla retenção por filial default: false tabelaProgressivaInss: type: boolean description: Tabela progressiva default: false descontaRetencaoFiscalInss: type: boolean description: Desconta retenção do documento fiscal valorMaximoAcumuladoRetencaoMes: type: string description: Valor máximo acumulado retenção no mês baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualReducaoBaseCalculo: type: number format: double description: % de redução base de cálculo minimum: 0 maximum: 999.9999 percentualImposto: type: number format: double description: % do impostos minimum: 0 maximum: 999.9999 percentualImpostoPatronal: type: number format: double description: % do impostos patronal minimum: 0 maximum: 999.9999 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: retIrrf: description: Retenção – IRRF type: object required: – regimeControleRetencao – guiaPorDocumentoIrrf – descontaRetencaoFiscalIrrf properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetro de retenção regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime de controle de retenção calculoGrossUpIrrf: type: boolean description: Cálculo gross up default: false codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação valorMinimoRetencao: type: string description: Valor mínimo de retenção tabelaProgressiva: type: boolean description: Tabela progressiva controleValorMinimo: type: string allOf: – #/definitions/enumControleValorMinimo description: Controla valor mínimo guiaPorDocumentoIrrf: type: boolean description: Guia por documento controlaRetencaoFilialIrrf: type: boolean description: Controla retenção por filial default: false descontaRetencaoFiscalIrrf: type: boolean description: Desconta retenção do documento fiscal naturezaRetencao: type: string allOf: – #/definitions/enumNaturezaRetencaoIRRF description: Natureza de retenção baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualReducaoBaseCalculo: type: number format: double description: % de redução base de cálculo minimum: 0 maximum: 999.9999 percentualImposto: type: number format: double description: % do impostos minimum: 0 maximum: 999.9999 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: saldoCsrf: description: Retenção – Saldo do CSRF type: object required: – e070emp – e070fil – tipoOperacao – imposto – e001pes – dataOperacao – documento – origem – base – valor 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 tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data de operação documento: type: string maxLength: 250 description: Identificação do documento documentoDescricao: type: string maxLength: 510 description: Descrição do documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem da retenção base: type: string description: Base do imposto retido minimum: 0.00 maximum: 9999999999.99 valor: type: string description: Valor do imposto retido minimum: 0.00 maximum: 9999999999.99 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: saldoInssPatronal: description: Retenção – Saldo do INSS patronal type: object required: – e070emp – e070fil – tipoOperacao – imposto – e001pes – dataOperacao – documento – origem – base – valor 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 tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data de operação documento: type: string maxLength: 250 description: Identificação do documento documentoDescricao: type: string maxLength: 510 description: Descrição do documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem da retenção base: type: string description: Base do imposto retido minimum: 0.00 maximum: 9999999999.99 valor: type: string description: Valor do imposto retido minimum: 0.00 maximum: 9999999999.99 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: saldoInss: description: Retenção – Saldo do INSS type: object required: – e070emp – e070fil – tipoOperacao – imposto – e001pes – dataOperacao – documento – origem – base – valor 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 tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data de operação documento: type: string maxLength: 250 description: Identificação do documento documentoDescricao: type: string maxLength: 510 description: Descrição do documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem da retenção base: type: string description: Base do imposto retido minimum: 0.00 maximum: 9999999999.99 valor: type: string description: Valor do imposto retido minimum: 0.00 maximum: 9999999999.99 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: saldoIrrf: description: Retenção – Saldo do IRRF type: object required: – e070emp – e070fil – tipoOperacao – imposto – e001pes – dataOperacao – documento – origem – base – valor 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 tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data de operação documento: type: string maxLength: 250 description: Identificação do documento documentoDescricao: type: string maxLength: 510 description: Descrição do documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem da retenção base: type: string description: Base do imposto retido minimum: 0.00 maximum: 9999999999.99 valor: type: string description: Valor do imposto retido minimum: 0.00 maximum: 9999999999.99 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: saldoProgressivoIrrf: description: Retenção – Saldo do IRRF type: object required: – e070emp – e070fil – tipoOperacao – imposto – e001pes – dataOperacao – documento – origem – base – valor 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 tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação imposto: type: string allOf: – #/definitions/enumImpostoRetido description: Imposto codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação e001pes: type: object allOf: – #/definitions/e001pes description: Participante dataOperacao: type: string format: date-time description: Data de operação documento: type: string maxLength: 250 description: Identificação do documento documentoDescricao: type: string maxLength: 510 description: Descrição do documento origem: type: string allOf: – #/definitions/enumOriRet description: Origem da retenção base: type: string description: Base do imposto retido minimum: 0.00 maximum: 9999999999.99 valor: type: string description: Valor do imposto retido minimum: 0.00 maximum: 9999999999.99 valorTributado: type: string description: Valor tributado minimum: 0.00 maximum: 9999999999.99 inssDescontado: type: string description: Inss descontado minimum: 0.00 maximum: 9999999999.99 tributado: type: boolean description: tributado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: pepsEntrada: description: PEPS Entrada type: object required: – e070emp – e070fil – codigoDocumento – codDer 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 documento: type: string maxLength: 250 description: Documento codigoDocumento: type: string maxLength: 250 description: Código Documento data: type: string format: date-time description: Data item: type: string maxLength: 250 description: Item e075der: type: object allOf: – #/definitions/e075der description: Produto codDer: type: string maxLength: 250 description: Cod Produto quantidade: type: number format: double description: Quantidade minimum: 0 vlrUnt: type: string description: Valor unitario minimum: 0 cnpjEscalaNaoRelevante: type: string maxLength: 20 description: CNPJ Escala excluido: type: boolean description: Sinaliza 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: pepsSaida: description: PEPS Saida type: object required: – e070emp – e070fil – codigoDocumento – codDer 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 documento: type: string maxLength: 250 description: Documento codigoDocumento: type: string maxLength: 250 description: Código Documento data: type: string format: date-time description: Data item: type: string maxLength: 250 description: Item e075der: type: object allOf: – #/definitions/e075der description: Produto codDer: type: string maxLength: 250 description: Cod Produto quantidade: type: number format: double description: Quantidade minimum: 0 vlrUnt: type: string description: Valor unitario minimum: 0 cnpjEscalaNaoRelevante: type: string maxLength: 20 description: CNPJ Escala excluido: type: boolean description: Sinaliza 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: pepsEntradaImpostos: description: PEPS Entrada Impostos type: object required: – imposto – valorBase – percentual – valor properties: id: type: string format: uuid description: Id da entidade imposto: type: string allOf: – #/definitions/enumImpostoEntrada description: Imposto valorBase: type: string description: Valor base minimum: 0 percentual: type: number format: double description: Percentual minimum: 0 valor: type: string description: Valor minimum: 0 pepsEntrada: type: object allOf: – #/definitions/pepsEntrada description: PESP Entrada excluido: type: boolean description: Sinaliza 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: pepsSaidaImpostos: description: PEPS Saida Impostos type: object required: – imposto – valorBase – percentual – valor properties: id: type: string format: uuid description: Id da entidade imposto: type: string allOf: – #/definitions/enumImpostoSaida description: Imposto valorBase: type: string description: Valor base minimum: 0 percentual: type: number format: double description: Percentual minimum: 0 valor: type: string description: Valor minimum: 0 pepsSaida: type: object allOf: – #/definitions/pepsSaida description: PESP Saida excluido: type: boolean description: Sinaliza 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: pepsEntradaSaida: description: PEPS Entrada Saida type: object required: – pepsEntrada – pepsSaida – data properties: id: type: string format: uuid description: Id da entidade pepsEntrada: type: object allOf: – #/definitions/pepsEntrada description: PEPS Entrada pepsSaida: type: object allOf: – #/definitions/pepsSaida description: PEPS Saida data: type: string format: date-time description: Data excluido: type: boolean description: Sinaliza 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: e075derCplImp: description: Especialização cadastro de produto type: object properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto iteFis: type: string maxLength: 60 description: Código fiscal desFis: type: string maxLength: 255 description: Descrição fiscal ncm: type: object allOf: – #/definitions/ncm description: NCM proImp: type: string allOf: – #/definitions/enumProImp description: Tipo Produto para Impostos codAnp: type: integer format: int64 description: Código de produto ANP desAnp: type: string maxLength: 95 description: Descrição do produto conforme ANP oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria codCes: type: string maxLength: 7 description: Especificador substituição tributária gruIst: type: boolean description: Gerar grupo de repasse de ICMS ST na NF-e mesmo com CST 60 default: false controlaPEPs: type: boolean description: controla PEPs default: false 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: e075der: description: Produto – derivação type: object required: – e070emp – codDer – desDer – sitDer properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codDer: type: string maxLength: 23 description: Derivação desDer: type: string maxLength: 50 description: Descrição e012fam: type: object allOf: – #/definitions/e012fam description: Familoa sitDer: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração e075derCplImp: type: object allOf: – #/definitions/e075derCplImp description: Especialização cadastro de produto usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012fam: description: Cadastros – Famílias type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Código da empresa codFam: type: string maxLength: 6 description: Código da família de produto desFam: type: string maxLength: 50 description: Descrição da família de produto sitFam: 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 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: influxSaldo: description: Influx saldo type: object required: – e070emp – e070fil – e075der 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 e075der: type: object allOf: – #/definitions/e075der description: Produto 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: 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