2.0info: 1.31.0 reforma description: reforma x-senior-domain: erpx_cpl_imp x-senior-domain-path: erpx_cpl_imp x-senior-service-path: reforma 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: /reforma/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 /reforma/queries/obterCBSParametros: post: description: Obter cbs 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/recParametrizacaoImpostosCbsOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter cbs 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/recParametrizacaoImpostosCbsOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/queries/obterIBSEstadualParametros: post: description: Obter IBS Estadual 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/recParametrizacaoImpostoIBSEstadualOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter IBS Estadual 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/recParametrizacaoImpostoIBSEstadualOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/queries/obterIBSMunicipalParametros: post: description: Obter IBS Estadual 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/recParametrizacaoImpostoIBSMunicipalOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter IBS Estadual 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/recParametrizacaoImpostoIBSMunicipalOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/queries/obterISParametros: post: description: Obter IS 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/recParametrizacaoImpostoIsOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter IS 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/recParametrizacaoImpostoIsOutput description: Registro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/queries/exportOrigemMercadoria: 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 /reforma/queries/exportCbsParametro: 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 /reforma/queries/exportIbsEstadualParametro: 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 /reforma/queries/exportIbsMunicipalParametro: 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 /reforma/queries/exportIsParametro: 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 /reforma/queries/exportCbsCfop: 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 /reforma/queries/exportIbsEstadualCfop: 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 /reforma/queries/exportIbsMunicipalCfop: 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 /reforma/queries/exportIsCfop: 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 /reforma/queries/exportCbsContribuinte: 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 /reforma/queries/exportIbsEstadualContribuinte: 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 /reforma/queries/exportIbsMunicipalContribuinte: 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 /reforma/queries/exportIsContribuinte: 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 /reforma/queries/exportCbsFinalidadeCompraVenda: 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 /reforma/queries/exportIbsEstadualFinalidadeCompraVenda: 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 /reforma/queries/exportIbsMunicipalFinalidadeCompraVenda: 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 /reforma/queries/exportIsFinalidadeCompraVenda: 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 /reforma/queries/exportCbsGTIN: 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 /reforma/queries/exportIbsEstadualGTIN: 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 /reforma/queries/exportIbsMunicipalGTIN: 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 /reforma/queries/exportIsGTIN: 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 /reforma/queries/exportCbsLC116_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 /reforma/queries/exportIbsEstadualLC116_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 /reforma/queries/exportIbsMunicipalLC116_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 /reforma/queries/exportIsLC116_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 /reforma/queries/exportCbsNbs: 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 /reforma/queries/exportIbsEstadualNbs: 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 /reforma/queries/exportIbsMunicipalNbs: 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 /reforma/queries/exportIsNbs: 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 /reforma/queries/exportCbsNcm: 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 /reforma/queries/exportIbsEstadualNcm: 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 /reforma/queries/exportIbsMunicipalNcm: 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 /reforma/queries/exportIsNcm: 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 /reforma/queries/exportCbsOperacoesAnaliticas: 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 /reforma/queries/exportIbsEstadualOperacoesAnaliticas: 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 /reforma/queries/exportIbsMunicipalOperacoesAnaliticas: 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 /reforma/queries/exportIsOperacoesAnaliticas: 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 /reforma/queries/exportCbsOrigemMercadoria: 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 /reforma/queries/exportIbsEstadualOrigemMercadoria: 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 /reforma/queries/exportIbsMunicipalOrigemMercadoria: 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 /reforma/queries/exportIsOrigemMercadoria: 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 /reforma/queries/exportCbsParticipante: 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 /reforma/queries/exportIbsEstadualParticipante: 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 /reforma/queries/exportIbsMunicipalParticipante: 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 /reforma/queries/exportIsParticipante: 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 /reforma/queries/exportCbsProduto: 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 /reforma/queries/exportIbsEstadualProduto: 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 /reforma/queries/exportIbsMunicipalProduto: 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 /reforma/queries/exportIsProduto: 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 /reforma/queries/exportCbsRegimeParticipante: 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 /reforma/queries/exportIbsEstadualRegimeParticipante: 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 /reforma/queries/exportIbsMunicipalRegimeParticipante: 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 /reforma/queries/exportIsRegimeParticipante: 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 /reforma/queries/exportCbsServico: 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 /reforma/queries/exportIbsEstadualServico: 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 /reforma/queries/exportIbsMunicipalServico: 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 /reforma/queries/exportIsServico: 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 /reforma/queries/exportCbsTipoPessoa: 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 /reforma/queries/exportIbsEstadualTipoPessoa: 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 /reforma/queries/exportIbsMunicipalTipoPessoa: 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 /reforma/queries/exportIsTipoPessoa: 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 /reforma/queries/exportCbsCaracteristicaFiscal: 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 /reforma/queries/exportIbsEstadualCaracteristicaFiscal: 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 /reforma/queries/exportIbsMunicipalCaracteristicaFiscal: 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 /reforma/queries/exportIsCaracteristicaFiscal: 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 /reforma/queries/exportCaracteristicaFiscal: 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 /reforma/queries/exportClassificacaoTributaria: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/queries/exportOrigemDestino: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/queries/exportOperacaoIsCsv: 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 /reforma/queries/exportOperacaoCbsCsv: 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 /reforma/queries/exportOperacaoIbsEstadualCsv: 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 /reforma/queries/exportOperacaoIbsMunicipalCsv: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/actions/gravarParametrosImpostosCBS: post: description: Gravar parâmetros de impostos de CBS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCbsInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostosCbsOutput description: Parametrização de impostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/actions/gravarParametrosImpostosIBSEstadual: post: description: Gravar parâmetros de impostos do IBS Estadual tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIBSEstadualInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIBSEstadualOutput description: Parametrização de impostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/actions/gravarParametrosImpostosIBSMunicipal: post: description: Gravar parâmetros de impostos do IBS Municipal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIBSMunicipalInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIBSMunicipalOutput description: Parametrização de impostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/actions/gravarParametrosImpostosIS: post: description: Gravar parâmetros de impostos do IS tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIsInput description: Parametrização de impostos responses: 200: description: Ok schema: type: object required: – parImpostos properties: parImpostos: type: object allOf: – #/definitions/recParametrizacaoImpostoIsOutput description: Parametrização de impostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/actions/salvarOperacaoImpostosReprocesso: post: description: Salvar lançamentos da operacao reforma tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tipoImportacao properties: tipoImportacao: type: string allOf: – #/definitions/enumImpostoPerfil description: Tipo imposto operacaoCbsCsv: type: object allOf: – #/definitions/recOperacaoCbsCsv description: Record com as informações de operacaoCbsCsv operacaoIsCsv: type: object allOf: – #/definitions/recOperacaoIsCsv description: Record com as informações de operacaoIsCsv operacaoIbsEstadualCsv: type: object allOf: – #/definitions/recOperacaoIbsEstadualCsv description: Record com as informações de operacaoIbsEstadualCsv operacaoIbsMunicipalCsv: type: object allOf: – #/definitions/recOperacaoIbsMunicipalCsv description: Record com as informações de operacaoIbsMunicipalCsv responses: 200: description: Ok schema: type: object required: – importacaoOperacaoPerfilId properties: importacaoOperacaoPerfilId: type: string description: Identificador do arquivo csv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/actions/importOrigemMercadoria: 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 /reforma/actions/importCbsParametro: 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 /reforma/actions/importIbsEstadualParametro: 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 /reforma/actions/importIbsMunicipalParametro: 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 /reforma/actions/importIsParametro: 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 /reforma/actions/importCbsCfop: 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 /reforma/actions/importIbsEstadualCfop: 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 /reforma/actions/importIbsMunicipalCfop: 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 /reforma/actions/importIsCfop: 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 /reforma/actions/importCbsContribuinte: 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 /reforma/actions/importIbsEstadualContribuinte: 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 /reforma/actions/importIbsMunicipalContribuinte: 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 /reforma/actions/importIsContribuinte: 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 /reforma/actions/importCbsFinalidadeCompraVenda: 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 /reforma/actions/importIbsEstadualFinalidadeCompraVenda: 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 /reforma/actions/importIbsMunicipalFinalidadeCompraVenda: 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 /reforma/actions/importIsFinalidadeCompraVenda: 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 /reforma/actions/importCbsGTIN: 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 /reforma/actions/importIbsEstadualGTIN: 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 /reforma/actions/importIbsMunicipalGTIN: 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 /reforma/actions/importIsGTIN: 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 /reforma/actions/importCbsLC116_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 /reforma/actions/importIbsEstadualLC116_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 /reforma/actions/importIbsMunicipalLC116_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 /reforma/actions/importIsLC116_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 /reforma/actions/importCbsNbs: 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 /reforma/actions/importIbsEstadualNbs: 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 /reforma/actions/importIbsMunicipalNbs: 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 /reforma/actions/importIsNbs: 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 /reforma/actions/importCbsNcm: 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 /reforma/actions/importIbsEstadualNcm: 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 /reforma/actions/importIbsMunicipalNcm: 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 /reforma/actions/importIsNcm: 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 /reforma/actions/importCbsOperacoesAnaliticas: 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 /reforma/actions/importIbsEstadualOperacoesAnaliticas: 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 /reforma/actions/importIbsMunicipalOperacoesAnaliticas: 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 /reforma/actions/importIsOperacoesAnaliticas: 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 /reforma/actions/importCbsOrigemMercadoria: 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 /reforma/actions/importIbsEstadualOrigemMercadoria: 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 /reforma/actions/importIbsMunicipalOrigemMercadoria: 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 /reforma/actions/importIsOrigemMercadoria: 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 /reforma/actions/importCbsParticipante: 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 /reforma/actions/importIbsEstadualParticipante: 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 /reforma/actions/importIbsMunicipalParticipante: 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 /reforma/actions/importIsParticipante: 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 /reforma/actions/importCbsProduto: 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 /reforma/actions/importIbsEstadualProduto: 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 /reforma/actions/importIbsMunicipalProduto: 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 /reforma/actions/importIsProduto: 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 /reforma/actions/importCbsRegimeParticipante: 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 /reforma/actions/importIbsEstadualRegimeParticipante: 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 /reforma/actions/importIbsMunicipalRegimeParticipante: 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 /reforma/actions/importIsRegimeParticipante: 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 /reforma/actions/importCbsServico: 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 /reforma/actions/importIbsEstadualServico: 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 /reforma/actions/importIbsMunicipalServico: 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 /reforma/actions/importIsServico: 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 /reforma/actions/importCbsTipoPessoa: 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 /reforma/actions/importIbsEstadualTipoPessoa: 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 /reforma/actions/importIbsMunicipalTipoPessoa: 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 /reforma/actions/importIsTipoPessoa: 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 /reforma/actions/importCbsCaracteristicaFiscal: 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 /reforma/actions/importIbsEstadualCaracteristicaFiscal: 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 /reforma/actions/importIbsMunicipalCaracteristicaFiscal: 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 /reforma/actions/importIsCaracteristicaFiscal: 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 /reforma/actions/importCaracteristicaFiscal: 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 /reforma/actions/importClassificacaoTributaria: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/actions/importOrigemDestino: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/actions/importOperacaoIsCsv: 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 /reforma/actions/importOperacaoCbsCsv: 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 /reforma/actions/importOperacaoIbsEstadualCsv: 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 /reforma/actions/importOperacaoIbsMunicipalCsv: 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 /reforma/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 /reforma/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 /reforma/signals/reprocessarImportacaoReformaOperacaoPerfil: 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/enumImpostoPerfil description: Tipo imposto importacaoOperacaoPerfilId: type: string description: Identificador do arquivo csv responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /reforma/signals/importacaoParametrosReformaPerfil: 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/enumImpostoPerfil 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 /reforma/events/gerarMatrizCBS: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idParametro properties: idParametro: type: string description: Identificador do parâmetro de impostos de CBS responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /reforma/events/gerarMatrizIBSEstadual: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idParametro properties: idParametro: type: string description: Identificador do parâmetro de impostos de IBS Estadual responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /reforma/events/gerarMatrizIBSMunicipal: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idParametro properties: idParametro: type: string description: Identificador do parâmetro de impostos de IBS Municipal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /reforma/events/webSocketImportacaoReformaEvento: 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 /reforma/events/gerarMatrizIS: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idParametro properties: idParametro: type: string description: Identificador do parâmetro de impostos de IS responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/events/importOrigemMercadoriaEvent: post: description: 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 /reforma/events/exportOrigemMercadoriaEvent: post: description: 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 /reforma/events/importCbsParametroEvent: post: description: 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 /reforma/events/exportCbsParametroEvent: post: description: 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 /reforma/events/importIbsEstadualParametroEvent: post: description: 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 /reforma/events/exportIbsEstadualParametroEvent: post: description: 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 /reforma/events/importIbsMunicipalParametroEvent: post: description: 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 /reforma/events/exportIbsMunicipalParametroEvent: post: description: 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 /reforma/events/importIsParametroEvent: post: description: 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 /reforma/events/exportIsParametroEvent: post: description: 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 /reforma/events/importCbsCfopEvent: post: description: 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 /reforma/events/exportCbsCfopEvent: post: description: 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 /reforma/events/importIbsEstadualCfopEvent: post: description: 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 /reforma/events/exportIbsEstadualCfopEvent: post: description: 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 /reforma/events/importIbsMunicipalCfopEvent: post: description: 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 /reforma/events/exportIbsMunicipalCfopEvent: post: description: 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 /reforma/events/importIsCfopEvent: post: description: 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 /reforma/events/exportIsCfopEvent: post: description: 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 /reforma/events/importCbsContribuinteEvent: post: description: 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 /reforma/events/exportCbsContribuinteEvent: post: description: 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 /reforma/events/importIbsEstadualContribuinteEvent: post: description: 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 /reforma/events/exportIbsEstadualContribuinteEvent: post: description: 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 /reforma/events/importIbsMunicipalContribuinteEvent: post: description: 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 /reforma/events/exportIbsMunicipalContribuinteEvent: post: description: 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 /reforma/events/importIsContribuinteEvent: post: description: 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 /reforma/events/exportIsContribuinteEvent: post: description: 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 /reforma/events/importCbsFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/exportCbsFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/importIbsEstadualFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/exportIbsEstadualFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/importIbsMunicipalFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/exportIbsMunicipalFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/importIsFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/exportIsFinalidadeCompraVendaEvent: post: description: 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 /reforma/events/importCbsGTINEvent: post: description: 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 /reforma/events/exportCbsGTINEvent: post: description: 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 /reforma/events/importIbsEstadualGTINEvent: post: description: 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 /reforma/events/exportIbsEstadualGTINEvent: post: description: 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 /reforma/events/importIbsMunicipalGTINEvent: post: description: 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 /reforma/events/exportIbsMunicipalGTINEvent: post: description: 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 /reforma/events/importIsGTINEvent: post: description: 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 /reforma/events/exportIsGTINEvent: post: description: 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 /reforma/events/importCbsLC116_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 /reforma/events/exportCbsLC116_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 /reforma/events/importIbsEstadualLC116_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 /reforma/events/exportIbsEstadualLC116_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 /reforma/events/importIbsMunicipalLC116_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 /reforma/events/exportIbsMunicipalLC116_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 /reforma/events/importIsLC116_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 /reforma/events/exportIsLC116_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 /reforma/events/importCbsNbsEvent: post: description: 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 /reforma/events/exportCbsNbsEvent: post: description: 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 /reforma/events/importIbsEstadualNbsEvent: post: description: 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 /reforma/events/exportIbsEstadualNbsEvent: post: description: 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 /reforma/events/importIbsMunicipalNbsEvent: post: description: 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 /reforma/events/exportIbsMunicipalNbsEvent: post: description: 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 /reforma/events/importIsNbsEvent: post: description: 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 /reforma/events/exportIsNbsEvent: post: description: 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 /reforma/events/importCbsNcmEvent: post: description: 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 /reforma/events/exportCbsNcmEvent: post: description: 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 /reforma/events/importIbsEstadualNcmEvent: post: description: 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 /reforma/events/exportIbsEstadualNcmEvent: post: description: 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 /reforma/events/importIbsMunicipalNcmEvent: post: description: 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 /reforma/events/exportIbsMunicipalNcmEvent: post: description: 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 /reforma/events/importIsNcmEvent: post: description: 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 /reforma/events/exportIsNcmEvent: post: description: 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 /reforma/events/importCbsOperacoesAnaliticasEvent: post: description: 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 /reforma/events/exportCbsOperacoesAnaliticasEvent: post: description: 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 /reforma/events/importIbsEstadualOperacoesAnaliticasEvent: post: description: 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 /reforma/events/exportIbsEstadualOperacoesAnaliticasEvent: post: description: 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 /reforma/events/importIbsMunicipalOperacoesAnaliticasEvent: post: description: 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 /reforma/events/exportIbsMunicipalOperacoesAnaliticasEvent: post: description: 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 /reforma/events/importIsOperacoesAnaliticasEvent: post: description: 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 /reforma/events/exportIsOperacoesAnaliticasEvent: post: description: 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 /reforma/events/importCbsOrigemMercadoriaEvent: post: description: 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 /reforma/events/exportCbsOrigemMercadoriaEvent: post: description: 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 /reforma/events/importIbsEstadualOrigemMercadoriaEvent: post: description: 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 /reforma/events/exportIbsEstadualOrigemMercadoriaEvent: post: description: 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 /reforma/events/importIbsMunicipalOrigemMercadoriaEvent: post: description: 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 /reforma/events/exportIbsMunicipalOrigemMercadoriaEvent: post: description: 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 /reforma/events/importIsOrigemMercadoriaEvent: post: description: 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 /reforma/events/exportIsOrigemMercadoriaEvent: post: description: 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 /reforma/events/importCbsParticipanteEvent: post: description: 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 /reforma/events/exportCbsParticipanteEvent: post: description: 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 /reforma/events/importIbsEstadualParticipanteEvent: post: description: 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 /reforma/events/exportIbsEstadualParticipanteEvent: post: description: 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 /reforma/events/importIbsMunicipalParticipanteEvent: post: description: 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 /reforma/events/exportIbsMunicipalParticipanteEvent: post: description: 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 /reforma/events/importIsParticipanteEvent: post: description: 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 /reforma/events/exportIsParticipanteEvent: post: description: 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 /reforma/events/importCbsProdutoEvent: post: description: 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 /reforma/events/exportCbsProdutoEvent: post: description: 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 /reforma/events/importIbsEstadualProdutoEvent: post: description: 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 /reforma/events/exportIbsEstadualProdutoEvent: post: description: 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 /reforma/events/importIbsMunicipalProdutoEvent: post: description: 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 /reforma/events/exportIbsMunicipalProdutoEvent: post: description: 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 /reforma/events/importIsProdutoEvent: post: description: 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 /reforma/events/exportIsProdutoEvent: post: description: 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 /reforma/events/importCbsRegimeParticipanteEvent: post: description: 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 /reforma/events/exportCbsRegimeParticipanteEvent: post: description: 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 /reforma/events/importIbsEstadualRegimeParticipanteEvent: post: description: 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 /reforma/events/exportIbsEstadualRegimeParticipanteEvent: post: description: 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 /reforma/events/importIbsMunicipalRegimeParticipanteEvent: post: description: 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 /reforma/events/exportIbsMunicipalRegimeParticipanteEvent: post: description: 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 /reforma/events/importIsRegimeParticipanteEvent: post: description: 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 /reforma/events/exportIsRegimeParticipanteEvent: post: description: 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 /reforma/events/importCbsServicoEvent: post: description: 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 /reforma/events/exportCbsServicoEvent: post: description: 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 /reforma/events/importIbsEstadualServicoEvent: post: description: 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 /reforma/events/exportIbsEstadualServicoEvent: post: description: 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 /reforma/events/importIbsMunicipalServicoEvent: post: description: 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 /reforma/events/exportIbsMunicipalServicoEvent: post: description: 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 /reforma/events/importIsServicoEvent: post: description: 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 /reforma/events/exportIsServicoEvent: post: description: 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 /reforma/events/importCbsTipoPessoaEvent: post: description: 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 /reforma/events/exportCbsTipoPessoaEvent: post: description: 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 /reforma/events/importIbsEstadualTipoPessoaEvent: post: description: 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 /reforma/events/exportIbsEstadualTipoPessoaEvent: post: description: 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 /reforma/events/importIbsMunicipalTipoPessoaEvent: post: description: 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 /reforma/events/exportIbsMunicipalTipoPessoaEvent: post: description: 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 /reforma/events/importIsTipoPessoaEvent: post: description: 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 /reforma/events/exportIsTipoPessoaEvent: post: description: 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 /reforma/events/importCbsCaracteristicaFiscalEvent: post: description: 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 /reforma/events/exportCbsCaracteristicaFiscalEvent: post: description: 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 /reforma/events/importIbsEstadualCaracteristicaFiscalEvent: post: description: 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 /reforma/events/exportIbsEstadualCaracteristicaFiscalEvent: post: description: 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 /reforma/events/importIbsMunicipalCaracteristicaFiscalEvent: post: description: 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 /reforma/events/exportIbsMunicipalCaracteristicaFiscalEvent: post: description: 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 /reforma/events/importIsCaracteristicaFiscalEvent: post: description: 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 /reforma/events/exportIsCaracteristicaFiscalEvent: post: description: 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 /reforma/events/importCaracteristicaFiscalEvent: post: description: 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 /reforma/events/exportCaracteristicaFiscalEvent: post: description: 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 /reforma/events/importClassificacaoTributariaEvent: post: description: 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 /reforma/events/exportClassificacaoTributariaEvent: post: description: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/events/importOrigemDestinoEvent: post: description: 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 /reforma/events/exportOrigemDestinoEvent: post: description: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/events/importOperacaoIsCsvEvent: post: description: 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 /reforma/events/exportOperacaoIsCsvEvent: post: description: 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 /reforma/events/importOperacaoCbsCsvEvent: post: description: 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 /reforma/events/exportOperacaoCbsCsvEvent: post: description: 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 /reforma/events/importOperacaoIbsEstadualCsvEvent: post: description: 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 /reforma/events/exportOperacaoIbsEstadualCsvEvent: post: description: 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 /reforma/events/importOperacaoIbsMunicipalCsvEvent: post: description: 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 /reforma/events/exportOperacaoIbsMunicipalCsvEvent: post: description: 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 /reforma/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 /reforma/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 /reforma/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 /reforma/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 /reforma/entities/origemMercadoria: 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/origemMercadoria responses: 200: description: The created resource schema: #/definitions/origemMercadoria 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/origemMercadoria responses: 200: description: The created resource schema: #/definitions/origemMercadoria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/origemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/origemMercadoria/{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/editOrigemMercadoria responses: 200: description: Ok schema: #/definitions/editOrigemMercadoria 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/origemMercadoria responses: 200: description: Ok schema: #/definitions/origemMercadoria 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/origemMercadoria 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 /reforma/entities/origemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/origemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsParametro: 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/cbsParametro responses: 200: description: The created resource schema: #/definitions/cbsParametro 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/cbsParametro responses: 200: description: The created resource schema: #/definitions/cbsParametro 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsParametro/{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/editCbsParametro responses: 200: description: Ok schema: #/definitions/editCbsParametro 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/cbsParametro responses: 200: description: Ok schema: #/definitions/cbsParametro 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/cbsParametro 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 /reforma/entities/cbsParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualParametro: 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/ibsEstadualParametro responses: 200: description: The created resource schema: #/definitions/ibsEstadualParametro 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/ibsEstadualParametro responses: 200: description: The created resource schema: #/definitions/ibsEstadualParametro 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualParametro/{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/editIbsEstadualParametro responses: 200: description: Ok schema: #/definitions/editIbsEstadualParametro 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/ibsEstadualParametro responses: 200: description: Ok schema: #/definitions/ibsEstadualParametro 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/ibsEstadualParametro 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 /reforma/entities/ibsEstadualParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalParametro: 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/ibsMunicipalParametro responses: 200: description: The created resource schema: #/definitions/ibsMunicipalParametro 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/ibsMunicipalParametro responses: 200: description: The created resource schema: #/definitions/ibsMunicipalParametro 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalParametro/{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/editIbsMunicipalParametro responses: 200: description: Ok schema: #/definitions/editIbsMunicipalParametro 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/ibsMunicipalParametro responses: 200: description: Ok schema: #/definitions/ibsMunicipalParametro 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/ibsMunicipalParametro 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 /reforma/entities/ibsMunicipalParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isParametro: 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/isParametro responses: 200: description: The created resource schema: #/definitions/isParametro 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/isParametro responses: 200: description: The created resource schema: #/definitions/isParametro 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isParametro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isParametro/{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/editIsParametro responses: 200: description: Ok schema: #/definitions/editIsParametro 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/isParametro responses: 200: description: Ok schema: #/definitions/isParametro 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/isParametro 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 /reforma/entities/isParametro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isParametro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsCfop: 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/cbsCfop responses: 200: description: The created resource schema: #/definitions/cbsCfop 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/cbsCfop responses: 200: description: The created resource schema: #/definitions/cbsCfop 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsCfop/{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/editCbsCfop responses: 200: description: Ok schema: #/definitions/editCbsCfop 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/cbsCfop responses: 200: description: Ok schema: #/definitions/cbsCfop 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/cbsCfop 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 /reforma/entities/cbsCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualCfop: 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/ibsEstadualCfop responses: 200: description: The created resource schema: #/definitions/ibsEstadualCfop 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/ibsEstadualCfop responses: 200: description: The created resource schema: #/definitions/ibsEstadualCfop 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualCfop/{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/editIbsEstadualCfop responses: 200: description: Ok schema: #/definitions/editIbsEstadualCfop 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/ibsEstadualCfop responses: 200: description: Ok schema: #/definitions/ibsEstadualCfop 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/ibsEstadualCfop 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 /reforma/entities/ibsEstadualCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalCfop: 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/ibsMunicipalCfop responses: 200: description: The created resource schema: #/definitions/ibsMunicipalCfop 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/ibsMunicipalCfop responses: 200: description: The created resource schema: #/definitions/ibsMunicipalCfop 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalCfop/{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/editIbsMunicipalCfop responses: 200: description: Ok schema: #/definitions/editIbsMunicipalCfop 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/ibsMunicipalCfop responses: 200: description: Ok schema: #/definitions/ibsMunicipalCfop 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/ibsMunicipalCfop 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 /reforma/entities/ibsMunicipalCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isCfop: 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/isCfop responses: 200: description: The created resource schema: #/definitions/isCfop 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/isCfop responses: 200: description: The created resource schema: #/definitions/isCfop 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isCfop 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isCfop/{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/editIsCfop responses: 200: description: Ok schema: #/definitions/editIsCfop 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/isCfop responses: 200: description: Ok schema: #/definitions/isCfop 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/isCfop 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 /reforma/entities/isCfop/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isCfop responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsContribuinte: 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/cbsContribuinte responses: 200: description: The created resource schema: #/definitions/cbsContribuinte 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/cbsContribuinte responses: 200: description: The created resource schema: #/definitions/cbsContribuinte 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsContribuinte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsContribuinte/{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/editCbsContribuinte responses: 200: description: Ok schema: #/definitions/editCbsContribuinte 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/cbsContribuinte responses: 200: description: Ok schema: #/definitions/cbsContribuinte 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/cbsContribuinte 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 /reforma/entities/cbsContribuinte/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsContribuinte responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualContribuinte: 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/ibsEstadualContribuinte responses: 200: description: The created resource schema: #/definitions/ibsEstadualContribuinte 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/ibsEstadualContribuinte responses: 200: description: The created resource schema: #/definitions/ibsEstadualContribuinte 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualContribuinte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualContribuinte/{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/editIbsEstadualContribuinte responses: 200: description: Ok schema: #/definitions/editIbsEstadualContribuinte 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/ibsEstadualContribuinte responses: 200: description: Ok schema: #/definitions/ibsEstadualContribuinte 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/ibsEstadualContribuinte 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 /reforma/entities/ibsEstadualContribuinte/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualContribuinte responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalContribuinte: 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/ibsMunicipalContribuinte responses: 200: description: The created resource schema: #/definitions/ibsMunicipalContribuinte 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/ibsMunicipalContribuinte responses: 200: description: The created resource schema: #/definitions/ibsMunicipalContribuinte 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalContribuinte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalContribuinte/{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/editIbsMunicipalContribuinte responses: 200: description: Ok schema: #/definitions/editIbsMunicipalContribuinte 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/ibsMunicipalContribuinte responses: 200: description: Ok schema: #/definitions/ibsMunicipalContribuinte 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/ibsMunicipalContribuinte 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 /reforma/entities/ibsMunicipalContribuinte/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalContribuinte responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isContribuinte: 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/isContribuinte responses: 200: description: The created resource schema: #/definitions/isContribuinte 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/isContribuinte responses: 200: description: The created resource schema: #/definitions/isContribuinte 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isContribuinte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isContribuinte/{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/editIsContribuinte responses: 200: description: Ok schema: #/definitions/editIsContribuinte 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/isContribuinte responses: 200: description: Ok schema: #/definitions/isContribuinte 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/isContribuinte 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 /reforma/entities/isContribuinte/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isContribuinte responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsFinalidadeCompraVenda: 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/cbsFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/cbsFinalidadeCompraVenda 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/cbsFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/cbsFinalidadeCompraVenda 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsFinalidadeCompraVenda/{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/editCbsFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/editCbsFinalidadeCompraVenda 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/cbsFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/cbsFinalidadeCompraVenda 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/cbsFinalidadeCompraVenda 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 /reforma/entities/cbsFinalidadeCompraVenda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsFinalidadeCompraVenda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualFinalidadeCompraVenda: 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/ibsEstadualFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ibsEstadualFinalidadeCompraVenda 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/ibsEstadualFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ibsEstadualFinalidadeCompraVenda 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualFinalidadeCompraVenda/{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/editIbsEstadualFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/editIbsEstadualFinalidadeCompraVenda 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/ibsEstadualFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/ibsEstadualFinalidadeCompraVenda 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/ibsEstadualFinalidadeCompraVenda 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 /reforma/entities/ibsEstadualFinalidadeCompraVenda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualFinalidadeCompraVenda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalFinalidadeCompraVenda: 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/ibsMunicipalFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ibsMunicipalFinalidadeCompraVenda 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/ibsMunicipalFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/ibsMunicipalFinalidadeCompraVenda 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalFinalidadeCompraVenda/{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/editIbsMunicipalFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/editIbsMunicipalFinalidadeCompraVenda 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/ibsMunicipalFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/ibsMunicipalFinalidadeCompraVenda 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/ibsMunicipalFinalidadeCompraVenda 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 /reforma/entities/ibsMunicipalFinalidadeCompraVenda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalFinalidadeCompraVenda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isFinalidadeCompraVenda: 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/isFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/isFinalidadeCompraVenda 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/isFinalidadeCompraVenda responses: 200: description: The created resource schema: #/definitions/isFinalidadeCompraVenda 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isFinalidadeCompraVenda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isFinalidadeCompraVenda/{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/editIsFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/editIsFinalidadeCompraVenda 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/isFinalidadeCompraVenda responses: 200: description: Ok schema: #/definitions/isFinalidadeCompraVenda 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/isFinalidadeCompraVenda 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 /reforma/entities/isFinalidadeCompraVenda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isFinalidadeCompraVenda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsGTIN: 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/cbsGTIN responses: 200: description: The created resource schema: #/definitions/cbsGTIN 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/cbsGTIN responses: 200: description: The created resource schema: #/definitions/cbsGTIN 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsGTIN/{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/editCbsGTIN responses: 200: description: Ok schema: #/definitions/editCbsGTIN 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/cbsGTIN responses: 200: description: Ok schema: #/definitions/cbsGTIN 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/cbsGTIN 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 /reforma/entities/cbsGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualGTIN: 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/ibsEstadualGTIN responses: 200: description: The created resource schema: #/definitions/ibsEstadualGTIN 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/ibsEstadualGTIN responses: 200: description: The created resource schema: #/definitions/ibsEstadualGTIN 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualGTIN/{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/editIbsEstadualGTIN responses: 200: description: Ok schema: #/definitions/editIbsEstadualGTIN 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/ibsEstadualGTIN responses: 200: description: Ok schema: #/definitions/ibsEstadualGTIN 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/ibsEstadualGTIN 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 /reforma/entities/ibsEstadualGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalGTIN: 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/ibsMunicipalGTIN responses: 200: description: The created resource schema: #/definitions/ibsMunicipalGTIN 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/ibsMunicipalGTIN responses: 200: description: The created resource schema: #/definitions/ibsMunicipalGTIN 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalGTIN/{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/editIbsMunicipalGTIN responses: 200: description: Ok schema: #/definitions/editIbsMunicipalGTIN 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/ibsMunicipalGTIN responses: 200: description: Ok schema: #/definitions/ibsMunicipalGTIN 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/ibsMunicipalGTIN 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 /reforma/entities/ibsMunicipalGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isGTIN: 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/isGTIN responses: 200: description: The created resource schema: #/definitions/isGTIN 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/isGTIN responses: 200: description: The created resource schema: #/definitions/isGTIN 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isGTIN 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isGTIN/{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/editIsGTIN responses: 200: description: Ok schema: #/definitions/editIsGTIN 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/isGTIN responses: 200: description: Ok schema: #/definitions/isGTIN 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/isGTIN 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 /reforma/entities/isGTIN/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isGTIN responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsLC116_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/cbsLC116_2003 responses: 200: description: The created resource schema: #/definitions/cbsLC116_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/cbsLC116_2003 responses: 200: description: The created resource schema: #/definitions/cbsLC116_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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsLC116_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/editCbsLC116_2003 responses: 200: description: Ok schema: #/definitions/editCbsLC116_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/cbsLC116_2003 responses: 200: description: Ok schema: #/definitions/cbsLC116_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/cbsLC116_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 /reforma/entities/cbsLC116_2003/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsLC116_2003 responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualLC116_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/ibsEstadualLC116_2003 responses: 200: description: The created resource schema: #/definitions/ibsEstadualLC116_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/ibsEstadualLC116_2003 responses: 200: description: The created resource schema: #/definitions/ibsEstadualLC116_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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualLC116_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/editIbsEstadualLC116_2003 responses: 200: description: Ok schema: #/definitions/editIbsEstadualLC116_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/ibsEstadualLC116_2003 responses: 200: description: Ok schema: #/definitions/ibsEstadualLC116_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/ibsEstadualLC116_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 /reforma/entities/ibsEstadualLC116_2003/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualLC116_2003 responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalLC116_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/ibsMunicipalLC116_2003 responses: 200: description: The created resource schema: #/definitions/ibsMunicipalLC116_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/ibsMunicipalLC116_2003 responses: 200: description: The created resource schema: #/definitions/ibsMunicipalLC116_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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalLC116_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/editIbsMunicipalLC116_2003 responses: 200: description: Ok schema: #/definitions/editIbsMunicipalLC116_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/ibsMunicipalLC116_2003 responses: 200: description: Ok schema: #/definitions/ibsMunicipalLC116_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/ibsMunicipalLC116_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 /reforma/entities/ibsMunicipalLC116_2003/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalLC116_2003 responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isLC116_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/isLC116_2003 responses: 200: description: The created resource schema: #/definitions/isLC116_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/isLC116_2003 responses: 200: description: The created resource schema: #/definitions/isLC116_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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isLC116_2003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isLC116_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/editIsLC116_2003 responses: 200: description: Ok schema: #/definitions/editIsLC116_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/isLC116_2003 responses: 200: description: Ok schema: #/definitions/isLC116_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/isLC116_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 /reforma/entities/isLC116_2003/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isLC116_2003 responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsNbs: 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/cbsNbs responses: 200: description: The created resource schema: #/definitions/cbsNbs 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/cbsNbs responses: 200: description: The created resource schema: #/definitions/cbsNbs 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsNbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsNbs/{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/editCbsNbs responses: 200: description: Ok schema: #/definitions/editCbsNbs 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/cbsNbs responses: 200: description: Ok schema: #/definitions/cbsNbs 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/cbsNbs 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 /reforma/entities/cbsNbs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsNbs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualNbs: 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/ibsEstadualNbs responses: 200: description: The created resource schema: #/definitions/ibsEstadualNbs 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/ibsEstadualNbs responses: 200: description: The created resource schema: #/definitions/ibsEstadualNbs 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualNbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualNbs/{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/editIbsEstadualNbs responses: 200: description: Ok schema: #/definitions/editIbsEstadualNbs 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/ibsEstadualNbs responses: 200: description: Ok schema: #/definitions/ibsEstadualNbs 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/ibsEstadualNbs 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 /reforma/entities/ibsEstadualNbs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualNbs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalNbs: 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/ibsMunicipalNbs responses: 200: description: The created resource schema: #/definitions/ibsMunicipalNbs 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/ibsMunicipalNbs responses: 200: description: The created resource schema: #/definitions/ibsMunicipalNbs 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalNbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalNbs/{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/editIbsMunicipalNbs responses: 200: description: Ok schema: #/definitions/editIbsMunicipalNbs 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/ibsMunicipalNbs responses: 200: description: Ok schema: #/definitions/ibsMunicipalNbs 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/ibsMunicipalNbs 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 /reforma/entities/ibsMunicipalNbs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalNbs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isNbs: 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/isNbs responses: 200: description: The created resource schema: #/definitions/isNbs 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/isNbs responses: 200: description: The created resource schema: #/definitions/isNbs 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isNbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isNbs/{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/editIsNbs responses: 200: description: Ok schema: #/definitions/editIsNbs 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/isNbs responses: 200: description: Ok schema: #/definitions/isNbs 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/isNbs 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 /reforma/entities/isNbs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isNbs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsNcm: 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/cbsNcm responses: 200: description: The created resource schema: #/definitions/cbsNcm 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/cbsNcm responses: 200: description: The created resource schema: #/definitions/cbsNcm 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsNcm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsNcm/{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/editCbsNcm responses: 200: description: Ok schema: #/definitions/editCbsNcm 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/cbsNcm responses: 200: description: Ok schema: #/definitions/cbsNcm 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/cbsNcm 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 /reforma/entities/cbsNcm/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsNcm responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualNcm: 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/ibsEstadualNcm responses: 200: description: The created resource schema: #/definitions/ibsEstadualNcm 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/ibsEstadualNcm responses: 200: description: The created resource schema: #/definitions/ibsEstadualNcm 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualNcm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualNcm/{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/editIbsEstadualNcm responses: 200: description: Ok schema: #/definitions/editIbsEstadualNcm 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/ibsEstadualNcm responses: 200: description: Ok schema: #/definitions/ibsEstadualNcm 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/ibsEstadualNcm 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 /reforma/entities/ibsEstadualNcm/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualNcm responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalNcm: 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/ibsMunicipalNcm responses: 200: description: The created resource schema: #/definitions/ibsMunicipalNcm 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/ibsMunicipalNcm responses: 200: description: The created resource schema: #/definitions/ibsMunicipalNcm 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalNcm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalNcm/{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/editIbsMunicipalNcm responses: 200: description: Ok schema: #/definitions/editIbsMunicipalNcm 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/ibsMunicipalNcm responses: 200: description: Ok schema: #/definitions/ibsMunicipalNcm 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/ibsMunicipalNcm 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 /reforma/entities/ibsMunicipalNcm/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalNcm responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isNcm: 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/isNcm responses: 200: description: The created resource schema: #/definitions/isNcm 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/isNcm responses: 200: description: The created resource schema: #/definitions/isNcm 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isNcm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isNcm/{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/editIsNcm responses: 200: description: Ok schema: #/definitions/editIsNcm 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/isNcm responses: 200: description: Ok schema: #/definitions/isNcm 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/isNcm 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 /reforma/entities/isNcm/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isNcm responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsOrigemMercadoria: 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/cbsOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/cbsOrigemMercadoria 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/cbsOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/cbsOrigemMercadoria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsOrigemMercadoria/{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/editCbsOrigemMercadoria responses: 200: description: Ok schema: #/definitions/editCbsOrigemMercadoria 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/cbsOrigemMercadoria responses: 200: description: Ok schema: #/definitions/cbsOrigemMercadoria 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/cbsOrigemMercadoria 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 /reforma/entities/cbsOrigemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsOrigemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualOrigemMercadoria: 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/ibsEstadualOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ibsEstadualOrigemMercadoria 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/ibsEstadualOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ibsEstadualOrigemMercadoria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualOrigemMercadoria/{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/editIbsEstadualOrigemMercadoria responses: 200: description: Ok schema: #/definitions/editIbsEstadualOrigemMercadoria 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/ibsEstadualOrigemMercadoria responses: 200: description: Ok schema: #/definitions/ibsEstadualOrigemMercadoria 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/ibsEstadualOrigemMercadoria 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 /reforma/entities/ibsEstadualOrigemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualOrigemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalOrigemMercadoria: 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/ibsMunicipalOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ibsMunicipalOrigemMercadoria 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/ibsMunicipalOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/ibsMunicipalOrigemMercadoria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalOrigemMercadoria/{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/editIbsMunicipalOrigemMercadoria responses: 200: description: Ok schema: #/definitions/editIbsMunicipalOrigemMercadoria 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/ibsMunicipalOrigemMercadoria responses: 200: description: Ok schema: #/definitions/ibsMunicipalOrigemMercadoria 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/ibsMunicipalOrigemMercadoria 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 /reforma/entities/ibsMunicipalOrigemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalOrigemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isOrigemMercadoria: 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/isOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/isOrigemMercadoria 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/isOrigemMercadoria responses: 200: description: The created resource schema: #/definitions/isOrigemMercadoria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isOrigemMercadoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isOrigemMercadoria/{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/editIsOrigemMercadoria responses: 200: description: Ok schema: #/definitions/editIsOrigemMercadoria 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/isOrigemMercadoria responses: 200: description: Ok schema: #/definitions/isOrigemMercadoria 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/isOrigemMercadoria 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 /reforma/entities/isOrigemMercadoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isOrigemMercadoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsParticipante: 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/cbsParticipante responses: 200: description: The created resource schema: #/definitions/cbsParticipante 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/cbsParticipante responses: 200: description: The created resource schema: #/definitions/cbsParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsParticipante/{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/editCbsParticipante responses: 200: description: Ok schema: #/definitions/editCbsParticipante 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/cbsParticipante responses: 200: description: Ok schema: #/definitions/cbsParticipante 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/cbsParticipante 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 /reforma/entities/cbsParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualParticipante: 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/ibsEstadualParticipante responses: 200: description: The created resource schema: #/definitions/ibsEstadualParticipante 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/ibsEstadualParticipante responses: 200: description: The created resource schema: #/definitions/ibsEstadualParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualParticipante/{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/editIbsEstadualParticipante responses: 200: description: Ok schema: #/definitions/editIbsEstadualParticipante 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/ibsEstadualParticipante responses: 200: description: Ok schema: #/definitions/ibsEstadualParticipante 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/ibsEstadualParticipante 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 /reforma/entities/ibsEstadualParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalParticipante: 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/ibsMunicipalParticipante responses: 200: description: The created resource schema: #/definitions/ibsMunicipalParticipante 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/ibsMunicipalParticipante responses: 200: description: The created resource schema: #/definitions/ibsMunicipalParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalParticipante/{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/editIbsMunicipalParticipante responses: 200: description: Ok schema: #/definitions/editIbsMunicipalParticipante 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/ibsMunicipalParticipante responses: 200: description: Ok schema: #/definitions/ibsMunicipalParticipante 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/ibsMunicipalParticipante 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 /reforma/entities/ibsMunicipalParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isParticipante: 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/isParticipante responses: 200: description: The created resource schema: #/definitions/isParticipante 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/isParticipante responses: 200: description: The created resource schema: #/definitions/isParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isParticipante/{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/editIsParticipante responses: 200: description: Ok schema: #/definitions/editIsParticipante 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/isParticipante responses: 200: description: Ok schema: #/definitions/isParticipante 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/isParticipante 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 /reforma/entities/isParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsProduto: 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/cbsProduto responses: 200: description: The created resource schema: #/definitions/cbsProduto 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/cbsProduto responses: 200: description: The created resource schema: #/definitions/cbsProduto 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsProduto/{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/editCbsProduto responses: 200: description: Ok schema: #/definitions/editCbsProduto 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/cbsProduto responses: 200: description: Ok schema: #/definitions/cbsProduto 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/cbsProduto 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 /reforma/entities/cbsProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualProduto: 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/ibsEstadualProduto responses: 200: description: The created resource schema: #/definitions/ibsEstadualProduto 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/ibsEstadualProduto responses: 200: description: The created resource schema: #/definitions/ibsEstadualProduto 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualProduto/{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/editIbsEstadualProduto responses: 200: description: Ok schema: #/definitions/editIbsEstadualProduto 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/ibsEstadualProduto responses: 200: description: Ok schema: #/definitions/ibsEstadualProduto 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/ibsEstadualProduto 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 /reforma/entities/ibsEstadualProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalProduto: 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/ibsMunicipalProduto responses: 200: description: The created resource schema: #/definitions/ibsMunicipalProduto 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/ibsMunicipalProduto responses: 200: description: The created resource schema: #/definitions/ibsMunicipalProduto 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalProduto/{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/editIbsMunicipalProduto responses: 200: description: Ok schema: #/definitions/editIbsMunicipalProduto 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/ibsMunicipalProduto responses: 200: description: Ok schema: #/definitions/ibsMunicipalProduto 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/ibsMunicipalProduto 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 /reforma/entities/ibsMunicipalProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isProduto: 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/isProduto responses: 200: description: The created resource schema: #/definitions/isProduto 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/isProduto responses: 200: description: The created resource schema: #/definitions/isProduto 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isProduto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isProduto/{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/editIsProduto responses: 200: description: Ok schema: #/definitions/editIsProduto 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/isProduto responses: 200: description: Ok schema: #/definitions/isProduto 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/isProduto 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 /reforma/entities/isProduto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isProduto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsRegimeParticipante: 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/cbsRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cbsRegimeParticipante 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/cbsRegimeParticipante responses: 200: description: The created resource schema: #/definitions/cbsRegimeParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsRegimeParticipante/{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/editCbsRegimeParticipante responses: 200: description: Ok schema: #/definitions/editCbsRegimeParticipante 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/cbsRegimeParticipante responses: 200: description: Ok schema: #/definitions/cbsRegimeParticipante 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/cbsRegimeParticipante 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 /reforma/entities/cbsRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualRegimeParticipante: 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/ibsEstadualRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ibsEstadualRegimeParticipante 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/ibsEstadualRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ibsEstadualRegimeParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualRegimeParticipante/{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/editIbsEstadualRegimeParticipante responses: 200: description: Ok schema: #/definitions/editIbsEstadualRegimeParticipante 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/ibsEstadualRegimeParticipante responses: 200: description: Ok schema: #/definitions/ibsEstadualRegimeParticipante 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/ibsEstadualRegimeParticipante 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 /reforma/entities/ibsEstadualRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalRegimeParticipante: 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/ibsMunicipalRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ibsMunicipalRegimeParticipante 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/ibsMunicipalRegimeParticipante responses: 200: description: The created resource schema: #/definitions/ibsMunicipalRegimeParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalRegimeParticipante/{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/editIbsMunicipalRegimeParticipante responses: 200: description: Ok schema: #/definitions/editIbsMunicipalRegimeParticipante 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/ibsMunicipalRegimeParticipante responses: 200: description: Ok schema: #/definitions/ibsMunicipalRegimeParticipante 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/ibsMunicipalRegimeParticipante 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 /reforma/entities/ibsMunicipalRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isRegimeParticipante: 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/isRegimeParticipante responses: 200: description: The created resource schema: #/definitions/isRegimeParticipante 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/isRegimeParticipante responses: 200: description: The created resource schema: #/definitions/isRegimeParticipante 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isRegimeParticipante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isRegimeParticipante/{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/editIsRegimeParticipante responses: 200: description: Ok schema: #/definitions/editIsRegimeParticipante 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/isRegimeParticipante responses: 200: description: Ok schema: #/definitions/isRegimeParticipante 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/isRegimeParticipante 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 /reforma/entities/isRegimeParticipante/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isRegimeParticipante responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsServico: 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/cbsServico responses: 200: description: The created resource schema: #/definitions/cbsServico 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/cbsServico responses: 200: description: The created resource schema: #/definitions/cbsServico 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsServico/{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/editCbsServico responses: 200: description: Ok schema: #/definitions/editCbsServico 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/cbsServico responses: 200: description: Ok schema: #/definitions/cbsServico 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/cbsServico 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 /reforma/entities/cbsServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualServico: 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/ibsEstadualServico responses: 200: description: The created resource schema: #/definitions/ibsEstadualServico 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/ibsEstadualServico responses: 200: description: The created resource schema: #/definitions/ibsEstadualServico 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualServico/{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/editIbsEstadualServico responses: 200: description: Ok schema: #/definitions/editIbsEstadualServico 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/ibsEstadualServico responses: 200: description: Ok schema: #/definitions/ibsEstadualServico 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/ibsEstadualServico 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 /reforma/entities/ibsEstadualServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalServico: 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/ibsMunicipalServico responses: 200: description: The created resource schema: #/definitions/ibsMunicipalServico 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/ibsMunicipalServico responses: 200: description: The created resource schema: #/definitions/ibsMunicipalServico 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalServico/{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/editIbsMunicipalServico responses: 200: description: Ok schema: #/definitions/editIbsMunicipalServico 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/ibsMunicipalServico responses: 200: description: Ok schema: #/definitions/ibsMunicipalServico 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/ibsMunicipalServico 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 /reforma/entities/ibsMunicipalServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isServico: 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/isServico responses: 200: description: The created resource schema: #/definitions/isServico 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/isServico responses: 200: description: The created resource schema: #/definitions/isServico 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isServico/{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/editIsServico responses: 200: description: Ok schema: #/definitions/editIsServico 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/isServico responses: 200: description: Ok schema: #/definitions/isServico 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/isServico 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 /reforma/entities/isServico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isServico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsTipoPessoa: 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/cbsTipoPessoa responses: 200: description: The created resource schema: #/definitions/cbsTipoPessoa 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/cbsTipoPessoa responses: 200: description: The created resource schema: #/definitions/cbsTipoPessoa 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsTipoPessoa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsTipoPessoa/{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/editCbsTipoPessoa responses: 200: description: Ok schema: #/definitions/editCbsTipoPessoa 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/cbsTipoPessoa responses: 200: description: Ok schema: #/definitions/cbsTipoPessoa 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/cbsTipoPessoa 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 /reforma/entities/cbsTipoPessoa/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsTipoPessoa responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualTipoPessoa: 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/ibsEstadualTipoPessoa responses: 200: description: The created resource schema: #/definitions/ibsEstadualTipoPessoa 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/ibsEstadualTipoPessoa responses: 200: description: The created resource schema: #/definitions/ibsEstadualTipoPessoa 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualTipoPessoa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualTipoPessoa/{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/editIbsEstadualTipoPessoa responses: 200: description: Ok schema: #/definitions/editIbsEstadualTipoPessoa 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/ibsEstadualTipoPessoa responses: 200: description: Ok schema: #/definitions/ibsEstadualTipoPessoa 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/ibsEstadualTipoPessoa 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 /reforma/entities/ibsEstadualTipoPessoa/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualTipoPessoa responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalTipoPessoa: 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/ibsMunicipalTipoPessoa responses: 200: description: The created resource schema: #/definitions/ibsMunicipalTipoPessoa 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/ibsMunicipalTipoPessoa responses: 200: description: The created resource schema: #/definitions/ibsMunicipalTipoPessoa 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalTipoPessoa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalTipoPessoa/{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/editIbsMunicipalTipoPessoa responses: 200: description: Ok schema: #/definitions/editIbsMunicipalTipoPessoa 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/ibsMunicipalTipoPessoa responses: 200: description: Ok schema: #/definitions/ibsMunicipalTipoPessoa 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/ibsMunicipalTipoPessoa 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 /reforma/entities/ibsMunicipalTipoPessoa/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalTipoPessoa responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isTipoPessoa: 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/isTipoPessoa responses: 200: description: The created resource schema: #/definitions/isTipoPessoa 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/isTipoPessoa responses: 200: description: The created resource schema: #/definitions/isTipoPessoa 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isTipoPessoa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isTipoPessoa/{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/editIsTipoPessoa responses: 200: description: Ok schema: #/definitions/editIsTipoPessoa 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/isTipoPessoa responses: 200: description: Ok schema: #/definitions/isTipoPessoa 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/isTipoPessoa 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 /reforma/entities/isTipoPessoa/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isTipoPessoa responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsCaracteristicaFiscal: 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/cbsCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/cbsCaracteristicaFiscal 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/cbsCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/cbsCaracteristicaFiscal 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/cbsCaracteristicaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/cbsCaracteristicaFiscal/{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/editCbsCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/editCbsCaracteristicaFiscal 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/cbsCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/cbsCaracteristicaFiscal 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/cbsCaracteristicaFiscal 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 /reforma/entities/cbsCaracteristicaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbsCaracteristicaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualCaracteristicaFiscal: 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/ibsEstadualCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/ibsEstadualCaracteristicaFiscal 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/ibsEstadualCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/ibsEstadualCaracteristicaFiscal 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsEstadualCaracteristicaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsEstadualCaracteristicaFiscal/{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/editIbsEstadualCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/editIbsEstadualCaracteristicaFiscal 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/ibsEstadualCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/ibsEstadualCaracteristicaFiscal 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/ibsEstadualCaracteristicaFiscal 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 /reforma/entities/ibsEstadualCaracteristicaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsEstadualCaracteristicaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalCaracteristicaFiscal: 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/ibsMunicipalCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/ibsMunicipalCaracteristicaFiscal 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/ibsMunicipalCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/ibsMunicipalCaracteristicaFiscal 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/ibsMunicipalCaracteristicaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/ibsMunicipalCaracteristicaFiscal/{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/editIbsMunicipalCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/editIbsMunicipalCaracteristicaFiscal 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/ibsMunicipalCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/ibsMunicipalCaracteristicaFiscal 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/ibsMunicipalCaracteristicaFiscal 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 /reforma/entities/ibsMunicipalCaracteristicaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ibsMunicipalCaracteristicaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isCaracteristicaFiscal: 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/isCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/isCaracteristicaFiscal 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/isCaracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/isCaracteristicaFiscal 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/isCaracteristicaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/isCaracteristicaFiscal/{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/editIsCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/editIsCaracteristicaFiscal 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/isCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/isCaracteristicaFiscal 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/isCaracteristicaFiscal 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 /reforma/entities/isCaracteristicaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/isCaracteristicaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/caracteristicaFiscal: 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/caracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/caracteristicaFiscal 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/caracteristicaFiscal responses: 200: description: The created resource schema: #/definitions/caracteristicaFiscal 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/caracteristicaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/caracteristicaFiscal/{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/editCaracteristicaFiscal responses: 200: description: Ok schema: #/definitions/editCaracteristicaFiscal 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/caracteristicaFiscal responses: 200: description: Ok schema: #/definitions/caracteristicaFiscal 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/caracteristicaFiscal 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 /reforma/entities/caracteristicaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/caracteristicaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/classificacaoTributaria: 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/classificacaoTributaria responses: 200: description: The created resource schema: #/definitions/classificacaoTributaria 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/classificacaoTributaria responses: 200: description: The created resource schema: #/definitions/classificacaoTributaria 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/classificacaoTributaria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/classificacaoTributaria/{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/editClassificacaoTributaria responses: 200: description: Ok schema: #/definitions/editClassificacaoTributaria 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/classificacaoTributaria responses: 200: description: Ok schema: #/definitions/classificacaoTributaria 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/classificacaoTributaria 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 /reforma/entities/classificacaoTributaria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/classificacaoTributaria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/segmento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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/editSegmento responses: 200: description: Ok schema: #/definitions/editSegmento 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 /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/entities/origemDestino: 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/origemDestino responses: 200: description: The created resource schema: #/definitions/origemDestino 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/origemDestino responses: 200: description: The created resource schema: #/definitions/origemDestino 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/origemDestino 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/origemDestino/{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/editOrigemDestino responses: 200: description: Ok schema: #/definitions/editOrigemDestino 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/origemDestino responses: 200: description: Ok schema: #/definitions/origemDestino 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/origemDestino 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 /reforma/entities/origemDestino/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/origemDestino responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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 /reforma/entities/operacaoIsCsv: 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/operacaoIsCsv responses: 200: description: The created resource schema: #/definitions/operacaoIsCsv 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/operacaoIsCsv responses: 200: description: The created resource schema: #/definitions/operacaoIsCsv 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/operacaoIsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoIsCsv/{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/editOperacaoIsCsv responses: 200: description: Ok schema: #/definitions/editOperacaoIsCsv 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/operacaoIsCsv responses: 200: description: Ok schema: #/definitions/operacaoIsCsv 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/operacaoIsCsv 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 /reforma/entities/operacaoIsCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoIsCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoCbsCsv: 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/operacaoCbsCsv responses: 200: description: The created resource schema: #/definitions/operacaoCbsCsv 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/operacaoCbsCsv responses: 200: description: The created resource schema: #/definitions/operacaoCbsCsv 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/operacaoCbsCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoCbsCsv/{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/editOperacaoCbsCsv responses: 200: description: Ok schema: #/definitions/editOperacaoCbsCsv 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/operacaoCbsCsv responses: 200: description: Ok schema: #/definitions/operacaoCbsCsv 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/operacaoCbsCsv 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 /reforma/entities/operacaoCbsCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoCbsCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoIbsEstadualCsv: 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/operacaoIbsEstadualCsv responses: 200: description: The created resource schema: #/definitions/operacaoIbsEstadualCsv 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/operacaoIbsEstadualCsv responses: 200: description: The created resource schema: #/definitions/operacaoIbsEstadualCsv 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/operacaoIbsEstadualCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoIbsEstadualCsv/{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/editOperacaoIbsEstadualCsv responses: 200: description: Ok schema: #/definitions/editOperacaoIbsEstadualCsv 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/operacaoIbsEstadualCsv responses: 200: description: Ok schema: #/definitions/operacaoIbsEstadualCsv 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/operacaoIbsEstadualCsv 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 /reforma/entities/operacaoIbsEstadualCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoIbsEstadualCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoIbsMunicipalCsv: 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/operacaoIbsMunicipalCsv responses: 200: description: The created resource schema: #/definitions/operacaoIbsMunicipalCsv 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/operacaoIbsMunicipalCsv responses: 200: description: The created resource schema: #/definitions/operacaoIbsMunicipalCsv 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/operacaoIbsMunicipalCsv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/entities/operacaoIbsMunicipalCsv/{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/editOperacaoIbsMunicipalCsv responses: 200: description: Ok schema: #/definitions/editOperacaoIbsMunicipalCsv 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/operacaoIbsMunicipalCsv responses: 200: description: Ok schema: #/definitions/operacaoIbsMunicipalCsv 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/operacaoIbsMunicipalCsv 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 /reforma/entities/operacaoIbsMunicipalCsv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/operacaoIbsMunicipalCsv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/importacaoOperacaoPerfil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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/editImportacaoOperacaoPerfil responses: 200: description: Ok schema: #/definitions/editImportacaoOperacaoPerfil 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 /reforma/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 /reforma/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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/parametrosImpLock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /reforma/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/editParametrosImpLock responses: 200: description: Ok schema: #/definitions/editParametrosImpLock 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 /reforma/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/genericErrordefinitions: upDown: type: string enum: – UP – DOWN description: Up or down: * `UP` – Up * `DOWN` – Down enumOrigemMercadoriaImposto: type: string enum: – CBS – IBS_ESTADUAL – IBS_MUNICIPAL – IS description: Origem de mercadoria para os impostos: * `CBS` – CBS * `IBS_ESTADUAL` – IBS – Estadual * `IBS_MUNICIPAL` – IBS _ Municipal * `IS` – IS enumGerarGuiaDocumento: type: string enum: – NAO – ENTRADA – SAIDA – AMBOS description: Gerar guia de recolhimento por documento: * `NAO` – Não * `ENTRADA` – Entrada * `SAIDA` – Saída * `AMBOS` – Ambos enumDifalContribuinte: type: string enum: – BASE_DUPLA – BASE_DUPLA_DIF_PERC_PER_DESTINO – BASE_DUPLA_DIF_PERCENTUAL – BASE_DUPLA_DIF_VALOR – BASE_UNICA – BASE_UNICA_DIF_PERCENTUAL – NAO_SE_APLICA description: DIFAL contribuinte: * `BASE_DUPLA` – Base dupla * `BASE_DUPLA_DIF_PERC_PER_DESTINO` – Base dupla diferença percentual (percentual destino) * `BASE_DUPLA_DIF_PERCENTUAL` – Base dupla diferença percentual * `BASE_DUPLA_DIF_VALOR` – Base dupla diferença valor * `BASE_UNICA` – Base única * `BASE_UNICA_DIF_PERCENTUAL` – Base única diferença percentual * `NAO_SE_APLICA` – Não se aplica enumDifalNaoContribuinte: type: string enum: – BASE_UNICA – NAO_SE_APLICA description: DIFAL não contribuinte: * `BASE_UNICA` – Base única * `NAO_SE_APLICA` – Não se aplica enumContribuinte: type: string enum: – CONTRIBUINTE – NAO_CONTRIBUINTE description: É contribuinte de CBS: * `CONTRIBUINTE` – É contribuinte * `NAO_CONTRIBUINTE` – Não é contribuinte enumSituacaoCaracteristicaFiscal: type: string enum: – ATIVO – INATIVO description: Situação da caracteristica fiscal: * `ATIVO` – Ativo * `INATIVO` – Inativo enumSituacao: type: string enum: – VATIVO – VINATIVO description: Situação: * `VATIVO` – Ativo * `VINATIVO` – Inativo enumJurFis: type: string enum: – VJ – VF description: Tipo de pessoa: * `VJ` – Pessoa Jurídica * `VF` – Pessoa Física enumTipoOperacao: type: string enum: – VSAIDA – VENTRADA – VAMBOS description: Tipo de operação: * `VSAIDA` – Saída * `VENTRADA` – Entrada * `VAMBOS` – Ambos enumTipoOrigem: type: string enum: – USUARIO – SENIOR – PARCEIRO description: Tipo da origem da entidade: * `USUARIO` – Usuário * `SENIOR` – Senior * `PARCEIRO` – Parceiro enumParametroCenario: type: string enum: – PENDENTE – ATUALIZADA – ATUALIZANDO – ERRO description: Status do cenario da parametrização: * `PENDENTE` – Pendente * `ATUALIZADA` – Atualizada * `ATUALIZANDO` – Atualizando * `ERRO` – Erro enumTipoCalculoDiferimento: type: string enum: – BASE – VALOR description: Tipo do calculo para o diferimento: * `BASE` – Base de calculo do imposto principal * `VALOR` – Valor do imposto principal enumCodCrt: type: string enum: – V1 – V2 – V3 description: Código do Regime Tributário: * `V1` – Simples Nacional * `V2` – Simples Nacional – excesso de sublimite de receita bruta * `V3` – Regime Normal enumSitReg: type: string enum: – VA – VI description: Situação do registro: * `VA` – Ativo * `VI` – Inativo enumRegime: type: string enum: – VLUCRO_REAL – VLUCRO_PRESUMIDO – VSIMPLES_NACIONAL description: Regime tributário: * `VLUCRO_REAL` – Lucro real * `VLUCRO_PRESUMIDO` – Lucro presumido * `VSIMPLES_NACIONAL` – Simples nacional enumStatusMatriz: type: string enum: – PROCESSANDO – FINALIZADO_COM_ERRO – FINALIZADO_COM_SUCESSO description: Status da matriz: * `PROCESSANDO` – Processando * `FINALIZADO_COM_ERRO` – Finalizado com erro * `FINALIZADO_COM_SUCESSO` – Finalizado com sucesso enumImpostoCadastro: type: string enum: – VCBS – VIBS – VIS – VTODOS – VCBS_IBS_CREDITO_PRESUMIDO description: Impostos: * `VCBS` – CBS * `VIBS` – IBS * `VIS` – IS * `VTODOS` – TODOS * `VCBS_IBS_CREDITO_PRESUMIDO` – CBS/IBS CRÉDITO PRESUMIDO enumFinalidadeBaseCalculo: type: string enum: – ISENTAS_OUTRAS – BASE_CALCULO description: Finalidade: * `ISENTAS_OUTRAS` – Isentas/Outras * `BASE_CALCULO` – Base de cálculo enumSituacaoClassificacaoTributaria: type: string enum: – ATIVO – INATIVO description: Situação da classificação tributária: * `ATIVO` – Ativo * `INATIVO` – Inativo enumRegimeTributarioCst: type: string enum: – NORMAL – SIMPLES_NACIONAL description: Regime tributário para a CST: * `NORMAL` – Normal * `SIMPLES_NACIONAL` – Simples nacional enumTipImpCst: type: string enum: – PIS_COFINS – IPI – ICMS – ISS – CBS_IBS – IS description: Tipo de imposto documento: * `PIS_COFINS` – PIS/COFINS * `IPI` – IPI * `ICMS` – ICMS * `ISS` – ISS * `CBS_IBS` – CBS/IBS * `IS` – IS enumOrigemMercadoria: type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 description: Origem mercadoria: * `V0` – Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8 * `V1` – Estrangeira – Importação direta, exceto a indicada no código 6 * `V2` – Estrangeira – Adquirida no mercado interno, exceto a indicada no código 7 * `V3` – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% (quarenta por cento) e inferior ou igual a 70% (setenta por cento) * `V4` – Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam o Decreto-Lei nº 288/67, e as Leis nºs 8.248/91, 8.387/91, 10.176/01 e 11.484/07 * `V5` – Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40% (quarenta por cento) * `V6` – Estrangeira – Importação direta, sem similar nacional, constante em lista de Resolução CAMEX e gás natural * `V7` – Estrangeira – Adquirida no mercado interno, sem similar nacional, constante em lista de Resolução CAMEX e gás natural * `V8` – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70% (setenta por cento) enumPerfilTributarioSegmento: type: string enum: – INDUSTRIA – COMERCIO – SERVICO – DISTRIBUIDOR – COOPERATIVA – PRODUTOR_RURAL – FINANCEIRA – IMOBILIARIA – CONSTRUCAO_CIVIL description: Tipos de segmento de perfil tributário: * `INDUSTRIA` – Indústria * `COMERCIO` – Comércio * `SERVICO` – Serviço * `DISTRIBUIDOR` – Distribuidor * `COOPERATIVA` – Cooperativa * `PRODUTOR_RURAL` – Produtor Rural * `FINANCEIRA` – Financeira * `IMOBILIARIA` – Imobiliária * `CONSTRUCAO_CIVIL` – Construção Civil enumClassificacaoOrigem: type: string enum: – CIDE – COFINS – ICMS – II – IPI – ISS – PIS – RETENCAO – CBS description: Origens para classificação dos cenários: * `CIDE` – CIDE * `COFINS` – COFINS * `ICMS` – ICMS * `II` – II * `IPI` – IPI * `ISS` – ISS * `PIS` – PIS * `RETENCAO` – Retenção * `CBS` – CBS enumImpostoPerfil: type: string enum: – CBS – IBS_ESTADUAL – IBS_MUNICIPAL – IS – CBS_CREDITO_PRESUMIDO description: Impostos da reforma tributária para o perfil tributário: * `CBS` – CBS * `IBS_ESTADUAL` – IBS – Estadual * `IBS_MUNICIPAL` – IBS – Municipal * `IS` – IS * `CBS_CREDITO_PRESUMIDO` – CBS – Crédito Presumido enumLisMod: type: string enum: – VVEP – VVEF – VVES – VESN – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM – VPAT description: Módulo da transação: * `VVEP` – VEP – Vendas – Pedidos Normais * `VVEF` – VEF – Vendas – NF Saída Produtos * `VVES` – VES – Vendas – NF Saída Serviços * `VESN` – ESN – Estoques – Normais * `VCRE` – CRE – Contas Receber – Entrada de Títulos * `VCRP` – CRP – Contas Receber – Entrada de Previsões * `VCRB` – CRB – Contas Receber – Baixa de Títulos * `VCOO` – COO – Compras – Manutenção de Ordem de Compra * `VCOF` – COF – Compras – NF Entrada Produtos * `VCOS` – COS – Compras – NF Entrada Serviços * `VCPE` – CPE – Contas Pagar – Entrada de Títulos * `VCPP` – CPP – Contas Pagar – Entrada de Previsões * `VCPB` – CPB – Contas Pagar – Baixa de Títulos * `VCPM` – CPM – Contas Pagar – Comissões * `VCBC` – CBC – Tesouraria – Cadastro Contas – Saldos * `VCBM` – CBM – Tesouraria – Movimentos * `VPAT` – PAT – Patrimônio enumAplNop: type: string enum: – VN – VS – VI – VR – VO – VT – VD – VA – VB – VE – VC – VF – VG – VV – VX description: Aplicação da natureza da operação: * `VN` – Industrialização/Comercialização * `VS` – Consumo Próprio * `VI` – Imobilizado * `VR` – Remessas * `VO` – Retornos * `VT` – Transferências * `VD` – Devoluções * `VA` – Devoluções com Substituição Tributária * `VB` – Substituição Tributária * `VE` – Energia Elétrica * `VC` – Comunicação * `VF` – Transporte * `VG` – Integração * `VV` – Serviços * `VX` – Outros enumSitVal: type: string enum: – ERROR – OK description: Resultado do processamento: * `ERROR` – Falha * `OK` – Sucesso tipoNotificacao: type: string enum: – ALERTA – ERRO – NORMAL description: Tipo de notificação: * `ALERTA` – Alerta * `ERRO` – Erro * `NORMAL` – Normal enumStatusImportacao: type: string enum: – PENDENTE – PROCESSANDO – PROCESSANDO_IMPORTACAO – FINALIZADO – FINALIZADO_COM_ERRO – SUCESSO – ERRO description: Situação do processo de importação das operações: * `PENDENTE` – Pendente * `PROCESSANDO` – Processando * `PROCESSANDO_IMPORTACAO` – Processando importação * `FINALIZADO` – Finalizado * `FINALIZADO_COM_ERRO` – Finalizado com Erro * `SUCESSO` – Sucesso * `ERRO` – Erro enumIndicativoPadrao: type: string enum: – NAO_PERMITIDO – EXIGE – INDIFERENTE description: Indicativo de impressão padrão: * `NAO_PERMITIDO` – 0 = Não é permitido * `EXIGE` – 1 = Exige * `INDIFERENTE` – ? = Indiferente userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error recOperacaoCbsCsv: description: Dados da operação do CBS 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 cst: type: string description: Situacao tributaria codigoBaseCalculo: type: string description: Base de calculo percentualCbs: type: number format: double description: Percentual redução base minimum: 0 maximum: 999.9999 percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaCbsLiquidoDocumento: type: string description: Soma CBS liquido regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item classificacaoTributaria: type: string description: Classificação tributária operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido minimum: 0 maximum: 999.9999 classificacaoCreditoPresumido: type: string description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: string description: Descontar valor do crédito presumido do valor do imposto percentualDiferimento: type: number format: double description: Percentual de diferimento minimum: 0 maximum: 999.9999 recOperacaoIsCsv: description: Dados da operação do IS 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 cst: type: string description: Situacao tributaria codigoBaseCalculo: type: string description: Base de calculo percentualIs: type: number format: double description: Percentual redução base minimum: 0 maximum: 999.9999 somaIsLiquidoDocumento: type: string description: Soma IS liquido regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item operacaoComExterior: type: string description: Operação com o exterior classificacaoTributaria: type: string description: Classificação tributária recOperacaoIbsMunicipalCsv: description: Dados da operação do IBS Municipal 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 municipio: type: string description: Município embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria classificacaoTributaria: type: string description: Classificação tributária codigoBaseCalculo: type: string description: Base de calculo percentualIbsMunicipal: type: number format: double description: Percentual redução base minimum: 0 maximum: 999.9999 percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaIbsMunicipalLiquidoDocumento: type: string description: Soma IBS Municipal liquido recuperaIbsMunicipal: type: string description: Recupera Ibs Municipal regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 percentualDiferimento: type: number format: double description: Percentual de Diferimento minimum: 0 maximum: 999.9999 recOperacaoIbsEstadualCsv: description: Dados da operação do IBS Estadual 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 ufDestino: type: string description: UF de destino embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria classificacaoTributaria: type: string description: Classificação tributária codigoBaseCalculo: type: string description: Base de calculo percentualIbsEstadual: type: number format: double description: Percentual redução base minimum: 0 maximum: 999.9999 percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaIbsEstadualLiquidoDocumento: type: string description: Soma IBS Estadual liquido recuperaIbsEstadual: type: string description: Recupera Ibs Estadual regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda statusImportacaoItem: type: string allOf: – #/definitions/enumStatusImportacao description: Status da importação do item operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido minimum: 0 maximum: 999.9999 classificacaoCreditoPresumido: type: string description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: string description: Descontar valor do crédito presumido do valor do imposto percentualDiferimento: type: number format: double description: Percentual de Diferimento minimum: 0 maximum: 999.9999 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 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 allOf: – #/definitions/enumImpostoPerfil 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 ufDestino: type: array items: type: string description: UF Destino tipoMovimento: type: array items: type: string description: Tipo de movimento origemMercadoria: type: array items: type: string description: Origem mercadoria cst: type: array items: type: string description: CST cstEntrada: type: array items: type: string description: CST entrada cstSaida: type: array items: type: string description: CST saida recuperaImposto: type: array items: type: boolean description: Recupera Imposto contribuinte: type: array items: type: string description: Indicativo de contribuinte baseCalculo: type: array items: type: string description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto percentualImpostoReducao: type: number format: double description: Percentual de redução do imoposto perReducaoBaseCalculo: type: number format: double description: Percentual reducao base de calculo percentualImpostoEfetivo: type: number format: double description: Percentual do imposto efetivo 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 operacaoComExterior: type: array items: type: boolean description: Operação com 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 contribuinteImposto: type: array items: type: boolean description: Contribuinte Imposto tipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa municipio: type: array items: type: string description: Município 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 beneficioFiscal: type: array items: type: string description: Beneficios Fiscais impostosParametrosIds: type: array items: type: string description: Lista de parâmetros dos impostos origemMercadoriaParamEspecifico: type: array items: type: string description: Lista de origens de mercadoria finalidadeCompraVenda: type: array items: type: string description: Lista de finalidades de compra caracteristicaFiscal: type: array items: type: string description: Caracteristica fiscal possuiSuspensaoParcial: type: array items: type: string description: Possui Suspensão Parcial percentualDiferimento: type: number format: double description: Percentual de diferimento classificacaoTributaria: type: array items: type: string description: Classificação tributária cstRegular: type: array items: type: string description: CST regular classificacaoTributariaRegular: type: array items: type: string description: Classificação tributária regular percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido descontarCreditoPresumidoImposto: type: array items: type: boolean description: Descontar valor do crédito presumido do valor do imposto classificacaoCreditoPresumido: type: array items: type: string description: Classificação tributária do crédito presumido aliquotaEfetivaRegular: type: number format: double description: Aliquota efetiva regular valorSuspenso: type: array items: type: boolean description: Valor suspenso percentualSuspenso: type: number format: double description: Percentual suspenso tipoCalculoDiferimento: type: array items: type: string allOf: – #/definitions/enumTipoCalculoDiferimento description: Tipo calculo de diferimento baseCalculoCreditoPresumido: type: array items: type: string description: Identificador da base de calculo para o crédito presumido 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 origemDestino: type: object allOf: – #/definitions/origemDestino description: Origem Destino tipoMovimento: type: string description: Tipo movimento origemMercadoria: type: string description: Origem mercadoria regime: type: string description: Regime tributário cst: type: object allOf: – #/definitions/e027str description: CST 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 percentualImpostoReducao: type: number format: double description: Percentual de redução do imoposto percentualImpostoEfetivo: type: number format: double description: Percentual do imposto efetivo recuperaImposto: type: boolean description: Recupera Imposto operacaoComExterior: type: boolean description: Operação com 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 municipio: type: object allOf: – #/definitions/e008rai description: Município codigoArrecadacao: type: string maxLength: 10 description: Código de arrecadação usuger: type: string description: Usuário – criação dthger: type: string format: date-time description: Data de criação usualt: type: string description: Usuário – alteração dthalt: type: string format: date-time description: Data de alteração cfops: type: array items: type: string description: CFOPs parametroCenario: type: string allOf: – #/definitions/enumParametroCenario description: Status do cenario da parametrização percentualDiferimento: type: number format: double description: Percentual de diferimento classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária cstRegular: type: object allOf: – #/definitions/e027str description: CST regular classificacaoTributariaRegular: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária regular percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido descontarCreditoPresumidoImposto: type: boolean description: Descontar valor do crédito presumido do valor do imposto classificacaoCreditoPresumido: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária do crédito presumido ufDestino: type: object allOf: – #/definitions/e007ufs description: Uf Destino aliquotaEfetivaRegular: type: number format: double description: Aliquota efetiva regular valorSuspenso: type: boolean description: Valor suspenso percentualSuspenso: type: number format: double description: Percentual suspenso tipoCalculoDiferimento: type: string allOf: – #/definitions/enumTipoCalculoDiferimento description: Tipo calculo de diferimento baseCalculoCreditoPresumido: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de calculo para o crédito presumido recCfops: description: CFOPS – Descrição type: object properties: cfop: type: string description: CFOP recParametrizacaoImpostosCbsInput: description: Entrada para parametrização de impostos type: object required: – cbsParametro properties: cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros comuns cbsRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cbsParticipante: type: array items: type: string description: Participantes cbsNcm: type: array items: type: string description: Classificacao ncm cbsContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte cbsGTIN: type: array items: type: string description: GTIN cbsNbs: type: array items: type: string description: NBS cbsLC116_2003: type: array items: type: string description: lc 116/2003 cbsProduto: type: array items: type: string description: Produtos cbsServico: type: array items: type: string description: Serviços cbsOrigemMercadoria: type: array items: type: string description: Origem da mercadoria cbsFinalidadeCompraVenda: type: array items: type: string description: Finalidade compra e venda cbsCaracteristicaFiscal: type: array items: type: string description: Caracteristica fiscal cbsTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa recParametrizacaoImpostoIBSEstadualInput: description: Entrada para parametrização do IBS Estadual type: object required: – ibsEstadualParametro properties: ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros comuns ibsEstadualRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ibsEstadualParticipante: type: array items: type: string description: Participantes ibsEstadualNcm: type: array items: type: string description: Classificacao ncm ibsEstadualContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte ibsEstadualGTIN: type: array items: type: string description: GTIN ibsEstadualNbs: type: array items: type: string description: NBS ibsEstadualLC116_2003: type: array items: type: string description: lc 116/2003 ibsEstadualProduto: type: array items: type: string description: Produtos ibsEstadualServico: type: array items: type: string description: Serviços ibsEstadualOrigemMercadoria: type: array items: type: string description: Origem da mercadoria ibsEstadualFinalidadeCompraVenda: type: array items: type: string description: Finalidade compra e venda ibsEstadualCaracteristicaFiscal: type: array items: type: string description: Caracteristica fiscal ibsEstadualTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa recParametrizacaoImpostoIBSMunicipalInput: description: Entrada para parametrização do IBS Municipal type: object required: – ibsMunicipalParametro properties: ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros comuns ibsMunicipalRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ibsMunicipalParticipante: type: array items: type: string description: Participantes ibsMunicipalNcm: type: array items: type: string description: Classificacao ncm ibsMunicipalContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte ibsMunicipalGTIN: type: array items: type: string description: GTIN ibsMunicipalNbs: type: array items: type: string description: NBS ibsMunicipalLC116_2003: type: array items: type: string description: lc 116/2003 ibsMunicipalProduto: type: array items: type: string description: Produtos ibsMunicipalServico: type: array items: type: string description: Serviços ibsMunicipalOrigemMercadoria: type: array items: type: string description: Origem da mercadoria ibsMunicipalFinalidadeCompraVenda: type: array items: type: string description: Finalidade compra e venda ibsMunicipalCaracteristicaFiscal: type: array items: type: string description: Caracteristica fiscal ibsMunicipalTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa recParametrizacaoImpostoIsInput: description: Entrada para parametrização do IS type: object required: – isParametro properties: isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros comuns isRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes isParticipante: type: array items: type: string description: Participantes isNcm: type: array items: type: string description: Classificacao ncm isContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte isGTIN: type: array items: type: string description: GTIN isNbs: type: array items: type: string description: NBS isLC116_2003: type: array items: type: string description: lc 116/2003 isProduto: type: array items: type: string description: Produtos isServico: type: array items: type: string description: Serviços isOrigemMercadoria: type: array items: type: string description: Origem da mercadoria isFinalidadeCompraVenda: type: array items: type: string description: Finalidade compra e venda isCaracteristicaFiscal: type: array items: type: string description: Caracteristica fiscal isTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa recParametrizacaoImpostosCbsOutput: description: Retorno para parametrização de impostos type: object required: – cbsParametro properties: cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros comuns cbsRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes cbsParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes cbsNcm: type: array items: type: object allOf: – #/definitions/ncm description: Classificacao ncm cbsContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte cbsGTIN: type: array items: type: string description: GTIN cbsNbs: type: array items: type: object allOf: – #/definitions/nbs description: NBS cbsLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 cbsProduto: type: array items: type: object allOf: – #/definitions/e075der description: Produtos cbsServico: type: array items: type: object allOf: – #/definitions/e080ser description: Serviços cbsOrigemMercadoria: type: array items: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria cbsFinalidadeCompraVenda: type: array items: type: object allOf: – #/definitions/e067fin description: Finalidade compra e venda cbsCaracteristicaFiscal: type: array items: type: object allOf: – #/definitions/caracteristicaFiscal description: Caracteristica fiscal cbsTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa cbsCfop: type: array items: type: string description: CFOPS recParametrizacaoImpostoIBSEstadualOutput: description: Retorno para parametrização de imposto IBS Estadual type: object required: – ibsEstadualParametro properties: ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros comuns ibsEstadualRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ibsEstadualParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes ibsEstadualNcm: type: array items: type: object allOf: – #/definitions/ncm description: Classificacao ncm ibsEstadualContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte ibsEstadualGTIN: type: array items: type: string description: GTIN ibsEstadualNbs: type: array items: type: object allOf: – #/definitions/nbs description: NBS ibsEstadualLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 ibsEstadualProduto: type: array items: type: object allOf: – #/definitions/e075der description: Produtos ibsEstadualServico: type: array items: type: object allOf: – #/definitions/e080ser description: Serviços ibsEstadualOrigemMercadoria: type: array items: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria ibsEstadualFinalidadeCompraVenda: type: array items: type: object allOf: – #/definitions/e067fin description: Finalidade compra e venda ibsEstadualCaracteristicaFiscal: type: array items: type: object allOf: – #/definitions/caracteristicaFiscal description: Caracteristica fiscal ibsEstadualTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa ibsEstadualCfop: type: array items: type: string description: CFOPS recParametrizacaoImpostoIBSMunicipalOutput: description: Retorno para parametrização de imposto IBS Municipal type: object required: – ibsMunicipalParametro properties: ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros comuns ibsMunicipalRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes ibsMunicipalParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes ibsMunicipalNcm: type: array items: type: object allOf: – #/definitions/ncm description: Classificacao ncm ibsMunicipalContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte ibsMunicipalGTIN: type: array items: type: string description: GTIN ibsMunicipalNbs: type: array items: type: object allOf: – #/definitions/nbs description: NBS ibsMunicipalLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 ibsMunicipalProduto: type: array items: type: object allOf: – #/definitions/e075der description: Produtos ibsMunicipalServico: type: array items: type: object allOf: – #/definitions/e080ser description: Serviços ibsMunicipalOrigemMercadoria: type: array items: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria ibsMunicipalFinalidadeCompraVenda: type: array items: type: object allOf: – #/definitions/e067fin description: Finalidade compra e venda ibsMunicipalCaracteristicaFiscal: type: array items: type: object allOf: – #/definitions/caracteristicaFiscal description: Caracteristica fiscal ibsMunicipalTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa ibsMunicipalCfop: type: array items: type: string description: CFOPS recParametrizacaoImpostoIsOutput: description: Retorno para parametrização de imposto IS type: object required: – isParametro properties: isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros comuns isRegimeParticipante: type: array items: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário de participantes isParticipante: type: array items: type: object allOf: – #/definitions/e001pes description: Participantes isNcm: type: array items: type: object allOf: – #/definitions/ncm description: Classificacao ncm isContribuinte: type: array items: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte isGTIN: type: array items: type: string description: GTIN isNbs: type: array items: type: object allOf: – #/definitions/nbs description: NBS isLC116_2003: type: array items: type: object allOf: – #/definitions/leiComplementar1162003 description: lc 116/2003 isProduto: type: array items: type: object allOf: – #/definitions/e075der description: Produtos isServico: type: array items: type: object allOf: – #/definitions/e080ser description: Serviços isOrigemMercadoria: type: array items: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria isFinalidadeCompraVenda: type: array items: type: object allOf: – #/definitions/e067fin description: Finalidade compra e venda isCaracteristicaFiscal: type: array items: type: object allOf: – #/definitions/caracteristicaFiscal description: Caracteristica fiscal isTipoPessoa: type: array items: type: string allOf: – #/definitions/enumJurFis description: Tipo pessoa isCfop: type: array items: type: string description: CFOPS 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 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: ncm: description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos type: object required: – codigo – descricao – aliquotaIPI – uTrib – vigenciaInicial – 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: origemMercadoria: description: Cadastro da origem de mercadoria type: object required: – codigo – descricao – imposto properties: id: type: string format: uuid description: Identificação única do registro codigo: type: string maxLength: 50 description: código descricao: type: string maxLength: 255 description: Descrição imposto: type: string allOf: – #/definitions/enumOrigemMercadoriaImposto description: Imposto excluido: type: boolean description: Indica se o registro foi excluído default: false tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem do cadastro origem: type: string maxLength: 150 description: Tenant de origem do cadastro usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOrigemMercadoria: type: object required: – id allOf: – #/definitions/origemMercadoria cbsParametro: description: Parâmetros comuns para o imposto CBS type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao – baseCalculo – somaImpLiquidoNF properties: id: type: string format: uuid description: Identificação única do registro 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 cst: type: object allOf: – #/definitions/e027str description: CST classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação Fiscal baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 percentualImpostoReducao: type: number format: double description: Percentual de redução do imoposto minimum: 0 maximum: 100.00 perReducaoBaseCalculo: type: number format: double description: Percentual de redução da alíquota minimum: 0 maximum: 100.00 percentualImpostoEfetivo: type: number format: double description: Percentual do imposto efetivo minimum: 0 maximum: 999.9999 somaImpLiquidoNF: type: boolean description: Soma imposto no líquido da nota fiscal 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 percentualDiferimento: type: number format: double description: Percentual de diferimento minimum: 0 maximum: 999.9999 operacaoComExterior: type: boolean description: Operação com o exterior default: false cstRegular: type: object allOf: – #/definitions/e027str description: CST regular classificacaoTributariaRegular: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido minimum: 0 maximum: 999.9999 classificacaoCreditoPresumido: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: boolean description: Descontar valor do crédito presumido do valor do imposto default: false valorSuspenso: type: boolean description: Valor suspenso default: false percentualSuspenso: type: number format: double description: Percentual suspenso minimum: 0 maximum: 100.00 default: 100.00 tipoCalculoDiferimento: type: string allOf: – #/definitions/enumTipoCalculoDiferimento description: Tipo calculo de diferimento baseCalculoCreditoPresumido: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de calculo para o crédito presumido usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsParametro: type: object required: – id allOf: – #/definitions/cbsParametro ibsEstadualParametro: description: Parâmetros comuns para o imposto IBS Estadual type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao – somaImpLiquidoNF – recuperaImposto properties: id: type: string format: uuid description: Identificação única do registro 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 ufDestino: type: object allOf: – #/definitions/e007ufs description: UF de destino embasamentoLegal: type: string maxLength: 255 description: Embasamento legal situacao: type: string allOf: – #/definitions/enumSituacao description: situacao origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem de mercadoria cst: type: object allOf: – #/definitions/e027str description: CST baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoImposto: type: number format: double description: Percentual de redução da alíquota minimum: 0 maximum: 999.999 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 percentualImpostoEfetivo: type: number format: double description: Percentual do imposto efetivo minimum: 0 maximum: 999.9999 somaImpLiquidoNF: type: boolean description: Soma imposto no líquido da nota fiscal recuperaImposto: type: boolean description: Recupera Imposto 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 percentualDiferimento: type: number format: double description: Percentual de diferimento minimum: 0 maximum: 999.9999 classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária operacaoComExterior: type: boolean description: Operação com exterior default: false cstRegular: type: object allOf: – #/definitions/e027str description: CST regular classificacaoTributariaRegular: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 percentualCreditoPresumido: type: number format: double description: Percentual do crédito presumido minimum: 0 maximum: 999.9999 classificacaoCreditoPresumido: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: boolean description: Descontar valor do crédito presumido do valor do imposto default: false valorSuspenso: type: boolean description: Valor suspenso default: false percentualSuspenso: type: number format: double description: Percentual suspenso minimum: 0 maximum: 100.00 default: 100.00 tipoCalculoDiferimento: type: string allOf: – #/definitions/enumTipoCalculoDiferimento description: Tipo calculo de diferimento baseCalculoCreditoPresumido: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base de calculo para o crédito presumido usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualParametro: type: object required: – id allOf: – #/definitions/ibsEstadualParametro ibsMunicipalParametro: description: Parâmetros comuns para o imposto IBS Municipal type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – situacao – somaImpLiquidoNF – recuperaImposto properties: id: type: string format: uuid description: Identificação única do registro 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 municipio: type: object allOf: – #/definitions/e008rai description: Município embasamentoLegal: type: string maxLength: 255 description: Embasamento legal situacao: type: string allOf: – #/definitions/enumSituacao description: situacao origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem de mercadoria cst: type: object allOf: – #/definitions/e027str description: CST baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo perReducaoImposto: type: number format: double description: Percentual de redução da alíquota minimum: 0 maximum: 999.999 percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 percentualImpostoEfetivo: type: number format: double description: Percentual do imposto efetivo minimum: 0 maximum: 999.9999 somaImpLiquidoNF: type: boolean description: Soma imposto no líquido da nota fiscal recuperaImposto: type: boolean description: Recupera Imposto 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 percentualDiferimento: type: number format: double description: Percentual de diferimento minimum: 0 maximum: 999.9999 classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária operacaoComExterior: type: boolean description: Operação com o exterior default: false cstRegular: type: object allOf: – #/definitions/e027str description: CST regular classificacaoTributariaRegular: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária regular aliquotaEfetivaRegular: type: number format: double description: Percentual de aliquota efetiva regular minimum: 0 maximum: 999.9999 valorSuspenso: type: boolean description: Valor suspenso default: false percentualSuspenso: type: number format: double description: Percentual suspenso minimum: 0 maximum: 100.00 default: 100.00 tipoCalculoDiferimento: type: string allOf: – #/definitions/enumTipoCalculoDiferimento description: Tipo calculo de diferimento usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalParametro: type: object required: – id allOf: – #/definitions/ibsMunicipalParametro isParametro: description: IS – Parametro type: object required: – perfilTributario – tipoOperacao – operacao – vigenciaInicial – somaImpostoLiquidoDocumento – 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 baseCalculo: type: object allOf: – #/definitions/composicaoBaseCalculo description: Base cálculo percentualImposto: type: number format: double description: Percentual do imposto minimum: 0 maximum: 999.9999 perReducaoImposto: type: number format: double description: Percentual de redução do imoposto minimum: 0 maximum: 999.999 somaImpostoLiquidoDocumento: type: boolean description: Soma o imposto de IS no líquido do documento 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 origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem de mercadoria operacaoComExterior: type: boolean description: Operação com o exterior default: false cst: type: object allOf: – #/definitions/e027str description: CST classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsParametro: type: object required: – id allOf: – #/definitions/isParametro cbsCfop: description: CFOP para o imposto CBS type: object required: – cbsParametro – cfop properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros de CBS cfop: type: string maxLength: 5 description: Cfop excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsCfop: type: object required: – id allOf: – #/definitions/cbsCfop ibsEstadualCfop: description: CFOP para o imposto IBS Estadual type: object required: – ibsEstadualParametro – cfop properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros de IBS Estadual cfop: type: string maxLength: 5 description: Cfop excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualCfop: type: object required: – id allOf: – #/definitions/ibsEstadualCfop ibsMunicipalCfop: description: CFOP para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – cfop properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros de IBS Municipal cfop: type: string maxLength: 5 description: Cfop excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalCfop: type: object required: – id allOf: – #/definitions/ibsMunicipalCfop isCfop: description: CFOP para o imposto IS type: object required: – isParametro – cfop properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros de IS cfop: type: string maxLength: 5 description: Cfop excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsCfop: type: object required: – id allOf: – #/definitions/isCfop cbsContribuinte: description: Contribuinte para o imposto CBS type: object required: – cbsParametro properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros de CBS contribuinte: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsContribuinte: type: object required: – id allOf: – #/definitions/cbsContribuinte ibsEstadualContribuinte: description: Contribuinte para o imposto IBS Estadual type: object required: – ibsEstadualParametro properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros de IBS Estadual contribuinte: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualContribuinte: type: object required: – id allOf: – #/definitions/ibsEstadualContribuinte ibsMunicipalContribuinte: description: Contribuinte para o imposto IBS Municipal type: object required: – ibsMunicipalParametro properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros de IBS Municipal contribuinte: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalContribuinte: type: object required: – id allOf: – #/definitions/ibsMunicipalContribuinte isContribuinte: description: Contribuinte para o imposto IS type: object required: – isParametro properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros de IS contribuinte: type: string allOf: – #/definitions/enumContribuinte description: Contribuinte excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsContribuinte: type: object required: – id allOf: – #/definitions/isContribuinte cbsFinalidadeCompraVenda: description: Finalidade de compra e venda para o imposto CBS type: object required: – cbsParametro – e067fin properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsFinalidadeCompraVenda: type: object required: – id allOf: – #/definitions/cbsFinalidadeCompraVenda ibsEstadualFinalidadeCompraVenda: description: Finalidade de compra e venda para o imposto IBS Estadual type: object required: – ibsEstadualParametro – e067fin properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualFinalidadeCompraVenda: type: object required: – id allOf: – #/definitions/ibsEstadualFinalidadeCompraVenda ibsMunicipalFinalidadeCompraVenda: description: Finalidade de compra e venda para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – e067fin properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalFinalidadeCompraVenda: type: object required: – id allOf: – #/definitions/ibsMunicipalFinalidadeCompraVenda isFinalidadeCompraVenda: description: Finalidade de compra e venda para o imposto IS type: object required: – isParametro – e067fin properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsFinalidadeCompraVenda: type: object required: – id allOf: – #/definitions/isFinalidadeCompraVenda cbsGTIN: description: GTIN para o imposto CBS type: object required: – cbsParametro – codigo properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS codigo: type: string maxLength: 20 description: GTIN/EAN excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsGTIN: type: object required: – id allOf: – #/definitions/cbsGTIN ibsEstadualGTIN: description: GTIN para o imposto IBS Estadual type: object required: – ibsEstadualParametro – codigo properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual codigo: type: string maxLength: 20 description: GTIN/EAN excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualGTIN: type: object required: – id allOf: – #/definitions/ibsEstadualGTIN ibsMunicipalGTIN: description: GTIN para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – codigo properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal codigo: type: string maxLength: 20 description: GTIN/EAN excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalGTIN: type: object required: – id allOf: – #/definitions/ibsMunicipalGTIN isGTIN: description: GTIN para o imposto IS type: object required: – isParametro – codigo properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS codigo: type: string maxLength: 20 description: GTIN/EAN excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsGTIN: type: object required: – id allOf: – #/definitions/isGTIN cbsLC116_2003: description: Lei complementar 116/2003 para o imposto CBS type: object required: – cbsParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsLC116_2003: type: object required: – id allOf: – #/definitions/cbsLC116_2003 ibsEstadualLC116_2003: description: Lei complementar 116/2003 para o imposto IBS Estadual type: object required: – ibsEstadualParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualLC116_2003: type: object required: – id allOf: – #/definitions/ibsEstadualLC116_2003 ibsMunicipalLC116_2003: description: Lei complementar 116/2003 para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalLC116_2003: type: object required: – id allOf: – #/definitions/ibsMunicipalLC116_2003 isLC116_2003: description: Lei complementar 116/2003 para o imposto IS type: object required: – isParametro – leiComplementar1162003 properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsLC116_2003: type: object required: – id allOf: – #/definitions/isLC116_2003 cbsNbs: description: NBS para o imposto CBS type: object required: – cbsParametro – nbs properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsNbs: type: object required: – id allOf: – #/definitions/cbsNbs ibsEstadualNbs: description: NBS para o imposto IBS Estadual type: object required: – ibsEstadualParametro – nbs properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualNbs: type: object required: – id allOf: – #/definitions/ibsEstadualNbs ibsMunicipalNbs: description: NBS para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – nbs properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalNbs: type: object required: – id allOf: – #/definitions/ibsMunicipalNbs isNbs: description: NBS para o imposto IS type: object required: – isParametro – nbs properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsNbs: type: object required: – id allOf: – #/definitions/isNbs cbsNcm: description: NCM para o imposto CBS type: object required: – cbsParametro – ncm properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS ncm: type: object allOf: – #/definitions/ncm description: NCM excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsNcm: type: object required: – id allOf: – #/definitions/cbsNcm ibsEstadualNcm: description: NCM para o imposto IBS Estadual type: object required: – ibsEstadualParametro – ncm properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual ncm: type: object allOf: – #/definitions/ncm description: NCM excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualNcm: type: object required: – id allOf: – #/definitions/ibsEstadualNcm ibsMunicipalNcm: description: NCM para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – ncm properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal ncm: type: object allOf: – #/definitions/ncm description: NCM excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalNcm: type: object required: – id allOf: – #/definitions/ibsMunicipalNcm isNcm: description: NCM para o imposto IS type: object required: – isParametro – ncm properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS ncm: type: object allOf: – #/definitions/ncm description: NCM excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsNcm: type: object required: – id allOf: – #/definitions/isNcm cbsOperacoesAnaliticas: description: Operações analíticas para o imposto CBS type: object required: – cbsParametro – operacao – codigo properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetro de CBS operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 5 description: Código da operação analítica/filha excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: ibsEstadualOperacoesAnaliticas: description: Operações analíticas para o imposto IBS Estadual type: object required: – ibsEstadualParametro – operacao – codigo properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetro de IBS Estadual operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 5 description: Código da operação analítica/filha excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: ibsMunicipalOperacoesAnaliticas: description: Operações analíticas para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – operacao – codigo properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetro de IBS Municipal operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 5 description: Código da operação analítica/filha excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: isOperacoesAnaliticas: description: Operações analíticas para o imposto IS type: object required: – isParametro – operacao – codigo properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetro de IS operacao: type: object allOf: – #/definitions/operacoes description: Operação codigo: type: string maxLength: 5 description: Código da operação analítica/filha excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: cbsOrigemMercadoria: description: Origem de mercadoria do CBS type: object required: – cbsParametro – origemMercadoria properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria excluido: type: boolean description: Sinaliza se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsOrigemMercadoria: type: object required: – id allOf: – #/definitions/cbsOrigemMercadoria ibsEstadualOrigemMercadoria: description: Origem de mercadoria do IBS Estadual type: object required: – ibsEstadualParametro – origemMercadoria properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria excluido: type: boolean description: Sinaliza se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualOrigemMercadoria: type: object required: – id allOf: – #/definitions/ibsEstadualOrigemMercadoria ibsMunicipalOrigemMercadoria: description: Origem de mercadoria do IBS Municipal type: object required: – ibsMunicipalParametro – origemMercadoria properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria excluido: type: boolean description: Sinaliza se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalOrigemMercadoria: type: object required: – id allOf: – #/definitions/ibsMunicipalOrigemMercadoria isOrigemMercadoria: description: Origem de mercadoria do IS type: object required: – isParametro – origemMercadoria properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS origemMercadoria: type: object allOf: – #/definitions/origemMercadoria description: Origem da mercadoria excluido: type: boolean description: Sinaliza se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsOrigemMercadoria: type: object required: – id allOf: – #/definitions/isOrigemMercadoria cbsParticipante: description: Participante do imposto CBS type: object required: – cbsParametro – participante properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetro de CBS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsParticipante: type: object required: – id allOf: – #/definitions/cbsParticipante ibsEstadualParticipante: description: Participante do imposto IBS Estadual type: object required: – ibsEstadualParametro – participante properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetro de IBS Estadual 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualParticipante: type: object required: – id allOf: – #/definitions/ibsEstadualParticipante ibsMunicipalParticipante: description: Participante do imposto IBS Municipal type: object required: – ibsMunicipalParametro – participante properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetro de IBS Municipal 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalParticipante: type: object required: – id allOf: – #/definitions/ibsMunicipalParticipante isParticipante: description: Participante do imposto IS type: object required: – isParametro – participante properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetro de IS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsParticipante: type: object required: – id allOf: – #/definitions/isParticipante cbsProduto: description: Produto do imposto CBS type: object required: – cbsParametro – produto properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS produto: type: object allOf: – #/definitions/e075der description: Produto excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsProduto: type: object required: – id allOf: – #/definitions/cbsProduto ibsEstadualProduto: description: Produto do imposto IBS Estadual type: object required: – ibsEstadualParametro – produto properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual produto: type: object allOf: – #/definitions/e075der description: Produto excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualProduto: type: object required: – id allOf: – #/definitions/ibsEstadualProduto ibsMunicipalProduto: description: Produto do imposto IBS Municipal type: object required: – ibsMunicipalParametro – produto properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal produto: type: object allOf: – #/definitions/e075der description: Produto excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalProduto: type: object required: – id allOf: – #/definitions/ibsMunicipalProduto isProduto: description: Produto do imposto IS type: object required: – isParametro – produto properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS produto: type: object allOf: – #/definitions/e075der description: Produto excluido: type: boolean description: Sinaliza se o registro foi excluido default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsProduto: type: object required: – id allOf: – #/definitions/isProduto cbsRegimeParticipante: description: Regime tributário do participante para o imposto CBS type: object required: – cbsParametro properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetro de CBS codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário participante excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsRegimeParticipante: type: object required: – id allOf: – #/definitions/cbsRegimeParticipante ibsEstadualRegimeParticipante: description: Regime tributário do participante para o imposto IBS Estadual type: object required: – ibsEstadualParametro properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetro de IBS Estadual codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário participante excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualRegimeParticipante: type: object required: – id allOf: – #/definitions/ibsEstadualRegimeParticipante ibsMunicipalRegimeParticipante: description: Regime tributário do participante para o imposto IBS Municipal type: object required: – ibsMunicipalParametro properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetro de IBS Municipal codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário participante excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalRegimeParticipante: type: object required: – id allOf: – #/definitions/ibsMunicipalRegimeParticipante isRegimeParticipante: description: Regime tributário do participante para o imposto IS type: object required: – isParametro properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetro de IS codigo: type: string allOf: – #/definitions/enumCodCrt description: Regime tributário participante excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsRegimeParticipante: type: object required: – id allOf: – #/definitions/isRegimeParticipante cbsServico: description: Serviço do imposto CBS type: object required: – cbsParametro – servico properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros do CBS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsServico: type: object required: – id allOf: – #/definitions/cbsServico ibsEstadualServico: description: Serviço do imposto IBS Estadual type: object required: – ibsEstadualParametro – servico properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros do IBS Estadual 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualServico: type: object required: – id allOf: – #/definitions/ibsEstadualServico ibsMunicipalServico: description: Serviço do imposto IBS Municipal type: object required: – ibsMunicipalParametro – servico properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros do IBS Municipal 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalServico: type: object required: – id allOf: – #/definitions/ibsMunicipalServico isServico: description: Serviço do imposto IS type: object required: – isParametro – servico properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros do IS 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsServico: type: object required: – id allOf: – #/definitions/isServico cbsTipoPessoa: description: Tipo da pessoa para o imposto CBS type: object required: – cbsParametro properties: id: type: string format: uuid description: Id da entidade cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros de CBS tipoPessoa: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsTipoPessoa: type: object required: – id allOf: – #/definitions/cbsTipoPessoa ibsEstadualTipoPessoa: description: Tipo da pessoa para o imposto IBS Estadual type: object required: – ibsEstadualParametro properties: id: type: string format: uuid description: Id da entidade ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros de IBS Estadual tipoPessoa: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualTipoPessoa: type: object required: – id allOf: – #/definitions/ibsEstadualTipoPessoa ibsMunicipalTipoPessoa: description: Tipo da pessoa para o imposto IBS Municipal type: object required: – ibsMunicipalParametro properties: id: type: string format: uuid description: Id da entidade ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros de IBS Municipal tipoPessoa: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalTipoPessoa: type: object required: – id allOf: – #/definitions/ibsMunicipalTipoPessoa isTipoPessoa: description: Tipo da pessoa para o imposto IS type: object required: – isParametro properties: id: type: string format: uuid description: Id da entidade isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros de IS tipoPessoa: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsTipoPessoa: type: object required: – id allOf: – #/definitions/isTipoPessoa cbsCaracteristicaFiscal: description: Característica fiscal para o imposto CBS type: object required: – cbsParametro – caracteristicaFiscal properties: id: type: string format: uuid description: Identificação única do registro cbsParametro: type: object allOf: – #/definitions/cbsParametro description: Parâmetros de CBS caracteristicaFiscal: type: object allOf: – #/definitions/caracteristicaFiscal description: Característica Fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCbsCaracteristicaFiscal: type: object required: – id allOf: – #/definitions/cbsCaracteristicaFiscal ibsEstadualCaracteristicaFiscal: description: Característica fiscal para o imposto IBS Estadual type: object required: – ibsEstadualParametro – caracteristicaFiscal properties: id: type: string format: uuid description: Identificação única do registro ibsEstadualParametro: type: object allOf: – #/definitions/ibsEstadualParametro description: Parâmetros de IBS Estadual caracteristicaFiscal: type: object allOf: – #/definitions/caracteristicaFiscal description: Característica Fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsEstadualCaracteristicaFiscal: type: object required: – id allOf: – #/definitions/ibsEstadualCaracteristicaFiscal ibsMunicipalCaracteristicaFiscal: description: Característica fiscal para o imposto IBS Municipal type: object required: – ibsMunicipalParametro – caracteristicaFiscal properties: id: type: string format: uuid description: Identificação única do registro ibsMunicipalParametro: type: object allOf: – #/definitions/ibsMunicipalParametro description: Parâmetros de IBS Municipal caracteristicaFiscal: type: object allOf: – #/definitions/caracteristicaFiscal description: Característica Fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIbsMunicipalCaracteristicaFiscal: type: object required: – id allOf: – #/definitions/ibsMunicipalCaracteristicaFiscal isCaracteristicaFiscal: description: Característica fiscal para o imposto IS type: object required: – isParametro – caracteristicaFiscal properties: id: type: string format: uuid description: Identificação única do registro isParametro: type: object allOf: – #/definitions/isParametro description: Parâmetros de IS caracteristicaFiscal: type: object allOf: – #/definitions/caracteristicaFiscal description: Característica Fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editIsCaracteristicaFiscal: type: object required: – id allOf: – #/definitions/isCaracteristicaFiscal caracteristicaFiscal: description: Cadastro das caracteristicas fiscais type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Identificação única da caracteristica fiscal codigo: type: string maxLength: 5 description: código descricao: type: string maxLength: 2000 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacaoCaracteristicaFiscal description: Situação tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem do cadastro origem: type: string maxLength: 150 description: Tenant de origem do cadastro usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editCaracteristicaFiscal: type: object required: – id allOf: – #/definitions/caracteristicaFiscal classificacaoTributaria: description: Cadastro de classificação tributária type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Identificação unica da classificação tributária codigo: type: string maxLength: 5 description: Código descricao: type: string maxLength: 2000 description: Descrição situacao: type: string allOf: – #/definitions/enumSituacaoClassificacaoTributaria description: Situação tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem do cadastro origem: type: string maxLength: 150 description: Tenant de origem do cadastro usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editClassificacaoTributaria: type: object required: – id allOf: – #/definitions/classificacaoTributaria 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editSegmento: type: object required: – id allOf: – #/definitions/segmento 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: origemDestino: description: Tabela ICMS type: object required: – e007ufsOrigem – e007ufsDestino – aliquota – vigenciaInicial properties: id: type: string format: uuid description: Id da entidade e007ufsOrigem: type: object allOf: – #/definitions/e007ufs description: Estado de origem e007ufsDestino: type: object allOf: – #/definitions/e007ufs description: Estado de destino aliquota: type: number format: double description: Percentual minimum: 0 maximum: 999.9999 difalNaoContribuinte: type: string allOf: – #/definitions/enumDifalNaoContribuinte description: Tipo de cálculo para DIFAL não contribuinte difalContribuinte: type: string allOf: – #/definitions/enumDifalContribuinte description: Tipo de cálculo para DIFAL contribuinte percentualImportado: type: number format: double description: Percentual importado minimum: 0 maximum: 999.9999 percentualFcp: type: number format: double description: Percentual FCP minimum: 0 maximum: 999.9999 vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final gerarGuiaDocumento: type: string allOf: – #/definitions/enumGerarGuiaDocumento description: Gerar guia de recolhimento por documento tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigem description: Tipo da origem origem: type: string maxLength: 150 description: Origem do registro baseLegal: type: string maxLength: 500 description: Base legal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOrigemDestino: type: object required: – id allOf: – #/definitions/origemDestino 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação indGIbsCbsMono: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gIBSCBSMono indGTransfCred: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gTransfCred indGCredPresIbsZfm: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gCredPresIBSZFM indGAjusteCompet: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gAjusteCompet indGRed: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gRed indGDif: type: string allOf: – #/definitions/enumIndicativoPadrao description: Indicativo de impressão do grupo gDif excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: e070fil: description: Filial type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 9999 nomFil: type: string maxLength: 100 description: Nome numCgc: type: string maxLength: 18 description: CPF/CNPJ numIdf: type: string maxLength: 40 description: Número identificação fiscal excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: operacaoIsCsv: description: Operação IS 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 embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria codigoBaseCalculo: type: string description: Base de calculo percentualIs: type: string description: Percentual redução base somaIsLiquidoDocumento: type: string description: Soma IS liquido regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda 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 operacaoComExterior: type: string description: Operação com o exterior classificacaoTributaria: type: string description: Classificação tributária usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOperacaoIsCsv: type: object required: – id allOf: – #/definitions/operacaoIsCsv operacaoCbsCsv: description: Operação Cbs 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 embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria codigoBaseCalculo: type: string description: Base de calculo percentualCbs: type: string description: Percentual redução base percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaCbsLiquidoDocumento: type: string description: Soma CBS liquido regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda 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 classificacaoTributaria: type: string description: Classificação tributária operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: string description: Percentual de aliquota efetiva regular percentualCreditoPresumido: type: string description: Percentual do crédito presumido classificacaoCreditoPresumido: type: string description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: string description: Descontar valor do crédito presumido do valor do imposto percentualDiferimento: type: string description: Percentual de diferimento usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOperacaoCbsCsv: type: object required: – id allOf: – #/definitions/operacaoCbsCsv operacaoIbsEstadualCsv: description: type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id da entidade 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 ufDestino: type: string description: UF de destino embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria classificacaoTributaria: type: string description: Classificação tributária codigoBaseCalculo: type: string description: Base de calculo percentualIbsEstadual: type: string description: Percentual redução base percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaIbsEstadualLiquidoDocumento: type: string description: Soma IBS Estadual liquido recuperaIbsEstadual: type: string description: Recupera Ibs Estadual regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda 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 operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: string description: Percentual de aliquota efetiva regular percentualCreditoPresumido: type: string description: Percentual do crédito presumido classificacaoCreditoPresumido: type: string description: Classificação tributária do crédito presumido descontarCreditoPresumidoImposto: type: string description: Descontar valor do crédito presumido do valor do imposto percentualDiferimento: type: string description: Percentual de Diferimento usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOperacaoIbsEstadualCsv: type: object required: – id allOf: – #/definitions/operacaoIbsEstadualCsv operacaoIbsMunicipalCsv: description: type: object required: – importacaoOperacaoPerfil properties: id: type: string format: uuid description: Id da entidade 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 municipio: type: string description: Município embasamento: type: string description: Embasamento legal situacao: type: string description: Situação cst: type: string description: Situacao tributaria classificacaoTributaria: type: string description: Classificação tributária codigoBaseCalculo: type: string description: Base de calculo percentualIbsMunicipal: type: string description: Percentual redução base percentualReducaoAliquota: type: string description: Percentual de redução da alíquota somaIbsMunicipalLiquidoDocumento: type: string description: Soma IBS Municipal liquido recuperaIbsMunicipal: type: string description: Recupera Ibs Municipal regimeTributario: type: string description: Regime tributario participante: type: string description: Participante tipoPessoa: type: string description: Tipo de Participante contribuinte: type: string description: O Participante é origemMercadoria: type: string description: Origem Mercadoria 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 caracteristicaFiscal: type: string description: Caracteristica Fiscal finalidadeCompraVenda: type: string description: Finalidade de Compra e Venda 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 operacaoComExterior: type: string description: Operação com o exterior cstRegular: type: string description: CST regular classificacaoTributariaRegular: type: string description: Classificação tributária regular aliquotaEfetivaRegular: type: string description: Percentual de aliquota efetiva regular percentualDiferimento: type: string description: Percentual de Diferimento usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editOperacaoIbsMunicipalCsv: type: object required: – id allOf: – #/definitions/operacaoIbsMunicipalCsv 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 dataImportacao: type: string format: date-time description: Data importação excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editImportacaoOperacaoPerfil: type: object required: – id allOf: – #/definitions/importacaoOperacaoPerfil 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: datger: type: string format: date-time description: usualt: type: string description: datalt: type: string format: date-time description: editParametrosImpLock: type: object required: – id allOf: – #/definitions/parametrosImpLock 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 enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage