2.0info: 1.6.3 impostos description: Impostos x-senior-domain: erpx_cpl x-senior-domain-path: erpx_cpl x-senior-service-path: impostos 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/queries/migrateSchema: post: description: Realiza a migração do schema do banco de dados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError get: description: Realiza a migração do schema do banco de dados tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /impostos/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/queries/validaFormulaImposto: post: description: Valida uma formula e retorna um erro traduzido para o usuário tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – imposto – formula properties: imposto: type: string allOf: – #/definitions/enumImpostoCadastro description: Imposto formula: type: string description: Formula responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /impostos/queries/listarPerfilTribFilialImpostos: post: description: Listar perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: offset: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros orderby: type: string description: Ordenação filter: type: string description: Filtro responses: 200: description: Ok schema: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/perfilTribFilialImpostos minimum: 1 description: Registros totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros default: description: Error response schema: #/definitions/genericError get: description: Listar perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: offset description: Página in: query type: integer format: int64 – name: size description: Quantidade de registros in: query type: integer format: int64 – name: orderby description: Ordenação in: query type: string – name: filter description: Filtro in: query type: string responses: 200: description: Ok schema: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/perfilTribFilialImpostos minimum: 1 description: Registros totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros default: description: Error response schema: #/definitions/genericError /impostos/queries/obterPerfilTribFilialImpostos: post: description: Obter perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – identificador properties: identificador: type: string description: Identificador do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/novoPerfilTribFilialImpostos: post: description: Obter um novo perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – identificador properties: identificador: type: string description: Identificador do perfil tributário responses: 200: description: Ok schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter um novo perfil tributário filial impostos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário in: query required: true type: string responses: 200: description: Ok schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterPisParametros: post: description: Obter pis 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosPISOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter pis parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosPISOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterCofinsParametros: post: description: Obter pis 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCOFINSOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter pis parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCOFINSOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterCideParametros: post: description: Obter CIDE 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCIDEOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter CIDE parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCIDEOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterIiParametros: post: description: Obter imposto de importação 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIIOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter imposto de importação parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIIOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterIssParametros: post: description: Obter iss 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosISSOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter iss parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosISSOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/queries/obterPercentualIrrf: post: description: Obter percentual de IRRF a ser usado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseDate – value properties: baseDate: type: string format: date description: Data base value: type: string description: Valor responses: 200: description: Ok schema: type: object required: – percentual – valorDeduzir – valorDependente properties: percentual: type: number format: double description: Percentual valorDeduzir: type: string description: Valor a deduzir valorDependente: type: string description: Valor dependente default: description: Error response schema: #/definitions/genericError get: description: Obter percentual de IRRF a ser usado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: baseDate description: Data base in: query required: true type: string format: date – name: value description: Valor in: query required: true type: string responses: 200: description: Ok schema: type: object required: – percentual – valorDeduzir – valorDependente properties: percentual: type: number format: double description: Percentual valorDeduzir: type: string description: Valor a deduzir valorDependente: type: string description: Valor dependente default: description: Error response schema: #/definitions/genericError /impostos/queries/obterPercentualInss: post: description: Obter percentual de INSS a ser usado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – baseDate – value properties: baseDate: type: string format: date description: Data base value: type: string description: Valor responses: 200: description: Ok schema: type: object required: – percentual properties: percentual: type: number format: double description: Percentual default: description: Error response schema: #/definitions/genericError get: description: Obter percentual de INSS a ser usado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: baseDate description: Data base in: query required: true type: string format: date – name: value description: Valor in: query required: true type: string responses: 200: description: Ok schema: type: object required: – percentual properties: percentual: type: number format: double description: Percentual default: description: Error response schema: #/definitions/genericError /impostos/queries/obterIPIParametros: post: description: Obter pis 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 do perfil tributário da filial responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIPIOutput description: Registro default: description: Error response schema: #/definitions/genericError get: description: Obter pis parametros comuns e especificos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: identificador description: Identificador do perfil tributário da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIPIOutput description: Registro default: description: Error response schema: #/definitions/genericError /impostos/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/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/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/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/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/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/queries/exportE001tns: 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/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/queries/exportE027eqi: 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/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/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/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/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/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/queries/exportNaturezaReceitaPISCOFINS: 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/queries/exportPisParametro: 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/queries/exportPisOperacoesAnaliticas: 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/queries/exportPisRegimeParticipante: 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/queries/exportPisParticipante: 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/queries/exportPisNCM: 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/queries/exportPisGTIN: 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/queries/exportPisProduto: 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/queries/exportPisLC116_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/queries/exportPisNBS: 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/queries/exportPisServico: 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/queries/exportCofinsParametro: 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/queries/exportCofinsOperacoesAnaliticas: 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/queries/exportCofinsRegimeParticipante: 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/queries/exportCofinsParticipante: 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/queries/exportCofinsNCM: 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/queries/exportCofinsGTIN: 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/queries/exportCofinsProduto: 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/queries/exportCofinsLC116_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/queries/exportCofinsNBS: 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/queries/exportCofinsServico: 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/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/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/queries/exportPerfilTributarioFilial: 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/queries/exportPerfilTributarioFilialImpostos: 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/queries/exportE027str: 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/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/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/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/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/queries/exportIssParametro: 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/queries/exportIssOperacoesAnaliticas: 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/queries/exportIssRegimeParticipante: 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/queries/exportIssParticipante: 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/queries/exportIssLC116_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/queries/exportIssNBS: 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/queries/exportIssServico: 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/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/queries/exportIpiParametro: 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/queries/exportIpiOperacoesAnaliticas: 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/queries/exportIpiRegimeParticipante: 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/queries/exportIpiParticipante: 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/queries/exportIpiNCM: 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/queries/exportIpiProduto: 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/queries/exportIpiGtin: 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/queries/exportIpiNBS: 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/queries/exportIpiServico: 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/queries/exportIpiLC116_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/queries/exportCideParametro: 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/queries/exportCideOperacoesAnaliticas: 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/queries/exportCideRegimeParticipante: 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/queries/exportCideParticipante: 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/queries/exportCideLC116_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/queries/exportCideNBS: 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/queries/exportCideServico: 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/queries/exportIiParametro: 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/queries/exportIiOperacoesAnaliticas: 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/queries/exportIiRegimeParticipante: 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/queries/exportIiParticipante: 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/queries/exportIiNCM: 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/queries/exportIiProduto: 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/queries/exportIiGtin: 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/queries/exportNaturezaReceitaPISCOFINSCST: 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/queries/exportIcmsParametros: 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/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/actions/tempGeraMatrizIPI: post: description: Gerar matriz temporariamente tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idIpiParametro properties: idIpiParametro: type: string description: Identificador do IPI parâmetro responses: 200: description: Ok schema: type: object required: – took properties: took: type: integer format: int64 description: Quanto tempo demorou o processo em milisegundos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarPerfilTribFilialImpostos: post: description: Gravar perfil tributário filial impostos tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Perfil tributário filial responses: 200: description: Ok schema: type: object required: – perfilTribFilialImpostos properties: perfilTribFilialImpostos: type: object allOf: – #/definitions/perfilTribFilialImpostos description: Perfil tributário filial default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosPIS: post: description: Gravar parâmetros de impostos de PIS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosPISInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosPISOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosCOFINS: post: description: Gravar parâmetros de impostos de COFINS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCOFINSInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCOFINSOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosISS: post: description: Gravar parâmetros de impostos de ISS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosISSInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosISSOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosII: post: description: Gravar parâmetros de impostos para o imposto de importação tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIIInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIIOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosCIDE: post: description: Gravar parâmetros de impostos para o CIDE tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCIDEInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCIDEOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarParametrosImpostosIPI: post: description: Gravar parâmetros de impostos de IPI tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIPIInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosIPIOutput description: Parametrização de impostos default: description: Error response schema: #/definitions/genericError /impostos/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/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response default: description: Error response schema: #/definitions/genericError /impostos/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/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/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/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/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/actions/importE001tns: 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/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/actions/importE027eqi: 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/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/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/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/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/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/actions/importNaturezaReceitaPISCOFINS: 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/actions/importPisParametro: 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/actions/importPisOperacoesAnaliticas: 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/actions/importPisRegimeParticipante: 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/actions/importPisParticipante: 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/actions/importPisNCM: 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/actions/importPisGTIN: 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/actions/importPisProduto: 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/actions/importPisLC116_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/actions/importPisNBS: 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/actions/importPisServico: 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/actions/importCofinsParametro: 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/actions/importCofinsOperacoesAnaliticas: 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/actions/importCofinsRegimeParticipante: 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/actions/importCofinsParticipante: 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/actions/importCofinsNCM: 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/actions/importCofinsGTIN: 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/actions/importCofinsProduto: 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/actions/importCofinsLC116_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/actions/importCofinsNBS: 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/actions/importCofinsServico: 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/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/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/actions/importPerfilTributarioFilial: 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/actions/importPerfilTributarioFilialImpostos: 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/actions/importE027str: 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/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/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/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/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/actions/importIssParametro: 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/actions/importIssOperacoesAnaliticas: 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/actions/importIssRegimeParticipante: 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/actions/importIssParticipante: 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/actions/importIssLC116_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/actions/importIssNBS: 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/actions/importIssServico: 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/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/actions/importIpiParametro: 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/actions/importIpiOperacoesAnaliticas: 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/actions/importIpiRegimeParticipante: 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/actions/importIpiParticipante: 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/actions/importIpiNCM: 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/actions/importIpiProduto: 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/actions/importIpiGtin: 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/actions/importIpiNBS: 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/actions/importIpiServico: 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/actions/importIpiLC116_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/actions/importCideParametro: 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/actions/importCideOperacoesAnaliticas: 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/actions/importCideRegimeParticipante: 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/actions/importCideParticipante: 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/actions/importCideLC116_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/actions/importCideNBS: 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/actions/importCideServico: 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/actions/importIiParametro: 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/actions/importIiOperacoesAnaliticas: 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/actions/importIiRegimeParticipante: 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/actions/importIiParticipante: 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/actions/importIiNCM: 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/actions/importIiProduto: 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/actions/importIiGtin: 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/actions/importNaturezaReceitaPISCOFINSCST: 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/actions/importIcmsParametros: 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/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/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/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/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/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/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/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/entities/e001tns: 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/e001tns default: description: Error response schema: #/definitions/genericError /impostos/entities/e001tns/{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/e001tns default: description: Error response schema: #/definitions/genericError /impostos/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/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/entities/e027eqi: 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/e027eqi default: description: Error response schema: #/definitions/genericError /impostos/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/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/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/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/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/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/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/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/entities/perfilTributario: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributario responses: 200: description: The created resource schema: #/definitions/perfilTributario 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/perfilTributario responses: 200: description: The created resource schema: #/definitions/perfilTributario 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/perfilTributario default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributario/{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/perfilTributario responses: 200: description: Ok schema: #/definitions/perfilTributario 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/perfilTributario responses: 200: description: Ok schema: #/definitions/perfilTributario 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/perfilTributario 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/entities/perfilTributario/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributario responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/naturezaReceitaPISCOFINS: 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/naturezaReceitaPISCOFINS default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisParametro responses: 200: description: The created resource schema: #/definitions/pisParametro 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/pisParametro responses: 200: description: The created resource schema: #/definitions/pisParametro 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/pisParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParametro/{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/pisParametro responses: 200: description: Ok schema: #/definitions/pisParametro 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/pisParametro responses: 200: description: Ok schema: #/definitions/pisParametro 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/pisParametro 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/entities/pisParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisOperacoesAnaliticas: 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/pisOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/pisRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisRegimeParticipante responses: 200: description: The created resource schema: #/definitions/pisRegimeParticipante 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/pisRegimeParticipante responses: 200: description: The created resource schema: #/definitions/pisRegimeParticipante 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/pisRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/pisRegimeParticipante/{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/pisRegimeParticipante responses: 200: description: Ok schema: #/definitions/pisRegimeParticipante 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/pisRegimeParticipante responses: 200: description: Ok schema: #/definitions/pisRegimeParticipante 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/pisRegimeParticipante 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/entities/pisRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisParticipante responses: 200: description: The created resource schema: #/definitions/pisParticipante 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/pisParticipante responses: 200: description: The created resource schema: #/definitions/pisParticipante 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/pisParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParticipante/{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/pisParticipante responses: 200: description: Ok schema: #/definitions/pisParticipante 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/pisParticipante responses: 200: description: Ok schema: #/definitions/pisParticipante 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/pisParticipante 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/entities/pisParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNCM: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisNCM responses: 200: description: The created resource schema: #/definitions/pisNCM 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/pisNCM responses: 200: description: The created resource schema: #/definitions/pisNCM 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/pisNCM default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNCM/{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/pisNCM responses: 200: description: Ok schema: #/definitions/pisNCM 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/pisNCM responses: 200: description: Ok schema: #/definitions/pisNCM 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/pisNCM 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/entities/pisNCM/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisNCM responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisGTIN: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisGTIN responses: 200: description: The created resource schema: #/definitions/pisGTIN 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/pisGTIN responses: 200: description: The created resource schema: #/definitions/pisGTIN 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/pisGTIN default: description: Error response schema: #/definitions/genericError /impostos/entities/pisGTIN/{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/pisGTIN responses: 200: description: Ok schema: #/definitions/pisGTIN 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/pisGTIN responses: 200: description: Ok schema: #/definitions/pisGTIN 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/pisGTIN 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/entities/pisGTIN/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisGTIN responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisProduto: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisProduto responses: 200: description: The created resource schema: #/definitions/pisProduto 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/pisProduto responses: 200: description: The created resource schema: #/definitions/pisProduto 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/pisProduto default: description: Error response schema: #/definitions/genericError /impostos/entities/pisProduto/{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/pisProduto responses: 200: description: Ok schema: #/definitions/pisProduto 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/pisProduto responses: 200: description: Ok schema: #/definitions/pisProduto 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/pisProduto 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/entities/pisProduto/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisProduto responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisLC116_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/pisLC116_2003 responses: 200: description: The created resource schema: #/definitions/pisLC116_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/pisLC116_2003 responses: 200: description: The created resource schema: #/definitions/pisLC116_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/pisLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos/entities/pisLC116_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/pisLC116_2003 responses: 200: description: Ok schema: #/definitions/pisLC116_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/pisLC116_2003 responses: 200: description: Ok schema: #/definitions/pisLC116_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/pisLC116_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/entities/pisLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNBS: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisNBS responses: 200: description: The created resource schema: #/definitions/pisNBS 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/pisNBS responses: 200: description: The created resource schema: #/definitions/pisNBS 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/pisNBS default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNBS/{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/pisNBS responses: 200: description: Ok schema: #/definitions/pisNBS 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/pisNBS responses: 200: description: Ok schema: #/definitions/pisNBS 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/pisNBS 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/entities/pisNBS/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisNBS responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/pisServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisServico responses: 200: description: The created resource schema: #/definitions/pisServico 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/pisServico responses: 200: description: The created resource schema: #/definitions/pisServico 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/pisServico default: description: Error response schema: #/definitions/genericError /impostos/entities/pisServico/{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/pisServico responses: 200: description: Ok schema: #/definitions/pisServico 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/pisServico responses: 200: description: Ok schema: #/definitions/pisServico 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/pisServico 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/entities/pisServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsParametro responses: 200: description: The created resource schema: #/definitions/cofinsParametro 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/cofinsParametro responses: 200: description: The created resource schema: #/definitions/cofinsParametro 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/cofinsParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParametro/{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/cofinsParametro responses: 200: description: Ok schema: #/definitions/cofinsParametro 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/cofinsParametro responses: 200: description: Ok schema: #/definitions/cofinsParametro 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/cofinsParametro 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/entities/cofinsParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsOperacoesAnaliticas: 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/cofinsOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cofinsRegimeParticipante 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/cofinsRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cofinsRegimeParticipante 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/cofinsRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsRegimeParticipante/{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/cofinsRegimeParticipante responses: 200: description: Ok schema: #/definitions/cofinsRegimeParticipante 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/cofinsRegimeParticipante responses: 200: description: Ok schema: #/definitions/cofinsRegimeParticipante 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/cofinsRegimeParticipante 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/entities/cofinsRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsParticipante responses: 200: description: The created resource schema: #/definitions/cofinsParticipante 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/cofinsParticipante responses: 200: description: The created resource schema: #/definitions/cofinsParticipante 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/cofinsParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParticipante/{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/cofinsParticipante responses: 200: description: Ok schema: #/definitions/cofinsParticipante 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/cofinsParticipante responses: 200: description: Ok schema: #/definitions/cofinsParticipante 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/cofinsParticipante 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/entities/cofinsParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNCM: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsNCM responses: 200: description: The created resource schema: #/definitions/cofinsNCM 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/cofinsNCM responses: 200: description: The created resource schema: #/definitions/cofinsNCM 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/cofinsNCM default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNCM/{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/cofinsNCM responses: 200: description: Ok schema: #/definitions/cofinsNCM 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/cofinsNCM responses: 200: description: Ok schema: #/definitions/cofinsNCM 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/cofinsNCM 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/entities/cofinsNCM/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsNCM responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsGTIN: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsGTIN responses: 200: description: The created resource schema: #/definitions/cofinsGTIN 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/cofinsGTIN responses: 200: description: The created resource schema: #/definitions/cofinsGTIN 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/cofinsGTIN default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsGTIN/{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/cofinsGTIN responses: 200: description: Ok schema: #/definitions/cofinsGTIN 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/cofinsGTIN responses: 200: description: Ok schema: #/definitions/cofinsGTIN 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/cofinsGTIN 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/entities/cofinsGTIN/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsGTIN responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsProduto: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsProduto responses: 200: description: The created resource schema: #/definitions/cofinsProduto 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/cofinsProduto responses: 200: description: The created resource schema: #/definitions/cofinsProduto 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/cofinsProduto default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsProduto/{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/cofinsProduto responses: 200: description: Ok schema: #/definitions/cofinsProduto 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/cofinsProduto responses: 200: description: Ok schema: #/definitions/cofinsProduto 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/cofinsProduto 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/entities/cofinsProduto/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsProduto responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsLC116_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/cofinsLC116_2003 responses: 200: description: The created resource schema: #/definitions/cofinsLC116_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/cofinsLC116_2003 responses: 200: description: The created resource schema: #/definitions/cofinsLC116_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/cofinsLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsLC116_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/cofinsLC116_2003 responses: 200: description: Ok schema: #/definitions/cofinsLC116_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/cofinsLC116_2003 responses: 200: description: Ok schema: #/definitions/cofinsLC116_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/cofinsLC116_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/entities/cofinsLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNBS: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsNBS responses: 200: description: The created resource schema: #/definitions/cofinsNBS 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/cofinsNBS responses: 200: description: The created resource schema: #/definitions/cofinsNBS 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/cofinsNBS default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNBS/{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/cofinsNBS responses: 200: description: Ok schema: #/definitions/cofinsNBS 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/cofinsNBS responses: 200: description: Ok schema: #/definitions/cofinsNBS 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/cofinsNBS 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/entities/cofinsNBS/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsNBS responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsServico responses: 200: description: The created resource schema: #/definitions/cofinsServico 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/cofinsServico responses: 200: description: The created resource schema: #/definitions/cofinsServico 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/cofinsServico default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsServico/{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/cofinsServico responses: 200: description: Ok schema: #/definitions/cofinsServico 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/cofinsServico responses: 200: description: Ok schema: #/definitions/cofinsServico 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/cofinsServico 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/entities/cofinsServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/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/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/entities/perfilTributarioFilial: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributarioFilial responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilial 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/perfilTributarioFilial responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilial 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/perfilTributarioFilial default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilial/{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/perfilTributarioFilial responses: 200: description: Ok schema: #/definitions/perfilTributarioFilial 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/perfilTributarioFilial responses: 200: description: Ok schema: #/definitions/perfilTributarioFilial 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/perfilTributarioFilial 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/entities/perfilTributarioFilial/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributarioFilial responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilialImpostos: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributarioFilialImpostos responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilialImpostos 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/perfilTributarioFilialImpostos responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilialImpostos 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/perfilTributarioFilialImpostos default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilialImpostos/{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/perfilTributarioFilialImpostos responses: 200: description: Ok schema: #/definitions/perfilTributarioFilialImpostos 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/perfilTributarioFilialImpostos responses: 200: description: Ok schema: #/definitions/perfilTributarioFilialImpostos 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/perfilTributarioFilialImpostos 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/entities/perfilTributarioFilialImpostos/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributarioFilialImpostos responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/e027str: 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/e027str default: description: Error response schema: #/definitions/genericError /impostos/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/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/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/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/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/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/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/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/entities/issParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issParametro responses: 200: description: The created resource schema: #/definitions/issParametro 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/issParametro responses: 200: description: The created resource schema: #/definitions/issParametro 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/issParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/{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/issParametro responses: 200: description: Ok schema: #/definitions/issParametro 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/issParametro responses: 200: description: Ok schema: #/definitions/issParametro 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/issParametro 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/entities/issParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issOperacoesAnaliticas: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issOperacoesAnaliticas responses: 200: description: The created resource schema: #/definitions/issOperacoesAnaliticas 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/issOperacoesAnaliticas responses: 200: description: The created resource schema: #/definitions/issOperacoesAnaliticas 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/issOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/issOperacoesAnaliticas/{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/issOperacoesAnaliticas responses: 200: description: Ok schema: #/definitions/issOperacoesAnaliticas 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/issOperacoesAnaliticas responses: 200: description: Ok schema: #/definitions/issOperacoesAnaliticas 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/issOperacoesAnaliticas 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/entities/issOperacoesAnaliticas/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issOperacoesAnaliticas responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issRegimeParticipante responses: 200: description: The created resource schema: #/definitions/issRegimeParticipante 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/issRegimeParticipante responses: 200: description: The created resource schema: #/definitions/issRegimeParticipante 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/issRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/issRegimeParticipante/{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/issRegimeParticipante responses: 200: description: Ok schema: #/definitions/issRegimeParticipante 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/issRegimeParticipante responses: 200: description: Ok schema: #/definitions/issRegimeParticipante 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/issRegimeParticipante 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/entities/issRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issParticipante responses: 200: description: The created resource schema: #/definitions/issParticipante 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/issParticipante responses: 200: description: The created resource schema: #/definitions/issParticipante 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/issParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/issParticipante/{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/issParticipante responses: 200: description: Ok schema: #/definitions/issParticipante 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/issParticipante responses: 200: description: Ok schema: #/definitions/issParticipante 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/issParticipante 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/entities/issParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issLC116_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/issLC116_2003 responses: 200: description: The created resource schema: #/definitions/issLC116_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/issLC116_2003 responses: 200: description: The created resource schema: #/definitions/issLC116_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/issLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos/entities/issLC116_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/issLC116_2003 responses: 200: description: Ok schema: #/definitions/issLC116_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/issLC116_2003 responses: 200: description: Ok schema: #/definitions/issLC116_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/issLC116_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/entities/issLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issNBS: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issNBS responses: 200: description: The created resource schema: #/definitions/issNBS 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/issNBS responses: 200: description: The created resource schema: #/definitions/issNBS 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/issNBS default: description: Error response schema: #/definitions/genericError /impostos/entities/issNBS/{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/issNBS responses: 200: description: Ok schema: #/definitions/issNBS 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/issNBS responses: 200: description: Ok schema: #/definitions/issNBS 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/issNBS 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/entities/issNBS/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issNBS responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/issServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issServico responses: 200: description: The created resource schema: #/definitions/issServico 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/issServico responses: 200: description: The created resource schema: #/definitions/issServico 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/issServico default: description: Error response schema: #/definitions/genericError /impostos/entities/issServico/{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/issServico responses: 200: description: Ok schema: #/definitions/issServico 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/issServico responses: 200: description: Ok schema: #/definitions/issServico 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/issServico 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/entities/issServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/retIss: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIss responses: 200: description: The created resource schema: #/definitions/retIss 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/retIss responses: 200: description: The created resource schema: #/definitions/retIss 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/retIss default: description: Error response schema: #/definitions/genericError /impostos/entities/retIss/{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/retIss responses: 200: description: Ok schema: #/definitions/retIss 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/retIss responses: 200: description: Ok schema: #/definitions/retIss 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/retIss 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/entities/issParametro/{parentId}/retIss: 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/retIss responses: 200: description: The created resource schema: #/definitions/retIss 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/retIss responses: 200: description: The created resource schema: #/definitions/retIss 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/retIss default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/{parentId}/retIss/{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/retIss responses: 200: description: Ok schema: #/definitions/retIss 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/retIss responses: 200: description: Ok schema: #/definitions/retIss 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/retIss 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/entities/retIss/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retIss responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/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/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/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/entities/ipiParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiParametro responses: 200: description: The created resource schema: #/definitions/ipiParametro 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/ipiParametro responses: 200: description: The created resource schema: #/definitions/ipiParametro 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/ipiParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParametro/{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/ipiParametro responses: 200: description: Ok schema: #/definitions/ipiParametro 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/ipiParametro responses: 200: description: Ok schema: #/definitions/ipiParametro 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/ipiParametro 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/entities/ipiParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiOperacoesAnaliticas: 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/ipiOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ipiRegimeParticipante 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/ipiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ipiRegimeParticipante 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/ipiRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiRegimeParticipante/{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/ipiRegimeParticipante responses: 200: description: Ok schema: #/definitions/ipiRegimeParticipante 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/ipiRegimeParticipante responses: 200: description: Ok schema: #/definitions/ipiRegimeParticipante 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/ipiRegimeParticipante 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/entities/ipiRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiParticipante responses: 200: description: The created resource schema: #/definitions/ipiParticipante 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/ipiParticipante responses: 200: description: The created resource schema: #/definitions/ipiParticipante 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/ipiParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParticipante/{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/ipiParticipante responses: 200: description: Ok schema: #/definitions/ipiParticipante 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/ipiParticipante responses: 200: description: Ok schema: #/definitions/ipiParticipante 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/ipiParticipante 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/entities/ipiParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNCM: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiNCM responses: 200: description: The created resource schema: #/definitions/ipiNCM 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/ipiNCM responses: 200: description: The created resource schema: #/definitions/ipiNCM 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/ipiNCM default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNCM/{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/ipiNCM responses: 200: description: Ok schema: #/definitions/ipiNCM 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/ipiNCM responses: 200: description: Ok schema: #/definitions/ipiNCM 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/ipiNCM 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/entities/ipiNCM/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiNCM responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiProduto: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiProduto responses: 200: description: The created resource schema: #/definitions/ipiProduto 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/ipiProduto responses: 200: description: The created resource schema: #/definitions/ipiProduto 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/ipiProduto default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiProduto/{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/ipiProduto responses: 200: description: Ok schema: #/definitions/ipiProduto 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/ipiProduto responses: 200: description: Ok schema: #/definitions/ipiProduto 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/ipiProduto 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/entities/ipiProduto/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiProduto responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiGtin: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiGtin responses: 200: description: The created resource schema: #/definitions/ipiGtin 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/ipiGtin responses: 200: description: The created resource schema: #/definitions/ipiGtin 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/ipiGtin default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiGtin/{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/ipiGtin responses: 200: description: Ok schema: #/definitions/ipiGtin 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/ipiGtin responses: 200: description: Ok schema: #/definitions/ipiGtin 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/ipiGtin 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/entities/ipiGtin/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiGtin responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNBS: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiNBS responses: 200: description: The created resource schema: #/definitions/ipiNBS 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/ipiNBS responses: 200: description: The created resource schema: #/definitions/ipiNBS 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/ipiNBS default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNBS/{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/ipiNBS responses: 200: description: Ok schema: #/definitions/ipiNBS 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/ipiNBS responses: 200: description: Ok schema: #/definitions/ipiNBS 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/ipiNBS 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/entities/ipiNBS/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiNBS responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiServico responses: 200: description: The created resource schema: #/definitions/ipiServico 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/ipiServico responses: 200: description: The created resource schema: #/definitions/ipiServico 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/ipiServico default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiServico/{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/ipiServico responses: 200: description: Ok schema: #/definitions/ipiServico 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/ipiServico responses: 200: description: Ok schema: #/definitions/ipiServico 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/ipiServico 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/entities/ipiServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiLC116_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/ipiLC116_2003 responses: 200: description: The created resource schema: #/definitions/ipiLC116_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/ipiLC116_2003 responses: 200: description: The created resource schema: #/definitions/ipiLC116_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/ipiLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiLC116_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/ipiLC116_2003 responses: 200: description: Ok schema: #/definitions/ipiLC116_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/ipiLC116_2003 responses: 200: description: Ok schema: #/definitions/ipiLC116_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/ipiLC116_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/entities/ipiLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideParametro responses: 200: description: The created resource schema: #/definitions/cideParametro 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/cideParametro responses: 200: description: The created resource schema: #/definitions/cideParametro 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/cideParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParametro/{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/cideParametro responses: 200: description: Ok schema: #/definitions/cideParametro 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/cideParametro responses: 200: description: Ok schema: #/definitions/cideParametro 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/cideParametro 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/entities/cideParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideOperacoesAnaliticas: 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/cideOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/cideRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cideRegimeParticipante 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/cideRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cideRegimeParticipante 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/cideRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/cideRegimeParticipante/{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/cideRegimeParticipante responses: 200: description: Ok schema: #/definitions/cideRegimeParticipante 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/cideRegimeParticipante responses: 200: description: Ok schema: #/definitions/cideRegimeParticipante 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/cideRegimeParticipante 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/entities/cideRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideParticipante responses: 200: description: The created resource schema: #/definitions/cideParticipante 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/cideParticipante responses: 200: description: The created resource schema: #/definitions/cideParticipante 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/cideParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParticipante/{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/cideParticipante responses: 200: description: Ok schema: #/definitions/cideParticipante 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/cideParticipante responses: 200: description: Ok schema: #/definitions/cideParticipante 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/cideParticipante 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/entities/cideParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideLC116_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/cideLC116_2003 responses: 200: description: The created resource schema: #/definitions/cideLC116_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/cideLC116_2003 responses: 200: description: The created resource schema: #/definitions/cideLC116_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/cideLC116_2003 default: description: Error response schema: #/definitions/genericError /impostos/entities/cideLC116_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/cideLC116_2003 responses: 200: description: Ok schema: #/definitions/cideLC116_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/cideLC116_2003 responses: 200: description: Ok schema: #/definitions/cideLC116_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/cideLC116_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/entities/cideLC116_2003/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideLC116_2003 responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideNBS: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideNBS responses: 200: description: The created resource schema: #/definitions/cideNBS 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/cideNBS responses: 200: description: The created resource schema: #/definitions/cideNBS 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/cideNBS default: description: Error response schema: #/definitions/genericError /impostos/entities/cideNBS/{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/cideNBS responses: 200: description: Ok schema: #/definitions/cideNBS 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/cideNBS responses: 200: description: Ok schema: #/definitions/cideNBS 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/cideNBS 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/entities/cideNBS/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideNBS responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/cideServico: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideServico responses: 200: description: The created resource schema: #/definitions/cideServico 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/cideServico responses: 200: description: The created resource schema: #/definitions/cideServico 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/cideServico default: description: Error response schema: #/definitions/genericError /impostos/entities/cideServico/{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/cideServico responses: 200: description: Ok schema: #/definitions/cideServico 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/cideServico responses: 200: description: Ok schema: #/definitions/cideServico 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/cideServico 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/entities/cideServico/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideServico responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParametro: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiParametro responses: 200: description: The created resource schema: #/definitions/iiParametro 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/iiParametro responses: 200: description: The created resource schema: #/definitions/iiParametro 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/iiParametro default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParametro/{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/iiParametro responses: 200: description: Ok schema: #/definitions/iiParametro 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/iiParametro responses: 200: description: Ok schema: #/definitions/iiParametro 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/iiParametro 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/entities/iiParametro/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiParametro responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiOperacoesAnaliticas: 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/iiOperacoesAnaliticas default: description: Error response schema: #/definitions/genericError /impostos/entities/iiRegimeParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/iiRegimeParticipante 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/iiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/iiRegimeParticipante 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/iiRegimeParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/iiRegimeParticipante/{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/iiRegimeParticipante responses: 200: description: Ok schema: #/definitions/iiRegimeParticipante 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/iiRegimeParticipante responses: 200: description: Ok schema: #/definitions/iiRegimeParticipante 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/iiRegimeParticipante 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/entities/iiRegimeParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiRegimeParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParticipante: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiParticipante responses: 200: description: The created resource schema: #/definitions/iiParticipante 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/iiParticipante responses: 200: description: The created resource schema: #/definitions/iiParticipante 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/iiParticipante default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParticipante/{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/iiParticipante responses: 200: description: Ok schema: #/definitions/iiParticipante 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/iiParticipante responses: 200: description: Ok schema: #/definitions/iiParticipante 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/iiParticipante 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/entities/iiParticipante/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiParticipante responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiNCM: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiNCM responses: 200: description: The created resource schema: #/definitions/iiNCM 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/iiNCM responses: 200: description: The created resource schema: #/definitions/iiNCM 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/iiNCM default: description: Error response schema: #/definitions/genericError /impostos/entities/iiNCM/{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/iiNCM responses: 200: description: Ok schema: #/definitions/iiNCM 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/iiNCM responses: 200: description: Ok schema: #/definitions/iiNCM 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/iiNCM 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/entities/iiNCM/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiNCM responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiProduto: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiProduto responses: 200: description: The created resource schema: #/definitions/iiProduto 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/iiProduto responses: 200: description: The created resource schema: #/definitions/iiProduto 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/iiProduto default: description: Error response schema: #/definitions/genericError /impostos/entities/iiProduto/{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/iiProduto responses: 200: description: Ok schema: #/definitions/iiProduto 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/iiProduto responses: 200: description: Ok schema: #/definitions/iiProduto 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/iiProduto 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/entities/iiProduto/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiProduto responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/iiGtin: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiGtin responses: 200: description: The created resource schema: #/definitions/iiGtin 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/iiGtin responses: 200: description: The created resource schema: #/definitions/iiGtin 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/iiGtin default: description: Error response schema: #/definitions/genericError /impostos/entities/iiGtin/{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/iiGtin responses: 200: description: Ok schema: #/definitions/iiGtin 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/iiGtin responses: 200: description: Ok schema: #/definitions/iiGtin 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/iiGtin 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/entities/iiGtin/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiGtin responses: 200: description: The bulk creation has created resources default: description: Error response schema: #/definitions/genericError /impostos/entities/naturezaReceitaPISCOFINSCST: 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/naturezaReceitaPISCOFINSCST default: description: Error response schema: #/definitions/genericError /impostos/entities/icmsParametros: post: description: This entity is customizable. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/icmsParametros responses: 200: description: The created resource schema: #/definitions/icmsParametros 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/icmsParametros responses: 200: description: The created resource schema: #/definitions/icmsParametros 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/icmsParametros default: description: Error response schema: #/definitions/genericError /impostos/entities/icmsParametros/{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/icmsParametros responses: 200: description: Ok schema: #/definitions/icmsParametros 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/icmsParametros responses: 200: description: Ok schema: #/definitions/icmsParametros 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/icmsParametros 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/entities/icmsParametros/bulk: post: description: This entity is customizable. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/icmsParametros 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 enumDevolucaoIpi: description: Devolução IPI type: string enum: – IPI_DESTACADO – IPI_DEVOLVIDO – OUTRAS enumFinalidadeBaseCalculo: description: Finalidade type: string enum: – ISENTAS_OUTRAS – BASE_CALCULO tipoNotificacao: description: Tipo de notificação type: string enum: – ALERTA – ERRO – NORMAL enumImpostos: description: Impostos type: string enum: – ICMS – PIS – COFINS – ISS – IMPOSTO_IMPORTACAO_II – RETENCOES – IPI – CIDE enumCsts: description: CST type: string enum: – V01 – V02 – V03 – V04 – V05 – V06 – V07 – V08 – V09 – V49 – V50 – V51 – V52 – V53 – V54 – V55 – V56 – V60 – V61 – V62 – V63 – V64 – V65 – V66 – V67 – V70 – V71 – V72 – V73 – V74 – V75 – V98 – V99 enumTipoCreditoRecuperado: description: Tipo de crédito recuperado type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 enumCSTSaida: description: CST Saída type: string enum: – V01 – V02 – V03 – V04 – V05 – V06 – V07 – V08 – V09 – V49 – V99 enumCSTEntrada: description: CST Entrada type: string enum: – V50 – V51 – V52 – V53 – V54 – V55 – V56 – V60 – V61 – V62 – V63 – V64 – V65 – V66 – V67 – V70 – V71 – V72 – V73 – V74 – V75 – V98 – V99 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 enumRegimeTributarioPISCOFINS: description: Regime tributário para o PIS type: string enum: – VCUMULATIVO – VNAO_CUMULATIVO enumSituacao: description: Situação type: string enum: – VATIVO – VINATIVO enumImpostoCadastro: description: Impostos type: string enum: – VPIS_COFINS – VTODOS – VISS – VRETENCAO – VII – VIPI – VICMS – VCIDE enumCepIssCmp: description: Município de tributação ISS sobre compras type: string enum: – VFO – VFI enumCepIss: description: Município de tributação ISS sobre vendas type: string enum: – VC – VF enumCprNfo: description: type: string enum: – V0 – V1 – V2 enumDetImp: description: type: string enum: – VS – VB – VN enumTtbIpi: description: Tabela IPI type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V9 enumCstIpi: description: Situação tributária de IPI para nota fiscal type: string enum: – V00 – V01 – V02 – V03 – V04 – V05 – V49 – V50 – V51 – V52 – V53 – V54 – V55 – V99 enumLisMod: description: Módulo da transação type: string enum: – VVEP – VVEF – VVES – VESN – VESR – VESB – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM – VPAT enumAplNop: description: Aplicação da natureza da operação type: string enum: – VN – VS – VI – VR – VO – VT – VD – VA – VB – VE – VC – VF – VG – VV – VX enumSitReg: description: Situação do registro type: string enum: – VA – VI 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 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 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 enumOriMer: description: Origem fiscal da mercadoria type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumTipImpCst: description: Tipo de imposto documento type: string enum: – PIS_COFINS – IPI – ICMS – ISS enumRegimeTributarioCst: description: Regime tributário para a CST type: string enum: – NORMAL – SIMPLES_NACIONAL enumCodigoTributacao: description: Código de Tributação type: string enum: – NORMAL – RETIDA – SUBSTITUTA – ISENTA enumNaturezaOperacaoServico: description: Natureza da operação do serviço type: string enum: – TRIBUTACAO_NO_MUNICIPIO – TRIBUTACAO_FORA_DO_MUNICIPIO – ISENCAO – IMUNE – EXIGIBILIDADE_SUSPENSA_POR_DECISAO_JUDICIAL – EXIGIBILIDADE_SUSPENSA_POR_PROCESSO_ADMINISTRATIVO enumExiIss: description: Exigibilidade type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumNatOps: description: Natureza da operação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 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 enumNaturezaRetencao: description: Natureza de retenção type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumFormaIsentaOutras: description: Forma de isenta/outras type: string enum: – VI – VO – VN – VS 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 recParametrizacaoImpostosISSInput: description: Parametrização de impostos de ISS type: object required: – issParametro properties: issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns issRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes issParticipante: type: array items: type: string description: Participantes issNBS: type: array items: type: string description: nbs issLC116_2003: type: array items: type: string description: lc 116/2003 issServico: type: array items: type: string description: serviços recParametrizacaoImpostosISSOutput: description: Retorno para parametrização de impostos de ISS type: object required: – issParametro properties: issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns issRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes issParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes issNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs issLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 issServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços recParametrizacaoImpostosCIDEInput: description: Parametrização de impostos de CIDE type: object required: – cideParametro properties: cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros comuns cideRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cideParticipante: type: array items: type: string description: Participantes cideNBS: type: array items: type: string description: classificação ncm cideLC116_2003: type: array items: type: string description: ean cideServico: type: array items: type: string description: serviços recParametrizacaoImpostosCIDEOutput: description: Retorno para parametrização de impostos de CIDE type: object required: – cideParametro properties: cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros comuns cideRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cideParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes cideNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs cideLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 cideServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços recParametrizacaoImpostosIIInput: description: Parametrização de impostos de II type: object required: – iiParametro properties: iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns iiRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes iiParticipante: type: array items: type: string description: Participantes iiNCM: type: array items: type: string description: classificação ncm iiGTIN: type: array items: type: string description: ean iiProduto: type: array items: type: string description: serviços recParametrizacaoImpostosIIOutput: description: Retorno para parametrização de impostos de II type: object required: – iiParametro properties: iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns iiRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes iiParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes iiNCM: type: array items: type: object allOf: – #/definitions/ncm description: classificação ncm iiGTIN: type: array items: type: string description: ean iiProduto: type: array items: type: object allOf: – #/definitions/e075der description: serviços recParametrizacaoImpostosPISInput: description: Parametrização de impostos de PIS type: object required: – pisParametro properties: pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros comuns pisRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes pisParticipante: type: array items: type: string description: Participantes pisNCM: type: array items: type: string description: classificação ncm pisGTIN: type: array items: type: string description: ean pisNBS: type: array items: type: string description: nbs pisLC116_2003: type: array items: type: string description: lc 116/2003 pisProduto: type: array items: type: string description: produtos pisServico: type: array items: type: string description: serviços recParametrizacaoImpostosPISOutput: description: Retorno para parametrização de impostos de PIS type: object required: – pisParametro properties: pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros comuns pisRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes pisParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes pisNCM: type: array items: type: object allOf: – #/definitions/ncm description: classificação ncm pisGTIN: type: array items: type: string description: ean pisNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs pisLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 pisProduto: type: array items: type: object allOf: – #/definitions/e075der description: produtos pisServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços recParametrizacaoImpostosCOFINSInput: description: Parametrização de impostos de COFINS type: object required: – cofinsParametro properties: cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros comuns cofinsRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cofinsParticipante: type: array items: type: string description: Participantes cofinsNCM: type: array items: type: string description: classificação ncm cofinsGTIN: type: array items: type: string description: ean cofinsNBS: type: array items: type: string description: nbs cofinsLC116_2003: type: array items: type: string description: lc 116/2003 cofinsProduto: type: array items: type: string description: produtos cofinsServico: type: array items: type: string description: serviços recParametrizacaoImpostosCOFINSOutput: description: Retorno para parametrização de impostos de COFINS type: object required: – cofinsParametro properties: cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros comuns cofinsRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cofinsParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes cofinsNCM: type: array items: type: object allOf: – #/definitions/ncm description: classificação ncm cofinsGTIN: type: array items: type: string description: ean cofinsNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs cofinsLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 cofinsProduto: type: array items: type: object allOf: – #/definitions/e075der description: produtos cofinsServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços recParametrizacaoImpostosIPIInput: description: Parametrização de impostos de IPI type: object required: – ipiParametro properties: ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns ipiRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ipiParticipante: type: array items: type: string description: Participantes ipiNCM: type: array items: type: string description: classificação ncm ipiGTIN: type: array items: type: string description: ean ipiNBS: type: array items: type: string description: nbs ipiLC116_2003: type: array items: type: string description: lc 116/2003 ipiProduto: type: array items: type: string description: produtos ipiServico: type: array items: type: string description: serviços recParametrizacaoImpostosIPIOutput: description: Retorno para parametrização de impostos de IPI type: object required: – ipiParametro properties: ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns ipiRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ipiParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes ipiNCM: type: array items: type: object allOf: – #/definitions/ncm description: classificação ncm ipiGTIN: type: array items: type: string description: ean ipiNBS: type: array items: type: object allOf: – #/definitions/nbs description: nbs ipiLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 ipiProduto: type: array items: type: object allOf: – #/definitions/e075der description: produtos ipiServico: type: array items: type: object allOf: – #/definitions/e080ser description: serviços perfilTribFilialImpostos: description: Retorno para a ligação do perfil tributário com filial e impostos type: object required: – perfilTributarioFilial properties: e070emp: type: object allOf: – #/definitions/e070emp description: Empresa perfilTributarioFilial: type: object allOf: – #/definitions/perfilTributarioFilial description: Perfil tributário filial impostosFilial: type: array items: type: string allOf: – #/definitions/enumImpostos description: Usa impostos na filial impostosPerfil: type: array items: type: string allOf: – #/definitions/enumImpostos description: Impostos configurados no perfil 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 regime: type: array items: type: string description: Regime tributário cstEntrada: type: array items: type: string description: CST entrada cstSaida: type: array items: type: string description: CST saida baseCalculo: type: array items: type: string description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto perReducaoBaseCalculo: type: number format: double description: Percentual reducao base de calculo perImpPresumido: type: number format: double description: Percentual do IPI presumido regimeParticipante: type: array items: type: string description: Regime Participante Pis 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 naturezaReceitaPIS: type: array items: type: string description: Natureza da receita PisCofins 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 recuperaIpi: type: array items: type: string description: Recupera IPI municipioIss: type: array items: type: string description: Município ISS 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 regime: type: string description: Regime tributário cstEntrada: type: object allOf: – #/definitions/e027str description: CST entrada cstSaida: type: object allOf: – #/definitions/e027str description: CST saida baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoBaseCalculo: type: number format: double description: Percentual do imposto percentualImposto: type: number format: double description: Percentual do imposto perImpPresumido: type: number format: double description: Percentual do IPI presumido saidaExterior: type: boolean 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: string description: Situação recuperaIpi: type: boolean description: Recupera IPI municipioIss: type: object allOf: – #/definitions/e008rai description: Município ISS 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 fieldsByFilter: description: Campos para filtros opcionais no frontend type: object properties: field: type: string description: Campo value: type: string description: Valor orValue: type: string description: Outro 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 ncm: description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos type: object required: – codigo – descricao – aliquotaIPI – uTrib – vigenciaInicial – situacao 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 e027eqi: type: object allOf: – #/definitions/e027eqi description: Enquadramento de IPI vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final situacao: type: string allOf: – #/definitions/enumSituacao description: Situação 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 finalidade: type: string allOf: – #/definitions/enumFinalidadeBaseCalculo description: Finalidade 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: e070emp: description: Cadastros – Empresas type: object required: – codEmp – nomEmp 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 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: 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 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns: description: Transação type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTns: type: string maxLength: 5 description: Código desTns: type: string maxLength: 60 description: Descrição lisMod: type: string allOf: – #/definitions/enumLisMod description: Módulo sitTns: type: string allOf: – #/definitions/enumSitReg description: Situaçã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: 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: e027eqi: description: Tabelas – Enquadramento de IPI type: object required: – codEnq – desEnq – situacao properties: id: type: string format: uuid description: Id entidade codEnq: type: integer format: int64 description: Código do enquadramento minimum: 0 maximum: 999 desEnq: type: string maxLength: 499 description: Descrição enquadramento situacao: type: string allOf: – #/definitions/enumSituacao description: situacao excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001pes: description: Pessoa type: object 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: 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: 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: 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 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 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: 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: naturezaReceitaPISCOFINS: description: Natureza de receita para PIS/COFINS type: object required: – codigo – descricao – vigenciaInicial – csts properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código minimum: 0 maximum: 9999 descricao: type: string maxLength: 500 description: Descrição vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final csts: type: string maxLength: 100 description: CSTs excluido: type: boolean description: Indica se o registro foi excluido default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: pisParametro: description: Cadastro de parâmetros comuns do PIS type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao – somaImpImportacaoLiquidoNF properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false 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 situacao: type: string allOf: – #/definitions/enumSituacao description: situacao regimeTributarioPIS: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário do PIS cstSaida: type: object allOf: – #/definitions/e027str description: CST saída cstEntrada: type: object allOf: – #/definitions/e027str description: CST entrada baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 perReducaoBaseCalculo: type: number format: double description: Percentual de redução da base de cálculo minimum: 0 maximum: 100.00 vlrLimiteIsencao: type: string description: Valor limite de isenção baseCalculoPISImportacao: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo PIS Importação perImpMajoradoImportacao: type: number format: double description: Percentual do imposto majorado minimum: 0 maximum: 999.9999 somaImpImportacaoLiquidoNF: type: boolean description: Soma imposto de importação no líquido da nota fiscal naturezaReceitaPIS: type: object allOf: – #/definitions/naturezaReceitaPISCOFINS description: Natureza da receita para o PIS tipoBaseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Tipo da base de cálculo para crédito de recuperação saidaExterior: type: boolean description: Operação de saída é para o exterior default: false 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: pisOperacoesAnaliticas: description: Operações analíticas type: object required: – pisParametro – operacao – codigo properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS operacao: type: object allOf: – #/definitions/operacoes description: Operação parametrizada em parâmetros comuns do PIS codigo: type: string maxLength: 20 description: Código operação analítica 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: pisRegimeParticipante: description: PIS Parâmetros para regime tributário do participante type: object required: – pisParametro – codigo properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS codigo: type: string allOf: – #/definitions/enumCodCrt description: Tipo do regime tributário do participante 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: pisParticipante: description: PIS participante type: object required: – pisParametro – participante properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS participante: type: object allOf: – #/definitions/e001pes description: Participante 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: pisNCM: description: PIS NCM type: object required: – pisParametro – ncm properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS ncm: type: object allOf: – #/definitions/ncm description: NCM 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: pisGTIN: description: PIS GTIN/EAN type: object required: – pisParametro – codigo properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS codigo: type: string maxLength: 20 description: GTIN/EAN 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: pisProduto: description: PIS produto type: object required: – pisParametro – produto properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS produto: type: object allOf: – #/definitions/e075der description: Produto 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: pisLC116_2003: description: PIS lei complementar 116/2003 type: object required: – pisParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: pisNBS: description: PIS NBS type: object required: – pisParametro – nbs properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS nbs: type: object allOf: – #/definitions/nbs description: Nomenclatura Brasileira de Serviços 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: pisServico: description: PIS serviço type: object required: – pisParametro – servico properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros do PIS servico: type: object allOf: – #/definitions/e080ser description: Serviço 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: cofinsParametro: description: Cadastro de parâmetros comuns do COFINS type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao – somaImpImportacaoLiquidoNF properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário dos parametros de COFINS utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false 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: Data inicial de vigência vigenciaFinal: type: string format: date description: Data final de vigência embasamentoLegal: type: string maxLength: 255 description: Embasamento legal situacao: type: string allOf: – #/definitions/enumSituacao description: situacao regimeTributarioCofins: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário do COFINS cstSaida: type: object allOf: – #/definitions/e027str description: CST saída cstEntrada: type: object allOf: – #/definitions/e027str description: CST entrada baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 perReducaoBaseCalculo: type: number format: double description: Percentual de redução da base de cálculo minimum: 0 maximum: 100.00 vlrLimiteIsencao: type: string description: Valor limite de isenção minimum: 0 baseCalculoImportacao: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo (Importação) perImpMajoradoImportacao: type: number format: double description: Percentual do imposto majorado (Importação) minimum: 0 maximum: 999.9999 somaImpImportacaoLiquidoNF: type: boolean description: Soma imposto de importação no líquido da nota fiscal naturezaReceitaCofins: type: object allOf: – #/definitions/naturezaReceitaPISCOFINS description: Natureza da receita para o COFINS tipoBaseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Tipo da base de cálculo para crédito saidaExterior: type: boolean description: Operação de saída é para o exterior default: false 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: cofinsOperacoesAnaliticas: description: COFINS Operações analíticas type: object required: – cofinsParametro – operacao – codigo properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS operacao: type: object allOf: – #/definitions/operacoes description: Operação parametrizada em parâmetros comuns do PIS codigo: type: string maxLength: 20 description: Código operação analítica 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: cofinsRegimeParticipante: description: COFINS Parâmetros para regime tributário do participante type: object required: – cofinsParametro – codigo properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS codigo: type: string allOf: – #/definitions/enumCodCrt description: Tipo do regime tributário do participante 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: cofinsParticipante: description: COFINS participante type: object required: – cofinsParametro – participante properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS participante: type: object allOf: – #/definitions/e001pes description: Participante 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: cofinsNCM: description: COFINS NCM type: object required: – cofinsParametro – ncm properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS ncm: type: object allOf: – #/definitions/ncm description: NCM 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: cofinsGTIN: description: COFINS GTIN/EAN type: object required: – cofinsParametro – codigo properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS codigo: type: string maxLength: 20 description: GTIN/EAN 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: cofinsProduto: description: COFINS produto type: object required: – cofinsParametro – produto properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS produto: type: object allOf: – #/definitions/e075der description: Produto 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: cofinsLC116_2003: description: COFINS lei complementar 116/2003 type: object required: – cofinsParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: cofinsNBS: description: COFINS NBS type: object required: – cofinsParametro – nbs properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS nbs: type: object allOf: – #/definitions/nbs description: Nomenclatura Brasileira de Serviços 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: cofinsServico: description: COFINS serviço type: object required: – cofinsParametro – servico properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros do COFINS servico: type: object allOf: – #/definitions/e080ser description: Serviço 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: 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: perfilTributarioFilial: description: Perfil tributario filial type: object required: – e070fil – vigenciaInicial properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário pai e070fil: type: object allOf: – #/definitions/e070fil description: Filial vigenciaInicial: type: string format: date description: Data inicial de vigência vigenciaFinal: type: string format: date description: Data final de vigência 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: perfilTributarioFilialImpostos: description: Perfil tributario filial impostos type: object required: – imposto properties: id: type: string format: uuid description: Id da entidade perfilTributarioFilial: type: object allOf: – #/definitions/perfilTributarioFilial description: Perfil tributário filial pai imposto: type: string allOf: – #/definitions/enumImpostos description: Imposto excluido: type: boolean description: 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: e027str: description: Cadastro de Situação tributária type: object required: – codStr – desStr – tipImp – tipOpe – situacao properties: id: type: string format: uuid description: Id da entidade codStr: type: string maxLength: 3 description: Código interno da situação desStr: type: string maxLength: 250 description: Descrição da situação tributária abrStr: type: string description: Abreviatura tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação regTri: type: string allOf: – #/definitions/enumRegimeTributarioCst description: Regime tributário para CST de ICMS codCid: type: object allOf: – #/definitions/e008rai description: Cidade 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: 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: issParametro: description: Parâmetros comuns do ISS type: object required: – perfilTributario – tipoOperacao – vigenciaInicial – situacao properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo 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 codigoFiscalMunicipio: type: string maxLength: 15 description: Código Fiscal Munícipio situacaoTributaria: type: object allOf: – #/definitions/e027str description: Situação Tributária codigoTributacao: type: string allOf: – #/definitions/enumCodigoTributacao description: Código de Tributação codigoTributacaoNfse: type: string maxLength: 20 description: Código da triburação NFS-e exigibilidade: type: string allOf: – #/definitions/enumExiIss description: Exigibilidade naturezaOperacaoServico: type: string allOf: – #/definitions/enumNatOps description: Natureza da operação do serviço municipioIss: type: object allOf: – #/definitions/e008rai description: Município ISS baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo perReducaoBaseCalculo: type: number format: double description: Percentual de redução de base de calculo minimum: 0 maximum: 100.00 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação retIss: type: object allOf: – #/definitions/retIss description: Retenção Iss 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: issOperacoesAnaliticas: description: Operações analíticas type: object required: – issParametro – operacao – codigo properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS operacao: type: object allOf: – #/definitions/operacoes description: Operações codigo: type: string maxLength: 20 description: Código das operaçôes analíticas 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: issRegimeParticipante: description: Regime tributário do participante type: object required: – issParametro – codigo properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário do participante 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: issParticipante: description: ISS participante type: object required: – issParametro – participante properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS participante: type: object allOf: – #/definitions/e001pes description: Participante 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: issLC116_2003: description: ISS lei complementar 116/2003 type: object required: – issParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: issNBS: description: ISS NBS type: object required: – issParametro – nbs properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS nbs: type: object allOf: – #/definitions/nbs description: Nomenclatura Brasileira de Serviços 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: issServico: description: ISS serviço type: object required: – issParametro – servico properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS servico: type: object allOf: – #/definitions/e080ser description: Serviço 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: retIss: description: Retenções do ISS type: object required: – regimeControleRet properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros comuns do ISS regimeControleRet: 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 minimum: 0.00 maximum: 99999.99 controleValorMinimo: type: string allOf: – #/definitions/enumControleValorMinimo description: Controla valor mínimo guiaPorDocumento: type: boolean description: Guia por documento descontaDoLiquido: type: boolean description: Desconta do líquido baseCalculoRet: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de cálculo perReducaoBaseCalculoRet: type: number format: double description: Percentual de redução de base de calculo minimum: 0 maximum: 100.00 percentualImpostoRet: type: number format: double description: Percentual do imposto 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: 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 excluido: type: boolean description: Indica se o registro foi excluído default: false utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: ipiParametro: description: IPI – Parametro type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – formaIsentaOutras – situacao properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Perfil tributário utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false 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 cstSaida: type: object allOf: – #/definitions/e027str description: Situação tributária cstEntrada: type: object allOf: – #/definitions/e027str description: Situação tributária formaIsentaOutras: type: string allOf: – #/definitions/enumFormaIsentaOutras description: Forma de isenta/outras devolucaoIpi: type: string allOf: – #/definitions/enumDevolucaoIpi description: Devolução IPI saidaExterior: type: boolean description: Operação de saída é para o exterior default: false enquadramentoLegalIpi: type: object allOf: – #/definitions/e027eqi description: Código de enquadramento do IPI baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoBaseCalculo: type: number format: double description: Percentual de redução da base de cálculo minimum: 0 maximum: 100.00 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 recuperaIpi: type: boolean description: Recupera IPI perImpPresumido: type: number format: double description: % do IPI presumido minimum: 0 maximum: 999.9999 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação baseIsentaOutras: type: object allOf: – #/definitions/composicaoBaseCalculo description: Fórmula base isentas/outras 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: ipiOperacoesAnaliticas: description: IPI – Operações Analíticas type: object required: – ipiParametro – codigo properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: IPI – Parametro operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 20 description: Código das operações analíticas 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: ipiRegimeParticipante: description: IPI – Regime Participante type: object required: – ipiParametro – codigo properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário do participante 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: ipiParticipante: description: IPI – Participante type: object required: – ipiParametro – participante properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI participante: type: object allOf: – #/definitions/e001pes description: Participante 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: ipiNCM: description: IPI – NCM type: object required: – ipiParametro – ncm properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI ncm: type: object allOf: – #/definitions/ncm description: NCM 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: ipiProduto: description: IPI – Produto type: object required: – ipiParametro – produto properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI produto: type: object allOf: – #/definitions/e075der description: Produto 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: ipiGtin: description: IPI – Gtin type: object required: – ipiParametro – codigo properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI codigo: type: string maxLength: 30 description: GTIN/EAN 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: ipiNBS: description: IPI – NBS type: object required: – ipiParametro – nbs properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI nbs: type: object allOf: – #/definitions/nbs description: NBS 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: ipiServico: description: IPI – Serviço type: object required: – ipiParametro – servico properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI servico: type: object allOf: – #/definitions/e080ser description: Serviço 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: ipiLC116_2003: description: IPI – Lei complementar 116_2003 type: object required: – ipiParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: cideParametro: description: CIDE Parâmetro 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 utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false 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 baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoBaseCalculo: type: number format: double description: Percentual de redução da base de cálculo minimum: 0 maximum: 100.00 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 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: cideOperacoesAnaliticas: description: CIDE – Operações Analíticas type: object required: – cideParametro – codigo properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: CIDE Parâmetros operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 20 description: Código das operações analíticas 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: cideRegimeParticipante: description: CIDE – Regime Participante type: object required: – cideParametro – codigo properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: CIDE Parâmetros codigo: type: string allOf: – #/definitions/enumCodCrt description: Código do regime 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: cideParticipante: description: CIDE – Participante type: object required: – cideParametro – participante properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: CIDE Parâmetros 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: cideLC116_2003: description: CIDE lei complementar 116/2003 type: object required: – cideParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros do CIDE leiComplementar1162003: type: object allOf: – #/definitions/leiComplementar1162003 description: Lei complementar 116/2003 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: cideNBS: description: CIDE – NBS type: object required: – cideParametro – nbs properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros do CIDE nbs: type: object allOf: – #/definitions/nbs description: NBS 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: cideServico: description: CIDE – Serviço type: object required: – cideParametro – servico properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros do CIDE servico: type: object allOf: – #/definitions/e080ser description: Serviço 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: iiParametro: description: II Parâmetro 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 utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no calculo default: false 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 baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoBaseCalculo: type: number format: double description: Percentual de redução da base de cálculo minimum: 0 maximum: 100.00 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 somaNoItem: type: boolean description: Soma valor do imposto no item 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: iiOperacoesAnaliticas: description: II – Operações Analíticas type: object required: – iiParametro – codigo properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: II Parâmetros operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 20 description: Código das operações analíticas 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: iiRegimeParticipante: description: II – Regime Participante type: object required: – iiParametro – codigo properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns do II codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário do participante 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: iiParticipante: description: II – Participante type: object required: – iiParametro – participante properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns do II participante: type: object allOf: – #/definitions/e001pes description: Participante 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: iiNCM: description: II – NCM type: object required: – iiParametro – ncm properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns do II ncm: type: object allOf: – #/definitions/ncm description: NCM 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: iiProduto: description: II – Produto type: object required: – iiParametro – produto properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns do II produto: type: object allOf: – #/definitions/e075der description: Produto 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: iiGtin: description: II – Gtin type: object required: – iiParametro – codigo properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros comuns do II codigo: type: string maxLength: 30 description: GTIN/EAN 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: naturezaReceitaPISCOFINSCST: description: Natureza de receita para PIS/COFINS cst type: object properties: id: type: string format: uuid description: Id da entidade naturezaReceitaPISCOFINS: type: object allOf: – #/definitions/naturezaReceitaPISCOFINS description: Natureza de receita para PIS/COFINS e027str: type: object allOf: – #/definitions/e027str description: Cadastro de Situação tributária excluido: type: boolean description: Indica se o registro foi excluido default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: icmsParametros: description: ICMS parâmetros 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 utilizadoNoCalculo: type: boolean description: Parâmetro utilizado no cálculo default: false 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação 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: 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