2.0info: 8.65.0 rateio description: Serviço responsável pelo rateio do ERP X x-senior-domain: Domínio rateio x-senior-domain-path: erpx_fin_rat x-senior-service-path: rateio 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_fin_ratsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /rateio/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 /rateio/queries/retornarRateio: post: description: Retorna os rateios de acordo com o idMovimento passado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idMovimento – tipoMovimento properties: idMovimento: type: string description: UUID do movimento tipoMovimento: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo do movimento responses: 200: description: Ok schema: type: object required: – rateio – e070fil – oriRat – criRat – valorBase – dataBase – agrupadorId – usuGer – dthGer properties: rateio: type: array items: type: object allOf: – #/definitions/recRateioConta minimum: 1 description: Lista de rateios do movimento e070fil: type: object allOf: – #/definitions/recE070fil description: Filial do rateio oriRat: type: string description: Origem do rateio (hoje traz fixo) criRat: type: string description: Critério rateio valorBase: type: string description: Valor total do movimento dataBase: type: string format: date description: Data Base dataMovimento: type: string format: date description: Data do movimento informacoesMovimento: type: array items: type: object allOf: – #/definitions/recInformacoesMovimento description: Informações do Movimento agrupadorId: type: string description: Identificador do agrupador integracaoControladoria: type: object allOf: – #/definitions/recIntegracaoControladoria description: Indicativos de integração controladoria usuGer: type: string description: Usuário gerador do rateio dthGer: type: string format: date-time description: Data de geração do rateio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/queries/listCadastroRateio: post: description: Listar os rateios cadastrados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – origemRateio – idOrigem properties: origemRateio: type: string allOf: – #/definitions/enumOrigemRateio description: Origem do rateio idOrigem: type: string description: Identificador de origem responses: 200: description: Ok schema: type: object required: – rateio properties: rateio: type: object allOf: – #/definitions/recRateioCadastro description: Rateio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/queries/existeMovimentoRateio: post: description: Verificar se existema movimento de rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – existe properties: existe: type: boolean description: Indicação se existe contas com movimentação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verificar se existema movimento de rateio tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – existe properties: existe: type: boolean description: Indicação se existe contas com movimentação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/queries/listarComposicoesRateio: post: description: Listar as composições para os rateios cadastrados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtros properties: filtros: type: object allOf: – #/definitions/recFiltros description: Filtros responses: 200: description: Ok schema: type: object required: – total properties: total: type: integer format: int64 description: Quantidade de parametrizações encontradas rateios: type: array items: type: object allOf: – #/definitions/recCadastrosRateio description: Rateios cadastrados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/queries/eligibleToExclude: post: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: entityName description: Nome da entidade in: query required: true type: string – name: id description: Id do registro in: query required: true type: string responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/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 /rateio/queries/exportE070empFinRat: 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 /rateio/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 /rateio/queries/exportE070ger: 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 /rateio/queries/exportE091plf: 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 /rateio/queries/exportE045pla: 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 /rateio/queries/exportE044ccu: 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 /rateio/queries/exportE615fpj: 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 /rateio/queries/exportE615prj: 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 /rateio/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 /rateio/queries/exportE012fam: 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 /rateio/queries/exportE043mpc: 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 /rateio/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 /rateio/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 /rateio/queries/exportE012rat: 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 /rateio/queries/exportE075rat: 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 /rateio/queries/exportE080rat: 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 /rateio/queries/exportE001rat: 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 /rateio/queries/exportComposicaoRateio: 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 /rateio/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 /rateio/actions/gravarRateioManual: post: description: Gravar rateio manual do movimento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idMovimento – tipoMovimento – e070fil_id – criterioRateio – rateios properties: idMovimento: type: string description: Identificação do movimento a receber o rateio agrupadorId: type: string description: Identificador do agrupador tipoMovimento: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo do Movimento e070fil_id: type: string description: ID Filial criterioRateio: type: string allOf: – #/definitions/enumCriRat description: Critério do Rateio dataBase: type: string format: date description: Data Base dataMovimento: type: string format: date description: Data do movimeneto rateios: type: array items: type: object allOf: – #/definitions/recRateioConta minimum: 1 description: Rateios responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/validarCentroCusto: post: description: Verifica se um centro de custo é válido tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idEmpresa – idCentroCusto properties: idEmpresa: type: string description: Identificador da empresa idCentroCusto: type: string description: Identificador do centro de custo idContaFinanceira: type: string description: Identificador da conta financeira idContaContabil: type: string description: Identificador da conta contábil idProjeto: type: string description: Identificador do projeto somenteAceitaRateio: type: boolean description: Flag aceita rateio somenteContaAnalitica: type: boolean description: Somente conta analítica responses: 200: description: Ok schema: type: object required: – centroValido properties: centroValido: type: boolean description: Flag de validade do centro de custo mensagens: type: array items: type: object allOf: – #/definitions/recMensagemRetornoValidacao description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/validarContaFinanceira: post: description: Verfica se uma conta financeira é válida tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idEmpresa – idContaFinanceira properties: idEmpresa: type: string description: Identificador da empresa idContaFinanceira: type: string description: Identificador da conta financeira idProjeto: type: string description: Identificador do projeto somenteContaAnalitica: type: boolean description: Flag para identificar que só aceita contas analíticas responses: 200: description: Ok schema: type: object required: – contaValida properties: contaValida: type: boolean description: Identifica se a conta financeira é válida mensagens: type: array items: type: object allOf: – #/definitions/recMensagemRetornoValidacao description: Mensagens de erro da validação da conta financeira 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/validarContaContabil: post: description: Verifica se uma conta contábil é válida tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idEmpresa – idContaContabil properties: idEmpresa: type: string description: Identificador da empresa idContaContabil: type: string description: Identificador da conta contábil somenteContaAnalitica: type: boolean description: Flag para identificar que só aceita contas analíticas responses: 200: description: Ok schema: type: object required: – contaValida properties: contaValida: type: boolean description: Identifica se a conta contabil é válida mensagens: type: array items: type: object allOf: – #/definitions/recMensagemRetornoValidacao description: Mensagens de erro da validação da conta contábil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/validarProjeto: post: description: Verifica se um projeto é válido tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idProjeto – idEmpresa properties: idProjeto: type: string description: Identificador do projeto idEmpresa: type: string description: Identificador da empresa responses: 200: description: Ok schema: type: object required: – valido properties: valido: type: boolean description: Flag de validade do projeto mensagem: type: array items: type: object allOf: – #/definitions/recMensagemRetornoValidacao description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioInclusaoTituloViaTesourariaContasPagar: post: description: Gerar Rateio processo de inclusão de títulos via tesouraria – Contas a pagar tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parameters properties: controlProcessId: type: string description: Ticket do processo parameters: type: array items: type: object allOf: – #/definitions/recGenerateChainedApportionment minimum: 1 description: rateios responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioInclusaoTituloViaTesourariaContasReceber: post: description: Gerar Rateio processo de inclusão de títulos via tesouraria – Contas a receber tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parameters properties: controlProcessId: type: string description: Ticket do processo parameters: type: array items: type: object allOf: – #/definitions/recGenerateChainedApportionment minimum: 1 description: rateios responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/generateChainedApportionment: post: description: Gerar Rateio Encadeado tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parameters properties: parameters: type: array items: type: object allOf: – #/definitions/recGenerateChainedApportionment minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioPedidosProduto: post: description: Gerar Rateio – PedidosProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador do pedido parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioPedidosServico: post: description: Gerar Rateio – PedidosServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador do pedido parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioNotaFiscalSaidaProduto: post: description: Gerar Rateio – NotaFiscalSaidaProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador da nota fiscal parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioNotaFiscalSaidaServico: post: description: Gerar Rateio – NotaFiscalSaidaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador da nota fiscal parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioSolicitacaoCompras: post: description: Gerar Rateio – SolicitacaoCompras tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Agrupador parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioContratoVendaServico: post: description: Gerar Rateio – ContratoVendaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Agrupador parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioRequisicoes: post: description: Gerar Rateio – Requisicoes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Agrupador parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioMovimentoEstoque: post: description: Gerar Rateio – MovimentoEstoque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioOrdemCompraServico: post: description: Gerar Rateio – OrdemCompraServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Agrupador parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametrosPedido minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioOrdemCompraProduto: post: description: Gerar Rateio – OrdemCompraProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Agrupador parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametrosPedido minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioNotaFiscalEntradaProduto: post: description: Gerar Rateio – NotaFiscalEntradaProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador da nota fiscal parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gerarRateioNotaFiscalEntradaServico: post: description: Gerar Rateio – NotaFiscalEntradaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – agrupadorId – parametros properties: agrupadorId: type: string description: Identificador da nota fiscal parametros: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: Parâmetros controlProcessId: type: string description: Ticket do processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioTesouraria: post: description: Excluir Rateio – Tesouraria tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioPedidosProduto: post: description: Excluir Rateio – PedidosProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioPedidosServico: post: description: Excluir Rateio – PedidosServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioNotaFiscalSaidaProduto: post: description: Excluir Rateio – NotaFiscalSaidaProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioNotaFiscalSaidaServico: post: description: Excluir Rateio – NotaFiscalSaidaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioSolicitacaoCompras: post: description: Excluir Rateio – SolicitacaoCompras tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContratoVendaProduto: post: description: Excluir Rateio – ContratoVendaProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContratoVendaServico: post: description: Excluir Rateio – ContratoVendaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioRequisicoes: post: description: Excluir Rateio – Requisicoes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioMovimentoEstoque: post: description: Excluir Rateio – MovimentoEstoque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContasReceber: post: description: Excluir Rateio – ContasReceber tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioOrdemCompraServico: post: description: Excluir Rateio – OrdemCompraServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioOrdemCompraProduto: post: description: Excluir Rateio – OrdemCompraProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioNotaFiscalEntradaProduto: post: description: Excluir Rateio – NotaFiscalEntradaProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioNotaFiscalEntradaServico: post: description: Excluir Rateio – NotaFiscalEntradaServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContasPagar: post: description: Excluir Rateio – ContasPagar tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioComissoes: post: description: Excluir Rateio – Comissoes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioPreparacaoTesouraria: post: description: Excluir Rateio – PreparacaoTesouraria tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContratoCompraProduto: post: description: Excluir Rateio – ContratoCompraProduto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirRateioContratoCompraServico: post: description: Excluir Rateio – ContratoCompraServico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parametros properties: controlProcessId: type: string description: Ticket do processo parametros: type: array items: type: object allOf: – #/definitions/recExcluirRateioParametros minimum: 1 description: Parâmetros responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioAlteracaoTituloContasReceber: post: description: Recalcular rateio para o movimento do título contas a receber tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioTesouraria: post: description: Recalcular Rateio – Tesouraria tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioPedidosProduto: post: description: Recalcular Rateio – Pedidos – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioPedidosServico: post: description: Recalcular Rateio – Pedidos – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioNotaFiscalSaidaProduto: post: description: Recalcular Rateio – Nota Fiscal Saida – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioNotaFiscalSaidaServico: post: description: Recalcular Rateio – Nota Fiscal Saida – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContratoVendaProduto: post: description: Recalcular Rateio – Contrato Venda – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContratoVendaServico: post: description: Recalcular Rateio – Contrato Venda – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioRequisicoes: post: description: Recalcular Rateio – Requisicoes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioMovimentoEstoque: post: description: Recalcular Rateio – Movimento Estoque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContasReceber: post: description: Recalcular Rateio – Contas Receber tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioSolicitacaoCompras: post: description: Recalcular Rateio – Solicitacao Compras tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioOrdemCompraProduto: post: description: Recalcular Rateio – Ordem Compra – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioOrdemCompraServico: post: description: Recalcular Rateio – Ordem Compra – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioNotaFiscalEntradaProduto: post: description: Recalcular Rateio – Nota Fiscal Entrada – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioNotaFiscalEntradaServico: post: description: Recalcular Rateio – Nota Fiscal Entrada – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContasPagar: post: description: Recalcular Rateio – Contas Pagar tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioComissoes: post: description: Recalcular Rateio – Comissoes tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioPreparacaoTesouraria: post: description: Recalcular Rateio – Preparacao Tesouraria tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContratoCompraProduto: post: description: Recalcular Rateio – Contrato Compra – Produto tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioContratoCompraServico: post: description: Recalcular Rateio – Contrato Compra – Servico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/saveCadastroRateio: post: description: Salva o cadastro de rateio tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateio properties: rateio: type: object allOf: – #/definitions/recRateioCadastro description: Rateio responses: 200: description: Ok schema: type: object required: – rateio properties: rateio: type: object allOf: – #/definitions/recRateioCadastro description: Rateio 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/recalcularRateioMovimentoEstoqueAsync: post: description: Recalcular Rateio – Movimento Estoque tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateioARecalcular properties: controlProcessId: type: string description: Ticket do processo rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: Ok schema: type: object properties: controlProcessId: type: string description: Ticket do processo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/atualizarIntegracaoControladoria: post: description: Atualizar indicativo de integração com a controladoria nos parâmetros dos movimentos de rateio tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – origem – tipoMovimento – atualizar – movimentosId properties: origem: type: string allOf: – #/definitions/enumOriIntCpl description: Origem da integração (controladoria) tipoMovimento: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo do movimento atualizar: type: boolean description: Indicativo para atualizar / desatualizar integração com a controladoria movimentosId: type: array items: type: string minimum: 1 description: Lista de identificadores de movimento que deverão ser atualizados responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/excluirComposicoesRateio: post: description: Exclui as composições para o rateio tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – rateio properties: rateio: type: array items: type: object allOf: – #/definitions/recRateioExclusao minimum: 1 description: Lista para exclusão do rateio responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/gravarComposicoesRateio: post: description: Gravar as composições para o rateio tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – origemRateio properties: origemRateio: type: array items: type: object allOf: – #/definitions/recOrigemRateio minimum: 1 description: Origem do rateio composicoes: type: array items: type: object allOf: – #/definitions/recComposicao description: Composições do rateio isEditando: type: boolean description: Indica se a primitiva foi chamada a partir de uma edição responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/softExclude: post: description: Realiza a exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/actions/undoSoftExclude: post: description: Realiza a compensação da exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string description: Nome da entidade id: type: string description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/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 /rateio/actions/importE070empFinRat: 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 /rateio/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 /rateio/actions/importE070ger: 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 /rateio/actions/importE091plf: 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 /rateio/actions/importE045pla: 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 /rateio/actions/importE044ccu: 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 /rateio/actions/importE615fpj: 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 /rateio/actions/importE615prj: 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 /rateio/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 /rateio/actions/importE012fam: 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 /rateio/actions/importE043mpc: 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 /rateio/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 /rateio/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 /rateio/actions/importE012rat: 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 /rateio/actions/importE075rat: 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 /rateio/actions/importE080rat: 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 /rateio/actions/importE001rat: 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 /rateio/actions/importComposicaoRateio: 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 /rateio/events/rateioProcessado: post: description: Rateio Processado x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – idMovimento – valor – tipo properties: idMovimento: type: string description: UUID do movimento valor: type: string description: Valor total do movimento tipo: type: string allOf: – #/definitions/enumTipoRetornoGerarRateio description: Tipo do retorno gerar rateio mensagem: type: array items: type: object allOf: – #/definitions/recMensagemRetornoGerarRateio description: Mensagem de retorno responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoGerado: post: description: Rateio encadeado x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoInclusaoTituloViaTesourariaContasPagarSucesso: post: description: Inclusão de título via tesouraria com sucesso na execução – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoInclusaoTituloViaTesourariaContasPagarErro: post: description: Inclusão de título via tesouraria com sucesso na execução – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoInclusaoTituloViaTesourariaContasReceberSucesso: post: description: Inclusão de título via tesouraria com sucesso na execução – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoInclusaoTituloViaTesourariaContasReceberErro: post: description: Inclusão de título via tesouraria com sucesso na execução – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaCompostaContasPagarSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Baixa Composta Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaCompostaContasPagarErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Baixa Composta Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaCompostaContasReceberSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Baixa Composta Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaCompostaContasReceberErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Baixa Composta Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaMotivosDiversosContasPagarSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Baixa Por Motivos Diversos Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaMotivosDiversosContasPagarErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Baixa Composta Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaMotivosDiversosContasReceberSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Baixa Por Motivos Diversos Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoBaixaMotivosDiversosContasReceberErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Baixa Composta Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoTransferenciaBancariaSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Transferencia bancária x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoTransferenciaBancariaErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Transferencia bancária x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoPreparacaoOutrosSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Preparação Outros x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoPreparacaoOutrosErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Preparação Outros x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoCreditoFornecedorViaTesourariaSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Credito Fornecedor Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoCreditoFornecedorViaTesourariaErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Credito Fornecedor Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoDevolucaoCreditoFornecedorViaTesourariaSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Devolução Credito Fornecedor Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoDevolucaoCreditoClienteViaTesourariaSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Devolução Credito Cliente Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoCreditoClienteViaTesourariaErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Credito Cliente Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoCreditoClienteViaTesourariaSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Credito Cliente Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoDevolucaoCreditoFornecedorViaTesourariaErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Devolução Credito Fornecedor Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoDevolucaoCreditoClienteViaTesourariaErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Devolução Credito Cliente Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoEntradaTituloContasReceberSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Credito Cliente Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoEntradaTituloContasReceberErro: post: description: Rateio encadeado informando tipo de origem com erro na execução – Devolução Credito Fornecedor Via Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoEntradaTituloContasPagarSucesso: post: description: Rateio encadeado informando tipo de origem com sucesso na execução – Entrada de Titulos Contas Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoEntradaTituloContasPagarErro: post: description: Rateio encadeado informando tipo de origem com falha na execução – Entrada de Titulos Contas Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoTesourariaSucesso: post: description: Rateio processado com sucesso – Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoTesourariaErro: post: description: Rateio Processado com erro – Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPedidosProdutoSucesso: post: description: Rateio processado com sucesso – Pedidos Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPedidosProdutoErro: post: description: Rateio processado com erro – Pedidos Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPedidosServicoSucesso: post: description: Rateio processado com sucesso – Pedidos Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPedidosServicoErro: post: description: Rateio processado com erro – Pedidos Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalSaidaProdutoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Saída do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalSaidaProdutoErro: post: description: Rateio processado com erro – Nota Fiscal Saída do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalSaidaServicoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Saída do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalSaidaServicoErro: post: description: Rateio processado com erro – Nota Fiscal Saída do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoSolicitacaoComprasSucesso: post: description: Rateio processado com sucesso – Solicitação de Compras x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoSolicitacaoComprasErro: post: description: Rateio processado com erro – Solicitação de Compras x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoVendaProdutoSucesso: post: description: Rateio processado com sucesso – Contrato de Venda do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoVendaProdutoErro: post: description: Rateio processado com erro – Contrato de Venda do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoVendaServicoSucesso: post: description: Rateio processado com sucesso – Contrato de Venda do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoVendaServicoErro: post: description: Rateio processado com erro – Contrato de Venda do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoRequisicoesSucesso: post: description: Rateio processado com sucesso – Requisições x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoRequisicoesErro: post: description: Rateio processado com erro – Requisições x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoMovimentoEstoqueSucesso: post: description: Rateio processado com sucesso – Movimento de Estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoMovimentoEstoqueErro: post: description: Rateio processado com erro – Movimento de Estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContasReceberSucesso: post: description: Rateio processado com sucesso – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContasReceberErro: post: description: Rateio processado com erro – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoOrdemCompraServicoSucesso: post: description: Rateio processado com sucesso – Ordem de Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoOrdemCompraServicoErro: post: description: Rateio processado com erro – Ordem de Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoOrdemCompraProdutoSucesso: post: description: Rateio processado com sucesso – Ordem de Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoOrdemCompraProdutoErro: post: description: Rateio processado com erro – Ordem de Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalEntradaProdutoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Entrada Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalEntradaProdutoErro: post: description: Rateio processado com erro – Nota Fiscal Entrada Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalEntradaServicoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Entrada Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoNotaFiscalEntradaServicoErro: post: description: Rateio processado com erro – Nota Fiscal Entrada Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContasPagarSucesso: post: description: Rateio processado com sucesso – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContasPagarErro: post: description: Rateio processado com erro – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoComissoesSucesso: post: description: Rateio processado com sucesso – Comissões x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoComissoesErro: post: description: Rateio processado com erro – Comissões x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPreparacaoTesourariaSucesso: post: description: Rateio processado com sucesso – Preparação Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoPreparacaoTesourariaErro: post: description: Rateio processado com erro – Preparação Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioGerado – message properties: controlProcessId: type: string description: Ticket rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoCompraProdutoSucesso: post: description: Rateio processado com sucesso – Contrato Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoCompraProdutoErro: post: description: Rateio processado com erro – Contrato Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoCompraServicoSucesso: post: description: Rateio processado com sucesso – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioProcessadoContratoCompraServicoErro: post: description: Rateio processado com erro – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – agrupadorId – rateioGerado – message properties: controlProcessId: type: string description: Ticket agrupadorId: type: string description: Identificador do agrupador rateioGerado: type: array items: type: object allOf: – #/definitions/recRateioProcessado minimum: 1 description: Resultado da execução do rateio message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoMovimentoContaInternaTesourariaSucesso: post: description: Rateio processado com sucesso – Movimento Conta Interna x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/rateioEncadeadoMovimentoContaInternaTesourariaErro: post: description: Rateio processado com erro – Movimento Conta Interna x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – controlProcessType – rateioEncadeadoGerado properties: controlProcessId: type: string description: Ticket controlProcessType: type: string allOf: – #/definitions/enumControlProcessType description: Tipo de processo de origem rateioEncadeadoGerado: type: array items: type: object allOf: – #/definitions/recRateioEncadeadoGerado minimum: 1 description: Valores do rateio gerado responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoAlteracaoTituloContasReceberSucesso: post: description: Rateio Recalculado com sucesso – Contas Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoAlteracaoTituloContasReceberErro: post: description: Rateio Recalculado com erro – Contas Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoTesourariaSucesso: post: description: Rateio processado com sucesso – Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoTesourariaErro: post: description: Rateio Processado com erro – Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPedidosProdutoSucesso: post: description: Rateio processado com sucesso – Pedidos Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPedidosProdutoErro: post: description: Rateio processado com erro – Pedidos Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPedidosServicoSucesso: post: description: Rateio processado com sucesso – Pedidos Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPedidosServicoErro: post: description: Rateio processado com erro – Pedidos Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalSaidaProdutoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Saída do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalSaidaProdutoErro: post: description: Rateio processado com erro – Nota Fiscal Saída do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalSaidaServicoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Saída do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalSaidaServicoErro: post: description: Rateio processado com erro – Nota Fiscal Saída do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoSolicitacaoComprasSucesso: post: description: Rateio processado com sucesso – Solicitação de Compras x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoSolicitacaoComprasErro: post: description: Rateio processado com erro – Solicitação de Compras x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoVendaProdutoSucesso: post: description: Rateio processado com sucesso – Contrato de Venda do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoVendaProdutoErro: post: description: Rateio processado com erro – Contrato de Venda do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoVendaServicoSucesso: post: description: Rateio processado com sucesso – Contrato de Venda do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoVendaServicoErro: post: description: Rateio processado com erro – Contrato de Venda do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoRequisicoesSucesso: post: description: Rateio processado com sucesso – Requisições x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoRequisicoesErro: post: description: Rateio processado com erro – Requisições x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoMovimentoEstoqueSucesso: post: description: Rateio processado com sucesso – Movimento de Estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoMovimentoEstoqueErro: post: description: Rateio processado com erro – Movimento de Estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContasReceberSucesso: post: description: Rateio processado com sucesso – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContasReceberErro: post: description: Rateio processado com erro – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoOrdemCompraServicoSucesso: post: description: Rateio processado com sucesso – Ordem de Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoOrdemCompraServicoErro: post: description: Rateio processado com erro – Ordem de Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoOrdemCompraProdutoSucesso: post: description: Rateio processado com sucesso – Ordem de Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoOrdemCompraProdutoErro: post: description: Rateio processado com erro – Ordem de Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalEntradaProdutoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Entrada Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalEntradaProdutoErro: post: description: Rateio processado com erro – Nota Fiscal Entrada Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalEntradaServicoSucesso: post: description: Rateio processado com sucesso – Nota Fiscal Entrada Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoNotaFiscalEntradaServicoErro: post: description: Rateio processado com erro – Nota Fiscal Entrada Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContasPagarSucesso: post: description: Rateio processado com sucesso – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContasPagarErro: post: description: Rateio processado com erro – Contas a Pagar x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoComissoesSucesso: post: description: Rateio processado com sucesso – Comissões x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoComissoesErro: post: description: Rateio processado com erro – Comissões x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPreparacaoTesourariaSucesso: post: description: Rateio processado com sucesso – Preparação Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoPreparacaoTesourariaErro: post: description: Rateio processado com erro – Preparação Tesouraria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoCompraProdutoSucesso: post: description: Rateio processado com sucesso – Contrato Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoCompraProdutoErro: post: description: Rateio processado com erro – Contrato Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoCompraServicoSucesso: post: description: Rateio processado com sucesso – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalculoProcessadoContratoCompraServicoErro: post: description: Rateio processado com erro – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao recalcular rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPedidosProdutoSucesso: post: description: Excluir Rateio – Pedidos Produto – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPedidosProdutoErro: post: description: Excluir Rateio – Pedidos Produto – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPedidosServicoSucesso: post: description: Excluir Rateio – Pedidos Serviço – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPedidosServicoErro: post: description: Excluir Rateio – Pedidos Serviço – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalSaidaProdutoSucesso: post: description: Excluir Rateio – Nota Fiscal Saída do Produto – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalSaidaProdutoErro: post: description: Excluir Rateio – Nota Fiscal Saída do Produto – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalSaidaServicoSucesso: post: description: Excluir Rateio – Nota Fiscal Saída do Serviço – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalSaidaServicoErro: post: description: Excluir Rateio – Nota Fiscal Saída do Serviço – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioSolicitacaoCompras: post: description: Excluir Rateio – Solicitação de Compras x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContratoVendaProduto: post: description: Excluir Rateio – Contrato de Venda do Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContratoVendaServico: post: description: Excluir Rateio – Contrato de Venda do Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioRequisicoes: post: description: Excluir Rateio – Requisições x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioMovimentoEstoque: post: description: Excluir Rateio – Movimento de Estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioOrdemCompraServicoSucesso: post: description: Excluir Rateio – Ordem de Compra Serviço – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioOrdemCompraServicoErro: post: description: Excluir Rateio – Ordem de Compra Serviço – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioOrdemCompraProdutoSucesso: post: description: Excluir Rateio – Ordem de Compra Produto – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioOrdemCompraProdutoErro: post: description: Excluir Rateio – Ordem de Compra Produto – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalEntradaProdutoSucesso: post: description: Excluir Rateio – Nota Fiscal Entrada Produto – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalEntradaProdutoErro: post: description: Excluir Rateio – Nota Fiscal Entrada Produto – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalEntradaServicoSucesso: post: description: Excluir Rateio – Nota Fiscal Entrada Serviço – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId properties: controlProcessId: type: string description: Ticket responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioNotaFiscalEntradaServicoErro: post: description: Excluir Rateio – Nota Fiscal Entrada Serviço – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro ao excluir rateio stackTrace: type: string description: Stack Trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioComissoes: post: description: Excluir Rateio – Comissões x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPreparacaoTesourariaSucesso: post: description: Excluir Rateio – Preparação Tesouraria – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioPreparacaoTesourariaErro: post: description: Excluir Rateio – Preparação Tesouraria – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContratoCompraProduto: post: description: Excluir Rateio – Contrato Compra Produto x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContratoCompraServico: post: description: Excluir Rateio – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – resultadoExclusaoRateio properties: resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioTesourariaSucesso: post: description: Excluir Rateio – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioTesourariaErro: post: description: Excluir Rateio – Contrato Compra Serviço x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContasReceberSucesso: post: description: Excluir Rateio – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContasReceberErro: post: description: Excluir Rateio – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContasPagarSucesso: post: description: Excluir Rateio – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/resultadoExclusaoRateioContasPagarErro: post: description: Excluir Rateio – Contas a Receber x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – resultadoExclusaoRateio properties: controlProcessId: type: string description: Ticket resultadoExclusaoRateio: type: array items: type: object allOf: – #/definitions/recExcluirRateio minimum: 1 description: valores do Excluir Rateio responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalcularRateioMovimentoEstoqueIniciado: post: description: Evento publicado para iniciar o processo de recálculo do rateio x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – rateioARecalcular properties: controlProcessId: type: string description: Ticket rateioARecalcular: type: array items: type: object allOf: – #/definitions/recRateioARecalcular minimum: 1 description: Rateio a Recalcular responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalcularRateioMovimentoEstoqueAsyncProcessado: post: description: Evento publicado ao termino do processamento de recálculo do rateio. x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object properties: controlProcessId: type: string description: Ticket do processo movimentosNaoRecalculados: type: array items: type: object allOf: – #/definitions/recMovimentoEstoqueSemRecalculo description: Movimento não recalculados responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/events/recalcularRateioMovimentoEstoqueAsyncErro: post: description: Evento publicado quando ocorre algum erro inesperado no recálculo do rateio x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – controlProcessId – message properties: controlProcessId: type: string description: Ticket message: type: string description: Mensagem de erro stackTrace: type: string description: Stack trace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/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 /rateio/events/importE070empFinRatEvent: post: description: 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 /rateio/events/exportE070empFinRatEvent: post: description: 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 /rateio/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 /rateio/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 /rateio/events/importE070gerEvent: post: description: 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 /rateio/events/exportE070gerEvent: post: description: 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 /rateio/events/importE091plfEvent: post: description: 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 /rateio/events/exportE091plfEvent: post: description: 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 /rateio/events/importE045plaEvent: post: description: 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 /rateio/events/exportE045plaEvent: post: description: 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 /rateio/events/importE044ccuEvent: post: description: 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 /rateio/events/exportE044ccuEvent: post: description: 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 /rateio/events/importE615fpjEvent: post: description: 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 /rateio/events/exportE615fpjEvent: post: description: 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 /rateio/events/importE615prjEvent: post: description: 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 /rateio/events/exportE615prjEvent: post: description: 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 /rateio/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 /rateio/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 /rateio/events/importE012famEvent: post: description: 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 /rateio/events/exportE012famEvent: post: description: 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 /rateio/events/importE043mpcEvent: post: description: 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 /rateio/events/exportE043mpcEvent: post: description: 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 /rateio/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 /rateio/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 /rateio/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 /rateio/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 /rateio/events/importE012ratEvent: post: description: 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 /rateio/events/exportE012ratEvent: post: description: 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 /rateio/events/importE075ratEvent: post: description: 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 /rateio/events/exportE075ratEvent: post: description: 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 /rateio/events/importE080ratEvent: post: description: 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 /rateio/events/exportE080ratEvent: post: description: 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 /rateio/events/importE001ratEvent: post: description: 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 /rateio/events/exportE001ratEvent: post: description: 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 /rateio/events/importComposicaoRateioEvent: post: description: 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 /rateio/events/exportComposicaoRateioEvent: post: description: 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 /rateio/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/entities/e070empFinRat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070empFinRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e070empFinRat/{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/e070empFinRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/entities/e070ger: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e070ger/{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/e070ger 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e091plf: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e091plf/{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/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e045pla: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e045pla 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e045pla/{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/e045pla 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e044ccu: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e044ccu/{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/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e615fpj: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e615fpj 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e615fpj/{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/e615fpj 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e615prj: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e615prj 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e615prj/{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/e615prj 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e001tns: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/entities/e012fam: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e012fam/{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/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e043mpc: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e043mpc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e043mpc/{id}: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e043mpc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e075der: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/entities/e080ser: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/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 /rateio/entities/e012rat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e012rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e012rat/{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/e012rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e075rat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e075rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e075rat/{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/e075rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e080rat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e080rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e080rat/{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/e080rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e001rat: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /rateio/entities/e001rat/{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/e001rat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: upDown: description: Up or down type: string enum: – UP – DOWN enumTipoRateio: description: Enum tipo do rateio type: string enum: – VC – VT – VU enumCriterioRateio: description: Enum criterio do rateio type: string enum: – V1 – V3 – V5 enumOrigemRateio: description: Origem do rateio type: string enum: – FAMILIA – PRODUTO – SERVICO – TRANSACAO – PLANO_FINANCEIRO enumTipoRetornoGerarRateio: description: Tipo retorno gerar rateio type: string enum: – OK – ERRO enumTipoRetornoExcluirRateio: description: Tipo retorno excluir rateio type: string enum: – OK – ERRO enumTipoRetornoRecalculoRateio: description: Tipo retorno recalcular rateio type: string enum: – OK – ERRO enumTipoMovimento: description: Tipo de Movimento type: string enum: – PedidoProduto – PedidoServico – NotaFiscalSaidaProduto – NotaFiscalSaidaServico – ContratoVendaProduto – ContratoVendaServico – Requisicao – MovimentoEstoque – ContasReceber – SolicitacaoCompra – OrdemCompraProduto – OrdemCompraServico – NotaFiscalEntradaProduto – NotaFiscalEntradaServico – ContasPagar – Comissoes – Tesouraria – PreparacaoTesouraria – ContratoCompraProduto – ContratoCompraServico – NotaFiscalEntrada – NotaFiscalSaida – ContratoCompra – ContratoVenda – Pedidos enumCriFnl: description: Nome da lista na G5: LCriFnl type: string enum: – VA – VM enumCriRat: description: Enum CriRat type: string enum: – V1 – V2 – V3 – V4 – V5 enumBusRat: description: Enum Busca Rateio type: string enum: – A – B – C – D – E – F – G – H – I – J – K – L – M – N – O – P – Q – R – S enumSomSub: description: Nome da lista na G5: LSomSub type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumControlProcessType: description: Tipo de processo que está invocando o rateio type: string enum: – BaixaCompostaCP – BaixaCompostaCR – TransferenciaEntreContas – PreparacaoOutros – BaixaPorMotivosDiversosCP – BaixaPorMotivosDiversosCR – CreditoFornecedorViaTesouraria – DevolucaoCreditoFornecedorViaTesouraria – CreditoClienteViaTesouraria – DevolucaoCreditoClienteViaTesouraria – EntradaTituloCP – EntradaTituloCR – AlteracaoTituloCR – MovimentoContaInterna enumModOriRat: description: Origem do rateio type: string enum: – VCONTAS_RECEBER – VCONTAS_PAGAR – VCOMISSOES – VTESOURARIA – VPLANO_FINANCEIRO – VNOTA_SAIDA – VPEDIDO_VENDA – VNOTA_ENTRADA – VESTOQUES – VPEDIDO_COMPRA – VCONTRATO_VENDA enumOriIntCpl: description: Enumerador com as origens de integração (controladoria) type: string enum: – CONTABILIDADE – TRIBUTOS – PATRIMONIO enumTypeOrder: description: Enumeração para o tipo de ordenação type: string enum: – ASC – DESC enumAnaSin: description: Nome da lista na G5: LAnaSin type: string enum: – VA – VS enumSitReg: description: Situacoes type: string enum: – VA – VI enumLisMod: description: Módulo da transação type: string enum: – VVEP – VVEF – VVES – VESN – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM – VPAT enumTipRsc: description: Enum TipRsc type: string enum: – VC – VT – VU enumTipPla: description: Tipo do modelo de plano type: string enum: – V1 – V2 – V3 – V4 – V5 enumStatus: description: Situação do serviço type: string enum: – ACTIVE – INACTIVE userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recOrigemRateio: description: Record utilziado para identificar a origem do rateio type: object required: – origemRateio – idOrigem properties: origemRateio: type: string allOf: – #/definitions/enumOrigemRateio description: Origem do rateio idOrigem: type: array items: type: string minimum: 1 description: Identificador do registro conforme a origem recRateioCadastro: description: Record utilizado para listar e salvar o cadastro de rateio type: object required: – origemRateio – idOrigem properties: origemRateio: type: string allOf: – #/definitions/enumOrigemRateio description: Origem do rateio idOrigem: type: string description: Identificador do registro conforme a origem composicoes: type: array items: type: object allOf: – #/definitions/recComposicao description: Composições do rateio recComposicao: description: Record utilizado para listar e salvar o cadastro de rateio type: object required: – rateios properties: tipoRateio: type: string allOf: – #/definitions/enumTipoRateio description: Tipo do rateio criterioRateio: type: string allOf: – #/definitions/enumCriterioRateio description: Critério do rateio rateios: type: array items: type: object allOf: – #/definitions/recRateioPai minimum: 1 description: Rateios da composição recRateioPai: description: Record que representa a entidade pai do rateio (conta financeira ou centro de custo) type: object required: – entidade – percentual properties: id: type: string description: Identificador do registro na tabela entidade: type: object allOf: – #/definitions/recGenerico description: Entidade pai (conta financeira ou centro de custos) percentual: type: string description: Percentual do rateio itens: type: array items: type: object allOf: – #/definitions/recRateioFilho description: Rateios da composição recRateioFilho: description: Record que representa a entidade filha do rateio (conta financeira ou centro de custo) type: object required: – entidade – percentual properties: id: type: string description: Identificador do registro na tabela entidade: type: object allOf: – #/definitions/recGenerico description: Entidade filha (conta financeira ou centro de custos) percentual: type: string description: Percentual do rateio recGenerico: description: Dados consultas genericas type: object properties: id: type: string description: Identificação do registro codigo: type: string description: Código descricao: type: string description: Descrição abreviacao: type: string description: Descricao abreviada recRateioARecalcular: description: Record Rateio a Recalcular type: object required: – idMovimento – valor – idTransacao properties: idMovimento: type: string description: UUID do movimento valor: type: string description: Valor total do movimento idTransacao: type: string description: UUID da Transacao dataBase: type: string format: date description: Data Base dataMovimento: type: string format: date description: Data movimento recMensagemRetornoGerarRateio: description: Mensagem de erro ao gerar rateio type: object required: – codigo – msg properties: codigo: type: integer format: int64 description: codigo mensagem msg: type: string description: mensagem recMensagemRetornoExcluirRateio: description: Mensagem de erro ao excluir rateio type: object required: – codigo – mensagem properties: codigo: type: integer format: int64 description: codigo mensagem mensagem: type: string description: mensagem recMensagemRetornoValidacao: description: Mensagem de erro ao realizar validação (Centro de Custo, Conta Financeira, Conta Contábil e Projeto type: object required: – codigo – mensagem properties: codigo: type: integer format: int64 description: Código de erro da mensagem mensagem: type: string description: Descrição do erro da validação recExcluirRateioParametros: description: Parâmetros padrões para excluir rateio type: object required: – idMovimento properties: idMovimento: type: string description: UUID do movimento recGenerateChainedApportionment: description: Parâmetros padrões para gerar rateio encadeado type: object required: – apportionmentType – apportionments properties: apportionmentType: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo de movimento apportionments: type: array items: type: object allOf: – #/definitions/recGerarRateioParametros minimum: 1 description: rateios agrupadorId: type: string description: Identificador do agrupador para os rateios que utilizam esta informação recGerarRateioParametros: description: Parâmetros padrões para gerar rateio type: object required: – idMovimento – e070fil_id – valorBase – criRat properties: idMovimento: type: string description: UUID do movimento e070fil_id: type: string description: Filial valorBase: type: string description: Valor total do movimento movimentos: type: array items: type: string description: UUIDs dos movimentos do rateio de origem ou agrupador tipoMovimentoOrigem: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo de movimento da origem e091plf_id: type: string description: Conta Financeira (para rateio 100%) e045pla_id: type: string description: Conta Contábil (para rateio 100%) e044ccu_id: type: string description: Centro de Custos (para rateio 100%) e615prj_id: type: string description: Projeto e615fpj_id: type: string description: Fase do Projeto criRat: type: string allOf: – #/definitions/enumCriRat description: Critério idTransacao: type: string description: UUID da Transacao idFamilia: type: string description: UUID da Familia idDerivacao: type: string description: UUID do Produto idServico: type: string description: UUID do Serviço sequenciaMovimento: type: string maxLength: 10 description: Sequencia do Movimento somSub: type: string allOf: – #/definitions/enumSomSub description: Somar/Subtrair valores rateados nas contas ou centros de custos dataBase: type: string format: date description: Data Base dataMovimento: type: string format: date description: Data do movimento valorExcedente: type: string description: Valor excedente à herança recGerarRateioParametrosPedido: description: Record de parâmetros do rateio do pedido type: object required: – idMovimento – e070fil_id – valorBase – criRat properties: idMovimento: type: string description: UUID do movimento e070fil_id: type: string description: Filial valorBase: type: string description: Valor total do movimento herancas: type: array items: type: object allOf: – #/definitions/recHerancaRateio description: Heranças do rateio tipoMovimentoOrigem: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo de movimento da origem e091plf_id: type: string description: Conta Financeira (para rateio 100%) e045pla_id: type: string description: Conta Contábil (para rateio 100%) e044ccu_id: type: string description: Centro de Custos (para rateio 100%) e615prj_id: type: string description: Projeto e615fpj_id: type: string description: Fase do Projeto criRat: type: string allOf: – #/definitions/enumCriRat description: Critério idTransacao: type: string description: UUID da Transacao idFamilia: type: string description: UUID da Familia idDerivacao: type: string description: UUID do Produto idServico: type: string description: UUID do Serviço sequenciaMovimento: type: string maxLength: 10 description: Sequencia do Movimento somSub: type: string allOf: – #/definitions/enumSomSub description: Somar/Subtrair valores rateados nas contas ou centros de custos dataBase: type: string format: date description: Data Base quantidadeExcedente: type: string description: Quantidade excedente à herança recHerancaRateio: description: Record heranças do rateio type: object required: – movimentoId – quantidade properties: movimentoId: type: string description: Identificador do movimento quantidade: type: string description: Quantidade de itens do movimento recRateioConta: description: Rateio por conta type: object required: – idContaFinanceira – contaFinanceira – percentual – valorRateadoConta – rateiosCCusto properties: id: type: string description: Identificador único do rateio idContaFinanceira: type: string description: ID da conta financeira contaFinanceira: type: string description: Conta financeira reduzida idContaContabil: type: string description: ID da conta financeira contaContabil: type: string description: Conta contábil reduzida idProjeto: type: string description: ID da conta financeira projeto: type: string description: Número do projeto idFaseProjeto: type: string description: ID da conta financeira faseProjeto: type: string description: Código da fase do projeto percentual: type: number format: double description: Percentual rateado para a conta minimum: 0 maximum: 100 valorRateadoConta: type: string description: Valor rateado para a conta minimum: 0 rateiosCCusto: type: array items: type: object allOf: – #/definitions/recRateioCCusto minimum: 1 description: Rateio Centro de Custos recRateioCCusto: description: Rateio por centro de custos type: object required: – idCentroCusto – percentual – valor properties: idCentroCusto: type: string description: Identificador único do centro de custos rateio descCCusto: type: string description: Descrição do centro de custo percentual: type: number format: double description: Percentual rateado para o centro de custos minimum: 0 maximum: 100 valor: type: string description: Valor rateado para o centro de custos minimum: 0 observacao: type: string maxLength: 120 description: Observação do rateio recE070emp: description: Empresa type: object required: – id – codEmp – nomEmp properties: id: type: string description: Id da entidade codEmp: type: integer format: int64 description: Código da empresa nomEmp: type: string description: Nome da empresa recE070fil: description: Filial type: object required: – id – e070emp – codFil – nomFil properties: id: type: string description: Id da entidade e070emp: type: object allOf: – #/definitions/recE070emp description: Código da empresa codFil: type: integer format: int64 description: Código da filial nomFil: type: string description: Razão social da filial da empresa recInformacoesMovimento: description: Informações do Movimento type: object required: – id – codigo – descricao – labelInformacao properties: id: type: string description: id da informação codigo: type: string description: Código da Informação descricao: type: string description: Descrição da Informação labelInformacao: type: string description: Label da Informação recRateioProcessado: description: Objeto payload da publicação de eventos de sucesso e erro da geração de rateio type: object required: – idMovimento – valor properties: idMovimento: type: string description: UUID do movimento valor: type: string description: Valor total do movimento recRateioEncadeadoGerado: description: Objeto payload da publicação de eventos de geração de rateio encadeado type: object required: – idMovimento – tipoMovimento – valor – status properties: idMovimento: type: string description: UUID do movimento tipoMovimento: type: string allOf: – #/definitions/enumTipoMovimento description: Tipo do movimento valor: type: string description: Valor total do movimento status: type: string allOf: – #/definitions/enumTipoRetornoGerarRateio description: Tipo do retorno gerar rateio mensagem: type: array items: type: object allOf: – #/definitions/recMensagemRetornoGerarRateio description: Mensagem de retorno stackTrace: type: string description: Stack Trace recExcluirRateio: description: Objeto payload da publicação de eventos da geração de rateio type: object required: – idMovimento – status properties: idMovimento: type: string description: UUID do movimento status: type: string allOf: – #/definitions/enumTipoRetornoExcluirRateio description: Tipo do retorno gerar rateio mensagem: type: array items: type: object allOf: – #/definitions/recMensagemRetornoExcluirRateio description: Mensagem de retorno recMovimentoEstoqueSemRecalculo: description: Record com informações dos movimentos não recalculados type: object required: – movimentoId properties: movimentoId: type: string description: UUID do movimento msgErro: type: string description: Mensagem de erro recIntegracaoControladoria: description: Record com informações do indicativo de integração controladoria type: object properties: contabilidade: type: boolean description: Contabilidade default: false tributos: type: boolean description: Tributos default: false patrimonio: type: boolean description: Patrimônio default: false recRateioExclusao: description: Record com informações para a exclusão da composição do rateio type: object required: – origemRateio – idOrigem – tipoRateio – criterioRateio properties: origemRateio: type: string allOf: – #/definitions/enumOrigemRateio description: Origem do rateio idOrigem: type: string description: Identificador do registro conforme a origem tipoRateio: type: string allOf: – #/definitions/enumTipRsc description: Tipo do rateio criterioRateio: type: string allOf: – #/definitions/enumCriRat description: Critério do rateio recFiltros: description: Filtros de consulta type: object required: – empresa – pageRequest properties: empresa: type: object allOf: – #/definitions/recE070emp description: Empresa tipoRateio: type: array items: type: string allOf: – #/definitions/enumTipoRateio description: Tipo de rateio criterioRateio: type: array items: type: string allOf: – #/definitions/enumCriterioRateio description: Critério do rateio origem: type: array items: type: string allOf: – #/definitions/enumOrigemRateio description: Origem da parametrização transacao: type: array items: type: string description: Transação familia: type: array items: type: string description: Família item: type: array items: type: string description: Item pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação recPageRequest: description: Define a paginação da query type: object required: – offset – size properties: offset: type: integer format: int64 description: Número da página size: type: integer format: int64 description: Quantidade de registros por página orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy description: Campos da ordenação dos registros a serem pesquisados recFieldsOrderBy: description: Define o registro com os dados dos campos à serem ordenados type: object required: – field – order properties: field: type: string description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) recCadastrosRateio: description: Rateios cadastrados type: object required: – id – empresa – tipoRateio – criterio – origem – idOrigem – descricaoOrigem – rateioPai properties: id: type: string description: Identificador do cadastro do rateio empresa: type: object allOf: – #/definitions/recE070emp description: Empresa tipoRateio: type: string allOf: – #/definitions/enumTipoRateio description: Tipo de rateio criterio: type: string allOf: – #/definitions/enumCriRat description: Criterio origem: type: string allOf: – #/definitions/enumOrigemRateio description: Origem da parametrização idOrigem: type: string description: Identificador origem descricaoOrigem: type: string description: Descricao origem rateioPai: type: array items: type: object allOf: – #/definitions/recRateioPai minimum: 1 description: Rateio pai e070emp: description: Cadastros – Empresas type: object required: – id – codEmp – nomEmp – sigEmp properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome sigEmp: type: string maxLength: 100 description: Nome fantasia excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070empFinRat: description: Especialização – Rateio – Empresa type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e043mpcCodMpf: type: object allOf: – #/definitions/e043mpc description: Código do modelo de plano financeiro utilizado e043mpcCodMpu: type: object allOf: – #/definitions/e043mpc description: Código do modelo de plano de centro de custos utilizado estLef: type: boolean description: Lança movimentos de estoque no plano financeiro default: false recLtp: type: boolean description: Lança títulos de previsão do contas a receber no plano financeiro default: false pagLtp: type: boolean description: Lança títulos de previsão do contas a pagar no plano financeiro default: false sugCtb: type: boolean description: Sugere conta contábil no rateio plano financeiro default: true excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Cadastros – Filiais type: object required: – e070emp – codFil – nomFil – numCgc – sigFil properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 99999 nomFil: type: string maxLength: 100 description: Nome numCgc: type: string maxLength: 18 description: CPF/CNPJ da filial sigFil: type: string maxLength: 100 description: Sigla da filial excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070ger: description: Filial gerencial type: object required: – oriRat properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial oriRat: type: string allOf: – #/definitions/enumModOriRat description: Origem do rateio busRat: type: string description: Critério de rateio ctfCla: type: object allOf: – #/definitions/e091plf description: Conta Financeira a Classificar ctbCla: type: object allOf: – #/definitions/e045pla description: Conta Contabil a Classificar ccuCla: type: object allOf: – #/definitions/e044ccu description: Centro de Custo a Classificar ctaRed: type: object allOf: – #/definitions/e045pla description: Conta Contabil 1 ctaRcr: type: object allOf: – #/definitions/e045pla description: Conta Contabil 2 ctaFdv: type: object allOf: – #/definitions/e045pla description: Conta Contabil 3 ctaFcr: type: object allOf: – #/definitions/e045pla description: Conta Contabil 4 ctfEst: type: object allOf: – #/definitions/e091plf description: Conta financeira estoque ccuEst: type: object allOf: – #/definitions/e044ccu description: Centro de custo estoque excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e091plf: description: Plano Financeiro type: object required: – e070emp – ctaFin – desCta – anaSin – sitFin properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaFin: type: integer format: int64 description: Conta Financeira minimum: 0 maximum: 9999999 desCta: type: string maxLength: 250 description: Nomenclatura anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético sitFin: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e045pla: description: Plano Contábil type: object required: – e070emp – ctaRed – desCta – anaSin – sitCta properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaRed: type: integer format: int64 description: Conta Contábil minimum: 0 maximum: 9999999 desCta: type: string maxLength: 250 description: Nomenclatura anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético sitCta: type: string allOf: – #/definitions/enumSitReg description: Situação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e044ccu: description: Centros de Custos type: object required: – e070emp – codCcu – desCcu – anaSin – sitCcu – aceRat properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codCcu: type: string maxLength: 9 description: Código do centro de custos desCcu: type: string maxLength: 250 description: Descrição do centro de custos anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético sitCcu: type: string allOf: – #/definitions/enumSitReg description: Situação aceRat: type: boolean description: AceRat excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e615fpj: description: Financeiro – Projetos – Fases type: object required: – e615prj – codFpj – excluido properties: id: type: string format: uuid description: Id da entidade e615prj: type: object allOf: – #/definitions/e615prj description: Projeto codFpj: type: integer format: int64 description: Fase do Projeto minimum: 0 maximum: 9999 desFpj: type: string maxLength: 100 description: Descrição abrFpj: type: string maxLength: 20 description: Abreviatura aceRat: type: boolean description: Aceita Rateio sitFpj: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e615prj: description: Financeiro – Projetos type: object required: – e070emp – numPrj – abrPrj – sitPrj – excluido properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa numPrj: type: integer format: int64 description: Número Interno minimum: 0 maximum: 99999999 nomPrj: type: string maxLength: 150 description: Nome do projeto abrPrj: type: string maxLength: 20 description: Abreviatura sitPrj: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns: description: Tabelas – Transações type: object required: – codTns – desTns – lisMod – detTns – aceMan properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTns: type: string maxLength: 5 description: Transação desTns: type: string maxLength: 60 description: Descrição lisMod: type: string allOf: – #/definitions/enumLisMod description: Módulo detTns: type: string maxLength: 599 description: Detalhes Transação aceMan: type: boolean description: Aceita Manual 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 description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012fam: description: Cadastros – Famílias type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Código da empresa codFam: type: string maxLength: 6 description: Código da família de produto desFam: type: string maxLength: 50 description: Descrição da família de produto sitFam: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e043mpc: description: Modelo de plano financeiro type: object required: – codMpc – desMpc – tipPla – sitMpc properties: id: type: string format: uuid description: Id da entidade codMpc: type: integer format: int64 description: Código Modelo Plano minimum: 0 maximum: 9999 desMpc: type: string maxLength: 40 description: Descrição tipPla: type: string allOf: – #/definitions/enumTipPla description: Tipo Plano sitMpc: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075der: description: Cadastros – Produtos – Derivações type: object required: – codDer – desDer – e012fam – excluido 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 e012fam: type: object allOf: – #/definitions/e012fam description: Familia produto extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080ser: description: Cadastros – Serviços type: object required: – e070emp – codSer – desSer – e012fam – sitSer – excluido properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codSer: type: string maxLength: 14 description: Serviço desSer: type: string maxLength: 70 description: Descrição cplSer: type: string maxLength: 250 description: Complemento e012fam: type: object allOf: – #/definitions/e012fam description: Família qtdPad: type: number format: double description: Quantidade Padrão minimum: 0.00 maximum: 999999999.99999 obsSer: type: string maxLength: 999 description: Observação do Serviço sitSer: type: string allOf: – #/definitions/enumSitReg description: Situação e070fil: type: object allOf: – #/definitions/e070fil description: Filial do Serviço excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e012rat: description: Tabelas – Transações – Rateios type: object required: – e012fam – seqRat – tipRsc – criRat properties: id: type: string format: uuid description: Id da Entidade e012fam: type: object allOf: – #/definitions/e012fam description: Família seqRat: type: integer format: int64 description: Sequência de rateio maximum: 9999 tipRsc: type: string allOf: – #/definitions/enumTipRsc description: Tipo de rateio criRat: type: string allOf: – #/definitions/enumCriRat description: Critério utilizado para rateio e615prj: type: object allOf: – #/definitions/e615prj description: Número interno do projeto e615fpj: type: object allOf: – #/definitions/e615fpj description: Código da fase do projeto e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira e045pla: type: object allOf: – #/definitions/e045pla description: Conta contábil perCta: type: number format: double description: Percentual a ser rateado para a conta minimum: 0 maximum: 999.9999 e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo perRat: type: number format: double description: Percentual a ser rateado para o centro de custos minimum: 0 maximum: 999.9999 excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075rat: description: Tabelas – Transações – Rateios type: object required: – e075der – seqRat – tipRsc – criRat properties: id: type: string format: uuid description: Id da Entidade e075der: type: object allOf: – #/definitions/e075der description: Derivação seqRat: type: integer format: int64 description: Sequência de rateio maximum: 9999 tipRsc: type: string allOf: – #/definitions/enumTipRsc description: Tipo de rateio criRat: type: string allOf: – #/definitions/enumCriRat description: Critério utilizado para rateio e615prj: type: object allOf: – #/definitions/e615prj description: Número interno do projeto e615fpj: type: object allOf: – #/definitions/e615fpj description: Código da fase do projeto e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira e045pla: type: object allOf: – #/definitions/e045pla description: Conta contábil perCta: type: number format: double description: Percentual a ser rateado para a conta minimum: 0 maximum: 999.9999 e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo perRat: type: number format: double description: Percentual a ser rateado para o centro de custos minimum: 0 maximum: 999.9999 excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080rat: description: Tabelas – Serviços – Rateios type: object required: – e080ser – seqRat – tipRsc – criRat properties: id: type: string format: uuid description: Id da Entidade e080ser: type: object allOf: – #/definitions/e080ser description: Serviço seqRat: type: integer format: int64 description: Sequência de rateio maximum: 9999 tipRsc: type: string allOf: – #/definitions/enumTipRsc description: Tipo de rateio criRat: type: string allOf: – #/definitions/enumCriRat description: Critério utilizado para rateio e615prj: type: object allOf: – #/definitions/e615prj description: Número interno do projeto e615fpj: type: object allOf: – #/definitions/e615fpj description: Código da fase do projeto e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira e045pla: type: object allOf: – #/definitions/e045pla description: Conta contábil perCta: type: number format: double description: Percentual a ser rateado para a conta minimum: 0 maximum: 999.9999 e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo perRat: type: number format: double description: Percentual a ser rateado para o centro de custos minimum: 0 maximum: 999.9999 excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001rat: description: Tabelas – Transações – Rateios type: object required: – seqRat – tipRsc – criRat properties: id: type: string format: uuid description: Id da Entidade e001tns: type: object allOf: – #/definitions/e001tns description: Código da transação seqRat: type: integer format: int64 description: Sequência de rateio maximum: 9999 tipRsc: type: string allOf: – #/definitions/enumTipRsc description: Tipo de rateio criRat: type: string allOf: – #/definitions/enumCriRat description: Critério utilizado para rateio e615prj: type: object allOf: – #/definitions/e615prj description: Número interno do projeto e615fpj: type: object allOf: – #/definitions/e615fpj description: Código da fase do projeto e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira e045pla: type: object allOf: – #/definitions/e045pla description: Conta contábil perCta: type: number format: double description: Percentual a ser rateado para a conta minimum: 0 maximum: 999.9999 e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo perRat: type: number format: double description: Percentual a ser rateado para o centro de custos minimum: 0 maximum: 999.9999 excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: composicaoRateio: description: Composição do rateio type: object properties: id: type: string format: uuid description: Identificador gerado rateioId: type: string format: uuid description: Identificador do rateio origem: type: string description: Origem do rateio – FAMILIA, TRANSACAO, PRODUTO e SERVICO tipo: type: string description: Tipo – VC, VT e VU criterio: type: string description: Critério – V1, V3, V5 perContaFinanceira: type: number format: double description: Percentual conta financeira perCentroCusto: type: number format: double description: Percentual centro de custos origemId: type: string format: uuid description: Identificador da origem codigoOrigem: type: string description: Código da origem descricaoOrigem: type: string description: Descrição da origem empresaId: type: string format: uuid description: Identificador da empresa codigoEmpresa: type: number format: double description: Código da empresa nomeEmpresa: type: string description: Nome da empresa contaFinanceiraId: type: string format: uuid description: Identificador da conta financeira codigoContaFinanceira: type: number format: double description: Código da conta financeira descricaoContaFinanceira: type: string description: Descrição da conta financeira abreviacaoContaFinanceira: type: string description: Abreviação da conta financeira centroCustoId: type: string format: uuid description: Identificador do centro de custos codigoCentroCusto: type: string description: Código do centro de custos descricaoCentroCusto: type: string description: Descrição do centro de custos abreviacaoCentroCusto: type: string description: Abreviação do centro de custos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE