2.0info: 4.26.0 impostos description: Impostos x-senior-domain: erpx_cpl_imp x-senior-domain-path: erpx_cpl_imp x-senior-service-path: impostos contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_cpl_impsecurityDefinitions: 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/listarCfops: post: description: Listar CFOPs transações tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – offset – size properties: offset: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros filter: type: string description: Filtro responses: 200: description: Ok schema: type: object required: – cfops properties: cfops: type: array items: type: object allOf: – #/definitions/recCfops minimum: 1 description: CFOPs totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Listar CFOPs transações tags: – Queries x-senior-visibility: PRIVATE parameters: – name: offset description: Página in: query required: true type: integer format: int64 – name: size description: Quantidade de registros in: query required: true type: integer format: int64 – name: filter description: Filtro in: query type: string responses: 200: description: Ok schema: type: object required: – cfops properties: cfops: type: array items: type: object allOf: – #/definitions/recCfops minimum: 1 description: CFOPs totalPages: type: integer format: int64 description: Pages totalElements: type: integer format: int64 description: Total 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/listarPerfilTributario: post: description: Lista o perfil tributário tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtro properties: filtro: type: object allOf: – #/definitions/filtroPerfilTributario description: Filtro orderBy: type: string description: Ordenação offset: type: integer format: int64 description: Página size: type: integer format: int64 description: Quantidade de registros responses: 200: description: Ok schema: type: object required: – totalPages – totalElements properties: registros: type: array items: type: object allOf: – #/definitions/recPerfilTributario description: Registros totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/eligibleToExclude: post: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: entityName description: Nome da entidade in: query required: true type: string – name: id description: Id do registro in: query required: true type: string responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/obterPerfilTributario: post: description: Obter perfil tributario tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id da entidade responses: 200: description: Ok schema: type: object required: – id – codigo – nome – regime – situacao properties: id: type: string 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação statusMatriz: type: string allOf: – #/definitions/enumStatusMatriz description: Status matriz excluido: type: boolean description: Sinaliza se o registro foi excluido default: false 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 segmentos: type: array items: type: object allOf: – #/definitions/segmento description: Segmentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter perfil tributario tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Id da entidade in: query required: true type: string responses: 200: description: Ok schema: type: object required: – id – codigo – nome – regime – situacao properties: id: type: string 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação statusMatriz: type: string allOf: – #/definitions/enumStatusMatriz description: Status matriz excluido: type: boolean description: Sinaliza se o registro foi excluido default: false 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 segmentos: type: array items: type: object allOf: – #/definitions/segmento description: Segmentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/obterClassificacaoAtualCenarioTributario: post: description: Obter classificacao atual cenarios tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – perfilTributarioId – cenarios properties: perfilTributarioId: type: string description: Perfil tributario id cenarios: type: array items: type: object allOf: – #/definitions/recCenarioTributarioClassificacaoInput minimum: 1 description: Cenarios responses: 200: description: Ok schema: type: object required: – perfilTributarioId – cenarios properties: perfilTributarioId: type: string description: Perfil tributario id cenarios: type: array items: type: object allOf: – #/definitions/recCenarioTributarioClassificacaoOutput minimum: 1 description: Cenarios 401: description: Invalid Credentials 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: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportNcm: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportComposicaoBaseCalculo: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportOperacoes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE070emp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE070fil: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE070filCplImp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE001tns: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE001tnsCplImpEnt: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE001tnsCplImpSai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE015med: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE027eqi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE080ser: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE075der: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPerfilTributario: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportNaturezaReceitaPISCOFINS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisNCM: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisGTIN: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisProduto: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisLC116_2003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisNBS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisServico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsNCM: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsGTIN: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsProduto: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsLC116_2003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsNBS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsServico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportLeiComplementar1162003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportNbs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPerfilTributarioFilial: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPerfilTributarioFilialImpostos: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE027str: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE008rai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE007ufs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE006pai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE031moe: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssLC116_2003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssNBS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssServico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportRetIss: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportRetParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiNCM: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiProduto: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiGtin: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiNBS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiServico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiLC116_2003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiOrigemMercadoria: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportE067fin: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiFinalidadeCompraVenda: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideLC116_2003: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideNBS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideServico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiParametro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiOperacoesAnaliticas: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiRegimeParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiParticipante: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiNCM: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiProduto: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiGtin: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportNaturezaReceitaPISCOFINSCST: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIcmsParametros: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCideCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPisCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIiCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIpiCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCofinsCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportIssCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportRetCfop: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportImportacaoOperacaoPerfil: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportOperacaoPisCsv: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportOperacaoCofinsCsv: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportOperacaoIssCsv: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportOperacaoIpiCsv: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportParametrosImpLock: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportBeneficioFiscal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportSegmento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportPerfilTributarioSegmento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCenarioRegimeTributario: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportCenarioSegmento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/exportLogEntidade: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /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 401: description: Invalid Credentials 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/salvarOperacaoImpostosReprocesso: post: description: Salvar operacao impostos tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tipoImportacao properties: tipoImportacao: type: string allOf: – #/definitions/enumImpostos description: Tipo imposto operacaoPisCsv: type: object allOf: – #/definitions/recOperacaoPisCsv description: Record com as informações de operacaoPisCsv operacaoCofinsCsv: type: object allOf: – #/definitions/recOperacaoCofinsCsv description: Record com as informações de operacaoCofinsCsv operacaoIssCsv: type: object allOf: – #/definitions/recOperacaoIssCsv description: Record com as informações de operacaoIssCsv operacaoIpiCsv: type: object allOf: – #/definitions/recOperacaoIpiCsv description: Record com as informações de operacaoIssCsv responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/softExclude: post: description: Realiza a exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/undoSoftExclude: post: description: Realiza a compensação da exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/gravarPerfilTributario: post: description: Gravar perfil tributarios e atribui os segmentos tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – codigo – nome – regime – situacao properties: id: type: string 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação statusMatriz: type: string allOf: – #/definitions/enumStatusMatriz description: Status matriz excluido: type: boolean description: Sinaliza se o registro foi excluido default: false idsSegmentos: type: array items: type: string description: Ids dos Segmentos responses: 200: description: Ok schema: type: object required: – codigo – nome – regime – situacao properties: id: type: string 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação statusMatriz: type: string allOf: – #/definitions/enumStatusMatriz description: Status matriz excluido: type: boolean description: Sinaliza se o registro foi excluido default: false segmentos: type: array items: type: object allOf: – #/definitions/segmento description: Segmentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/classificarCenarioTributario: post: description: Classificação de cenários tributários tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: classificacoes: type: array items: type: object allOf: – #/definitions/recClassificarCenarioTributarioInput description: Classificações responses: 200: description: Ok schema: type: object properties: retorno: type: array items: type: object allOf: – #/definitions/recClassificarCenarioTributarioOutput description: Retorno 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importNcm: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importComposicaoBaseCalculo: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importOperacoes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE070emp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE070fil: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE070filCplImp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE001tns: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE001tnsCplImpEnt: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE001tnsCplImpSai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE015med: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE027eqi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE080ser: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE075der: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPerfilTributario: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importNaturezaReceitaPISCOFINS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisNCM: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisGTIN: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisProduto: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisLC116_2003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisNBS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisServico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsNCM: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsGTIN: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsProduto: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsLC116_2003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsNBS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsServico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importLeiComplementar1162003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importNbs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPerfilTributarioFilial: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPerfilTributarioFilialImpostos: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE027str: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE008rai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE007ufs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE006pai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE031moe: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssLC116_2003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssNBS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssServico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importRetIss: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importRetParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiNCM: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiProduto: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiGtin: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiNBS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiServico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiLC116_2003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiOrigemMercadoria: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importE067fin: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiFinalidadeCompraVenda: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideLC116_2003: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideNBS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideServico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiParametro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiOperacoesAnaliticas: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiRegimeParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiParticipante: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiNCM: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiProduto: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiGtin: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importNaturezaReceitaPISCOFINSCST: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIcmsParametros: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCideCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPisCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIiCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIpiCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCofinsCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importIssCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importRetCfop: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importImportacaoOperacaoPerfil: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importOperacaoPisCsv: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importOperacaoCofinsCsv: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importOperacaoIssCsv: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importOperacaoIpiCsv: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importParametrosImpLock: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importBeneficioFiscal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importSegmento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importPerfilTributarioSegmento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCenarioRegimeTributario: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importCenarioSegmento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/actions/importLogEntidade: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/signals/gerarCfopOperacao: post: description: Gerar cfop para parâmetros de impostos tags: – Signals parameters: – name: input in: body required: true schema: type: object properties: gerarParaTodos: type: boolean description: Gerar CFOPs para todas as operações default: false responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /impostos/signals/importacaoParametrosImpostosPerfil: post: description: Iniciar o processo de importação de operação para o perfil tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – perfilTributarioId – tipoImportacao – nomeArquivo – versaoArquivo properties: perfilTributarioId: type: string description: Identificador do perfil tributário tipoImportacao: type: string allOf: – #/definitions/enumImpostos description: Tipo imposto nomeArquivo: type: string description: Nome do arquivo versaoArquivo: type: string description: Versão do arquivo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /impostos/signals/reprocessarImportacaoImpostoOperacaoPerfil: post: description: Reprocessar importação de operação para o perfil tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – tipoImportacao – importacaoOperacaoPerfilId properties: tipoImportacao: type: string allOf: – #/definitions/enumImpostos description: Tipo imposto importacaoOperacaoPerfilId: type: string description: Identificador do arquivo csv responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizPIS: post: description: Evento para geração matriz de PIS e PIS Importação no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idPisParametro properties: idPisParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizCOFINS: post: description: Evento para geração matriz de COFINS e COFINS Importação no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idCofinsParametro properties: idCofinsParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizISS: post: description: Evento para geração matriz de ISS no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idIssParametro properties: idIssParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizIPI: post: description: Evento para geração matriz de IPI no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idIpiParametro properties: idIpiParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizII: post: description: Evento para geração matriz de II no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idIiParametro properties: idIiParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/geraMatrizCIDE: post: description: Evento para geração matriz de CIDE no ElasticSearch x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idCideParametro properties: idCideParametro: type: string description: Identificador do Parâmetro de onde será regerada a matriz responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/deleteMatrizByImpostoAndParametro: post: description: Evento para exclusão dos parâmetros na matriz x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idParametro – imposto properties: idParametro: type: string description: Identificador do parâmetro imposto: type: string description: Imposto responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/webSocketImportacaoImpostosEvento: post: description: Evento de volumes gerados x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idImportacao – resultadoProcessamento properties: idImportacao: type: string description: Id da importação resultadoProcessamento: type: string allOf: – #/definitions/enumSitVal description: Resultado do processamento mensagem: type: string description: Mensagem de validação responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importNcmEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportNcmEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importComposicaoBaseCalculoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportComposicaoBaseCalculoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importOperacoesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportOperacoesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE070filCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE070filCplImpEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE001tnsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE001tnsCplImpEntEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE001tnsCplImpEntEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE001tnsCplImpSaiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE001tnsCplImpSaiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE015medEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE015medEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE080serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE080serEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE075derEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE075derEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPerfilTributarioEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPerfilTributarioEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisGTINEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisGTINEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsGTINEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsGTINEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importLeiComplementar1162003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportLeiComplementar1162003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importNbsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportNbsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPerfilTributarioFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPerfilTributarioFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPerfilTributarioFilialImpostosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPerfilTributarioFilialImpostosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE031moeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importRetIssEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportRetIssEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importRetParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportRetParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiGtinEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiGtinEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiOrigemMercadoriaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiOrigemMercadoriaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importE067finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportE067finEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiFinalidadeCompraVendaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiFinalidadeCompraVendaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideLC116_2003Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideNBSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideServicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiParametroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiOperacoesAnaliticasEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiRegimeParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiParticipanteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiNCMEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiProdutoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiGtinEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiGtinEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importNaturezaReceitaPISCOFINSCSTEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportNaturezaReceitaPISCOFINSCSTEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIcmsParametrosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIcmsParametrosEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCideCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCideCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPisCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPisCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIiCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIiCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIpiCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIpiCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCofinsCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCofinsCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importIssCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportIssCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importRetCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportRetCfopEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importImportacaoOperacaoPerfilEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportImportacaoOperacaoPerfilEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importOperacaoPisCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportOperacaoPisCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importOperacaoCofinsCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportOperacaoCofinsCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importOperacaoIssCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportOperacaoIssCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importOperacaoIpiCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportOperacaoIpiCsvEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importParametrosImpLockEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportParametrosImpLockEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importPerfilTributarioSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportPerfilTributarioSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCenarioRegimeTributarioEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCenarioRegimeTributarioEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importCenarioSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportCenarioSegmentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/importLogEntidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/events/exportLogEntidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /impostos/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e070emp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e070fil/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e070filCplImp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e070filCplImp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e001tns: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e001tns/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e015med: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e015med/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e001pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e001pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e080ser: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e080ser/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e075der: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e075der/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributario: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributario responses: 200: description: The created resource schema: #/definitions/perfilTributario 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/perfilTributario 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributario/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/perfilTributario responses: 200: description: Ok schema: #/definitions/perfilTributario 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/perfilTributario 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributario/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributario responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisParametro responses: 200: description: The created resource schema: #/definitions/pisParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisParametro responses: 200: description: Ok schema: #/definitions/pisParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisRegimeParticipante responses: 200: description: The created resource schema: #/definitions/pisRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisRegimeParticipante responses: 200: description: Ok schema: #/definitions/pisRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisParticipante responses: 200: description: The created resource schema: #/definitions/pisParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisParticipante responses: 200: description: Ok schema: #/definitions/pisParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNCM: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisNCM responses: 200: description: The created resource schema: #/definitions/pisNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNCM/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisNCM responses: 200: description: Ok schema: #/definitions/pisNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNCM/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisNCM responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisGTIN: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisGTIN responses: 200: description: The created resource schema: #/definitions/pisGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisGTIN/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisGTIN responses: 200: description: Ok schema: #/definitions/pisGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisProduto: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisProduto responses: 200: description: The created resource schema: #/definitions/pisProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisProduto/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisProduto responses: 200: description: Ok schema: #/definitions/pisProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisLC116_2003: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisLC116_2003 responses: 200: description: The created resource schema: #/definitions/pisLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisLC116_2003/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisLC116_2003/bulk: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNBS: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisNBS responses: 200: description: The created resource schema: #/definitions/pisNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNBS/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisNBS responses: 200: description: Ok schema: #/definitions/pisNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisNBS/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisNBS responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisServico: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisServico responses: 200: description: The created resource schema: #/definitions/pisServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisServico/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisServico responses: 200: description: Ok schema: #/definitions/pisServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsParametro responses: 200: description: The created resource schema: #/definitions/cofinsParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsParametro responses: 200: description: Ok schema: #/definitions/cofinsParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cofinsRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsRegimeParticipante responses: 200: description: Ok schema: #/definitions/cofinsRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsParticipante responses: 200: description: The created resource schema: #/definitions/cofinsParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsParticipante responses: 200: description: Ok schema: #/definitions/cofinsParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNCM: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsNCM responses: 200: description: The created resource schema: #/definitions/cofinsNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNCM/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsNCM responses: 200: description: Ok schema: #/definitions/cofinsNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNCM/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsNCM responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsGTIN: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsGTIN responses: 200: description: The created resource schema: #/definitions/cofinsGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsGTIN/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsGTIN responses: 200: description: Ok schema: #/definitions/cofinsGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsProduto: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsProduto responses: 200: description: The created resource schema: #/definitions/cofinsProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsProduto/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsProduto responses: 200: description: Ok schema: #/definitions/cofinsProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsLC116_2003: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsLC116_2003 responses: 200: description: The created resource schema: #/definitions/cofinsLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsLC116_2003/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsLC116_2003/bulk: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNBS: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsNBS responses: 200: description: The created resource schema: #/definitions/cofinsNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNBS/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsNBS responses: 200: description: Ok schema: #/definitions/cofinsNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsNBS/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsNBS responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsServico: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsServico responses: 200: description: The created resource schema: #/definitions/cofinsServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsServico/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsServico responses: 200: description: Ok schema: #/definitions/cofinsServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilial: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributarioFilial responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/perfilTributarioFilial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilial/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/perfilTributarioFilial responses: 200: description: Ok schema: #/definitions/perfilTributarioFilial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/perfilTributarioFilial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilial/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributarioFilial responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilialImpostos: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/perfilTributarioFilialImpostos responses: 200: description: The created resource schema: #/definitions/perfilTributarioFilialImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/perfilTributarioFilialImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilialImpostos/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/perfilTributarioFilialImpostos responses: 200: description: Ok schema: #/definitions/perfilTributarioFilialImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/perfilTributarioFilialImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/perfilTributarioFilialImpostos/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/perfilTributarioFilialImpostos responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e008rai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e008rai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e007ufs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e007ufs/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e006pai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e006pai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e031moe: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e031moe/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issParametro responses: 200: description: The created resource schema: #/definitions/issParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issParametro responses: 200: description: Ok schema: #/definitions/issParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issOperacoesAnaliticas: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issOperacoesAnaliticas responses: 200: description: The created resource schema: #/definitions/issOperacoesAnaliticas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issOperacoesAnaliticas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issOperacoesAnaliticas/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issOperacoesAnaliticas responses: 200: description: Ok schema: #/definitions/issOperacoesAnaliticas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issOperacoesAnaliticas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issOperacoesAnaliticas/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issOperacoesAnaliticas responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issRegimeParticipante responses: 200: description: The created resource schema: #/definitions/issRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issRegimeParticipante responses: 200: description: Ok schema: #/definitions/issRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issParticipante responses: 200: description: The created resource schema: #/definitions/issParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issParticipante responses: 200: description: Ok schema: #/definitions/issParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issLC116_2003: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issLC116_2003 responses: 200: description: The created resource schema: #/definitions/issLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issLC116_2003/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issLC116_2003/bulk: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issNBS: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issNBS responses: 200: description: The created resource schema: #/definitions/issNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issNBS/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issNBS responses: 200: description: Ok schema: #/definitions/issNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issNBS/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issNBS responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issServico: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issServico responses: 200: description: The created resource schema: #/definitions/issServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issServico/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issServico responses: 200: description: Ok schema: #/definitions/issServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retIss: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIss responses: 200: description: The created resource schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retIss/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retIss responses: 200: description: Ok schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/{parentId}/retIss: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIss responses: 200: description: The created resource schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/retIss responses: 200: description: The created resource schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issParametro/{parentId}/retIss/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retIss responses: 200: description: Ok schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retIss responses: 200: description: Ok schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retIss 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retIss/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retIss responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retParametro responses: 200: description: The created resource schema: #/definitions/retParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/retParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retParametro responses: 200: description: Ok schema: #/definitions/retParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiParametro responses: 200: description: The created resource schema: #/definitions/ipiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiParametro responses: 200: description: Ok schema: #/definitions/ipiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ipiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiRegimeParticipante responses: 200: description: Ok schema: #/definitions/ipiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiParticipante responses: 200: description: The created resource schema: #/definitions/ipiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiParticipante responses: 200: description: Ok schema: #/definitions/ipiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNCM: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiNCM responses: 200: description: The created resource schema: #/definitions/ipiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNCM/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiNCM responses: 200: description: Ok schema: #/definitions/ipiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNCM/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiNCM responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiProduto: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiProduto responses: 200: description: The created resource schema: #/definitions/ipiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiProduto/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiProduto responses: 200: description: Ok schema: #/definitions/ipiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiGtin: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiGtin responses: 200: description: The created resource schema: #/definitions/ipiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiGtin/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiGtin responses: 200: description: Ok schema: #/definitions/ipiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiGtin/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiGtin responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNBS: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiNBS responses: 200: description: The created resource schema: #/definitions/ipiNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNBS/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiNBS responses: 200: description: Ok schema: #/definitions/ipiNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiNBS/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiNBS responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiServico: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiServico responses: 200: description: The created resource schema: #/definitions/ipiServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiServico/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiServico responses: 200: description: Ok schema: #/definitions/ipiServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiLC116_2003: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiLC116_2003 responses: 200: description: The created resource schema: #/definitions/ipiLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiLC116_2003/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiLC116_2003/bulk: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiOrigemMercadoria: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiOrigemMercadoria/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiOrigemMercadoria responses: 200: description: Ok schema: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiOrigemMercadoria responses: 200: description: Ok schema: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiOrigemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiOrigemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e067fin: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/e067fin/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiFinalidadeCompraVenda: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiFinalidadeCompraVenda/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiFinalidadeCompraVenda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiFinalidadeCompraVenda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideParametro responses: 200: description: The created resource schema: #/definitions/cideParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideParametro responses: 200: description: Ok schema: #/definitions/cideParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cideRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideRegimeParticipante responses: 200: description: Ok schema: #/definitions/cideRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideParticipante responses: 200: description: The created resource schema: #/definitions/cideParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideParticipante responses: 200: description: Ok schema: #/definitions/cideParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideLC116_2003: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideLC116_2003 responses: 200: description: The created resource schema: #/definitions/cideLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideLC116_2003/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideLC116_2003/bulk: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideNBS: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideNBS responses: 200: description: The created resource schema: #/definitions/cideNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideNBS/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideNBS responses: 200: description: Ok schema: #/definitions/cideNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideNBS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideNBS/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideNBS responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideServico: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideServico responses: 200: description: The created resource schema: #/definitions/cideServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideServico/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideServico responses: 200: description: Ok schema: #/definitions/cideServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParametro: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiParametro responses: 200: description: The created resource schema: #/definitions/iiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParametro/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiParametro responses: 200: description: Ok schema: #/definitions/iiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiRegimeParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiRegimeParticipante responses: 200: description: The created resource schema: #/definitions/iiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiRegimeParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiRegimeParticipante responses: 200: description: Ok schema: #/definitions/iiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParticipante: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiParticipante responses: 200: description: The created resource schema: #/definitions/iiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParticipante/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiParticipante responses: 200: description: Ok schema: #/definitions/iiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiNCM: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiNCM responses: 200: description: The created resource schema: #/definitions/iiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiNCM/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiNCM responses: 200: description: Ok schema: #/definitions/iiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiNCM 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiNCM/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiNCM responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiProduto: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiProduto responses: 200: description: The created resource schema: #/definitions/iiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiProduto/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiProduto responses: 200: description: Ok schema: #/definitions/iiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiGtin: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiGtin responses: 200: description: The created resource schema: #/definitions/iiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiGtin/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiGtin responses: 200: description: Ok schema: #/definitions/iiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiGtin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiGtin/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiGtin responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/icmsParametros: post: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/icmsParametros responses: 200: description: The created resource schema: #/definitions/icmsParametros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/icmsParametros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/icmsParametros/{id}: put: description: Esta entidade pode ser customizada. 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/icmsParametros responses: 200: description: Ok schema: #/definitions/icmsParametros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/icmsParametros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/icmsParametros/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/icmsParametros responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideCfop responses: 200: description: The created resource schema: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cideCfop responses: 200: description: The created resource schema: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideCfop responses: 200: description: Ok schema: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cideCfop responses: 200: description: Ok schema: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cideCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cideCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cideCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisCfop responses: 200: description: The created resource schema: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pisCfop responses: 200: description: The created resource schema: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisCfop responses: 200: description: Ok schema: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pisCfop responses: 200: description: Ok schema: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pisCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/pisCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pisCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiCfop responses: 200: description: The created resource schema: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/iiCfop responses: 200: description: The created resource schema: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiCfop responses: 200: description: Ok schema: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/iiCfop responses: 200: description: Ok schema: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/iiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/iiCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/iiCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiCfop responses: 200: description: The created resource schema: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/ipiCfop responses: 200: description: The created resource schema: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiCfop responses: 200: description: Ok schema: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/ipiCfop responses: 200: description: Ok schema: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/ipiCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/ipiCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ipiCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsCfop responses: 200: description: The created resource schema: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cofinsCfop responses: 200: description: The created resource schema: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsCfop responses: 200: description: Ok schema: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cofinsCfop responses: 200: description: Ok schema: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cofinsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/cofinsCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cofinsCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issCfop responses: 200: description: The created resource schema: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/issCfop responses: 200: description: The created resource schema: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issCfop responses: 200: description: Ok schema: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/issCfop responses: 200: description: Ok schema: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/issCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/issCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/issCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retCfop: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCfop responses: 200: description: The created resource schema: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/retCfop responses: 200: description: The created resource schema: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retCfop/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCfop responses: 200: description: Ok schema: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/retCfop responses: 200: description: Ok schema: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/retCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/retCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/retCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/importacaoOperacaoPerfil: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/importacaoOperacaoPerfil responses: 200: description: The created resource schema: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/importacaoOperacaoPerfil responses: 200: description: The created resource schema: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/importacaoOperacaoPerfil/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/importacaoOperacaoPerfil responses: 200: description: Ok schema: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/importacaoOperacaoPerfil responses: 200: description: Ok schema: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/importacaoOperacaoPerfil/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/importacaoOperacaoPerfil responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoPisCsv: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoPisCsv responses: 200: description: The created resource schema: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoPisCsv responses: 200: description: The created resource schema: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoPisCsv/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoPisCsv responses: 200: description: Ok schema: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoPisCsv responses: 200: description: Ok schema: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/operacaoPisCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoPisCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoPisCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoCofinsCsv: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoCofinsCsv responses: 200: description: The created resource schema: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoCofinsCsv responses: 200: description: The created resource schema: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoCofinsCsv/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoCofinsCsv responses: 200: description: Ok schema: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoCofinsCsv responses: 200: description: Ok schema: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/operacaoCofinsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoCofinsCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoCofinsCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIssCsv: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoIssCsv responses: 200: description: The created resource schema: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoIssCsv responses: 200: description: The created resource schema: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIssCsv/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoIssCsv responses: 200: description: Ok schema: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoIssCsv responses: 200: description: Ok schema: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/operacaoIssCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIssCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoIssCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIpiCsv: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoIpiCsv responses: 200: description: The created resource schema: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/operacaoIpiCsv responses: 200: description: The created resource schema: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIpiCsv/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoIpiCsv responses: 200: description: Ok schema: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/operacaoIpiCsv responses: 200: description: Ok schema: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/operacaoIpiCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/operacaoIpiCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoIpiCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/parametrosImpLock: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosImpLock responses: 200: description: The created resource schema: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosImpLock responses: 200: description: The created resource schema: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/parametrosImpLock/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosImpLock responses: 200: description: Ok schema: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosImpLock responses: 200: description: Ok schema: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/parametrosImpLock/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/parametrosImpLock responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/beneficioFiscal: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/beneficioFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/segmento: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/segmento responses: 200: description: The created resource schema: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/segmento responses: 200: description: The created resource schema: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/segmento/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/segmento responses: 200: description: Ok schema: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/segmento responses: 200: description: Ok schema: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /impostos/entities/segmento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/segmento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: enumPerfilTributarioSegmento: description: Tipos de segmento de perfil tributário type: string enum: – INDUSTRIA – COMERCIO – SERVICO – DISTRIBUIDOR – COOPERATIVA – PRODUTOR_RURAL – FINANCEIRA – IMOBILIARIA – CONSTRUCAO_CIVIL enumClassificacaoOrigem: description: Origens para classificação dos cenários type: string enum: – CIDE – COFINS – ICMS – II – IPI – ISS – PIS – RETENCAO enumClassificacaoCenarioStatus: description: Determina o status da classificação dos cenários type: string enum: – SUCESSO – ERRO upDown: description: Up or down type: string enum: – UP – DOWN enumAcaoLog: description: Ações do log type: string enum: – CRIADO – EDITADO – RECUSADO – AUTO_APROVADO – APROVADO – EXCLUIDO enumEntidadeLog: description: Entidades do log type: string enum: – NCM – NBS – PIS_PARAMETRO – COFINS_PARAMETRO – IPI_PARAMETRO – CIDE_PARAMETRO – II_PARAMETRO – ISS_PARAMETRO – RET_PARAMETRO enumStatusMatriz: description: Status da matriz type: string enum: – PROCESSANDO – FINALIZADO_COM_ERRO – FINALIZADO_COM_SUCESSO enumDevolucaoIpi: description: Devolução IPI type: string enum: – IPI_DESTACADO – IPI_DEVOLVIDO – OUTRAS enumFinalidadeBaseCalculo: description: Finalidade type: string enum: – ISENTAS_OUTRAS – BASE_CALCULO enumSitVal: description: Resultado do processamento type: string enum: – ERROR – OK 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 enumTipoImportacao: description: Enum do tipo da importação type: string enum: – PIS – COFINS – IPI – ISS 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 enumStatusImportacao: description: Situação do processo de importação das operações type: string enum: – PENDENTE – PROCESSANDO – PROCESSANDO_IMPORTACAO – FINALIZADO – FINALIZADO_COM_ERRO – SUCESSO – ERRO enumTipoOrigem: description: Tipo da origem do registro type: string enum: – USUARIO – SENIOR – PARCEIRO enumOrigemMercadoria: description: Origem mercadoria type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumParametroCenario: description: Parâmetro cenário type: string enum: – PENDENTE – ATUALIZADA – ATUALIZANDO userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck filtroPerfilTributario: description: Filtro para listagem do perfil tributário type: object properties: empresa: type: string description: Empresa filiais: type: array items: type: string description: Filiais codigo: type: string description: Código descricao: type: string description: Descrição regime: type: string allOf: – #/definitions/enumRegime description: Regime tributário situacao: type: string allOf: – #/definitions/enumSituacao description: Situação segmentos: type: array items: type: string description: Segmentos recPerfilTributario: description: Retorno da listagem prefil tributário type: object properties: id: type: string description: Identificador codigo: type: string description: Código nome: type: string description: Nome regime: type: string allOf: – #/definitions/enumRegime description: Regime tributário situacao: type: string allOf: – #/definitions/enumSituacao description: Situação descricaoSegmento: type: array items: type: string description: Descrição segmentos recClassificarCenarioTributarioInput: description: Input da api classificarCenarioTributario type: object required: – origem – parametroId properties: origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem parametroId: type: string description: Parâmetro Id regimeTributarios: type: array items: type: string allOf: – #/definitions/enumRegime description: Regimes tributários segmentos: type: array items: type: string description: Segmentos recClassificarCenarioTributarioOutput: description: Output da api classificarCenarioTributario type: object required: – origem – parametroId – status – mensagem properties: origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem parametroId: type: string description: Parâmetro Id status: type: string allOf: – #/definitions/enumClassificacaoCenarioStatus description: Situação mensagem: type: string maxLength: 300 description: Mensagem regimeTributarios: type: array items: type: string allOf: – #/definitions/enumRegime description: Regimes tributários segmentos: type: array items: type: object allOf: – #/definitions/segmento description: Segmentos 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 issCfop: type: array items: type: string description: CFOPs 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 cideCfop: type: array items: type: string description: CFOPs 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 iiCfop: type: array items: type: string description: Imposto Importação X CFOP 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 pisCfop: type: array items: type: string description: CFOPs 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 cofinsCfop: type: array items: type: string description: CFOPs 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 ipiOrigemMercadoria: type: array items: type: string allOf: – #/definitions/enumOrigemMercadoria description: origem mercadoria ipiFinalidadeCompraVenda: type: array items: type: string description: finalidade compra e venda 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 ipiOrigemMercadoria: type: array items: type: string allOf: – #/definitions/enumOrigemMercadoria description: origem mercadoria ipiFinalidadeCompraVenda: type: array items: type: object allOf: – #/definitions/e067fin description: finalidade compra e venda 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 recClassificacaoFilter: description: Filtro de classificacao para filtro de impostos type: object properties: regimeTributarios: type: array items: type: string description: Regime tributaários segmentos: type: array items: type: string description: Segmentos 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 beneficioFiscal: type: array items: type: string description: Benefício fiscal 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 classificacao: type: object allOf: – #/definitions/recClassificacaoFilter description: Classificação tributária do cenário 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 tipoOrigem: type: array items: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro 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 cfops: type: array items: type: string description: CFOP impostosParametrosIds: type: array items: type: string description: Lista de parâmetros dos impostos origemMercadoriaParamEspecifico: type: array items: type: string allOf: – #/definitions/enumOrigemMercadoria description: Lista de origens de mercadoria finalidadeCompraVenda: type: array items: type: string description: Lista de finalidades de compra 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro recuperaIpi: type: boolean description: Recupera IPI municipioIss: type: object allOf: – #/definitions/e008rai description: Município ISS codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação percentualImpostoRet: type: number format: double description: Percentual do imposto 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 cfops: type: array items: type: string description: CFOPs parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Status do cenario da parametrizaçã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 recOperacaoPisCsv: description: Request da action que salva os registros com erro na tabela operacaoPisCsv type: object properties: id: type: string description: Id cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo da operação vigenciaInicial: type: string description: Vigencia inicial vigenciaFinal: type: string description: Vigencia final embasamento: type: string description: Embasamento legal situacao: type: string description: Situação regimeTributario: type: string description: Regime tributario regimeTributacao: type: string description: Regime tributacao cstEntrada: type: string description: Situacao tributaria entrada cstSaida: type: string description: Situacao tributario saida codigoBaseCalculo: type: string description: Base de calculo percentualReducaoBaseCalculo: type: string description: Percentual redução base percentualPis: type: string description: Percentual Imposto valorLimiteIsencao: type: string description: Valor limite isenção tipoBaseCalculoCredito: type: string description: Tipo da base de calculo credito naturezaReceita: type: string description: Natureza da receita saidaExterior: type: string description: Saida para o exterior codigoBaseCalculoImportacao: type: string description: Base de calculo importação percentualImportacao: type: string description: Percentual do impostos importação somaImportacaoLiquidoDoDocumento: type: string description: Soma importação liquido participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item nbs: type: string description: Nbs servico: type: string description: Serviço recOperacaoCofinsCsv: description: Request da action que salva os registros com erro na tabela peracaoCofinsCsv type: object properties: id: type: string description: Id da entidade cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo da operação vigenciaInicial: type: string description: Vigencia Inicial vigenciaFinal: type: string description: Vigencia Final embasamento: type: string description: Embasamento Legal situacao: type: string description: Situação regimeTributario: type: string description: Regime tributario regimeTributacao: type: string description: Regime tributação cstEntrada: type: string description: Situacao tributaria entrada cstSaida: type: string description: Situacao tributario saida codigoBaseCalculo: type: string description: Base de calculo percentualReducaoBaseCalculo: type: string description: Percentual redução base percentualCofins: type: string description: Percentual Imposto valorLimiteIsencao: type: string description: Valor limite isenção tipoBaseCalculoCredito: type: string description: Tipo da base de calculo credito naturezaReceita: type: string description: Natureza da receita saidaExterior: type: string description: Saida para o exterior codigoBaseCalculoImportacao: type: string description: Base de calculo importação percentualImportacao: type: string description: Percentual do impostos importação somaImportacaoLiquidoDoDocumento: type: string description: Soma importação liquido participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item nbs: type: string description: Nbs servico: type: string description: Serviço recOperacaoIssCsv: description: Record operacaoIssCsv type: object properties: id: type: string description: Id da entidade cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo operacao vigenciaInicial: type: string description: Vigência inicial vigenciaFinal: type: string description: Vigência final municipioIss: type: string description: Município iss embasamentoLegal: type: string description: Embasamento legal situacao: type: string description: Situação naturezaOperacaoServico: type: string description: Natureza operacao serviço exigibilidade: type: string description: Exigibilidade situacaoTributaria: type: string description: Situacao tributária codigoTributacao: type: string description: Código de tributação codigoTributacaoNfse: type: string description: Código de tributação nfse codigoFiscalMunicipio: type: string description: Código fiscal do município baseCalculo: type: string description: Base de cálculo perReducaoBaseCalculo: type: string description: Percentual base de cálculo percentualImposto: type: string description: Percentual do imposto regimeControleRetencao: type: string description: Regime controle retenção codArrecadacao: type: string description: Código de arrecadação valorMinRetencao: type: string description: Valor minímo de retenção controlaValorMinimo: type: string description: Controla valor mínimo codBaseCalculoRet: type: string description: Base cálculo retenção perRedBaseCalculoRet: type: string description: Percentual de redução da base de cálculo retenção perIssRet: type: string description: Percentual retenção iss gerarGuiaDoc: type: string description: Gerar guia por documento descRetValorDoc: type: string description: Descontar retencao valor documento regimeTributario: type: string description: Regime tributário participante: type: string description: Participante leiComplementar1162003: type: string description: Lei complementar 116 2003 nbs: type: string description: Nbs servico: type: string description: Serviço codigoBeneficioFiscal: type: string description: Codigo benefício fiscal statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha recOperacaoIpiCsv: description: Record operacao ipi csv type: object properties: id: type: string description: Id da entidade cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo operacao vigenciaInicial: type: string description: Vigência inicial vigenciaFinal: type: string description: Vigência final saidaExterior: type: string description: Operacões exterior embasamentoLegal: type: string description: Embasamento legal situacao: type: string description: Situação cstEntrada: type: string description: Situação tributária cstSaida: type: string description: Situação tributária codigoEnquadramentoIpi: type: string description: Código de enquadramento do ipi codigoBaseCalculo: type: string description: Código base de cálculo percentualBaseCalculoIpiPresumido: type: string description: Percentual do ipi presumido percentualReducaoBaseCalculoIpi: type: string description: Percentual de redução da base de cálculo percentualImposto: type: string description: Percentual do imposto recuperaIpi: type: string description: Recupera ipi formaNaoTributada: type: string description: Forma não tributada devolucaoIpiCampoRetorno: type: string description: Devolução ipi campo retorno regimeTributario: type: string description: Regime tributário participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 nbs: type: string description: Nbs servico: type: string description: Serviço statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha especificoOrigemMercadoria: type: string description: Especifico Origem Mercadoria finalidadeCompraVenda: type: string description: Finalidade de compra e venda recCfops: description: CFOPS – Descrição type: object properties: cfop: type: string description: CFOP recCenarioTributarioClassificacaoInput: description: Entrada obter classificacao atual cenario tributario type: object required: – origem – parametros properties: origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem parametros: type: array items: type: string minimum: 1 description: Parametros recCenarioTributarioClassificacaoOutput: description: Retorno cenario com segmentos e regimes triburatio type: object required: – origem – parametroId – isBaseCompartilhada properties: origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem parametroId: type: string description: Parâmetro Id isBaseCompartilhada: type: boolean description: Cenario possui classificacao na base shared regimeTributarios: type: array items: type: string allOf: – #/definitions/enumRegime description: Regimes tributários segmentos: type: array items: type: object allOf: – #/definitions/segmento description: Segmentos 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 extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação e070filCplImp: type: object allOf: – #/definitions/e070filCplImp description: Especialização Contabilidade – Filial usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filCplImp: description: Filial especialização compliance impostos type: object required: – id properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial codRtr: type: string allOf: – #/definitions/enumCodCrt description: Código do regime tributário 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 e001tnsCplImpEnt: type: object allOf: – #/definitions/e001tnsCplImpEnt description: Transação complience impostos de entrada e001tnsCplImpSai: type: object allOf: – #/definitions/e001tnsCplImpSai description: Transação complience impostos de saída usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tnsCplImpEnt: description: Transação complience impostos de entrada type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação cprTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação cprNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) 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: e001tnsCplImpSai: description: Transação complience impostos de saída type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação venTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação venNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) 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: 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) 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: 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: 120 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 – situacao 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação statusMatriz: type: string allOf: – #/definitions/enumStatusMatriz description: Status matriz 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Tenant de origem do cadastro parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Cenario da parametrizaçao 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Tenant de origem do cadastro parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Parâmetro cenário 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 beneficioFiscal: type: object allOf: – #/definitions/beneficioFiscal description: Benefício Fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Parâmetro cenário 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: Indica se a operação comercial é com o exterior (Entrada/Saída) 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro excluido: type: boolean description: Indica se o registro foi excluído default: false parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Parâmetro cenário 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: ipiOrigemMercadoria: description: IPI – Origem mercadoria type: object required: – ipiParametro – origemMercadoria properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI origemMercadoria: type: string allOf: – #/definitions/enumOrigemMercadoria description: Origem da mercadoria excluido: type: boolean description: Sinaliza 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: e067fin: description: Tabelas – Finalidade de compra e venda type: object required: – codFin – desFin – sitFin properties: id: type: string format: uuid description: Id da entidade codFin: type: integer format: int64 description: Código da Finalidade minimum: 0 maximum: 9999 desFin: type: string maxLength: 80 description: Descrição sitFin: type: string allOf: – #/definitions/enumSitReg description: Situação 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: ipiFinalidadeCompraVenda: description: IPI- Finalidade de compra e venda type: object required: – ipiParametro – e067fin properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros comuns do IPI e067fin: type: object allOf: – #/definitions/e067fin description: Finalidade de compra e venda 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: 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Parametro cenario 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 tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro excluido: type: boolean description: Indica se o registro foi excluído default: false parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Parâmetro cenário 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: cideCfop: description: Cide cfop type: object required: – cideParametro – cfop properties: id: type: string format: uuid description: Id da entidade cideParametro: type: object allOf: – #/definitions/cideParametro description: Parâmetros de CIDE cfop: type: string maxLength: 5 description: Cfop 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: pisCfop: description: Pis cfop type: object required: – pisParametro – cfop properties: id: type: string format: uuid description: Id da entidade pisParametro: type: object allOf: – #/definitions/pisParametro description: Parâmetros de Pis cfop: type: string maxLength: 5 description: Cfop 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: iiCfop: description: Imposto importação cfop type: object required: – iiParametro – cfop properties: id: type: string format: uuid description: Id da entidade iiParametro: type: object allOf: – #/definitions/iiParametro description: Parâmetros de icms cfop: type: string maxLength: 5 description: Cfop 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: ipiCfop: description: Ipi cfop type: object required: – ipiParametro – cfop properties: id: type: string format: uuid description: Id da entidade ipiParametro: type: object allOf: – #/definitions/ipiParametro description: Parâmetros de icms cfop: type: string maxLength: 5 description: Cfop 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: cofinsCfop: description: Cofins cfop type: object required: – cofinsParametro – cfop properties: id: type: string format: uuid description: Id da entidade cofinsParametro: type: object allOf: – #/definitions/cofinsParametro description: Parâmetros de icms cfop: type: string maxLength: 5 description: Cfop 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: issCfop: description: Iss cfop type: object required: – issParametro – cfop properties: id: type: string format: uuid description: Id da entidade issParametro: type: object allOf: – #/definitions/issParametro description: Parâmetros de icms cfop: type: string maxLength: 5 description: Cfop 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: retCfop: description: Retenções cfop type: object required: – retParametro – cfop properties: id: type: string format: uuid description: Id da entidade retParametro: type: object allOf: – #/definitions/retParametro description: Parâmetros de retenções cfop: type: string maxLength: 5 description: Cfop 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: importacaoOperacaoPerfil: description: Processo de importação de operações type: object required: – perfilTributario – urlArquivo – tipoImposto – statusImportacao properties: id: type: string format: uuid description: Id da entidade perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Id do perfil tributário nomeArquivo: type: string description: Nome do arquivo urlArquivo: type: string description: URL do arquivo tipoImposto: type: string description: Tipo do imposto qtdLinhas: type: integer format: int64 description: Quantidade de linhas do arquivo errosLinhas: type: integer format: int64 description: Quantidade de linhas com problema de importação statusImportacao: type: string allOf: – #/definitions/enumStatusImportacao description: Situação do processo de importação mensagemErro: type: string maxLength: 250 description: Mensagem de Erro excluido: type: boolean description: Indica se o registro foi excluído default: false dataImportacao: type: string format: date-time description: Data Importacao usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: operacaoPisCsv: description: Operação Pis CSV type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id importacaoOperacaoPerfil: type: object allOf: – #/definitions/importacaoOperacaoPerfil description: Id importacao operação perfil cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo da operação vigenciaInicial: type: string description: Vigencia inicial vigenciaFinal: type: string description: Vigencia final saidaExterior: type: string description: Saida para o exterior embasamento: type: string description: Embasamento legal situacao: type: string description: Situação regimeTributacao: type: string description: Regime tributacao cstEntrada: type: string description: Situacao tributaria entrada cstSaida: type: string description: Situacao tributario saida codigoBaseCalculo: type: string description: Base de calculo percentualReducaoBaseCalculo: type: string description: Percentual redução base percentualPis: type: string description: Percentual Imposto valorLimiteIsencao: type: string description: Valor limite isenção tipoBaseCalculoCredito: type: string description: Tipo da base de calculo credito naturezaReceita: type: string description: Natureza da receita codigoBaseCalculoImportacao: type: string description: Base de calculo importação percentualImportacao: type: string description: Percentual do impostos importação somaImportacaoLiquidoDoDocumento: type: string description: Soma importação liquido regimeTributario: type: string description: Regime tributario participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 nbs: type: string description: Nbs servico: type: string description: Serviço statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsOperacaoPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: operacaoCofinsCsv: description: Operação Cofins CSV type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id da entidade importacaoOperacaoPerfil: type: object allOf: – #/definitions/importacaoOperacaoPerfil description: Importação operação perfil cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo da operação vigenciaInicial: type: string description: Vigencia Inicial vigenciaFinal: type: string description: Vigencia Final embasamento: type: string description: Embasamento Legal situacao: type: string description: Situação regimeTributario: type: string description: Regime tributario regimeTributacao: type: string description: Regime tributação cstEntrada: type: string description: Situacao tributaria entrada cstSaida: type: string description: Situacao tributario saida codigoBaseCalculo: type: string description: Base de calculo percentualReducaoBaseCalculo: type: string description: Percentual redução base percentualCofins: type: string description: Percentual Imposto valorLimiteIsencao: type: string description: Valor limite isenção tipoBaseCalculoCredito: type: string description: Tipo da base de calculo credito naturezaReceita: type: string description: Natureza da receita saidaExterior: type: string description: Saida para o exterior codigoBaseCalculoImportacao: type: string description: Base de calculo importação percentualImportacao: type: string description: Percentual do impostos importação somaImportacaoLiquidoDoDocumento: type: string description: Soma importação liquido participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 nbs: type: string description: Nbs servico: type: string description: Serviço statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsOperacaoPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: operacaoIssCsv: description: Operacao iss csv type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id da entidade importacaoOperacaoPerfil: type: object allOf: – #/definitions/importacaoOperacaoPerfil description: Importação operação perfil cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo operacao vigenciaInicial: type: string description: Vigência inicial vigenciaFinal: type: string description: Vigência final municipioIss: type: string description: Município iss embasamentoLegal: type: string description: Embasamento legal situacao: type: string description: Situação naturezaOperacaoServico: type: string description: Natureza operacao serviço exigibilidade: type: string description: Exigibilidade situacaoTributaria: type: string description: Situacao tributária codigoTributacao: type: string description: Código de tributação codigoTributacaoNfse: type: string description: Código de tributação nfse codigoFiscalMunicipio: type: string description: Código fiscal do município baseCalculo: type: string description: Base de cálculo perReducaoBaseCalculo: type: string description: Percentual base de cálculo percentualImposto: type: string description: Percentual do imposto regimeControleRetencao: type: string description: Regime controle retenção codArrecadacao: type: string description: Código de arrecadação valorMinRetencao: type: string description: Valor minímo de retenção controlaValorMinimo: type: string description: Controla valor mínimo codBaseCalculoRet: type: string description: Base cálculo retenção perRedBaseCalculoRet: type: string description: Percentual de redução da base de cálculo retenção perIssRet: type: string description: Percentual retenção iss gerarGuiaDoc: type: string description: Gerar guia por documento descRetValorDoc: type: string description: Descontar retencao valor documento regimeTributario: type: string description: Regime tributário participante: type: string description: Participante leiComplementar1162003: type: string description: Lei complementar 116 2003 nbs: type: string description: Nbs servico: type: string description: Serviço codigoBeneficioFiscal: type: string description: Benefício Fiscal statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsOperacaoPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: operacaoIpiCsv: description: Operacao ipi csv type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id da entidade importacaoOperacaoPerfil: type: object allOf: – #/definitions/importacaoOperacaoPerfil description: Importação operação perfil cfop: type: string description: Cfop tipoOperacao: type: string description: Tipo operacao vigenciaInicial: type: string description: Vigência inicial vigenciaFinal: type: string description: Vigência final saidaExterior: type: string description: Operacões exterior embasamentoLegal: type: string description: Embasamento legal situacao: type: string description: Situação cstEntrada: type: string description: Situação tributária cstSaida: type: string description: Situação tributária codigoEnquadramentoIpi: type: string description: Código de enquadramento do ipi codigoBaseCalculo: type: string description: Código base de cálculo percentualBaseCalculoIpiPresumido: type: string description: Percentual do ipi presumido percentualReducaoBaseCalculoIpi: type: string description: Percentual de redução da base de cálculo percentualImposto: type: string description: Percentual do imposto recuperaIpi: type: string description: Recupera ipi formaNaoTributada: type: string description: Forma não tributada devolucaoIpiCampoRetorno: type: string description: Devolução ipi campo retorno regimeTributario: type: string description: Regime tributário participante: type: string description: Participante ncm: type: string description: Ncm gtin: type: string description: Gtin produto: type: string description: Produto leiComplementar1162003: type: string description: Lei complementar 1162003 nbs: type: string description: Nbs servico: type: string description: Serviço statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item caracterCuringa: type: boolean description: Caracter Curinga default: false idsOperacaoPerfilTributario: type: string description: Ids dos parametros mensagemErro: type: string description: Mensagem de erro linha: type: integer format: int64 description: Linha especificoOrigemMercadoria: type: string description: Especifico Origem Mercadoria finalidadeCompraVenda: type: string description: Finalidade compra e venda usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: parametrosImpLock: description: Tabela pra lockar os registros ao importar type: object required: – perfilTributarioId – tipoImposto properties: id: type: string format: uuid description: Id da entidade perfilTributarioId: type: string format: uuid description: Id do perfil tributário tipoImposto: type: string description: Tipo do imposto usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: beneficioFiscal: description: Tabela de cadastro de benefício fical type: object required: – codigo – descricao – vigenciaInicial – situacao properties: id: type: string format: uuid description: Identificador codigo: type: string description: Código descricao: type: string description: Descrição abreviatura: type: string description: Abreviatura vigenciaInicial: type: string format: date description: Vigência Inicial vigenciaFinal: type: string format: date description: Vigência Final situacao: type: string allOf: – #/definitions/enumSitReg description: Situação observacao: type: string description: Observaçã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: segmento: description: Tabela de segmentos do perfil tributário type: object required: – descricao – tipoPerfilTributarioSegmento – situacao properties: id: type: string format: uuid description: Identificação única do registro descricao: type: string maxLength: 250 description: Descrição tipoPerfilTributarioSegmento: type: string allOf: – #/definitions/enumPerfilTributarioSegmento description: Identificação única de negocio situacao: type: string allOf: – #/definitions/enumSituacao description: Situação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: perfilTributarioSegmento: description: Tabela que relaciona segmentos aos perfis tributários type: object required: – perfilTributario – segmento properties: id: type: string format: uuid description: identificação única do segmento perfilTributario: type: object allOf: – #/definitions/perfilTributario description: Identificação única do perfil tributário id segmento: type: object allOf: – #/definitions/segmento description: Segmento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cenarioRegimeTributario: description: Classificação do cenário por regime tributário type: object required: – cenarioParametroId – origem – regimeTributario properties: id: type: string format: uuid description: Identificação única cenarioParametroId: type: string format: uuid description: Cenário id origem origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem regimeTributario: 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: cenarioSegmento: description: Classificação do cenário por segmento type: object required: – cenarioParametroId – origem – segmento properties: id: type: string format: uuid description: Identificação única cenarioParametroId: type: string format: uuid description: Cenário id origem origem: type: string allOf: – #/definitions/enumClassificacaoOrigem description: Origem segmento: type: object allOf: – #/definitions/segmento description: identificação única do segmento 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: logEntidade: description: Parâmetros do log type: object required: – registroId – entidade – acao – descricao – usuario – dataHora – modificacao – principalId properties: id: type: string format: uuid description: Identificação única do registro registroId: type: string format: uuid description: identificação única do registro que está sendo logado entidade: type: string allOf: – #/definitions/enumEntidadeLog description: Entidade acao: type: string allOf: – #/definitions/enumAcaoLog description: Ação executada descricao: type: string maxLength: 500 description: Descrição usuario: type: string maxLength: 150 description: Usuário que executou a ação dataHora: type: string format: date-time description: Data e hora da execução modificacao: type: string description: Registro json com de para do que foi alterado principalId: type: string format: uuid description: identificação principal do registro principalOrigemId: type: string format: uuid description: Identificação principal de origem do registro excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE