2.0info: 3.3.0 movimentacao_contabil description: Serviço da contabilidade para movimentação contábil x-senior-domain: erpx_cpl_ctb x-senior-domain-path: erpx_cpl_ctb x-senior-service-path: movimentacao_contabil contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_cpl_ctbsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /movimentacao_contabil/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 /movimentacao_contabil/queries/allowGenerateIncomeStatementBatch: post: description: Primitiva responsável por verificar se é permitido iniciar processo de apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId – batchDate properties: branchId: type: string description: Identificador da filial batchDate: type: string format: date description: Data do lote responses: 200: description: Ok schema: type: object required: – status properties: status: type: string allOf: – #/definitions/enumAllowGenerateIncomeStatementBatchStatus description: Indicativo de permissão para iniciar processo de apuração de resultados message: type: string description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva responsável por verificar se é permitido iniciar processo de apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: branchId description: Identificador da filial in: query required: true type: string – name: batchDate description: Data do lote in: query required: true type: string format: date responses: 200: description: Ok schema: type: object required: – status properties: status: type: string allOf: – #/definitions/enumAllowGenerateIncomeStatementBatchStatus description: Indicativo de permissão para iniciar processo de apuração de resultados message: type: string description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/journalEntryList: post: description: Query para retornar a listagem dos lançamentos contábeis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recJournalEntryList description: Parâmetros de entrada responses: 200: description: Ok schema: type: object required: – journalEntryList – totalElements properties: journalEntryList: type: array items: type: object allOf: – #/definitions/recJournalEntryData minimum: 1 description: Lista de lançamentos totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/getIncomeStatementParams: post: description: Obter informações dos parâmetros do lote de apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accountingLotId properties: accountingLotId: type: string description: Identificador do lote contábil responses: 200: description: Ok schema: type: object required: – incomeStatementParamsId – accountingLot – periodicity – defaultHistory – date – expenseAccount – revenueAccount – otherAccount – profitAccount – lossAccount – e640lotErpxt properties: incomeStatementParamsId: type: string description: Identificador dos parâmetros do lote de apuração de resultados accountingLot: type: object allOf: – #/definitions/recDefaultData description: Lote contábil periodicity: type: string allOf: – #/definitions/enumPerApuRes description: Periodicidade da apuração de resultados defaultHistory: type: object allOf: – #/definitions/recDefaultData description: Histórico padrão date: type: string format: date description: Data da apuração expenseAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo de despesas revenueAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo de receitas otherAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo outros profitAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de lucro lossAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de prejuízo e640lotErpxt: type: object allOf: – #/definitions/recDefaultData description: Informações da integração com a G5 – lote contábil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter informações dos parâmetros do lote de apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: accountingLotId description: Identificador do lote contábil in: query required: true type: string responses: 200: description: Ok schema: type: object required: – incomeStatementParamsId – accountingLot – periodicity – defaultHistory – date – expenseAccount – revenueAccount – otherAccount – profitAccount – lossAccount – e640lotErpxt properties: incomeStatementParamsId: type: string description: Identificador dos parâmetros do lote de apuração de resultados accountingLot: type: object allOf: – #/definitions/recDefaultData description: Lote contábil periodicity: type: string allOf: – #/definitions/enumPerApuRes description: Periodicidade da apuração de resultados defaultHistory: type: object allOf: – #/definitions/recDefaultData description: Histórico padrão date: type: string format: date description: Data da apuração expenseAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo de despesas revenueAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo de receitas otherAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória para o grupo outros profitAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de lucro lossAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de prejuízo e640lotErpxt: type: object allOf: – #/definitions/recDefaultData description: Informações da integração com a G5 – lote contábil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/getE640lctErpxt: post: description: Obter informações dos parâmetros de lançamentos integrados para o ERPXT tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accountingLctId properties: accountingLctId: type: string description: Identificador do lançamento contábil responses: 200: description: Ok schema: type: object required: – e640lctErpxt properties: e640lctErpxt: type: object allOf: – #/definitions/recDefaultData description: Informações da integração com a G5 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter informações dos parâmetros de lançamentos integrados para o ERPXT tags: – Queries x-senior-visibility: PRIVATE parameters: – name: accountingLctId description: Identificador do lançamento contábil in: query required: true type: string responses: 200: description: Ok schema: type: object required: – e640lctErpxt properties: e640lctErpxt: type: object allOf: – #/definitions/recDefaultData description: Informações da integração com a G5 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/getPredefinedParamsIncomeStatementBatch: post: description: Obter parâmetros pré definidos para apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId properties: branchId: type: string description: Identificador da filial responses: 200: description: Ok schema: type: object required: – branch – periodicity properties: branch: type: object allOf: – #/definitions/recDefaultData description: Filial periodicity: type: string allOf: – #/definitions/enumPerApuRes description: Periodicidade da apuração de resultados date: type: string format: date description: Data do lote expenseAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo de despesas revenueAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo de receitas otherAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo outros profitAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de padrão para lucros acumulados lossAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de padrão para prejuízos acumulados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter parâmetros pré definidos para apuração de resultados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: branchId description: Identificador da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – branch – periodicity properties: branch: type: object allOf: – #/definitions/recDefaultData description: Filial periodicity: type: string allOf: – #/definitions/enumPerApuRes description: Periodicidade da apuração de resultados date: type: string format: date description: Data do lote expenseAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo de despesas revenueAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo de receitas otherAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil transitória padrão para o grupo outros profitAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de padrão para lucros acumulados lossAccount: type: object allOf: – #/definitions/recDefaultData description: Conta contábil de padrão para prejuízos acumulados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/journalEntriesBatchList: post: description: Listagem de lotes contábeis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recEntriesBatchList description: Parametros de entrada responses: 200: description: Ok schema: type: object required: – batches – total properties: batches: type: array items: type: object allOf: – #/definitions/recBatch minimum: 1 description: Lotes contábeis total: type: integer format: int64 description: Total de regitros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/getJournalEntryData: post: description: Consulta para retornar os dados do lançamento contábil tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – journalEntryId properties: journalEntryId: type: string description: Journal Entry ID responses: 200: description: Ok schema: type: object required: – journalEntryId – company – branch – batch – journalEntryNumber – journalEntryDate – debitAccount – creditAccount – journalEntryValue – defaultHistory – complement – journalEntryHistory – observation – debitAccountCNPJCPF – creditAccountCNPJCPF – createBy – lastModifiedBy properties: journalEntryId: type: string description: Journal Entry ID company: type: object allOf: – #/definitions/recDefaultData description: Company branch: type: object allOf: – #/definitions/recDefaultData description: Branch batch: type: object allOf: – #/definitions/recDefaultData description: Batch journalEntryNumber: type: string description: Journal Entry Number journalEntryDate: type: string format: date description: Journal Entry Date debitAccount: type: object allOf: – #/definitions/recDefaultData description: Debt Account creditAccount: type: object allOf: – #/definitions/recDefaultData description: Credit Account ID journalEntryValue: type: string description: Journal Entry Value minimum: 0.00 maximum: 99999999999.9999 defaultHistory: type: object allOf: – #/definitions/recDefaultData description: Default History ID complement: type: string description: Complement journalEntryHistory: type: string description: journalEntryHistory observation: type: string description: Observation debitAccountCNPJCPF: type: object allOf: – #/definitions/recDefaultData description: Debit Account CNPJ/CPF creditAccountCNPJCPF: type: object allOf: – #/definitions/recDefaultData description: Credit Account CNPJ/CPF extemporaneousDate: type: string format: date description: Extemporaneous Date assessment: type: object allOf: – #/definitions/recAssessmentJournalEntry description: Assessment auxiliaryEntry: type: object allOf: – #/definitions/recAuxiliaryJournalEntryDataGroup description: Auxiliar createBy: type: string description: Criado por createdDate: type: string format: date-time description: Data criação lastModifiedBy: type: string description: Modificado por lastModifiedDate: type: string format: date-time description: Data modificação fact: type: string description: Fato documentOrigin: type: string description: Documento de origem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consulta para retornar os dados do lançamento contábil tags: – Queries x-senior-visibility: PRIVATE parameters: – name: journalEntryId description: Journal Entry ID in: query required: true type: string responses: 200: description: Ok schema: type: object required: – journalEntryId – company – branch – batch – journalEntryNumber – journalEntryDate – debitAccount – creditAccount – journalEntryValue – defaultHistory – complement – journalEntryHistory – observation – debitAccountCNPJCPF – creditAccountCNPJCPF – createBy – lastModifiedBy properties: journalEntryId: type: string description: Journal Entry ID company: type: object allOf: – #/definitions/recDefaultData description: Company branch: type: object allOf: – #/definitions/recDefaultData description: Branch batch: type: object allOf: – #/definitions/recDefaultData description: Batch journalEntryNumber: type: string description: Journal Entry Number journalEntryDate: type: string format: date description: Journal Entry Date debitAccount: type: object allOf: – #/definitions/recDefaultData description: Debt Account creditAccount: type: object allOf: – #/definitions/recDefaultData description: Credit Account ID journalEntryValue: type: string description: Journal Entry Value minimum: 0.00 maximum: 99999999999.9999 defaultHistory: type: object allOf: – #/definitions/recDefaultData description: Default History ID complement: type: string description: Complement journalEntryHistory: type: string description: journalEntryHistory observation: type: string description: Observation debitAccountCNPJCPF: type: object allOf: – #/definitions/recDefaultData description: Debit Account CNPJ/CPF creditAccountCNPJCPF: type: object allOf: – #/definitions/recDefaultData description: Credit Account CNPJ/CPF extemporaneousDate: type: string format: date description: Extemporaneous Date assessment: type: object allOf: – #/definitions/recAssessmentJournalEntry description: Assessment auxiliaryEntry: type: object allOf: – #/definitions/recAuxiliaryJournalEntryDataGroup description: Auxiliar createBy: type: string description: Criado por createdDate: type: string format: date-time description: Data criação lastModifiedBy: type: string description: Modificado por lastModifiedDate: type: string format: date-time description: Data modificação fact: type: string description: Fato documentOrigin: type: string description: Documento de origem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/getCreateBulkAccountingEntriesStatus: post: description: Obter a situação do processamento de um conjunto de lançamentos contábeis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ticket properties: ticket: type: string description: Identificador de controle da operação responses: 200: description: Ok schema: type: object required: – accountingLot – ticket – status – progress properties: accountingLot: type: object allOf: – #/definitions/accountingLotIdentifier description: Identificação do lote contábil ticket: type: string description: Identificador de controle da operação status: type: string allOf: – #/definitions/ticketStatus description: Situação do processamento de um conjunto de lançamentos contábeis progress: type: number format: double description: Progresso do processamento minimum: 0.00 maximum: 100.00 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter a situação do processamento de um conjunto de lançamentos contábeis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: ticket description: Identificador de controle da operação in: query required: true type: string responses: 200: description: Ok schema: type: object required: – accountingLot – ticket – status – progress properties: accountingLot: type: object allOf: – #/definitions/accountingLotIdentifier description: Identificação do lote contábil ticket: type: string description: Identificador de controle da operação status: type: string allOf: – #/definitions/ticketStatus description: Situação do processamento de um conjunto de lançamentos contábeis progress: type: number format: double description: Progresso do processamento minimum: 0.00 maximum: 100.00 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/existsJournalEntry: post: description: Verificação se existe lançamento contábil tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – exists properties: exists: type: boolean description: Retorno indicando se há registro de lançamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verificação se existe lançamento contábil tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – exists properties: exists: type: boolean description: Retorno indicando se há registro de lançamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/queries/exportE070empCplCtb: 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 /movimentacao_contabil/queries/exportE069gre: 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 /movimentacao_contabil/queries/exportE006pai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/queries/exportE070filCplCtb: 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 /movimentacao_contabil/queries/exportE064seg: 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 /movimentacao_contabil/queries/exportE007ufs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/exportE008rai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/queries/exportE095pes: 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 /movimentacao_contabil/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 /movimentacao_contabil/queries/exportE640lot: 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 /movimentacao_contabil/queries/exportE046hpd: 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 /movimentacao_contabil/queries/exportE640lct: 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 /movimentacao_contabil/queries/exportE640Batch: 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 /movimentacao_contabil/queries/exportE640BatchItem: 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 /movimentacao_contabil/queries/exportE640scl: 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 /movimentacao_contabil/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 /movimentacao_contabil/queries/exportE640lctRat: 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 /movimentacao_contabil/queries/exportE045pca: 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 /movimentacao_contabil/queries/exportE642lct: 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 /movimentacao_contabil/queries/exportE045cxa: 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 /movimentacao_contabil/queries/exportE045cxc: 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 /movimentacao_contabil/queries/exportBulkAccountingEntriesTicket: 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 /movimentacao_contabil/queries/exportBulkAccountingEntry: 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 /movimentacao_contabil/queries/exportIncomeStatementParams: 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 /movimentacao_contabil/queries/exportE640lotErpxt: 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 /movimentacao_contabil/queries/exportE640lctErpxt: 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 /movimentacao_contabil/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 /movimentacao_contabil/actions/createAccountingEntries: post: description: Realizar a geração de lançamentos contábeis relacionados a um lote tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – accountingEntries properties: accountingLotId: type: string description: Identificação do lote contábil accountingEntries: type: array items: type: object allOf: – #/definitions/recAccountingEntries minimum: 1 description: Lista de lançamentos contábeis responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Identificador de controle da operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/verifyAuxiliaryBookAccount: post: description: Verifica se uma conta auxiliar é válida tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – bookAccountId – auxiliaryBookAccountId properties: companyId: type: string description: Identificador da empresa bookAccountId: type: string description: ID da conta contabil auxiliaryBookAccountId: type: string description: Identificador da conta auxiliar responses: 200: description: Ok schema: type: object required: – auxiliaryBookAccount properties: auxiliaryBookAccount: type: boolean description: Flag de validade da conta auxiliar message: type: array items: type: object allOf: – #/definitions/recValidationMessages description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateIncomeStatementBatch: post: description: Gerar lote de apuração de resultados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branchId – batchDate – defaulHistoryId – accounts properties: processId: type: string description: Identificador do processo branchId: type: string description: Identificador da filial batchDate: type: string format: date description: Data do lote defaulHistoryId: type: string description: Identificador do histórico padrão accounts: type: object allOf: – #/definitions/recIncomeStatementAccounts description: Contas contábeis responses: 200: description: Ok schema: type: object required: – batchId – batchNumber – company – branch properties: batchId: type: string description: Identificador do lote batchNumber: type: integer format: int64 description: Número do Lote company: type: object allOf: – #/definitions/recDefaultData description: Empresa branch: type: object allOf: – #/definitions/recDefaultData description: Filial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportGeneralLedgerCostCenter: post: description: Geração do relatório Razão Centro de Custo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e070empId – initialDate – finalDate – printTypeBook properties: e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial initialDate: type: string format: date description: Data Inicial finalDate: type: string format: date description: Data Final codCcu: type: array items: type: string description: Lista de Centro de Custo book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 bookSize: type: integer format: int64 description: Tamanho do Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/persistJournalEntryBatch: post: description: Persiste lote de lançamento manual tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – branchId – batchDate properties: processId: type: string description: Identificador do processo companyId: type: string description: Identificador da empresa branchId: type: string description: Identificador da filial batchId: type: string description: Identificador do lote batchType: type: string allOf: – #/definitions/enumTipLct description: Tipo do lançamento batchDate: type: string format: date description: Data do lote batchOrigin: type: string allOf: – #/definitions/enumOriLct description: Origem do lançamento responses: 200: description: Ok schema: type: object required: – batchId – batchNumber – batchOrigin – company – branch properties: batchId: type: string description: Identificador do lote batchNumber: type: integer format: int64 description: Número do Lote batchOrigin: type: string allOf: – #/definitions/enumOriLct description: Origem do lançamento company: type: object allOf: – #/definitions/recDefaultData description: Empresa branch: type: object allOf: – #/definitions/recDefaultData description: Filial 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/persistJournalEntry: post: description: Persist a journal entry with the given parameters tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId – batchId – branchId – journalEntryDate – journalEntryValue – apportionmentType – auxiliaryAccountType properties: journalEntryId: type: string description: Journal Entry ID (Optional) companyId: type: string description: Company ID batchId: type: string description: Batch ID accountingFact: type: integer format: int64 description: Accounting Fact fact: type: string description: Fact branchId: type: string description: Branch ID journalEntryDate: type: string format: date description: Journal Entry Date debitAccountId: type: string description: Debt Account ID creditAccountId: type: string description: Credit Account ID journalEntryValue: type: string description: Journal Entry Value minimum: 0.00 maximum: 99999999999.99 defaultHistoryId: type: string description: Default History ID complement: type: string maxLength: 250 description: Complement journalEntryHistory: type: string maxLength: 250 description: Journal Entry History observation: type: string description: Observation documentControlNumber: type: string maxLength: 12 description: Document Control Number debitAccountCNPJCPF: type: string description: Debt Account CNPJ/CPF creditAccountCNPJCPF: type: string description: Credit Account CNPJ/CPF extemporaneousDate: type: string format: date description: Extemporaneous Date status: type: string allOf: – #/definitions/enumSitLct description: Status apportionmentType: type: string allOf: – #/definitions/enumTipRat description: Apportionment Type auxiliaryAccountType: type: string allOf: – #/definitions/enumTipAux description: Auxiliary Account Type spedNumber: type: string description: SPED Number assessment: type: object allOf: – #/definitions/recAssessmentJournalEntry description: Assessment auxiliary: type: object allOf: – #/definitions/recAuxiliaryJournalEntryGroup description: Lançamentos auxiliares responses: 200: description: Ok schema: type: object required: – journalEntryId – journalEntryNumber – batchNumber properties: journalEntryId: type: string description: Journal Entry ID journalEntryNumber: type: string description: Journal Entry Number batchNumber: type: string description: Batch Number 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/verifyBookAccount: 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: – companyId – bookAccountId – onlyManual properties: companyId: type: string description: Identificador da empresa bookAccountId: type: string description: Identificador da conta contábil onlyAnalyticAccount: type: boolean description: Flag para identificar que só aceita contas analíticas onlyManual: type: boolean description: Somente manual responses: 200: description: Ok schema: type: object required: – validAccount properties: validAccount: type: boolean description: Identifica se a conta contabil é válida message: type: array items: type: object allOf: – #/definitions/recValidationMessages description: Mensagens de erro da validação da conta contábil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/verifyCostCenter: 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: – companyId – costCenterId properties: companyId: type: string description: Identificador da empresa costCenterId: type: string description: Identificador do centro de custo bookAccountId: type: string description: Identificador da conta contábil onlyAcceptApportionment: type: boolean description: Flag aceita rateio onlyAcceptAnalytical: type: boolean description: Flag somente centros de custos analíticos responses: 200: description: Ok schema: type: object required: – validCostCenter properties: validCostCenter: type: boolean description: Flag de validade do centro de custo message: type: array items: type: object allOf: – #/definitions/recValidationMessages description: Mensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportBalanceSheetPatrimonial: post: description: Geração do relatório de Balanço Patrimonial tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e070empId – e070filId – period – e043mpcId – showExplanatoryNote – printTypeBook properties: e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial period: type: string format: date description: Período e043mpcId: type: string description: ID Plano de contas referencial SPED showExplanatoryNote: type: boolean description: Exibir nota explicativa book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportIncomeStatement: post: description: Geração do relatório de Demonstrativo de Resultados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e070empId – e070filId – period – e043mpcId – showExplanatoryNote – printTypeBook properties: e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial period: type: string format: date description: Período e043mpcId: type: string description: ID Plano de contas referencial SPED showExplanatoryNote: type: boolean description: Exibir nota explicativa book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportOpeningAndClosingTerm: post: description: Geração do relatório Termo de abertura e encerramento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – reportTypeOpeningAndClosingTerm – reportAccountBook – initialDate – finalDate – e070empId – e070filId – local – dateDocument – book – printTypeBook – initialPageSheetNumber – finalPageSheetNumber properties: reportTypeOpeningAndClosingTerm: type: string allOf: – #/definitions/enumReportTypeOpeningAndClosingTerm description: Tipo Relatório Abertura ou Encerramento reportAccountBook: type: string allOf: – #/definitions/enumReportAccountBook description: Livro Contábil initialDate: type: string format: date description: Período Inicial finalDate: type: string format: date description: Período Final e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial note: type: string maxLength: 300 description: Observação local: type: string maxLength: 50 description: Local dateDocument: type: string format: date description: Data do Documento book: type: integer format: int64 description: Livro minimum: 0 maximum: 999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por initialPageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999 finalPageSheetNumber: type: integer format: int64 description: Folha/Página final minimum: 0 maximum: 9999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/createBulkAccountingEntriesAsync: post: description: Criar lançamentos contábeis de forma assíncrona tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – accountingEntries properties: processIdentifier: type: string description: Identificador do processo accountingLotId: type: string description: Identificação do lote contábil accountingEntries: type: array items: type: object allOf: – #/definitions/accountingEntryData minimum: 1 description: Lançamentos contábeis responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Identificador de controle da operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/performAccountingIntegration: post: description: Realizar integração contábil tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – branches – startDate – endDate – modules properties: branches: type: array items: type: string minimum: 1 description: Identificadores das filiais startDate: type: string format: date description: Perído inicial endDate: type: string format: date description: Perído final modules: type: array items: type: string allOf: – #/definitions/enumOriLct minimum: 1 description: Lista dos módulos das origens dos lançamentos responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Ticket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportGeneralJournal: post: description: Geração do relatório Diário Contábil tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – consolidatedReporting – pageBreak – e070empId – initialDate – finalDate – printTypeBook properties: consolidatedReporting: type: boolean description: Demonstrativo Consolidado pageBreak: type: string allOf: – #/definitions/enumPageBreak description: Quebra de Página e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial initialDate: type: string format: date description: Data Inicial finalDate: type: string format: date description: Data Final ctaRed: type: array items: type: integer format: int64 description: Lista de códigos de conta contábil book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 bookSize: type: integer format: int64 description: Tamanho do Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportGeneralLedgerAccounting: post: description: Geração do relatório Razão Contábil tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – consolidatedReporting – totalsBalances – e070empId – initialDate – finalDate – listAccountWithAccountEntry – printTypeBook properties: consolidatedReporting: type: boolean description: Demonstrativo Consolidado totalsBalances: type: array items: type: string allOf: – #/definitions/enumTotalsBalances minimum: 1 description: Totaliza Saldos e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial initialDate: type: string format: date description: Data Inicial finalDate: type: string format: date description: Data Final ctaRed: type: array items: type: integer format: int64 description: Lista de Conta Contábil listAccountWithAccountEntry: type: boolean description: Listar somente conta com movimento book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 bookSize: type: integer format: int64 description: Tamanho do Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportBalanceSheet: post: description: Geração do relatório Balancete Contábil tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – reportTypeBalanceSheet – consolidatedReporting – initialDate – finalDate – e070empId – listAccountWithAccountEntry – printTypeBook properties: reportTypeBalanceSheet: type: string allOf: – #/definitions/enumReportTypeBalanceSheet description: Tipo Relatório Balancete consolidatedReporting: type: boolean description: Demonstrativo Consolidado initialDate: type: string format: date description: Data Inicial finalDate: type: string format: date description: Data Final e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial ctaRed: type: array items: type: integer format: int64 description: Lista de Conta Contábil listAccountWithAccountEntry: type: boolean description: Listar somente conta com movimento disregardCalculation: type: boolean description: Desconsiderar apuração de resultado do período default: false disregardCalculationPrevius: type: boolean description: Desconsiderar apuração de resultado de períodos anteriores default: false firstPeriod: type: string format: date description: Período inicial da apuração anterior book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 bookSize: type: integer format: int64 description: Tamanho do Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/generateReportExplanatoryNote: post: description: Geração do relatório Nota Explicativa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – e070empId – e070filId – period – printTypeBook properties: e070empId: type: string description: ID Empresa e070filId: type: string description: ID Filial period: type: string format: date description: Período e043mpcId: type: string description: ID Plano de contas referencial SPED book: type: integer format: int64 description: Livro minimum: 0 maximum: 9999999 printTypeBook: type: string allOf: – #/definitions/enumPrintTypeBook description: Imprimir Por pageSheetNumber: type: integer format: int64 description: Folha/Página inicial minimum: 0 maximum: 9999999 shared: type: boolean description: Indicativo se o relatório é shared default: true responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/actions/importE070empCplCtb: 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 /movimentacao_contabil/actions/importE069gre: 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 /movimentacao_contabil/actions/importE006pai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/actions/importE070filCplCtb: 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 /movimentacao_contabil/actions/importE064seg: 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 /movimentacao_contabil/actions/importE007ufs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/importE008rai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/actions/importE095pes: 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 /movimentacao_contabil/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 /movimentacao_contabil/actions/importE640lot: 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 /movimentacao_contabil/actions/importE046hpd: 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 /movimentacao_contabil/actions/importE640lct: 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 /movimentacao_contabil/actions/importE640Batch: 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 /movimentacao_contabil/actions/importE640BatchItem: 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 /movimentacao_contabil/actions/importE640scl: 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 /movimentacao_contabil/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 /movimentacao_contabil/actions/importE640lctRat: 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 /movimentacao_contabil/actions/importE045pca: 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 /movimentacao_contabil/actions/importE642lct: 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 /movimentacao_contabil/actions/importE045cxa: 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 /movimentacao_contabil/actions/importE045cxc: 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 /movimentacao_contabil/actions/importBulkAccountingEntriesTicket: 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 /movimentacao_contabil/actions/importBulkAccountingEntry: 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 /movimentacao_contabil/actions/importIncomeStatementParams: 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 /movimentacao_contabil/actions/importE640lotErpxt: 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 /movimentacao_contabil/actions/importE640lctErpxt: 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 /movimentacao_contabil/signals/processAllJournalEntriesBatch: post: description: Processamento de lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recJournalEntriesBatch description: Parametros de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/updateIncomeStatementBatchStatus: post: description: Processar a atualização da situação do lote de apuração de resultados após processamento tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – status properties: accountingLotId: type: string description: Identificador do lote de apuração de resultados status: type: string allOf: – #/definitions/enumUpdateIncomeStatementBatchStatus description: Status da atualização errorMessage: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/updateImportAccountingBatchStatus: post: description: Processar a atualização da situação do lote de importação após processamento tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – status properties: accountingLotId: type: string description: Identificador do lote de apuração de resultados status: type: string allOf: – #/definitions/enumUpdateImportBatchStatus description: Status da atualização errorMessage: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/updateIntegrationBatchStatus: post: description: Processar a atualização da situação do lote com origem na integração contábil. tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – status properties: accountingLotId: type: string description: Identificador do lote de apuração de resultados status: type: string allOf: – #/definitions/enumUpdateImportBatchStatus description: Status da atualização errorMessage: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/doWork: post: description: Processa o work tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – taskId – workers – workerName – lastWorkId – pid properties: taskId: type: string description: Identificador da task workers: type: integer format: int64 description: Número de workers workerName: type: string description: Nome do worker lastWorkId: type: string description: identificador do último work alocado pid: type: string description: Identificador do PID responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/updateAccountingLotToDeleted: post: description: Processa exclusão do lote contábil após exclusão no integrador tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accountingLotId – deletingStatus properties: accountingLotId: type: string description: Identificador do lote contábil excluído deletingStatus: type: string allOf: – #/definitions/deletingStatus description: Status da exclusão errorMessage: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/processJournalEntriesBatch: post: description: Processa lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchIds properties: batchIds: type: array items: type: string minimum: 1 description: Lista de lotes responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640lotValidated: post: description: Lote validado tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: string description: Identificador do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640lotValidatedWithErrors: post: description: Lote validado com Erros tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: string description: Identificador do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/geraItemsParaAtualizarSaldo: post: description: Validação individual de cada lote – Sinaliza que o lote compoem um Batch tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: array items: type: string minimum: 1 description: Identificador do Lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640BatchCreated: post: description: Validação individual de cada lote – Sinaliza que o lote compoem um Batch tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: string description: Identificador do Lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640ReversalBatchCreated: post: description: Validação individual de cada lote – Sinaliza que o lote compoem um Batch tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: string description: Identificador do Lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640BatchItemUpdated: post: description: Sinalizado que o BatchItem foi atualizado tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640BatchItemId properties: e640BatchItemId: type: string description: Identificador do BatchItemId responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/removeJournalEntries: post: description: Sinal para exclusão de lançamentos contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – journalEntryListId properties: journalEntryListId: type: array items: type: string minimum: 1 description: Lista de Ids dos lançamentos a serem excluídos responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/removeAllJournalEntry: post: description: Sinal para exclusão de lançamentos contábeis – filtro tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recRemoveAllJournalEntry description: Parâmetros de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/revertProcessingJournalEntriesBatch: post: description: Reverter processamento de lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchIds properties: batchIds: type: array items: type: string minimum: 1 description: Lista de identificadores de lote contábil responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/revertAllProcessingJournalEntriesBatch: post: description: Reverter processamento de lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recJournalEntriesBatch description: Parametros de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/e640ExclusionBatchCreated: post: description: Sinalizado que o BatchItem foi atualizado tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640lotId properties: e640lotId: type: string description: Identificador do Lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/deleteJournalEntriesBatch: post: description: Excluir lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – batchIds properties: batchIds: type: array items: type: string minimum: 1 description: Lista de identificadores de lote contábil responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/deleteAllJournalEntriesBatch: post: description: Excluir processamento de lotes contábeis tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recJournalEntriesBatch description: Parametros de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/bulkAccountingEntriesTicketCreated: post: description: Ticket para bulkAccountingEntries criado tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – bulkAccountingEntriesTicketId – accountingEntries properties: bulkAccountingEntriesTicketId: type: string description: Identificador do ticket accountingEntries: type: array items: type: object allOf: – #/definitions/accountingEntryData minimum: 1 description: Lançamentos contábeis responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/integrationTaskFinished: post: description: Evento que sinaliza a finalização da task tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – taskId – taskStatus properties: taskId: type: string description: Identificador da task taskStatus: type: string allOf: – #/definitions/taskStatus description: Status da task responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/integrationTicketFinished: post: description: Evento que sinaliza a finalização do ticket tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – ticketId – ticketStatus properties: ticketId: type: string description: Identificador do ticket ticketStatus: type: string allOf: – #/definitions/ticketStatus description: Status de finalização do ticket errorMsg: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/processIntegrationTask: post: description: Evento responsável por iniciar o processamento da task paralelizada tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – taskId – workerName – workers – lastWorkId properties: taskId: type: string description: Identificador da task workerName: type: string description: Nome do worker workers: type: integer format: int64 description: Número de workers lastWorkId: type: string description: identificador do último work alocado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/startIntegration: post: description: Inicia a criação e processamento das tasks tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – ticketId – companyId – branchId – startDate – endDate properties: ticketId: type: string description: Ticket – Id do ticket companyId: type: string description: Identificador da empresa branchId: type: string description: Identificador da filial startDate: type: string format: date description: Data inicial endDate: type: string format: date description: Data final responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/finishIntegrationTaskWithError: post: description: Finaliza a task com erro tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – taskId properties: taskId: type: string description: id da task errorMsg: type: string description: Mensagem de erro responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/startAccountingBatchXtIntegration: post: description: Signal que inicia a busca do payload do lote para envio ao xt-integration para a integração com a g5 tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/startAccountingEntriesXtIntegration: post: description: Disparar a geração dos lançamentos contábeis do lote tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Identificador do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/startAccountingBatchProcessXtIntegration: post: description: Disparar a geração do processamento do lote tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Identificador do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/processJournalEntriesIntegrationXtResponse: post: description: Resposta da integração dos lançamentos contábeis com XT tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – itensToProcess properties: itensToProcess: type: array items: type: object allOf: – #/definitions/recGenerateJournalEntryResponsePayload minimum: 1 description: Itens para processamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/processGenAccountingBatchIntegrationXtResponse: post: description: Resposta da integração dos lotes contábeis com XT tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – itensToProcess properties: itensToProcess: type: object allOf: – #/definitions/recGenerateBatchResponsePayload description: Itens para processamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/processAccountingBatchIntegrationXtResponse: post: description: Integração de processamento do lote com o XT tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – itensToProcess properties: itensToProcess: type: object allOf: – #/definitions/recBatchXTResponsePayload description: Itens para processamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/finishProcessAccountingIntegration: post: description: Integração de processamento do lote com o XT tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – e640LotIds properties: e640LotIds: type: array items: type: string minimum: 1 description: Id do lote de integração responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/signals/startRollbackAccountingBatchProcessXtIntegration: post: description: Disparar a reversão do lote tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Identificador do lote responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/journalEntryBatchExcluded: post: description: Evento para exclusão do lote x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – accountingLot properties: processId: type: string description: Id do processo company: type: string description: Id da empresa accountingLot: type: object allOf: – #/definitions/accountingLotData description: Lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/createBulkAccountingEntriesFinished: post: description: Evento emitido ao finalizar a criação de um conjunto de lançamentos contábeis x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – accountingLot – ticket – status properties: processIdentifier: type: string description: Identificador do processo accountingLot: type: object allOf: – #/definitions/accountingLotIdentifier description: Identificação do lote contábil ticket: type: string description: Identificador de controle da operação status: type: string allOf: – #/definitions/ticketStatus description: Situação do processamento de um conjunto de lançamentos contábeis message: type: string description: Mensagem contendo detalhes da situação entries: type: array items: type: object allOf: – #/definitions/bulkAccountingEntryInfo description: Identifiers responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVven: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVest: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVrec: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVcpr: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVpag: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/generateJournalEntryBatchSuccess: post: description: Evento publicado ao gerar lote contábil x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – id – origin properties: processId: type: string description: Identificador do processo id: type: string description: Identificador do lote contábil origin: type: string allOf: – #/definitions/enumOriLct description: Origem do lote contábil responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/generateJournalEntryBatchError: post: description: Evento publicado quando ocorrer erro ao gerar lote contábil x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – origin properties: processId: type: string description: Identificador do processo origin: type: string allOf: – #/definitions/enumOriLct description: Origem do lote contábil message: type: string description: Mensagem de erro stackTrace: type: string description: Stack tarce do erro responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/eventExclusionBatchVtes: post: description: Evento de exclusão do lote do módulo VVEN x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recParamsExclusionBatchModuleDefault description: Paramêtros de exclusão do lote responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/events/importE070empCplCtbEvent: post: description: 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 /movimentacao_contabil/events/exportE070empCplCtbEvent: post: description: 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 /movimentacao_contabil/events/importE069greEvent: post: description: 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 /movimentacao_contabil/events/exportE069greEvent: post: description: 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 /movimentacao_contabil/events/importE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/exportE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/events/importE070filCplCtbEvent: post: description: 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 /movimentacao_contabil/events/exportE070filCplCtbEvent: post: description: 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 /movimentacao_contabil/events/importE064segEvent: post: description: 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 /movimentacao_contabil/events/exportE064segEvent: post: description: 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 /movimentacao_contabil/events/importE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/exportE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/importE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/exportE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/importE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/exportE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/events/importE095pesEvent: post: description: 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 /movimentacao_contabil/events/exportE095pesEvent: post: description: 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 /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/events/importE640lotEvent: post: description: 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 /movimentacao_contabil/events/exportE640lotEvent: post: description: 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 /movimentacao_contabil/events/importE046hpdEvent: post: description: 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 /movimentacao_contabil/events/exportE046hpdEvent: post: description: 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 /movimentacao_contabil/events/importE640lctEvent: post: description: 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 /movimentacao_contabil/events/exportE640lctEvent: post: description: 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 /movimentacao_contabil/events/importE640BatchEvent: post: description: 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 /movimentacao_contabil/events/exportE640BatchEvent: post: description: 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 /movimentacao_contabil/events/importE640BatchItemEvent: post: description: 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 /movimentacao_contabil/events/exportE640BatchItemEvent: post: description: 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 /movimentacao_contabil/events/importE640sclEvent: post: description: 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 /movimentacao_contabil/events/exportE640sclEvent: post: description: 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 /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/events/importE640lctRatEvent: post: description: 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 /movimentacao_contabil/events/exportE640lctRatEvent: post: description: 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 /movimentacao_contabil/events/importE045pcaEvent: post: description: 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 /movimentacao_contabil/events/exportE045pcaEvent: post: description: 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 /movimentacao_contabil/events/importE642lctEvent: post: description: 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 /movimentacao_contabil/events/exportE642lctEvent: post: description: 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 /movimentacao_contabil/events/importE045cxaEvent: post: description: 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 /movimentacao_contabil/events/exportE045cxaEvent: post: description: 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 /movimentacao_contabil/events/importE045cxcEvent: post: description: 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 /movimentacao_contabil/events/exportE045cxcEvent: post: description: 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 /movimentacao_contabil/events/importBulkAccountingEntriesTicketEvent: post: description: 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 /movimentacao_contabil/events/exportBulkAccountingEntriesTicketEvent: post: description: 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 /movimentacao_contabil/events/importBulkAccountingEntryEvent: post: description: 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 /movimentacao_contabil/events/exportBulkAccountingEntryEvent: post: description: 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 /movimentacao_contabil/events/importIncomeStatementParamsEvent: post: description: 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 /movimentacao_contabil/events/exportIncomeStatementParamsEvent: post: description: 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 /movimentacao_contabil/events/importE640lotErpxtEvent: post: description: 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 /movimentacao_contabil/events/exportE640lotErpxtEvent: post: description: 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 /movimentacao_contabil/events/importE640lctErpxtEvent: post: description: 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 /movimentacao_contabil/events/exportE640lctErpxtEvent: post: description: 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 /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/entities/e070empCplCtb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070empCplCtb responses: 200: description: The created resource schema: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070empCplCtb responses: 200: description: The created resource schema: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e070empCplCtb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070empCplCtb responses: 200: description: Ok schema: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070empCplCtb responses: 200: description: Ok schema: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070empCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e070empCplCtb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070empCplCtb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e069gre: 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/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e069gre/{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/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e006pai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e006pai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/entities/e070filCplCtb: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filCplCtb responses: 200: description: The created resource schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e070filCplCtb responses: 200: description: The created resource schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e070filCplCtb/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070filCplCtb responses: 200: description: Ok schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e070filCplCtb responses: 200: description: Ok schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e070filCplCtb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filCplCtb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e064seg: 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/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e064seg/{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/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e007ufs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e007ufs/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e008rai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e008rai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e001pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e001pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e095pes: 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/e095pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e095pes/{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/e095pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/entities/e640lot: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lot responses: 200: description: The created resource schema: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lot responses: 200: description: The created resource schema: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lot/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lot responses: 200: description: Ok schema: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lot responses: 200: description: Ok schema: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lot/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640lot responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e046hpd: 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/e046hpd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e046hpd/{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/e046hpd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lct responses: 200: description: The created resource schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lct responses: 200: description: The created resource schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lct responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lct responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lot/{parentId}/e640lct: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640lct responses: 200: description: The created resources schema: type: array items: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640lct responses: 200: description: The created resources schema: type: array items: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lot/{parentId}/e640lct/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lct responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lct responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640lct responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640Batch: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640Batch responses: 200: description: The created resource schema: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640Batch responses: 200: description: The created resource schema: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640Batch/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640Batch responses: 200: description: Ok schema: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640Batch responses: 200: description: Ok schema: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640Batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640Batch/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640Batch responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640BatchItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640BatchItem responses: 200: description: The created resource schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640BatchItem responses: 200: description: The created resource schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640BatchItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640BatchItem responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640BatchItem responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640Batch/{parentId}/e640BatchItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640BatchItem responses: 200: description: The created resources schema: type: array items: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640BatchItem responses: 200: description: The created resources schema: type: array items: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640Batch/{parentId}/e640BatchItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640BatchItem responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640BatchItem responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640BatchItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640BatchItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640BatchItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640scl: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640scl responses: 200: description: The created resource schema: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640scl responses: 200: description: The created resource schema: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640scl/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640scl responses: 200: description: Ok schema: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640scl responses: 200: description: Ok schema: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640scl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640scl/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640scl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/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 /movimentacao_contabil/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 /movimentacao_contabil/entities/e640lctRat: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lctRat responses: 200: description: The created resource schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lctRat responses: 200: description: The created resource schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lctRat/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctRat responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctRat responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/{parentId}/e640lctRat: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640lctRat responses: 200: description: The created resources schema: type: array items: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e640lctRat responses: 200: description: The created resources schema: type: array items: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/{parentId}/e640lctRat/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctRat responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctRat responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lctRat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lctRat/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640lctRat responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045pca: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e045pca responses: 200: description: The created resource schema: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e045pca responses: 200: description: The created resource schema: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045pca/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e045pca responses: 200: description: Ok schema: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e045pca responses: 200: description: Ok schema: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e045pca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045pca/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e045pca responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e642lct: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e642lct responses: 200: description: The created resource schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e642lct responses: 200: description: The created resource schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e642lct/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e642lct responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e642lct responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/{parentId}/e642lct: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e642lct responses: 200: description: The created resources schema: type: array items: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/e642lct responses: 200: description: The created resources schema: type: array items: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lct/{parentId}/e642lct/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e642lct responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e642lct responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e642lct 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e642lct/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e642lct responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045cxa: 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/e045cxa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045cxa/{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/e045cxa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045cxc: 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/e045cxc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e045cxc/{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/e045cxc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntriesTicket: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bulkAccountingEntriesTicket responses: 200: description: The created resource schema: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bulkAccountingEntriesTicket responses: 200: description: The created resource schema: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntriesTicket/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bulkAccountingEntriesTicket responses: 200: description: Ok schema: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bulkAccountingEntriesTicket responses: 200: description: Ok schema: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/bulkAccountingEntriesTicket 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntriesTicket/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/bulkAccountingEntriesTicket responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntry: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bulkAccountingEntry responses: 200: description: The created resource schema: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bulkAccountingEntry responses: 200: description: The created resource schema: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntry/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bulkAccountingEntry responses: 200: description: Ok schema: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bulkAccountingEntry responses: 200: description: Ok schema: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/bulkAccountingEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/bulkAccountingEntry/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/bulkAccountingEntry responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/incomeStatementParams: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/incomeStatementParams responses: 200: description: The created resource schema: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/incomeStatementParams responses: 200: description: The created resource schema: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/incomeStatementParams/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/incomeStatementParams responses: 200: description: Ok schema: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/incomeStatementParams responses: 200: description: Ok schema: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/incomeStatementParams 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/incomeStatementParams/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/incomeStatementParams responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lotErpxt: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lotErpxt responses: 200: description: The created resource schema: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lotErpxt responses: 200: description: The created resource schema: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lotErpxt/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lotErpxt responses: 200: description: Ok schema: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lotErpxt responses: 200: description: Ok schema: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lotErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lotErpxt/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640lotErpxt responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lctErpxt: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lctErpxt responses: 200: description: The created resource schema: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/e640lctErpxt responses: 200: description: The created resource schema: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lctErpxt/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctErpxt responses: 200: description: Ok schema: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/e640lctErpxt responses: 200: description: Ok schema: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e640lctErpxt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /movimentacao_contabil/entities/e640lctErpxt/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e640lctErpxt responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: enumUpdateIncomeStatementBatchStatus: description: Status da apuração de resultados do lote type: string enum: – FINISHED – ERROR enumUpdateImportBatchStatus: description: Status da importação do lote type: string enum: – FINISHED – ERROR bulkAccountingEntryStatus: description: Status do processamento em lote type: string enum: – PROCESSING – FINISHED – ERROR enumTipCta: description: Tipo Relacionamento type: string enum: – V1 – V2 – V3 – V4 – V5 enumCriUxr: description: Criterio type: string enum: – V1 – V2 enumSitLct: description: Situação do lançamento type: string enum: – V1 enumTipRat: description: Tipo de rateio type: string enum: – V0 – V1 – V2 – V3 enumTipAux: description: Tipo conta auxiliar type: string enum: – V0 – V1 – V2 – V3 enumTipHpd: description: Tipo de histórico type: string enum: – VN – VZ – VC – VA – VD – VV – VE enumAnaSin: description: Tipo de conta type: string enum: – VA – VS enumForRat: description: Forma de rateio type: string enum: – V0 – V3 enumTipSeg: description: Código do segmento type: string enum: – VA – VB – VC – VD – VE – VF – VG – VH – VI – VJ – VK – VL – VM – VN – VO – VP – VQ – VR – VS – VT – VU enumJurFis: description: Enumerador do tipo de Pessoa type: string enum: – VJ – VF enumSitReg: description: Enumeração da Situação Registro type: string enum: – VA – VI enumTipMer: description: Tipo de mercado type: string enum: – VI – VE upDown: description: Up or down type: string enum: – UP – DOWN enumSitJournalEntry: description: Situação do lançamento contábil type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V13 – V15 – V16 – V17 enumTipLct: description: Tipo lançamento type: string enum: – V1 – V5 – V6 enumOriLct: description: Origem lançamento type: string enum: – VMAN – VEST – VVEN – VCPR – VREC – VPAG – VTES – VEXT – VIPT enumSitLot: description: Situação do lote type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 deletingStatus: description: Situação da exclusão do lote na integração contábil type: string enum: – PROCESSING – FINISHED – FINISHED_WITH_ERROR enumTypeOrder: description: Enumaração para o tipo de ordenação type: string enum: – ASC – DESC enumBatchProcessingType: description: Tipo do lote de processamento type: string enum: – CONTABILIZACAO – EXCLUSAO – REVERSAO enumBatchStatus: description: Status do lote de processamento type: string enum: – PENDENTE – EM_PROCESSAMENTO – PROCESSADO enumAllowGenerateIncomeStatementBatchStatus: description: Indicativo de permissão para iniciar processo de apuração de resultados type: string enum: – ALLOWED – ALLOWED_WITH_CONFIRMATION – NOT_ALLOWED enumSitSaldo: description: Situação do processo de atualização de saldos type: string enum: – PENDENTE – EM_PROCESSAMENTO – SUCESSO – ERRO enumIndNif: description: Tipo do número de identificação fiscal type: string enum: – V1 – V2 – V3 enumDebCre: description: Enumeração Débito / Crédito type: string enum: – VD – VC enumGruCta: description: Enumeração de definição de grupo type: string enum: – VA – VP – VD – VR – VX – VM – VN – VU – VL – VV – VC – VS – VE – VO – VT enumCriReg: description: Critérios para relacionamento type: string enum: – V1 – V2 taskStatus: description: Status da task type: string enum: – STARTING – PROCESSING – DONE – DONE_WITH_ERROR – ERROR workStatus: description: Status do work type: string enum: – WAITING – PENDING – PROCESSING – DONE – ERROR accountingIntegrationStatus: description: Status da integração type: string enum: – STARTING – PROCESSING – DONE – DONE_WITH_ERROR – ERROR – CANCELED ticketStatus: description: Status do ticket type: string enum: – PROCESSING – FINISHED – FINISHED_WITH_ERROR enumReportAccountBook: description: Enumerador para indicar o livro contábil type: string enum: – GENERAL_JOURNAL – GENERAL_LEDGER enumReportTypeOpeningAndClosingTerm: description: Enumerador para indicar o tipo do relatório de termo de abertura e encerramento type: string enum: – OPENING – CLOSING enumPrintTypeBook: description: Enumerador para indicar o tipo de impressão do relatório type: string enum: – SHEET – PAGE enumTotalsBalances: description: Enumerador para indicar a forma de totalização do relatório type: string enum: – BY_ACCOUNT – BY_DAY – BY_MONTH enumPerApuRes: description: Enumerador com o indicativo de periodicidade da apuração de resultados para a filial type: string enum: – SEM_APURACAO – TRIMESTRAL – ANUAL enumPageBreak: description: Enumerador para indicar o tipo de quebra de página do relatório type: string enum: – DAY – MONTH – CONTINUED enumReportTypeBalanceSheet: description: Enumerador para indicar o tipo do relatório balancete type: string enum: – ACCOUNTING – COST_CENTER enumTypeAccountingIntegration: description: Enum integração contábil type: string enum: – BATCH – ACCOUNTING_ENTRY – PROCESS_BATCH enumStatusIntegrationXt: description: Enum de status da integração type: string enum: – NOT_INTEGRATED – INTEGRATED – ERROR – PROCESSING – ACCOUNTED – PROCESSING_ROLLBACK – ROLLED_BACK – ERROR_ROLLBACK enumStatusIntegrationLogXt: description: Enum de status da integração type: string enum: – PROCESSING_GENERATE_BATCH – PROCESSING_GENERATE_ENTRY_BATCH – PROCESSING_BATCH_PROCESS – SUCCESS_ON_GENERATE_BATCH – SUCCESS_ON_GENERATE_ENTRY_BATCH – SUCCESS_ON_BATCH_PROCESS – ERROR_ON_GENERATE_BATCH – ERROR_ON_GENERATE_ENTRY_BATCH – ERROR_ON_BATCH_PROCESS – ERROR_ON_ROLLBACK_BATCH_PROCESS 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 recAccountingEntries: description: Dados do lançamento contábil type: object required: – accountingEntryDate – value – defaultHistory properties: internalIdentifier: type: string description: Identificador interno do lançamento contábil documentControlNumber: type: string maxLength: 12 description: Número de documento de controle (Identificador externo) accountingEntryDate: type: string format: date description: Data do lançamento debitBookAccount: type: object allOf: – #/definitions/recAccountEntryIdentifier description: Dados da conta contábil de débito creditBookAccount: type: object allOf: – #/definitions/recAccountEntryIdentifier description: Dados da conta contábil de crédito value: type: string description: Valor do lançamento contábil note: type: string description: Observação extemporaneousDate: type: string format: date description: Data extemporânea defaultHistory: type: string description: Descrição do histórico padrão fact: type: string description: Fato contábil do lançamento recAccountEntryIdentifier: description: Conjunto de informações relacionadas à conta contábil type: object required: – account properties: account: type: object allOf: – #/definitions/recIdentifier description: Conta contábil assessments: type: array items: type: object allOf: – #/definitions/recAssessmentData description: Rateios da conta contábil auxiliaries: type: array items: type: object allOf: – #/definitions/recAuxiliaryData description: Lançamentos auxiliares da conta contábil documentNumber: type: string maxLength: 14 description: CPF / CNPJ relacionado à conta contábil recAssessmentData: description: Dados de rateio type: object required: – costCenter properties: costCenter: type: object allOf: – #/definitions/recIdentifier description: Centro de Custo value: type: string description: Valor minimum: 0.00 maximum: 9999999999.99 percentage: type: string description: Percentual recAuxiliaryData: description: Dados de lançamento auxiliar type: object required: – auxiliaryAccount – value properties: auxiliaryAccount: type: object allOf: – #/definitions/recIdentifier description: Identificação da conta auxiliar value: type: string description: Valor minimum: 0.00 maximum: 9999999999.99 recIdentifier: description: Dados para identificação de um recurso type: object properties: id: type: string description: Identificador code: type: string description: Código recParamsExclusionBatchModuleDefault: description: Record padrão para o payload de exclusão type: object required: – accountingLotId properties: processId: type: string description: Identificador do processo accountingLotId: type: string description: Identificador do lote contábil a ser excluído recIncomeStatementAccounts: description: Contas contábeis para o lote de apuração de resultados type: object required: – expenseAccountId – revenueAccountId – otherAccountId – profitAccountId – lossAccountId properties: expenseAccountId: type: string description: Identificador da conta de resultado despesas revenueAccountId: type: string description: Identificador da conta de resultado receitas otherAccountId: type: string description: Identificador da conta de resultado outros profitAccountId: type: string description: Identificador da conta contábil de lucro lossAccountId: type: string description: Identificador da conta contábil de prejuízo recAuxiliaryJournalEntryData: description: Record para lançamentos em contas auxiliares type: object required: – auxiliaryAccount – value properties: auxiliaryAccount: type: object allOf: – #/definitions/recDefaultData description: Conta Auxiliar value: type: string description: Valor historic: type: object allOf: – #/definitions/recDefaultData description: Histórico padrão complement: type: string description: Complemento auxiliaryHistoric: type: string description: Histórico do lançamento auxiliar recAuxiliaryJournalEntryDataGroup: description: Record para distruibuição das contas auxiliares (listagem) type: object properties: credits: type: array items: type: object allOf: – #/definitions/recAuxiliaryJournalEntryData description: Crédito debits: type: array items: type: object allOf: – #/definitions/recAuxiliaryJournalEntryData description: Débito recAuxiliaryJournalEntryGroup: description: Record para distruibuição das contas auxiliares type: object properties: credits: type: array items: type: object allOf: – #/definitions/recAuxiliaryJournalEntry description: Crédito debits: type: array items: type: object allOf: – #/definitions/recAuxiliaryJournalEntry description: Débito recAuxiliaryJournalEntry: description: Record para lançamentos em contas auxiliares type: object required: – auxiliaryAccountId – value properties: auxiliaryAccountId: type: string description: Id da conta auxiliar value: type: string description: Valor defaultHistoryId: type: string description: Histórico padrão complement: type: string maxLength: 250 description: Complemento auxiliaryJournalEntryHistory: type: string maxLength: 250 description: Histórico da conta auxiliar recValidationMessages: description: Mensagem de erro ao realizar validação (Centro de Custo, Conta Contábil ) type: object required: – code – message properties: code: type: integer format: int64 description: Código de erro da mensagem message: type: string description: Descrição do erro da validação recEntriesBatchList: description: Record utilizado na primitiva journalEntriesBatchList allOf: – #/definitions/recJournalEntriesBatch – type: object properties: pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação recJournalEntriesBatch: description: Record utilizado nas primitivas processar TODOS selecionados discriminator: _discriminator type: object required: – _discriminator properties: companiesIds: type: array items: type: string description: Lista de identificadores de empresa branchesIds: type: array items: type: string description: Lista de identificadores de filial batchNumber: type: integer format: int64 description: Número do lote initialDate: type: string format: date description: Período inicial finalDate: type: string format: date description: Período final origin: type: array items: type: string allOf: – #/definitions/enumOriLct description: Origem dos lançamentos do lote batchStatus: type: array items: type: string allOf: – #/definitions/enumSitLot description: Situação do lote contábil onlyWithDifference: type: boolean description: Filtrar somentes lote com diferença default: false batchTypes: type: array items: type: string allOf: – #/definitions/enumTipLct description: Tipo do Lote batchIntegrationStatus: type: array items: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação da integração do lote com a g5 _discriminator: type: string description: recJournalEntryList: description: Record utilizado na primitiva journalEntryList allOf: – #/definitions/recRemoveAllJournalEntry – type: object required: – pageRequest properties: batchTypes: type: array items: type: string allOf: – #/definitions/enumTipLct description: Lista de tipos de lote journalEntryIntegrationStatus: type: array items: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação da integração com a g5 pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação recRemoveAllJournalEntry: description: Record utilizado na primitiva removeAllJournalEntry discriminator: _discriminator type: object required: – _discriminator properties: companyIdList: type: array items: type: string description: Lista de identificadores da empresa branchIdList: type: array items: type: string description: Lista de identificadores da filial accountingAccountIdList: type: array items: type: string description: Lista de identificadores de conta contábil journalEntryInitialDate: type: string format: date description: Data do lançamento inicial journalEntryFinalDate: type: string format: date description: Data do lançamento final journalEntrySitList: type: array items: type: string allOf: – #/definitions/enumSitJournalEntry description: Lista de situações do lançamento origin: type: array items: type: string allOf: – #/definitions/enumOriLct description: Lista de origem complement: type: string description: Complemento batchIdList: type: array items: type: string description: Lista de identificadores do lote journalEntryValue: type: string description: Valor do lançamento _discriminator: type: string description: accountingLotIdentifier: description: Dados do lote contábil type: object required: – code – type – origin properties: company: type: object allOf: – #/definitions/companyIdentifier description: Dados da empresa id: type: string description: Identificador do lote code: type: string description: Código do lote type: type: string allOf: – #/definitions/enumTipLct description: Tipo do lote origin: type: string allOf: – #/definitions/enumOriLct description: Origem do lote bulkAccountingEntryInfo: description: Dados de erro do work type: object required: – accountingEntryId – internalIdentifier – status – errorMessage properties: accountingEntryId: type: string description: Identificador do lançamento documentControlNumber: type: integer format: int64 description: Número do documento de controle internalIdentifier: type: string description: Identificador interno do lançamento status: type: string allOf: – #/definitions/bulkAccountingEntryStatus description: Stituação do lançamento errorMessage: type: string description: Mensagem de erro companyIdentifier: description: Dados de identificação da empresa type: object properties: id: type: string description: Identificador code: type: integer format: int64 description: Código minimum: 0 maximum: 9999 accountingEntryData: description: Dados do lançamento contábil type: object required: – journalEntryDate – journalEntryValue properties: internalIdentifier: type: string description: Identificador interno do lançamento contábil accoutingFact: type: integer format: int64 description: Número fato contábil fact: type: string description: Fato journalEntryDate: type: string format: date description: Data do lançamento creditAccountId: type: string description: Conta contábil de crédito debitAccountId: type: string description: Conta contábil de débito journalEntryValue: type: string description: Valor do lançamento minimum: 0.00 maximum: 99999999999.99 observation: type: string description: Observação documentControlNumber: type: string maxLength: 12 description: Número do documento de controle extemporaneousDate: type: string format: date description: Data extemporânea debitAccountCNPJCPF: type: string description: CNPJ/CPF debitado creditAccountCNPJCPF: type: string description: Credit creditado defaultHistoryId: type: string description: Histórico padrão journalEntryHistory: type: string description: Histórico do lançamento complement: type: string description: Complemento assessments: type: object allOf: – #/definitions/recAssessmentJournalEntry description: Rateios do lançamento auxiliaries: type: object allOf: – #/definitions/recAuxiliaryJournalEntryGroup description: Lançamentos auxiliares numLct: type: integer format: int64 description: Número do lançamento recRateioLct: description: Rateio dos lançamentos contábeis type: object properties: id: type: string description: Identificador rateio dos lançamentos contábeis ctaRed: type: string description: Conta contábil reduzida codCcu: type: string description: Centro de custo perRat: type: number format: double description: Percentual de rateio para centro de custo vlrRat: type: string description: Valor do rateio para centro de custo minimum: 0.00 maximum: 9999999999999.99 ctaFin: type: string description: Conta financeira reduzida recInfoAuxiliares: description: Composição auxiliar do lançamento contábil type: object properties: id: type: string description: Identificador único ctaRed: type: string description: Conta contábil reduzida ctaAux: type: string description: Conta reduzida auxiliar vlrAux: type: string description: Valor do lançamento auxiliar minimum: 0.00 maximum: 9999999999999.99 codHpd: type: integer format: int64 description: Código do histórico padrão cplLct: type: string description: Descrição complementar do lançamento auxiliar docLct: type: string description: Documento do lançamento auxiliar accountingLotData: description: Account lot data type: object required: – id – code – origin – status properties: id: type: string description: ID code: type: string description: Código origin: type: string allOf: – #/definitions/enumOriLct description: Origem status: type: string allOf: – #/definitions/enumSitLot description: Status 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 recJournalEntryData: description: Record para listagem dos lançamentos contábeis type: object required: – journalEntryId – company – branch – journalEntryNumber – batch – journalEntryDate – creditAccountData – debitAccountData – journalEntryValue – journalEntrySit – batchSit – origin – batchType properties: journalEntryId: type: string description: Identificador do lançamento company: type: object allOf: – #/definitions/recDefaultData description: Dados da empresa branch: type: object allOf: – #/definitions/recDefaultData description: Dados da filial journalEntryNumber: type: string description: Número do lançamento batch: type: object allOf: – #/definitions/recDefaultData description: Lote journalEntryDate: type: string format: date description: Data do lançamento creditAccountData: type: object allOf: – #/definitions/recDefaultData description: Dados da conta de crédito debitAccountData: type: object allOf: – #/definitions/recDefaultData description: Dados da conta de débito journalEntryValue: type: string description: Valor do lançamento historicData: type: object allOf: – #/definitions/recDefaultData description: Dados do histórico journalEntrySit: type: string allOf: – #/definitions/enumSitLct description: Situação do lançamento batchSit: type: string allOf: – #/definitions/enumSitLot description: Situação do lote origin: type: string allOf: – #/definitions/enumOriLct description: Origem do lançamento complement: type: string description: Complemento journalEntryHistory: type: string description: Histórico batchType: type: string allOf: – #/definitions/enumTipLct description: Tipo do lote journalEntryIntegrationStatus: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação da integração com a G5 recDefaultData: description: Record de dados gerais type: object required: – id properties: id: type: string description: Identificador do registro code: type: string description: Código do registro description: type: string description: Descrição do registro label: type: string description: Label (Código + Descriçã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) recBatch: description: Record que representa um lote contábil type: object required: – id – company – branch – batchNumber – differenceValue – batchDate – batchType properties: id: type: string description: Identificador do lote company: type: object allOf: – #/definitions/recDefaultData description: Empresa branch: type: object allOf: – #/definitions/recDefaultData description: Filial batchNumber: type: integer format: int64 description: Número do lote totalDebits: type: string description: Total de débitos do lote totalCredits: type: string description: Total de créditos do lote totalInformed: type: string description: Total informado no lote differenceValue: type: string description: Diferença entra o valor de débito e crédito origin: type: string allOf: – #/definitions/enumOriLct description: Origem dos lançamentos do lote batchStatus: type: string allOf: – #/definitions/enumSitLot description: Situação do lote contábil totalEntries: type: integer format: int64 description: Total de lançamentos errorMessage: type: string description: Mensagem de erro no processamento do lote batchDate: type: string format: date description: Data de geração do lote batchIntegrationStatus: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação integração lote G5 batchType: type: string allOf: – #/definitions/enumTipLct description: Tipo do lote recAssessmentJournalEntry: description: Rateio do lançamento contábil type: object properties: credits: type: array items: type: object allOf: – #/definitions/recAssessment description: Rateio crédito debits: type: array items: type: object allOf: – #/definitions/recAssessment description: Rateio débito recAssessment: description: Dados de Rateio type: object required: – e044ccu properties: e044ccu: type: object allOf: – #/definitions/recDefaultData description: Centro de Custo percent: type: number format: double description: Percentual value: type: string description: Valor minimum: 0.00 maximum: 9999999999.99 recGenerateBatchResponsePayload: description: Record dos dados de retorno da geração do número do lote allOf: – #/definitions/recBatchXTResponsePayload – type: object properties: numLotXt: type: integer format: int64 description: Número do lote ou lançamento gerado no XT recBatchXTResponsePayload: description: Record dos dados de retorno da geração do número do lote discriminator: _discriminator type: object required: – id – status – _discriminator properties: id: type: string description: Id da entidade status: type: object allOf: – #/definitions/statusIntegrationResponse description: Status da integração _discriminator: type: string description: recGenerateJournalEntryResponsePayload: description: Record dos dados de retorno da geração do número do lançamento contábil type: object required: – id – status properties: id: type: string description: Id da entidade numLctXt: type: integer format: int64 description: Número do lote ou lançamento gerado no XT status: type: object allOf: – #/definitions/statusIntegrationResponse description: Status da integração recProcessIntegrationAccountingResponsePayload: description: Record dos dados de retorno da geraçção do lançamento type: object required: – id – status properties: id: type: string description: Id da entidade status: type: object allOf: – #/definitions/statusIntegrationResponse description: Status da integração statusIntegrationResponse: description: Status da resposta de integração type: object required: – type – detail properties: type: type: string description: Tipo do status detail: type: string description: Detalhes do status e070emp: description: Cadastros – Empresas type: object required: – codEmp – nomEmp – sigEmp properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa e070empCplCtb: type: object allOf: – #/definitions/e070empCplCtb description: Especializaçã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: e070empCplCtb: description: Especialização de contabilidade da Empresa type: object required: – ctbLfd properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Filial limTel: type: boolean description: Limpar Tela Lançamento ctbLfd: type: boolean description: Permitir Filial Dif. do Lote mosCgc: type: boolean description: Habilitar CNPJ/CPF exiCgc: type: boolean description: Exigir CNPJ/CPF usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e069gre: description: Cadastros – Grupos de Empresas type: object required: – codGre – nomGre properties: id: type: string format: uuid description: Id da entidade codGre: type: integer format: int64 description: Grupo Empresa minimum: 0 maximum: 999999999 nomGre: type: string maxLength: 100 description: Nome 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: e006pai: description: Tabelas – Países type: object required: – codPai – nomPai properties: id: type: string format: uuid description: Id da entidade codPai: type: string maxLength: 4 description: Código nomPai: type: string maxLength: 150 description: Nome e031moe: type: string format: uuid description: Id da moeda 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: e070fil: description: Cadastros – Filiais type: object required: – e070emp properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 9999 nomFil: type: string maxLength: 100 description: Nome sigFil: type: string maxLength: 100 description: Fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa numCgc: type: string maxLength: 18 description: CPF/CNPJ e070filCplCtb: type: object allOf: – #/definitions/e070filCplCtb description: Especialização da filial excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filCplCtb: description: Especialização Contábil da Filial type: object required: – perApuRes properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Id da filial ctbHab: type: boolean description: Contabilidade habilitada para filial default: false ctbExi: type: string format: date description: Período inicial contábil ctbExf: type: string format: date description: Período final contábil ctbPei: type: string format: date description: Período inicial lançamentos ctbPef: type: string format: date description: Período final lançamentos perCta: type: boolean description: Permitir lançamento contábil com mesma conta a débito e a crédito perApuRes: type: string allOf: – #/definitions/enumPerApuRes description: Indicativo de periodicidade da apuração de resultados para a filial datUltApuRes: type: string format: date description: Data da última apuração de resultados realizada na filial e045plaCtaDes: type: string format: uuid description: Conta contábil transitória padrão para o grupo de despesas e045plaCtaRec: type: string format: uuid description: Conta contábil transitória padrão para o grupo de receitas e045plaCtaOut: type: string format: uuid description: Conta contábil transitória padrão para o grupo outros e045plaCtaLuc: type: string format: uuid description: Conta contábil de padrão para lucros acumulados e045plaCtaPre: type: string format: uuid description: Conta contábil de padrão para prejuízos acumulados 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: e064seg: description: Segmento e cadastro CNAE type: object properties: id: type: string format: uuid description: Id da entidade codCna: type: integer format: int64 description: Código CNAE minimum: 0 desCna: type: string maxLength: 150 description: Descrição do CNAE codSeg: type: string allOf: – #/definitions/enumTipSeg description: Código do segmento excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e007ufs: description: Tabelas – Estados type: object required: – sigUfs – nomUfs properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 255 description: Nome e006pai: type: object allOf: – #/definitions/e006pai description: País excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string 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: e008rai: description: Tabelas – Cidades para RAIS – SIG type: object required: – codRai – nomCid properties: id: type: string format: uuid description: Id da entidade codRai: type: integer format: int64 description: Código Cidade minimum: 0 maximum: 9999999 nomCid: type: string maxLength: 60 description: Nome Cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado 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: e001pes: description: Pessoa type: object required: – codPes – nomPes – sitPes properties: id: type: string format: uuid description: Id da entidade codPes: type: integer format: int64 description: Código minimum: 0 maximum: 999999999 nomPes: type: string maxLength: 100 description: Nome cnpCpf: type: string maxLength: 14 description: CNPJ/CPF insEst: type: string maxLength: 25 description: Inscrição estadual insMun: type: string maxLength: 16 description: Inscrição municipal indNif: type: string allOf: – #/definitions/enumIndNif description: Utilização do número de identificação fiscal (NIF) e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e006pai: type: object allOf: – #/definitions/e006pai description: Pais e008rai: type: object allOf: – #/definitions/e008rai description: Cidade e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor sitPes: 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: e095pes: description: Fornecedor type: object required: – sitFor properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Código da pessoa sitFor: 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: e045pla: description: Plano Contábil – Contas type: object required: – id – e070emp – ctaRed – desCta – claCta – anaSin – sitCta – aceMan – defGru 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 Reduzida minimum: 0 maximum: 9999999 desCta: type: string maxLength: 250 description: Nomenclatura claCta: type: string maxLength: 30 description: Classificação anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação sitCta: type: string allOf: – #/definitions/enumSitReg description: Situação forRat: type: string allOf: – #/definitions/enumForRat description: Forma de Rateio aceMan: type: boolean description: Aceita Manual exiAux: type: boolean description: Exige Conta Auxiliar defGru: type: string allOf: – #/definitions/enumGruCta description: Definição do grupo usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e640lot: description: Lançamento de lotes contábeis type: object required: – e070emp – numLot – tipLct – oriLct – e070fil – datLot – datFix – totInf – dthEnt – sitLot properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa numLot: type: integer format: int64 description: Nº Lote minimum: 0 maximum: 999999999 tipLct: type: string allOf: – #/definitions/enumTipLct description: Tipo oriLct: type: string allOf: – #/definitions/enumOriLct description: Origem Documento e070fil: type: object allOf: – #/definitions/e070fil description: Filial datLot: type: string format: date description: Data datFix: type: boolean description: Data Fixa desLot: type: string maxLength: 40 description: Descrição totDeb: type: string description: Total Débitos minimum: 0.00 maximum: 999999999999.99 totCre: type: string description: Total Créditos minimum: 0.00 maximum: 999999999999.99 totInf: type: string description: Total Informado minimum: 0.00 maximum: 999999999999.99 totLct: type: string description: Total Lançamentos minimum: 0.00 maximum: 999999999999.99 codUsu: type: string maxLength: 255 description: Usuário Entrada dthEnt: type: string format: date-time description: Data/Hora Entrada + Hora Entrada sitLot: type: string allOf: – #/definitions/enumSitLot description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false e640lct: type: array items: type: object allOf: – #/definitions/e640lct description: Lançamentos msgErroProc: type: string description: Erro incomeStatementParamsId: type: string format: uuid description: Parâmetros do lote de apuração de resultados usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e046hpd: description: Tabelas – Históricos Padrões type: object properties: id: type: string format: uuid description: Id da entidade titHpd: type: string maxLength: 80 description: Título desHpd: type: string maxLength: 80 description: Descrição tipHpd: type: string allOf: – #/definitions/enumTipHpd description: Tipo ativo: type: boolean description: Ativo 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: e640lct: description: Lançamentos Contábeis type: object required: – e070emp – numLct – e070fil – datLct – vlrLct – temRat – sitLct properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa numLct: type: integer format: int64 description: Nº Lançamento minimum: 0 numFtc: type: integer format: int64 description: Número Fato Contábil minimum: 0 fato: type: string description: Fato e070fil: type: object allOf: – #/definitions/e070fil description: Filial datLct: type: string format: date description: Data Lançamento e045plaCtaDeb: type: object allOf: – #/definitions/e045pla description: Débito e045plaCtaCre: type: object allOf: – #/definitions/e045pla description: Crédito vlrLct: type: string description: Valor minimum: 0.00 maximum: 999999999999.99 e046hpd: type: object allOf: – #/definitions/e046hpd description: Histórico Padrão cplLct: type: string maxLength: 250 description: Complemento hstLct: type: string maxLength: 250 description: Histórico do lançamento e640lot: type: object allOf: – #/definitions/e640lot description: Nº Lote temRat: type: string allOf: – #/definitions/enumTipRat description: Tem Rateio temAux: type: string allOf: – #/definitions/enumTipAux description: Tem Auxiliar docLct: type: string maxLength: 12 description: Nº Documento Controle cgcCpf: type: object allOf: – #/definitions/e001pes description: CNPJ/CPF Débito cgcCre: type: object allOf: – #/definitions/e001pes description: CNPJ/CPF Crédito sitLct: type: string allOf: – #/definitions/enumSitLct description: Situação obsCpl: type: string maxLength: 250 description: Observação Complementar ecdLct: type: string maxLength: 50 description: Nº Lançamento SPED ECD datExt: type: string format: date description: Data Extemporânea e640lctRat: type: array items: type: object allOf: – #/definitions/e640lctRat description: Rateio e642lct: type: array items: type: object allOf: – #/definitions/e642lct description: Lançamentos Auxiliares 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: e640Batch: description: Lote de processamento type: object required: – tipBat – sitBat properties: id: type: string format: uuid description: Identificador codBat: type: integer format: int64 description: Codigo do lote de processamento tipBat: type: string allOf: – #/definitions/enumBatchProcessingType description: Tipo do lote de processamento sitBat: type: string allOf: – #/definitions/enumBatchStatus description: Situação do lote de processamento ideExt: type: string maxLength: 256 description: Id externo excluido: type: boolean description: Indica se o registro foi excluído default: false e640BatchItem: type: array items: type: object allOf: – #/definitions/e640BatchItem description: Lista de itens do processamento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e640BatchItem: description: Item do lote de processamento type: object required: – e640lot – sitAtuSal properties: id: type: string format: uuid description: Identificador e640Batch: type: object allOf: – #/definitions/e640Batch description: Lote de processamento e640lot: type: object allOf: – #/definitions/e640lot description: Lote contábil sitAtuSal: type: string allOf: – #/definitions/enumSitSaldo description: Situação do processo de atualização de saldos 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: e640scl: description: Saldo das contas pertencentes aos lançamentos do lote contábil type: object required: – e640lot – e045pla – vlrLct properties: id: type: string format: uuid description: Identificador e640lot: type: object allOf: – #/definitions/e640lot description: Lote contábil e045pla: type: object allOf: – #/definitions/e045pla description: Conta vlrLct: type: string description: Valor minimum: 0.00 maximum: 999999999999.99 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: – sitCcu 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: 80 description: Descrição do centro de custos claCcu: type: string maxLength: 30 description: Classificação do centro de custo anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético sitCcu: 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: e640lctRat: description: Tabela de rateios do lançamento contábil type: object required: – debCre – e044ccu – pctRat – vlrRat properties: id: type: string format: uuid description: Identificador e640lct: type: object allOf: – #/definitions/e640lct description: E640lct debCre: type: string allOf: – #/definitions/enumDebCre description: Débito ou crédito e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo pctRat: type: number format: double description: Percentual minimum: 0.0000 maximum: 99999999999.9999 vlrRat: type: string description: Valor minimum: 0.00 maximum: 9999999999999.99 excluido: type: boolean description: Indica se o registro foi excluido default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e045pca: description: Tabelas – Plano Composição Auxiliar – Contas type: object required: – e070emp – ctaAux – desCta – abrCta – claAux – anaSin – nivAux – posAux – sitAux – defGru – mskAux – gruAux properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaAux: type: integer format: int64 description: Conta Auxiliar Reduzida minimum: 0 maximum: 999999999 desCta: type: string maxLength: 200 description: Nomenclatura abrCta: type: string maxLength: 20 description: Abreviatura claAux: type: string maxLength: 30 description: Classificação anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítica ou Sintética nivAux: type: integer format: int64 description: Nível minimum: 0 maximum: 9 posAux: type: integer format: int64 description: Posições Nível minimum: 0 maximum: 9 ultMov: type: string format: date description: Data Último Movimento sitAux: type: string allOf: – #/definitions/enumSitReg description: Situação defGru: type: string allOf: – #/definitions/enumGruCta description: Definição Grupo mskAux: type: string maxLength: 40 description: Máscara gruAux: type: integer format: int64 description: Grupo minimum: 0 maximum: 9 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: e642lct: description: Contábil – Lançamento – Lançamentos Auxiliares type: object required: – e045pca – debCre – vlrLct properties: id: type: string format: uuid description: Identificador do registro e640lct: type: object allOf: – #/definitions/e640lct description: Lançamento e045pca: type: object allOf: – #/definitions/e045pca description: Conta Auxiliar debCre: type: string allOf: – #/definitions/enumDebCre description: Débito ou Crédito vlrLct: type: string description: Valor do lançamento da composição auxiliar e046hpd: type: object allOf: – #/definitions/e046hpd description: Histórico Padrão cplLct: type: string maxLength: 250 description: Complemento hstAux: type: string maxLength: 250 description: Histórico lançamento auxiliar 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: e045cxa: description: Tabelas – Plano Contábil – Relacionamento Contas X Cta. Auxiliar type: object required: – e045pla – e045pca – criCxc – sitCxc properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e045pla: type: object allOf: – #/definitions/e045pla description: Conta Contábil e045pca: type: object allOf: – #/definitions/e045pca description: Conta Auxiliar criCxc: type: string allOf: – #/definitions/enumCriUxr description: Critério tipCta: type: string allOf: – #/definitions/enumTipCta description: Tipo Relacionamento obsCxc: type: string maxLength: 250 description: Observação sitCxc: 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: e045cxc: description: Plano Contábil – Contas X Centros de Custo type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e045pla: type: object allOf: – #/definitions/e045pla description: Conta Contábil e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo criCxc: type: string allOf: – #/definitions/enumCriReg description: Critério sitCxc: 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: bulkAccountingEntriesTicket: description: Representa um ticket para processamento em bulk dos lançamentos contábeis de um lote type: object required: – companyId – lotCode – integrationTicket properties: id: type: string format: uuid description: Id companyId: type: string format: uuid description: Identificador da empresa lotId: type: string format: uuid description: Identificador do lote contábil lotCode: type: string description: Código do lote contábil integrationTicket: type: string format: uuid description: Ticket params: type: string format: byte description: Parâmetros processIdentifier: type: string description: Identificador do processo usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: bulkAccountingEntry: description: Dados do lançamento contábil type: object required: – bulkAccountingEntriesTicket – data properties: id: type: string format: uuid description: Id bulkAccountingEntriesTicket: type: object allOf: – #/definitions/bulkAccountingEntriesTicket description: Ticket internalIdentifier: type: string description: Identificador interno do lançamento contábil data: type: string format: byte description: Dados do item em formato binário usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: incomeStatementParams: description: Parâmetros do lote de apuração de resultados type: object required: – expenseAccount – revenueAccount – otherAccount – profitAccount – lossAccount – defaultHistory properties: id: type: string format: uuid description: Identificador do registros expenseAccount: type: string format: uuid description: Identificador da conta de resultado despesas revenueAccount: type: string format: uuid description: Identificador da conta de resultado receitas otherAccount: type: string format: uuid description: Identificador da conta de resultado outros profitAccount: type: string format: uuid description: Identificador da conta contábil de lucro lossAccount: type: string format: uuid description: Identificador da conta contábil de prejuízo defaultHistory: type: string format: uuid description: Identificador do histórico padrão lastIncomeStatementDate: type: string format: date description: Data anterior da última apuração de resultados usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e640lotErpxt: description: De-para lotes do ERPX com a G5 type: object required: – codEmp – codFil properties: id: type: string format: uuid description: Id da entidade e640lot integrationId: type: string format: uuid description: Hash do processamento do lote contábil codEmp: type: string maxLength: 40 description: Código da empresa codFil: type: string maxLength: 40 description: Código da filial numLotXt: type: integer format: int64 description: Numero do lote G5 sitIntLoteXt: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação integração lote G5 sitIntLoteLog: type: string allOf: – #/definitions/enumStatusIntegrationLogXt description: Situação integração para log msgInt: type: string description: Mensagem totalAccountingEntries: type: integer format: int64 description: Total de lançamentos do lote usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e640lctErpxt: description: De-para lotes do ERPX com a G5 type: object properties: id: type: string format: uuid description: Id da entidade e640lct integrationId: type: string format: uuid description: Hash do processamento do lote contábil codEmp: type: string maxLength: 40 description: Código da empresa codFil: type: string maxLength: 40 description: Código da filial numLctXt: type: integer format: int64 description: Numero do lançamento G5 sitIntLctXt: type: string allOf: – #/definitions/enumStatusIntegrationXt description: Situação integração lote G5 sitIntLctLog: type: string allOf: – #/definitions/enumStatusIntegrationLogXt description: Situação integração para log msgInt: type: string description: Mensagem e640lotIdErpxt: type: string format: uuid description: Identificador do lote contábil Erpx 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