• Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
  • Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
home/APIs Privadas/Gestão de Pessoas (hcm)/Lançamentos (entry)
Mais pesquisados:Customização, Tutorial, Documentação

Lançamentos (entry)

528 views 0 28/06/2019 Atualizado em 01/04/2026 integrador

2.0info: 5.0.8 Lançamentos description: HCM – Lançamentos da folha de pagamento x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: entry 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/hcmsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /entry/queries/healthcheck: post: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/heathcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck Plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/heathcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/migrate: post: description: Realiza a migração da base de dados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – errorMessage properties: status: type: boolean description: Status da migração errorMessage: type: string description: Mensagem de erro da migração 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Realiza a migração da base de dados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – errorMessage properties: status: type: boolean description: Status da migração errorMessage: type: string description: Mensagem de erro da migração 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/validateEntryCustomizationScriptQuery: post: description: Primitiva para validar um script na customização de importação de lançamentos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – row – script properties: row: type: string description: Linha de importação script: type: string description: Script da customização responses: 200: description: Ok schema: type: object allOf: – #/definitions/resultBaseData 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para validar um script na customização de importação de lançamentos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: row description: Linha de importação in: query required: true type: string – name: script description: Script da customização in: query required: true type: string responses: 200: description: Ok schema: type: object allOf: – #/definitions/resultBaseData 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/variableEntryItemBatchQuery: post: description: Primitiva para obter um lote de entries importados para o integrador tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: identificador do lote responses: 200: description: Ok schema: type: object allOf: – #/definitions/variableEntryItemBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para obter um lote de entries importados para o integrador tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: identificador do lote in: query required: true type: string responses: 200: description: Ok schema: type: object allOf: – #/definitions/variableEntryItemBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/autocompleteFilterWageType: post: description: Primitiva para obtenção de informações consumidas pelo campo de lookup tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: searchText: type: string description: Valor da busca informada pelo usuário searchValue: type: string description: Valor para busca exata por um registro responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Lista de registros encontrado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para obtenção de informações consumidas pelo campo de lookup tags: – Queries x-senior-visibility: PRIVATE parameters: – name: searchText description: Valor da busca informada pelo usuário in: query type: string – name: searchValue description: Valor para busca exata por um registro in: query type: string responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Lista de registros encontrado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/enumQuery: post: description: Retorna os itens das enumerações traduzidos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – names properties: names: type: array items: type: string minimum: 1 description: Nomes das enumerações responses: 200: description: Ok schema: type: object required: – results properties: results: type: array items: type: object allOf: – #/definitions/enumInformationData minimum: 1 description: Lista com as enumerações traduzidas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entryVerifyConflict: post: description: Verifica se existe conflito com o lançamento da folha de pagamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – entryType – formType – conflictType – entryItem properties: id: type: string description: Identificador do lançamento entryType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipos do lançamento formType: type: object allOf: – #/definitions/autocompleteEnumData description: Forma do lançamento conflictType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de solução para o conflito entryItem: type: object allOf: – #/definitions/entryItemData description: Item do lançamento responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entryVerifyConflictData description: Retorna de houve conflito e mostra o registro conflitante 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entryItemValidateQuery: post: description: Chama as validações de negócio referentes aos itens dos lançamentos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entryItem properties: entryItem: type: object allOf: – #/definitions/entryItemData description: Item do lançamento responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entryItemValidateQueryData description: Retorna e 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entryItemValidateAndVerifyConflict: post: description: Verifica se existe conflito com o lançamento da folha de pagamento ou está sobre um evento vencido tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – entryType – formType – conflictType – entryItem properties: id: type: string description: Identificador do lançamento entryType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipos do lançamento formType: type: object allOf: – #/definitions/autocompleteEnumData description: Forma do lançamento conflictType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de solução para o conflito entryItem: type: object allOf: – #/definitions/entryItemData description: Item do lançamento responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entryItemValidateAndVerifyConflictData description: Retorna se houve um conflito ou se está sobre um evento vencido. 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entryItemListQuery: post: description: Retorna uma lista de lançamentos a partir de um filtro simples tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – referencePeriod – limitPeriodType – employee properties: referencePeriod: type: string format: date description: Período de referência finalPeriod: type: string format: date description: Período final limitPeriodType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de limitação do período employee: type: string description: Colaborador wageType: type: string description: Evento payrollCalculation: type: string description: Cálculo responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entryItemListQueryData description: Lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/apportionmentEntriesQuery: post: description: Consulta de lançametos de rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – startDate properties: employeeId: type: string description: Id co colaborador departmentId: type: string description: Id do local jobpositionId: type: string description: Id do cargo companyId: type: string description: Id da empresa startDate: type: string format: date description: Data inicial responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/apportionmentEntriesQueryData description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consulta de lançametos de rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: employeeId description: Id co colaborador in: query type: string – name: departmentId description: Id do local in: query type: string – name: jobpositionId description: Id do cargo in: query type: string – name: companyId description: Id da empresa in: query type: string – name: startDate description: Data inicial in: query required: true type: string format: date responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/apportionmentEntriesQueryData description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entry13SalaryListQuery: post: description: Consulta de lançamento 13º Salário tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – companyBranch – competence properties: company: type: object allOf: – #/definitions/autocompleteData description: Empresa companyBranch: type: object allOf: – #/definitions/autocompleteData description: Filial competence: type: string format: date description: Ano Competência responses: 200: description: Ok schema: type: object required: – results properties: results: type: array items: type: object allOf: – #/definitions/entry13SalaryListQueryData minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/autocompleteWagetypeQuery: post: description: Autocomplete Eventos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – companyId properties: searchText: type: string description: Texto para consulta default: companyId: type: string description: Empresa entryReferenceStartDate: type: string format: date description: Data inicial de referência para o filtro entryReferenceEndDate: type: string format: date description: Data final de referência para o filtro responses: 200: description: Ok schema: type: object required: – result properties: result: type: array items: type: object allOf: – #/definitions/autocompleteResult minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Autocomplete Eventos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: searchText description: Texto para consulta in: query type: string – name: companyId description: Empresa in: query required: true type: string – name: entryReferenceStartDate description: Data inicial de referência para o filtro in: query type: string format: date – name: entryReferenceEndDate description: Data final de referência para o filtro in: query type: string format: date responses: 200: description: Ok schema: type: object required: – result properties: result: type: array items: type: object allOf: – #/definitions/autocompleteResult minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/totalPayrollCalculationInPeriodByCompanyQuery: post: description: Possui cálculo totalizado no período informado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – referenceDate – companyId properties: referenceDate: type: string format: date description: Data de competência companyId: type: string description: Id da empresa responses: 200: description: Ok schema: type: object required: – hasTotalCalculation properties: hasTotalCalculation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Possui cálculo totalizado no período informado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: referenceDate description: Data de competência in: query required: true type: string format: date – name: companyId description: Id da empresa in: query required: true type: string responses: 200: description: Ok schema: type: object required: – hasTotalCalculation properties: hasTotalCalculation: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/documentationURLForEntryScreensQuery: post: description: Retorna a URL da documentação cadastrada para o tenant para as telas de importação. tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – documentationURL properties: documentationURL: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a URL da documentação cadastrada para o tenant para as telas de importação. tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – documentationURL properties: documentationURL: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/entryItemReport: post: description: Retorna informações dos lançamentos para relatórios tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – page properties: companyId: type: string description: Id da empresa payrollCalculationId: type: string description: Id do calculo startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento page: type: object allOf: – #/definitions/pagination description: Paginação da busca responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entryItemReportData description: Retorna dto para relatório 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/checkLinkBetweenEntryAndSyndicate: post: description: Verifica se existe vinculo de algum evento com sindicato tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – syndicateId properties: syndicateId: type: string description: Sindicato a ser pesquisado responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verifica se existe vinculo de algum evento com sindicato tags: – Queries x-senior-visibility: PRIVATE parameters: – name: syndicateId description: Sindicato a ser pesquisado in: query required: true type: string responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/checkLinkBetweenEntryItemAndApportionment: post: description: Verifica se o rateio está vinculado a algum Lançamento de Item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – apportionmentId properties: apportionmentId: type: string description: Rateio a ser pesquisado responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verifica se o rateio está vinculado a algum Lançamento de Item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: apportionmentId description: Rateio a ser pesquisado in: query required: true type: string responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/checkLinkBetweenApportionmentEntryAndApportionment: post: description: Verifica se o rateio está vinculado a algum Lançamento de Rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – apportionmentId properties: apportionmentId: type: string description: Rateio a ser pesquisado responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verifica se o rateio está vinculado a algum Lançamento de Rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: apportionmentId description: Rateio a ser pesquisado in: query required: true type: string responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/checkLinkBetweenApportionmentEntryExceptionAndApportionment: post: description: Verifica se se o rateio está vinculado a alguma Exceção de Lançamento de Rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – apportionmentId properties: apportionmentId: type: string description: Rateio a ser pesquisado responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Verifica se se o rateio está vinculado a alguma Exceção de Lançamento de Rateio tags: – Queries x-senior-visibility: PRIVATE parameters: – name: apportionmentId description: Rateio a ser pesquisado in: query required: true type: string responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna DTO contendo a existência do vínculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/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 /entry/queries/exportAttachment: 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 /entry/queries/exportPerson: 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 /entry/queries/exportCompany: 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 /entry/queries/exportWageTypeTable: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportValidCalculationType: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportWagetype: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEmployee: 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 /entry/queries/exportPayrollcalculation: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportApportionment: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEntry: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEntryItem: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEmployeeCalculationBasis: 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 /entry/queries/exportDepartment: 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 /entry/queries/exportJobposition: 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 /entry/queries/exportApportionmentEntry: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportApportionmentEntryException: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEntry13Salary: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportCompanyWageTypeTable: post: description: tags: – Queries x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/queries/exportEntryImportation: 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 /entry/queries/exportEntryItemLotIntegration: 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 /entry/queries/exportEntryCustomization: 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 /entry/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 /entry/actions/blobServiceRequestUpload: post: description: Solicitação para realizar o upload de um arquivo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileName properties: fileName: type: string description: Nome do arquivo que será carregado thumbnail: type: boolean description: Condicional se será salvo um thumbnail default: false responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/blobServiceRequestUploadData description: Retorno do upload de um arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/blobServiceCommit: post: description: Realiza o commit de um arquivo que foi carregado anteriormente tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileId – version properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo (separados por /) type: string description: Versão do arquivo thumbnail: type: boolean description: Se for verdadeiro, entende que o arquivo é uma foto, e que deve ser criada a foto e seu Thumbnail(128X128px) default: false responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/blobServiceCommitData description: Retorno do commit de um arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/blobServiceDelete: post: description: Solicitação para apagar um arquivo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileId properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo (separados por /) thumbnail: type: boolean description: Se for verdadeiro, entende que o arquivo é uma foto e que deve ser apagado seu Thumbnail(128X128px) default: false responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/resultBaseData description: Retorno de delete do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/blobServiceRequestAccess: post: description: Solicitação para acessar um arquivo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileId properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo (separados por /) ttl: type: integer format: int64 description: Tempo em minutos que o arquivo deve ficar disponível para download no link que será retornado (padrão 30 minutos) default: 30 thumbnail: type: boolean description: Se for verdadeiro, entende que o arquivo é uma foto e que deve ser retornado seu Thumbnail(128X128px) default: false responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/blobServiceRequestAccessData description: Retorno do acesso do arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/entry13salarySave: post: description: Salva uma lista de lançamentos de 13o salário tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – companyBranch – entries properties: company: type: object allOf: – #/definitions/autocompleteData description: Empresa companyBranch: type: object allOf: – #/definitions/autocompleteData description: Filial da empresa entries: type: array items: type: object allOf: – #/definitions/entry13salaryItemData minimum: 1 description: Lançamentos de 13o salário responses: 200: description: Ok schema: type: object required: – results properties: results: type: object allOf: – #/definitions/resultBaseData description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/manageEntryItems: post: description: Gerencia uma lista lançamentos(Salva, edita e deleta) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entryItems properties: entryItems: type: array items: type: object allOf: – #/definitions/entryItemData minimum: 1 description: Lançamentos responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/manageEntryItemsData description: Resultado da ação de salvar os lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/employeeVariableEntrySave: post: description: Salva o lançamento da folha de pagamento variavel por colaborador tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – conflictType – entries properties: id: type: string description: Identificador do lançamento company: type: object allOf: – #/definitions/autocompleteData description: Empresa employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador do lançamento conflictType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de solução para o conflito entries: type: array items: type: object allOf: – #/definitions/employeeVariableEntryItemData minimum: 1 description: Itens do lançamento da folha responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entrySaveData description: Retorno do salvar lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/employeeFixedEntrySave: post: description: Salva o lançamento da folha de pagamento fixo por colaborador tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – entries properties: id: type: string description: Identificador do lançamento company: type: object allOf: – #/definitions/autocompleteData description: Empresa employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador do lançamento entries: type: array items: type: object allOf: – #/definitions/employeeFixedEntryItemData minimum: 1 description: Itens do lançamento da folha responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entrySaveData description: Retorno do salvar lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/wageVariableEntrySave: post: description: Salva o lançamento da folha de pagamento variável por evento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – wageType – conflictType – entries properties: id: type: string description: Identificador do lançamento company: type: object allOf: – #/definitions/autocompleteData description: Empresa wageType: type: object allOf: – #/definitions/autocompleteData description: Evento do lançamento conflictType: type: object allOf: – #/definitions/autocompleteEnumData description: Comportamento para duplicados entries: type: array items: type: object allOf: – #/definitions/wageVariableEntryItemData minimum: 1 description: Itens do lançamento da folha responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entrySaveData description: Retorno do salvar lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/wageFixedEntrySave: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – company – wageType – entries properties: id: type: string description: Identificador do lançamento company: type: object allOf: – #/definitions/autocompleteData description: Empresa wageType: type: object allOf: – #/definitions/autocompleteData description: Evento do lançamento entries: type: array items: type: object allOf: – #/definitions/wageFixedEntryItemData minimum: 1 description: Itens do lançamento da folha responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/entrySaveData description: Retorno do salvar lançamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/apportionmentEntrySave: post: description: Lançamentos de rateio tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – startDate – apportionmentEntries properties: employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador department: type: object allOf: – #/definitions/autocompleteData description: Local jobPosition: type: object allOf: – #/definitions/autocompleteData description: Cargo company: type: object allOf: – #/definitions/autocompleteData description: Empresa startDate: type: string format: date description: Data de início apportionmentEntries: type: array items: type: object allOf: – #/definitions/apportionmentEntryData minimum: 1 description: Lançamentos de rateio apportionmentEntryExceptions: type: array items: type: object allOf: – #/definitions/apportionmentEntryExceptionData description: Exceções dos lançamentos de rateio responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/resultBaseData description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/integrationSaveBatch: post: description: Salva um lote de entidades tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – className – jsonText – serviceName – collectionName – ids properties: className: type: string description: Classe da entidade jsonText: type: string description: Json da entidade serviceName: type: string description: Nome do serviço collectionName: type: string description: Nome da coleção na meta ids: type: string description: Lista de g7Ids e g5Ids responses: 200: description: Ok schema: type: object required: – results properties: results: type: array items: type: object allOf: – #/definitions/integrationSaveBatchData minimum: 1 description: Resultado da ação de salvar o lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/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 /entry/actions/importAttachment: 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 /entry/actions/importPerson: 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 /entry/actions/importCompany: 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 /entry/actions/importWageTypeTable: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importValidCalculationType: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importWagetype: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEmployee: 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 /entry/actions/importPayrollcalculation: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importApportionment: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEntry: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEntryItem: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEmployeeCalculationBasis: 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 /entry/actions/importDepartment: 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 /entry/actions/importJobposition: 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 /entry/actions/importApportionmentEntry: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importApportionmentEntryException: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEntry13Salary: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importCompanyWageTypeTable: post: description: tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/actions/importEntryImportation: 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 /entry/actions/importEntryItemLotIntegration: 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 /entry/actions/importEntryCustomization: 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 /entry/signals/importEntries: post: description: Importação de lançamentos tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – conflictType – file properties: conflictType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de solução para o conflito file: type: object allOf: – #/definitions/fileUploadData description: Arquivo a ser importado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /entry/events/importAttachmentEvent: post: description: 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 /entry/events/exportAttachmentEvent: post: description: 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 /entry/events/importPersonEvent: post: description: 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 /entry/events/exportPersonEvent: post: description: 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 /entry/events/importCompanyEvent: post: description: 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 /entry/events/exportCompanyEvent: post: description: 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 /entry/events/importWageTypeTableEvent: post: description: 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 /entry/events/exportWageTypeTableEvent: post: description: 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 /entry/events/importValidCalculationTypeEvent: post: description: 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 /entry/events/exportValidCalculationTypeEvent: post: description: 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 /entry/events/importWagetypeEvent: post: description: 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 /entry/events/exportWagetypeEvent: post: description: 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 /entry/events/importEmployeeEvent: post: description: 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 /entry/events/exportEmployeeEvent: post: description: 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 /entry/events/importPayrollcalculationEvent: post: description: 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 /entry/events/exportPayrollcalculationEvent: post: description: 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 /entry/events/importApportionmentEvent: post: description: 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 /entry/events/exportApportionmentEvent: post: description: 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 /entry/events/importEntryEvent: post: description: 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 /entry/events/exportEntryEvent: post: description: 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 /entry/events/importEntryItemEvent: post: description: 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 /entry/events/exportEntryItemEvent: post: description: 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 /entry/events/importEmployeeCalculationBasisEvent: post: description: 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 /entry/events/exportEmployeeCalculationBasisEvent: post: description: 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 /entry/events/importDepartmentEvent: post: description: 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 /entry/events/exportDepartmentEvent: post: description: 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 /entry/events/importJobpositionEvent: post: description: 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 /entry/events/exportJobpositionEvent: post: description: 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 /entry/events/importApportionmentEntryEvent: post: description: 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 /entry/events/exportApportionmentEntryEvent: post: description: 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 /entry/events/importApportionmentEntryExceptionEvent: post: description: 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 /entry/events/exportApportionmentEntryExceptionEvent: post: description: 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 /entry/events/importEntry13SalaryEvent: post: description: 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 /entry/events/exportEntry13SalaryEvent: post: description: 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 /entry/events/importCompanyWageTypeTableEvent: post: description: 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 /entry/events/exportCompanyWageTypeTableEvent: post: description: 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 /entry/events/importEntryImportationEvent: post: description: 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 /entry/events/exportEntryImportationEvent: post: description: 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 /entry/events/importEntryItemLotIntegrationEvent: post: description: 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 /entry/events/exportEntryItemLotIntegrationEvent: post: description: 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 /entry/events/importEntryCustomizationEvent: post: description: 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 /entry/events/exportEntryCustomizationEvent: post: description: 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 /entry/entities/attachment: 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/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: 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/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/attachment/{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/editAttachment responses: 200: description: Ok schema: #/definitions/editAttachment 401: description: 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/attachment responses: 200: description: Ok schema: #/definitions/attachment 401: description: 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/attachment 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 /entry/entities/entryImportation/{parentId}/importedFile: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryImportation/{parentId}/errorFile: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/attachment responses: 200: description: The created resource schema: #/definitions/attachment 401: description: 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/attachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryImportation/{parentId}/importedFile/{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/editAttachment responses: 200: description: Ok schema: #/definitions/editAttachment 401: description: 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/attachment responses: 200: description: Ok schema: #/definitions/attachment 401: description: 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/attachment 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 /entry/entities/entryImportation/{parentId}/errorFile/{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/editAttachment responses: 200: description: Ok schema: #/definitions/editAttachment 401: description: 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/attachment responses: 200: description: Ok schema: #/definitions/attachment 401: description: 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/attachment 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 /entry/entities/attachment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/attachment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/person: 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/person responses: 200: description: The created resource schema: #/definitions/person 401: description: 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/person responses: 200: description: The created resource schema: #/definitions/person 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/person 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/person/{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/editPerson responses: 200: description: Ok schema: #/definitions/editPerson 401: description: 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/person responses: 200: description: Ok schema: #/definitions/person 401: description: 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/person 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 /entry/entities/person/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/person responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/company: 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/company responses: 200: description: The created resource schema: #/definitions/company 401: description: 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/company responses: 200: description: The created resource schema: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/company/{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/editCompany responses: 200: description: Ok schema: #/definitions/editCompany 401: description: 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/company responses: 200: description: Ok schema: #/definitions/company 401: description: 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/company 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 /entry/entities/companyWageTypeTable/{parentId}/company: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/company responses: 200: description: The created resource schema: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/company responses: 200: description: The created resource schema: #/definitions/company 401: description: 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: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/companyWageTypeTable/{parentId}/company/{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/editCompany responses: 200: description: Ok schema: #/definitions/editCompany 401: description: 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/company responses: 200: description: Ok schema: #/definitions/company 401: description: 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/company 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 /entry/entities/company/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/company responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wageTypeTable: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/wageTypeTable responses: 200: description: The created resource schema: #/definitions/wageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/wageTypeTable responses: 200: description: The created resource schema: #/definitions/wageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/wageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wageTypeTable/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editWageTypeTable responses: 200: description: Ok schema: #/definitions/editWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/wageTypeTable responses: 200: description: Ok schema: #/definitions/wageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/wageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wageTypeTable/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wageTypeTable responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/validCalculationType: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/validCalculationType responses: 200: description: The created resource schema: #/definitions/validCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/validCalculationType responses: 200: description: The created resource schema: #/definitions/validCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/validCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/validCalculationType/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editValidCalculationType responses: 200: description: Ok schema: #/definitions/editValidCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/validCalculationType responses: 200: description: Ok schema: #/definitions/validCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/validCalculationType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/validCalculationType/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/validCalculationType responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wagetype: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/wagetype responses: 200: description: The created resource schema: #/definitions/wagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/wagetype responses: 200: description: The created resource schema: #/definitions/wagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/wagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wagetype/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editWagetype responses: 200: description: Ok schema: #/definitions/editWagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/wagetype responses: 200: description: Ok schema: #/definitions/wagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/wagetype 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/wagetype/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wagetype responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/employee: 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/employee responses: 200: description: The created resource schema: #/definitions/employee 401: description: 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/employee responses: 200: description: The created resource schema: #/definitions/employee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/employee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/employee/{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/editEmployee responses: 200: description: Ok schema: #/definitions/editEmployee 401: description: 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/employee responses: 200: description: Ok schema: #/definitions/employee 401: description: 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/employee 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 /entry/entities/employee/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employee responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/payrollcalculation: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/payrollcalculation responses: 200: description: The created resource schema: #/definitions/payrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/payrollcalculation responses: 200: description: The created resource schema: #/definitions/payrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/payrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/payrollcalculation/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editPayrollcalculation responses: 200: description: Ok schema: #/definitions/editPayrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/payrollcalculation responses: 200: description: Ok schema: #/definitions/payrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/payrollcalculation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/payrollcalculation/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/payrollcalculation responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionment: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionment responses: 200: description: The created resource schema: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionment responses: 200: description: The created resource schema: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionment/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editApportionment responses: 200: description: Ok schema: #/definitions/editApportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/apportionment responses: 200: description: Ok schema: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/apportionment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entry responses: 200: description: The created resource schema: #/definitions/entry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entry responses: 200: description: The created resource schema: #/definitions/entry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editEntry responses: 200: description: Ok schema: #/definitions/editEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/entry responses: 200: description: Ok schema: #/definitions/entry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/entry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entry responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryItem responses: 200: description: The created resource schema: #/definitions/entryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryItem responses: 200: description: The created resource schema: #/definitions/entryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editEntryItem responses: 200: description: Ok schema: #/definitions/editEntryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/entryItem responses: 200: description: Ok schema: #/definitions/entryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/entryItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entryItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/employeeCalculationBasis: 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/employeeCalculationBasis responses: 200: description: The created resource schema: #/definitions/employeeCalculationBasis 401: description: 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/employeeCalculationBasis responses: 200: description: The created resource schema: #/definitions/employeeCalculationBasis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/employeeCalculationBasis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/employeeCalculationBasis/{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/editEmployeeCalculationBasis responses: 200: description: Ok schema: #/definitions/editEmployeeCalculationBasis 401: description: 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/employeeCalculationBasis responses: 200: description: Ok schema: #/definitions/employeeCalculationBasis 401: description: 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/employeeCalculationBasis 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 /entry/entities/employeeCalculationBasis/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/employeeCalculationBasis responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/department: 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/department responses: 200: description: The created resource schema: #/definitions/department 401: description: 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/department responses: 200: description: The created resource schema: #/definitions/department 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/department 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/department/{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/editDepartment responses: 200: description: Ok schema: #/definitions/editDepartment 401: description: 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/department responses: 200: description: Ok schema: #/definitions/department 401: description: 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/department 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 /entry/entities/department/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/department responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/jobposition: 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/jobposition responses: 200: description: The created resource schema: #/definitions/jobposition 401: description: 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/jobposition responses: 200: description: The created resource schema: #/definitions/jobposition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/jobposition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/jobposition/{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/editJobposition responses: 200: description: Ok schema: #/definitions/editJobposition 401: description: 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/jobposition responses: 200: description: Ok schema: #/definitions/jobposition 401: description: 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/jobposition 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 /entry/entities/jobposition/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobposition responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntry: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionmentEntry responses: 200: description: The created resource schema: #/definitions/apportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionmentEntry responses: 200: description: The created resource schema: #/definitions/apportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/apportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntry/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editApportionmentEntry responses: 200: description: Ok schema: #/definitions/editApportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/apportionmentEntry responses: 200: description: Ok schema: #/definitions/apportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/apportionmentEntry 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntry/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/apportionmentEntry responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntryException: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionmentEntryException responses: 200: description: The created resource schema: #/definitions/apportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apportionmentEntryException responses: 200: description: The created resource schema: #/definitions/apportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/apportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntryException/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editApportionmentEntryException responses: 200: description: Ok schema: #/definitions/editApportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/apportionmentEntryException responses: 200: description: Ok schema: #/definitions/apportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/apportionmentEntryException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/apportionmentEntryException/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/apportionmentEntryException responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry13Salary: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entry13Salary responses: 200: description: The created resource schema: #/definitions/entry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entry13Salary responses: 200: description: The created resource schema: #/definitions/entry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry13Salary/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editEntry13Salary responses: 200: description: Ok schema: #/definitions/editEntry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/entry13Salary responses: 200: description: Ok schema: #/definitions/entry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/entry13Salary 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entry13Salary/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entry13Salary responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/companyWageTypeTable: post: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/companyWageTypeTable responses: 200: description: The created resource schema: #/definitions/companyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/companyWageTypeTable responses: 200: description: The created resource schema: #/definitions/companyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/companyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/companyWageTypeTable/{id}: put: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editCompanyWageTypeTable responses: 200: description: Ok schema: #/definitions/editCompanyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/companyWageTypeTable responses: 200: description: Ok schema: #/definitions/companyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/companyWageTypeTable 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/companyWageTypeTable/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/companyWageTypeTable responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryImportation: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryImportation responses: 200: description: The created resource schema: #/definitions/entryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryImportation responses: 200: description: The created resource schema: #/definitions/entryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryImportation/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editEntryImportation responses: 200: description: Ok schema: #/definitions/editEntryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/entryImportation responses: 200: description: Ok schema: #/definitions/entryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/entryImportation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /entry/entities/entryImportation/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entryImportation responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryItemLotIntegration: 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/entryItemLotIntegration responses: 200: description: The created resource schema: #/definitions/entryItemLotIntegration 401: description: 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/entryItemLotIntegration responses: 200: description: The created resource schema: #/definitions/entryItemLotIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entryItemLotIntegration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryItemLotIntegration/{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/editEntryItemLotIntegration responses: 200: description: Ok schema: #/definitions/editEntryItemLotIntegration 401: description: 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/entryItemLotIntegration responses: 200: description: Ok schema: #/definitions/entryItemLotIntegration 401: description: 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/entryItemLotIntegration 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 /entry/entities/entryItemLotIntegration/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entryItemLotIntegration responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryCustomization: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryCustomization responses: 200: description: The created resource schema: #/definitions/entryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/entryCustomization responses: 200: description: The created resource schema: #/definitions/entryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/entryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /entry/entities/entryCustomization/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editEntryCustomization responses: 200: description: Ok schema: #/definitions/editEntryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/entryCustomization responses: 200: description: Ok schema: #/definitions/entryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/entryCustomization 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /entry/entities/entryCustomization/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/entryCustomization responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: heathcheckDTO: type: string enum: – UP – DOWN description: Status do healthcheck: * `UP` – Saudável * `DOWN` – Ruim operationType: type: string enum: – SAVE – DELETE description: Tipo da operaão do lançamento de 13o salário: * `SAVE` – Operação de inserção e atualização * `DELETE` – Operação de remoção wageValueType: type: string enum: – VALUE – HOUR description: Tipo de valor do evento: * `VALUE` – Valor * `HOUR` – Hora limitPeriodType: type: string enum: – CONSIDER_BEGINNING – CONSIDER_END – CONSIDER_CONTAINED description: Tipo de limitação de período para filtro: * `CONSIDER_BEGINNING` – Considerar o inicio * `CONSIDER_END` – Considerar o fim * `CONSIDER_CONTAINED` – Considerar o contido payrollCalculationSituationType: type: string enum: – OPEN_CALCULATION – CLOSED_CALCULATION – PARTIAL_CALCULATION – CALCULATION_NOT_EXISTS description: Situação do cálculo de folha: * `OPEN_CALCULATION` – Cálculo aberto * `CLOSED_CALCULATION` – Cálculo fechado * `PARTIAL_CALCULATION` – Cálculo parcial * `CALCULATION_NOT_EXISTS` – Cálculo inexistente entryType: type: string enum: – EVENT – EMPLOYEE description: Tipos do lançamento da folha de pagamento: * `EVENT` – Evento * `EMPLOYEE` – Colaborador formType: type: string enum: – FIXED – VARIABLE description: Formas do lançamento da folha de pagamento: * `FIXED` – Fixo * `VARIABLE` – Variável conflictType: type: string enum: – LAST – DESPISE – SUM – CONSIST – DUPLICATE description: Tipo de solução para o conflito: * `LAST` – Manter somente o evento lançado anteriormente * `DESPISE` – Substituir o evento lançado anteriormente * `SUM` – Somar ao evento já lançado * `CONSIST` – Não permitir lançar o evento duplicado * `DUPLICATE` – Lançar evento duplicado employeeType: type: string enum: – NULL – EMPLOYEE – THIRD – PARTNER description: Tipo do colaborador: * `NULL` – 0 – Nulo * `EMPLOYEE` – 1 – Colaborador * `THIRD` – 2 – Terceiro * `PARTNER` – 3 – Parceiro calculationType: type: string enum: – MONTHLY_CALCULATION – COMPLEMENTARY_PAYROLL – COMPLEMENTARY_AGREEMENT – AGREEMENT_PAYMENT – COMPLEMENTARY_RESCISSION – FIRST_WEEK – INTERMEDIATE_WEEK – LAST_WEEK – THIRTEENTH_PAYDAY_ADVANCE – THIRTEENTH_FULL_SALARY – GRATIFICATION – FIRST_FORTNIGHT – SECOND_FORTNIGHT – SALARY_ADVANCE – PROFT_PARTICIPATION – SPECIAL – LABOR_CLAIM description: Tipo de cálculo da folha de pagamento: * `MONTHLY_CALCULATION` – Cálculo mensal * `COMPLEMENTARY_PAYROLL` – Folha complementar * `COMPLEMENTARY_AGREEMENT` – Complementar de dissídio * `AGREEMENT_PAYMENT` – Pagamento de dissídio * `COMPLEMENTARY_RESCISSION` – Complementar de rescisão * `FIRST_WEEK` – Primeira semana * `INTERMEDIATE_WEEK` – Semana intermediária * `LAST_WEEK` – Última semana * `THIRTEENTH_PAYDAY_ADVANCE` – Adiantamento do décimo terceiro salário * `THIRTEENTH_FULL_SALARY` – Décimo terceiro salário integral * `GRATIFICATION` – Gratificação * `FIRST_FORTNIGHT` – Primeira quinzena * `SECOND_FORTNIGHT` – Segunda quinzena * `SALARY_ADVANCE` – Adiantamento salarial * `PROFT_PARTICIPATION` – Participação nos lucros * `SPECIAL` – Especiais * `LABOR_CLAIM` – Reclamatória trabalhista calculationSituationType: type: string enum: – CALCULATION_CANCELED – INITIALIZED – TOTAL_CALCULATION – PARTIAL_CALCULATION – SIMULATED_CALCULATION description: Situação do cálculo: * `CALCULATION_CANCELED` – Cálculo cancelado * `INITIALIZED` – Inicializado * `TOTAL_CALCULATION` – Cálculo Total * `PARTIAL_CALCULATION` – Cálculo Parcial * `SIMULATED_CALCULATION` – Cálculo Simulado expenseType: type: string enum: – ADMINISTRATIVE – COMMERCIAL – OPERATIONAL description: Tipo de despesa: * `ADMINISTRATIVE` – Administrativo * `COMMERCIAL` – Comercial * `OPERATIONAL` – Operacional subscriptionType: type: string enum: – EMPTY – CNPJ – CEI – CPF – INCRA – CAEPF – CNO – NIT description: Tipo da inscrição: * `EMPTY` – Vazio * `CNPJ` – CNPJ * `CEI` – CEI * `CPF` – CPF * `INCRA` – INCRA * `CAEPF` – CAEPF * `CNO` – CNO * `NIT` – NIT – Número de Identificación Tributária (Colômbia) subscriptionCalculationBasisType: type: string enum: – CNPJ – CPF description: Tipo da inscrição: * `CNPJ` – CNPJ * `CPF` – CPF eSocialCategory: type: string enum: – Category_101 – Category_102 – Category_103 – Category_104 – Category_105 – Category_106 – Category_107 – Category_108 – Category_111 – Category_201 – Category_202 – Category_301 – Category_302 – Category_303 – Category_304 – Category_305 – Category_306 – Category_307 – Category_308 – Category_309 – Category_310 – Category_311 – Category_312 – Category_313 – Category_401 – Category_410 – Category_701 – Category_711 – Category_712 – Category_721 – Category_722 – Category_723 – Category_731 – Category_734 – Category_738 – Category_741 – Category_751 – Category_761 – Category_771 – Category_781 – Category_901 – Category_902 – Category_903 – Category_904 – Category_905 – Category_9995 – Category_9996 – Category_9997 – Category_9999 – Category_501 – Category_906 description: Categoria do eSocial: * `Category_101` – Empregado – Geral, inclusive o empregado público da administração direta ou indireta contratado pela CLT * `Category_102` – Empregado – Trabalhador Rural por Pequeno Prazo da Lei 11.718/2008 * `Category_103` – Empregado – Aprendiz * `Category_104` – Empregado – Doméstico * `Category_105` – Empregado – contrato a termo firmado nos termos da Lei 9601/98 * `Category_106` – Trabalhador Temporário – contrato nos termos da Lei 6019/74 * `Category_107` – Empregado – Contrato de trabalho Verde e Amarelo – sem acordo para antecipação mensal da multa rescisória do FGTS * `Category_108` – Empregado – Contrato de trabalho Verde e Amarelo – com acordo para antecipação mensal da multa rescisória do FGTS * `Category_111` – Empregado – contrato de trabalho intermitente * `Category_201` – Trabalhador Avulso – Portuário * `Category_202` – Trabalhador Avulso – Não Portuário * `Category_301` – Servidor Público – Titular de Cargo Efetivo, Magistrado, Ministro de Tribunal de Contas, Conselheiro de Tribunal Contas e Membro do Ministério Público * `Category_302` – Servidor Público – Ocupante de Cargo exclusivo em comissão * `Category_303` – Exercente de mandato eletivo * `Category_304` – Servidor público exercente de mandato eletivo, inclusive com exercício de cargo em comissão * `Category_305` – Servidor público indicado para conselho ou órgão representativo, na condição de representante do governo, órgão ou entidade da administração pública * `Category_306` – Servidor público contratado por tempo determinado, sujeito a regime administrativo especial definido em lei própria * `Category_307` – Militar * `Category_308` – Conscrito * `Category_309` – Agente Público – Outros * `Category_310` – Servidor público eventual * `Category_311` – Ministros, juízes, procuradores, promotores ou oficiais de justiça à disposição da Justiça Eleitoral * `Category_312` – Auxiliar local * `Category_313` – Servidor público exercente de atividade de instrutoria, capacitação, treinamento, curso ou concurso, ou convocado para pareceres técnicos ou depoimentos * `Category_401` – Dirigente Sindical – informação prestada pelo Sindicato * `Category_410` – Trabalhador cedido/exercício em outro órgão/juiz auxiliar – Informação prestada pelo cessionário/destino * `Category_701` – Contribuinte individual – Autônomo em geral, exceto se enquadrado em uma das demais categorias de contribuinte individual * `Category_711` – Contribuinte individual – Transportador autônomo de passageiros * `Category_712` – Contribuinte individual – Transportador autônomo de carga * `Category_721` – Contribuinte individual – Diretor não empregado com FGTS * `Category_722` – Contribuinte individual – Diretor não empregado sem FGTS * `Category_723` – Contribuinte individual – empresários, sócios e membro de conselho de administração ou fiscal * `Category_731` – Contribuinte individual – Cooperado que presta serviços a empresa por intermédio de cooperativa de trabalho * `Category_734` – Contribuinte individual – Transportador Cooperado que presta serviços por intermédio de cooperativa de trabalho * `Category_738` – Contribuinte individual – Cooperado filiado a Cooperativa de Produção * `Category_741` – Contribuinte individual – Micro Empreendedor Individual * `Category_751` – Contribuinte individual – magistrado classista temporário da Justiça do Trabalho ou da Justiça Eleitoral que seja aposentado de qualquer regime previdenciário * `Category_761` – Contribuinte individual – Associado eleito para direção de Cooperativa, associação ou entidade de classe de qualquer natureza ou finalidade, bem como o síndico ou adm., desde que recebam remuneração * `Category_771` – Contribuinte individual – Membro de conselho tutelar, nos termos da Lei nº 8.069, de 13 de julho de 1990 * `Category_781` – Ministro de confissão religiosa ou membro de vida consagrada, de congregação ou de ordem religiosa * `Category_901` – Estagiário * `Category_902` – Médico residente ou residente em área profissional de saúde * `Category_903` – Bolsista * `Category_904` – Participante de curso de formação, como etapa de concurso público, sem vínculo de emprego/estatutário * `Category_905` – [Válida até 09/05/2021] Atleta não profissional em formação que receba bolsa * `Category_9995` – Beneficiário Ente Público * `Category_9996` – Beneficiário Ente Público – Somente Cadastro Beneficio * `Category_9997` – Demitido com data anterior à sucessão (categoria exclusiva Senior) * `Category_9999` – Não se aplica * `Category_501` – Dirigente sindical – Segurado especial * `Category_906` – Beneficiário do Programa Nacional de Prestação de Serviço Civil Voluntário companyType: type: string enum: – BRANCH_OFFICE – HEAD_OFFICE – WORK – TEMPORARY – WORK_COOPERATIVELY – DOMESTIC_WORKER – EMPLOYER_ESOCIAL description: Tipo da empresa: * `BRANCH_OFFICE` – Filial * `HEAD_OFFICE` – Matriz * `WORK` – Obra * `TEMPORARY` – Temporário * `WORK_COOPERATIVELY` – Cooperativa de trabalho * `DOMESTIC_WORKER` – Trabalhador doméstico * `EMPLOYER_ESOCIAL` – Empregador eSocial controlPointType: type: string enum: – TYPE_1 – TYPE_2 – TYPE_3 – TYPE_4 description: Contador Controle de Ponto e Refeitório: * `TYPE_1` – Controle de Ponto e Refeitório * `TYPE_2` – Controle de Ponto * `TYPE_3` – Controle de Refeitório * `TYPE_4` – Não Conta apportionmentUseType: type: string enum: – DONT_USE_APPORTIONMENT – APPORTIONMENT_BY_DEPARTMENT – APPORTIONMENT_BY_COST_CENTER description: Tipo de uso de rateio: * `DONT_USE_APPORTIONMENT` – Não Usa Rateio * `APPORTIONMENT_BY_DEPARTMENT` – Rateio por Local * `APPORTIONMENT_BY_COST_CENTER` – Rateio por C.Custo takersRoutineUseType: type: string enum: – BY_COMPANY_BRANCH – BY_APPORTIONMENT description: Tipo de uso de Rotina tomadores: * `BY_COMPANY_BRANCH` – Por filial * `BY_APPORTIONMENT` – Por rateio apportionmentDiscountType: type: string enum: – TYPE_1 – TYPE_2 description: Tipo de desconto do adiantamento de rateio: * `TYPE_1` – Conforme rateio das Horas Normais (Atual) * `TYPE_2` – Busca rateio no calculo de adiantamento wageTypeCategory: type: string enum: – PROCEEDS – DEDUCTION – INFORMATIVE – ADVANTAGE – OTHER_PROCEEDS – OTHER_DEDUCTION description: Tipo do evento: * `PROCEEDS` – Provento * `DEDUCTION` – Desconto * `INFORMATIVE` – Outros * `ADVANTAGE` – Vantagem * `OTHER_PROCEEDS` – Outros Env.Provento * `OTHER_DEDUCTION` – Outros Env.Desconto actionType: type: string enum: – SAVE – EDIT – DELETE description: Tipo da ação CRUD: * `SAVE` – Salvar * `EDIT` – Editar * `DELETE` – Deletar originType: type: string enum: – TYPED – IMPORTED – CLOCKINGEVENT description: Tipo de origem do lançamento: * `TYPED` – Digitado * `IMPORTED` – Importado * `CLOCKINGEVENT` – Ponto wageTypeCharacteristic: type: string enum: – C01A – C01B – C01C – C01D – C01E – C01F – C01G – C01H – C01I – C01J – C01K – C01L – C01M – C01N – C01O – C01P – C01Q – C01R – C01S – C01T – C01U – C01V – C01W – C01X – C01Y – C01Z – C02A – C02B – C02C – C02D – C02E – C02F – C02G – C02H – C02I – C02J – C02K – C02L – C02M – C02N – C02O – C02P – C02Q – C02R – C02S – C02T – C02U – C02V – C02W – C02X – C02Y – C02Z – C03A – C03B – C03C – C03D – C03E – C03F – C03G – C03H – C03I – C03J – C03K – C03L – C03M – C03N – C03O – C03P – C03Q – C03R – C03S – C03T – C03U – C03V – C03W – C03X – C03Y – C03Z – C05A – C05B – C05C – C05D – C05E – C05F – C05G – C05H – C05I – C05J – C05K – C05L – C05M – C05N – C11A – C11B – C11C – C11D – C11E – C11F – C11G – C11H – C11I – C11J – C11K – C11L – C11M – C11N – C11O – C11P – C11Q – C11R – C12A – C12B – C12C – C12D – C12E – C12F – C12G – C12H – C12I – C12J – C13A – C13B – C13C – C13D – C13E – C13F – C13G – C13H – C13I – C13J – C14A – C14B – C14C – C14D – C14G – C14J – C14K – C14L – C14M – C14N – C14O – C14P – C14Q – C15A – C15B – C15C – C15D – C15E – C16A – C16B – C16C – C16D – C16E – C16F – C16G – C16H – C16I – C16J – C17A – C17B – C17C – C17D – C17E – C17G – C17H – C18A – C18B – C18C – C18D – C19A – C19B – C19C – C19D – C19E – C19F – C19G – C19H – C20A – C20B – C20C – C20D – C20E – C21A – C21B – C21C – C21D – C21E – C21F – C21G – C22A – C22B – C22C – C22D – C22E – C23A – C23B – C23C – C23D – C23E – C24A – C24B – C24C – C24D – C24E – C25A – C25B – C25C – C25D – C25E – C25F – C25G – C26A – C26B – C26C – C26D – C26E – C26F – C26G – C27A – C27B – C27C – C27D – C28A – C28C – C28D – C28E – C28F – C28G – C28H – C30A – C31A – C31B – C31C – C31D – C31E – C31F – C31G – C31H – C31I – C31J – C31K – C31L – C31M – C31N – C31O – C32A – C32B – C32C – C32D – C32E – C32F – C32G – C33A – C33B – C34A – C34B – C34C – C35A – C35B – C35C – C35D – C35E – C35F – C35G – C35H – C35I – C35J – C35K – C35L – C35M – C35N – C35O – C35P – C35Q – C35R – C36A – C36B – C36C – C36D – C36E – C36F – C37A – C37B – C37C – C37D – C37E – C38A – C38B – C38C – C38D – C38E – C38F – C38G – C38H – C38I – C38K – C38J – C38L – C38M – C38N – C38O – C38Q – C38R – C39A – C39B – C39C – C39D – C39E – C39F – C39G – C39H – C39I – C39J – C39K – C39L – C39M – C39N – C39O – C39P – C39Q – C39R – C39S – C39T – C39U – C39V – C39Y – C39Z – C40A – C40B – C40C – C40D – C40E – C40F – C40G – C40H – C40I – C40J – C40K – C40L – C40M – C40N – C40O – C40P – C40Q – C40R – C40S – C40T – C40U – C40V – C40W – C40X – C40Y – C40Z – C41A – C41B – C41C – C41D – C41E – C42A – C42B – C42C – C42D – C42E – C42F – C42G – C43A – C43B – C43C – C44A – C44B – C44C – C44D – C44E – C44G – C44H – C44I – C44J – C44K – C45A – C45B – C45C – C45D – C45E – C45F – C45G – C45H – C45I – C45J – C45K – C45L – C45M – C45N – C46A – C48A – C48B – C48C – C48D – C48E – C48F – C48G – C48H – C48I – C48J – C48K – C48L – C48M – C48N – C48O – C48P – C48Q – C48R – C48S – C48T – C49A – C49B – C49C – C49D – C49E – C49F – C49G – C49H – C49I – C49J – C49K – C49L – C49M – C49N – C49O – C49Z – C50A – C50B – C50C – C50D – C50E – C50F – C50G – C50H – C50I – C50J – C50K – C50L – C50M – C50N – C50O – C50P – C50Q – C50R – C50S – C50T – C50U – C50V – C50W – C50X – C50Y – C50Z – C51A – C51B – C51C – C51D – C51E – C51F – C51G – C51H – C51I – C51J – C51K – C51L – C51M – C51N – C51O – C51P – C51Q – C51R – C51S – C51T – C51U – C51V – C51W – C51X – C51Y – C51Z – C52A – C52B – C52C – C52D – C52E – C52F – C52G – C52H – C52I – C52J – C52K – C52L – C52M – C52N – C52O – C52P – C52Q – C52R – C52S – C52T – C52U – C52V – C52W – C52X – C52Y – C52Z – C53A – C53B – C53C – C53D – C53E – C53F – C53G – C53H – C53I – C53J – C53K – C53L – C53M – C53N – C53O – C53P – C53Q – C53R – C53S – C53T – C53U – C53V – C53W – C53X – C53Y – C53Z – C54A – C54B – C54C – C54D – C54E – C54F – C54G – C54H – C54I – C54J – C54K – C54L – C54M – C54N – C54O – C54P – C54Q – C54R – C54S – C54T – C54U – C54V – C54W – C54X – C54Y – C54Z – C55A – C55B – C55C – C55D – C55E – C55F – C55G – C55H – C55I – C55J – C55K – C55L – C55M – C55N – C55O – C55P – C55Q – C55R – C55S – C55T – C55U – C55V – C55W – C55X – C55Y – C55Z – C56A – C56B – C56C – C56D – C56E – C56F – C56G – C56H – C56I – C56J – C56K – C56L – C56M – C56N – C56O – C56P – C56Q – C56R – C56S – C56T – C56U – C56V – C56W – C56X – C56Y – C56Z – C57A – C57B – C57C – C57D – C57E – C58A – C58B – C58C – C58D – C58E – C58F – C58G – C58H – C58I – C58J – C58K – C58L – C61A – C61B – C61D – C62A – C62B – C62D – C63A – C63B – C63D – C61E – C62E – C63E – C42H – C49Q – C38S – C11S – C38T – C38U – C42I – C49R – C61G – C62G – C63G – C29A – C59A – C59B – C59C – C59D – C59E – C31P – C31Q – C38V – C12K – C42J – C59F – C59G – C59H – C31R – C31S – C31T – C31U – C31V – C58M – C35S – C49S – C58N – C42L – C49T – C58O – C49U – C35T – C35U description: Característica do evento: * `C01A` – 01A – Horas Normais Diurnas * `C01B` – 01B – Horas Repouso Remunerado Diurnas * `C01C` – 01C – Horas Faltas Diurnas * `C01D` – 01D – Horas Faltas Repouso Remunerado Diurnas * `C01E` – 01E – Horas Férias Diurnas * `C01F` – 01F – Horas Afast.Aux.Maternidade Diurnas * `C01G` – 01G – Horas Afast.Aux.Doença Diurnas * `C01H` – 01H – Horas Afast.Serv.Militar Diurnas * `C01I` – 01I – Horas Afast.Acid.Trabalho Diurnas * `C01J` – 01J – Horas Lic.s/Remuneração Diurnas * `C01K` – 01K – Horas Lic.c/Rem.Inic.Empregador Diurnas * `C01L` – 01L – Horas Lic.c/Rem.Inic.Empregado Diurnas * `C01M` – 01M – Horas Afast.Aux.Paternidade Diurnas * `C01N` – 01N – Horas Afast.15 Dias INSS Diurnas * `C01O` – 01O – Horas Justificadas Diurnas * `C01P` – 01P – Horas Aviso Prévio Diurnas * `C01Q` – 01Q – Horas Lic.Maternidade INSS * `C01R` – 01R – Horas Disponíveis Diurnas * `C01S` – 01S – Horas Disponíveis Diurnas * `C01T` – 01T – Horas Disponíveis Diurnas * `C01U` – 01U – Horas Disponíveis Diurnas * `C01V` – 01V – Horas Disponíveis Diurnas * `C01W` – 01W – Horas Disponíveis Diurnas * `C01X` – 01X – Horas Disponíveis Diurnas * `C01Y` – 01Y – Horas Disponíveis Diurnas * `C01Z` – 01Z – Horas Disponíveis Diurnas * `C02A` – 02A – Horas Normais Noturnas * `C02B` – 02B – Horas Repouso Remunerado Noturnas * `C02C` – 02C – Horas Faltas Noturnas * `C02D` – 02D – Horas Faltas Repouso Remunerado Noturnas * `C02E` – 02E – Horas Férias Noturnas * `C02F` – 02F – Horas Afast.Aux.Maternidade Noturnas * `C02G` – 02G – Horas Afast.Aux.Doença Noturnas * `C02H` – 02H – Horas Afast.Serv.Militar Noturnas * `C02I` – 02I – Horas Afast.Acid.Trabalho Noturnas * `C02J` – 02J – Horas Lic.s/Remuneração Noturnas * `C02K` – 02K – Horas Lic.c/Rem.Inic.Empregador Noturnas * `C02L` – 02L – Horas Lic.c/Rem.Inic.Empregado Noturnas * `C02M` – 02M – Horas Afast.Lic.Paternidade Noturnas * `C02N` – 02N – Horas Afast.15 Dias INSS Noturnas * `C02O` – 02O – Horas Justificadas Noturnas * `C02P` – 02P – Horas Aviso Prévio Noturnas * `C02Q` – 02Q – Horas Lic.Maternidade INSS Not. * `C02R` – 02R – Horas Disponíveis Noturnas * `C02S` – 02S – Horas Disponíveis Noturnas * `C02T` – 02T – Horas Disponíveis Noturnas * `C02U` – 02U – Horas Disponíveis Noturnas * `C02V` – 02V – Horas Disponíveis Noturnas * `C02W` – 02W – Horas Disponíveis Noturnas * `C02X` – 02X – Horas Disponíveis Noturnas * `C02Y` – 02Y – Horas Disponíveis Noturnas * `C02Z` – 02Z – Horas Disponíveis Noturnas * `C03A` – 03A – Dias Normais * `C03B` – 03B – Dias Repouso Remunerado * `C03C` – 03C – Dias Faltas * `C03D` – 03D – Dias Faltas Repouso Remunerado * `C03E` – 03E – Dias Férias * `C03F` – 03F – Dias Afast.Aux.Maternidade * `C03G` – 03G – Dias Afast.Aux.Doença * `C03H` – 03H – Dias Afast.Serviço Militar * `C03I` – 03I – Dias Afast.Acidente Trabalho * `C03J` – 03J – Dias Lic.s/Remuneração * `C03K` – 03K – Dias Lic.c/Rem.Inic.Empregador * `C03L` – 03L – Dias Lic.c/Rem.Inic.Empregado * `C03M` – 03M – Dias Afast.Aux.Paternidade * `C03N` – 03N – Dias Afast.15 Dias INSS * `C03O` – 03O – Dias Justificados * `C03P` – 03P – Dias Aviso Prévio * `C03Q` – 03Q – Dias Licença Maternidade INSS * `C03R` – 03R – Dias Disponíveis * `C03S` – 03S – Dias Disponíveis * `C03T` – 03T – Dias Disponíveis * `C03U` – 03U – Dias Disponíveis * `C03V` – 03V – Dias Disponíveis * `C03W` – 03W – Dias Disponíveis * `C03X` – 03X – Dias Disponíveis * `C03Y` – 03Y – Dias Disponíveis * `C03Z` – 03Z – Dias Disponíveis * `C05A` – 05A – Horas Extras Diurnas * `C05B` – 05B – Horas Extras Noturnas * `C05C` – 05C – Repouso s/ Horas Extras * `C05D` – 05D – Rep. s/ H.Extras – Mensalistas 30 Dias * `C05E` – 05E – Repouso s/ Horas Extras (Não Soma Média) * `C05F` – 05F – Rep. s/ H.Extras – Mens. 30 Dias (Não Soma Média) * `C05G` – 05G – Tempo de Espera * `C05H` – 05H – Tempo de Espera Noturno * `C05I` – 05I – Repouso s/ Tempo de Espera * `C05J` – 05J – Tempo de Reserva * `C05K` – 05K – Tempo de Reserva Noturno * `C05L` – 05L – Repouso s/ Tempo de Reserva * `C05M` – 05M – Horas Extra Comissionado Diurna * `C05N` – 05N – Horas Extra Comissionado Noturna * `C11A` – 11A – Férias em Valor * `C11B` – 11B – M.H.E. Férias * `C11C` – 11C – M.V.V. Férias * `C11D` – 11D – Adicional Noturno Férias * `C11E` – 11E – Insalubridade Férias * `C11F` – 11F – Periculosidade Férias * `C11G` – 11G – Outros Adicionais Férias * `C11H` – 11H – 1/3 s/ Férias * `C11I` – 11I – Diferença de Férias * `C11J` – 11J – Multa Dobro de Férias * `C11K` – 11K – Férias Pagas (Adiantamento) * `C11L` – 11L – Adicional de Férias Não Descontado na Folha * `C11M` – 11M – M.H.E. Férias que somam p/ MHE * `C11N` – 11N – Troco de Férias (Arredondamento do líquido) * `C11O` – 11O – Troco de Férias (Não considera provisão) * `C11P` – 11P – Adicional Férias (Internacional) * `C11Q` – 11Q – Férias Intermitente * `C11R` – 11R – 1/3 s/ Férias Intermitente * `C12A` – 12A – Abono Pecuniário * `C12B` – 12B – M.H.E. Abono * `C12C` – 12C – M.V.V. Abono * `C12D` – 12D – Adicionais do Abono * `C12E` – 12E – 1/3 s/ Abono Pecuniário * `C12F` – 12F – Diferença de Abono * `C12G` – 12G – Multa Dobro Abono * `C12H` – 12H – Abono Pago (Adiantamento) * `C12I` – 12I – Adicional de Abono Não Descontado na Folha * `C12J` – 12J – Abono Pecuniário em Dias * `C13A` – 13A – Férias Vencidas Rescisão * `C13B` – 13B – Férias Proporcionais Rescisão * `C13C` – 13C – M.H.E. Férias Rescisão * `C13D` – 13D – M.V.V. Férias Rescisão * `C13E` – 13E – Adicionais Férias Rescisão * `C13F` – 13F – 1/3 Férias Rescisão * `C13G` – 13G – Multa Dobro Férias Rescisão * `C13H` – 13H – Férias Vencidas Rescisão em Dias * `C13I` – 13I – Férias Proporcionais Rescisão em Dias * `C13J` – 13J – Férias já Quitadas * `C14A` – 14A – Auxílio Maternidade em Valor * `C14B` – 14B – M.H.E. Auxílio Maternidade * `C14C` – 14C – M.V.V. Auxílio Maternidade * `C14D` – 14D – Adicionais Auxílio Maternidade * `C14G` – 14G – Salário Maternidade Dedutível na GPS * `C14J` – 14J – Aux.Maternidade INSS em Valor * `C14K` – 14K – M.H.E. Aux.Maternidade INSS * `C14L` – 14L – M.V.V. Aux.Maternidade INSS * `C14M` – 14M – Adicionais Aux.Maternidade INSS * `C14N` – 14N – M.H.E. Auxílio Maternidade Emp. Cidadã * `C14O` – 14O – M.V.V. Auxílio Maternidade Emp. Cidadã * `C14P` – 14P – Adicionais Auxílio Maternidade Emp. Cidadã * `C14Q` – 14Q – Auxílio Maternidade Intermitente INSS * `C15A` – 15A – 13º Salário Adiantado * `C15B` – 15B – M.H.E. 13º Salário Adiantado * `C15C` – 15C – M.V.V. 13º Salário Adiantado * `C15D` – 15D – Adicionais 13.Salário Adiantado * `C15E` – 15E – 13º Sal. Adiantado com Regra Específica * `C16A` – 16A – 13.Salário Integral * `C16B` – 16B – M.H.E. 13.Salário Integral * `C16C` – 16C – M.V.V. 13.Salário Integral * `C16D` – 16D – Adicionais 13.Salário Integral * `C16E` – 16E – 13.Salário Avos Aux.Maternidade * `C16F` – 16F – 13.Salário Complementar * `C16G` – 16G – 13.Salário Integral Matern Dedutivel GPS * `C16H` – 16H – 13.Sal.Avos Aux. Maternidade INSS * `C16I` – 16I – 13.Salário Intermitente * `C16J` – 16J – 13 Sal. Maternidade Intermitente Pgto Mês INSS * `C17A` – 17A – 13.Salário Proporcional * `C17B` – 17B – M.H.E. 13.Salário Proporcional * `C17C` – 17C – M.V.V. 13.Salário Proporcional * `C17D` – 17D – Adicionais 13.Salário Proporcional * `C17E` – 17E – 13.Salário Proporcional Avos Aux.Maternidade * `C17G` – 17G – 13.Salário Prop Resc Matern Dedutivel GPS * `C17H` – 17H – 13.Sal.Prop. Avos Aux.Maternidade INSS * `C18A` – 18A – 13.Salário Indenizado * `C18B` – 18B – M.H.E. 13.Salário Indenizado * `C18C` – 18C – M.V.V. 13.Salário Indenizado * `C18D` – 18D – Adicionais 13.Salário Indenizado * `C19A` – 19A – Aviso Prévio Indenizado * `C19B` – 19B – M.H.E. Aviso Prévio Indenizado * `C19C` – 19C – M.V.V. Aviso Prévio Indenizado * `C19D` – 19D – Adicionais Aviso Prévio Indenizado * `C19E` – 19E – Aviso Prévio Indenizado em Dias * `C19F` – 19F – Férias Indenizadas (Intermitente/Verde Amarelo) * `C19G` – 19G – 1/3 s/ Férias Indenizadas (Intermitente/Verde Amarelo) * `C19H` – 19H – 13.Salário Indenizado (Intermitente/Verde Amarelo) * `C20A` – 20A – Aviso Prévio Reavido * `C20B` – 20B – M.H.E. Aviso Prévio Reavido * `C20C` – 20C – M.V.V. Aviso Prévio Reavido * `C20D` – 20D – Adicionais Aviso Prévio Reavido * `C20E` – 20E – Aviso Prévio Reavido em Dias * `C21A` – 21A – Indenização Tempo Anterior Opção FGTS * `C21B` – 21B – M.H.E. Ind.T.Ant.Opção FGTS * `C21C` – 21C – M.V.V. Ind.T.Ant.Opção FGTS * `C21D` – 21D – Adicionais Ind.T.Ant.Opção FGTS * `C21E` – 21E – Dobro Indenização + 10 Anos * `C21F` – 21F – 1/12 Valores da Indenização * `C21G` – 21G – Ind.T.Ant.Opção FGTS em Dias * `C22A` – 22A – Gratificação Rescisão * `C22B` – 22B – M.H.E. Gratificação * `C22C` – 22C – M.V.V. Gratificação * `C22D` – 22D – Adicionais Gratificação * `C22E` – 22E – Gratificação Rescisão em Dias * `C23A` – 23A – Indenização Mês Anterior Dissídio * `C23B` – 23B – M.H.E. Ind.Mês Ant.Dissídio * `C23C` – 23C – M.V.V. Ind.Mês Ant.Dissídio * `C23D` – 23D – Adicionais Ind.Mês Ant.Dissídio * `C23E` – 23E – Ind.Mês Anterior Dissídio em Dias * `C24A` – 24A – Estabilidade * `C24B` – 24B – M.H.E. Estabilidade * `C24C` – 24C – M.V.V. Estabilidade * `C24D` – 24D – Adicionais Estabilidade * `C24E` – 24E – Estabilidade em Dias * `C25A` – 25A – Ind.Fim Contrato Ant.Empresa * `C25B` – 25B – M.H.E. Ind.Fim Contrato Ant.Empresa * `C25C` – 25C – M.V.V. Ind.Fim Contrato Ant.Empresa * `C25D` – 25D – Adicionais Ind.Fim Contrato Ant.Empresa * `C25E` – 25E – Ind.Fim Contrato Ant.Empresa em Dias * `C25F` – 25F – Ind. Férias Fim Contr.Ant.Empresa * `C25G` – 25G – Ind. 13s Fim Contr.Ant.Empresa * `C26A` – 26A – Ind. Fim Contrato Antecipado Empregado * `C26B` – 26B – M.H.E. Ind.Fim.Contrato Ant.Empregado * `C26C` – 26C – M.V.V. Ind.Fim Contrato Ant.Empregado * `C26D` – 26D – Adicionais Ind.Fim Contrato Ant.Empregado * `C26E` – 26E – Ind.Fim Contrato Ant.Empregado em Dias * `C26F` – 26F – Ind. Férias Fim Contr.Ant.Empregado * `C26G` – 26G – Ind. 13s Fim Contr.Ant.Empregado * `C27A` – 27A – Licença Especial em Valor * `C27B` – 27B – M.H.E. Licença Especial * `C27C` – 27C – M.V.V. Licença Especial * `C27D` – 27D – Adicionais Licença Especial * `C28A` – 28A – Férias Indenizadas Rescisão * `C28C` – 28C – Média Horas Extras Férias Rescisão * `C28D` – 28D – Média Valores Variáveis Férias Rescisão * `C28E` – 28E – Adicionais Férias Rescisão * `C28F` – 28F – 1/3 Férias Rescisão * `C28G` – 28G – Multa Dobro Férias Rescisão * `C28H` – 28H – Férias Indenizadas Rescisão (dias) * `C30A` – 30A – Auxílio Natalidade * `C31A` – 31A – Saldo de Salários * `C31B` – 31B – FGTS Rescisão * `C31C` – 31C – FGTS Multa 40% * `C31D` – 31D – Saldo de Salários em Dias * `C31E` – 31E – FGTS 13.Salário Rescisão * `C31F` – 31F – FGTS Rescisão Depositado * `C31G` – 31G – FGTS 40% Depositado * `C31H` – 31H – FGTS 13º Rescisão Depositado * `C31I` – 31I – FGTS Mês Anterior Rescisão * `C31J` – 31J – FGTS 13o Salário Mês Anterior Rescisão * `C31K` – 31K – Horas Domingo\Descanso Indenizado * `C31L` – 31L – Dias Domingo\Descanso Indenizado * `C31M` – 31M – FGTS 13º Salário Pago no Mês * `C31N` – 31N – DSR Saldo de Salário * `C31O` – 31O – DSR Saldo de Salário (dias) * `C32A` – 32A – Pró-Labore * `C32B` – 32B – Distribuição de Lucros * `C32C` – 32C – Salário Indireto Lei 8383 Art.74 * `C32D` – 32D – Lucro Real Distribuído * `C32E` – 32E – Lucro Arbitrado * `C32F` – 32F – Lucro Presumido * `C32G` – 32G – Lucro do Ajuste da Declaração * `C33A` – 33A – Salário Família * `C33B` – 33B – Abono Vale Transporte * `C34A` – 34A – Troco do Mês * `C34B` – 34B – Estouro do Mês * `C34C` – 34C – Pagamento Avulso Insuficiência de Saldo * `C35A` – 35A – Devolução IRRF * `C35B` – 35B – Devolução IRRF Férias * `C35C` – 35C – Devolução IRRF 13.Salário * `C35D` – 35D – Devolução INSS * `C35E` – 35E – Devolução INSS 13.Salário * `C35F` – 35F – Devolução IPE Férias * `C35G` – 35G – Devolução INSS Férias * `C35H` – 35H – Devolução IRRF Mês Anterior * `C35I` – 35I – Devolução IPE 13. Salário * `C35J` – 35J – Devolução Previdência Privada * `C35K` – 35K – Devolução Prev. Privada 13º Salário * `C35L` – 35L – Devolução Prev. Privada Férias * `C35M` – 35M – Devolução RRA * `C35N` – 35N – Devolução IRRF s/ Participação de Lucros * `C35O` – 35O – Compensação Judicial do Ano Calendário * `C35P` – 35P – Compensação Judicial de Anos Anteriores * `C35Q` – 35Q – Devolução INSS RRA * `C35R` – 35R – Devolução INSS RRA Dissídio Coletivo Rescisão * `C36A` – 36A – Dif.Líquido Folha p/ Variação URV * `C36B` – 36B – Dif.Líquido Férias p/ Variação URV * `C36C` – 36C – Dif.Líquido 13.Salário p/ Variação URV * `C36D` – 36D – Dif.Desconto IR Folha p/ Variação URV * `C36E` – 36E – Dif.Desconto IR Férias p/ Variação URV * `C36F` – 36F – Dif.Desconto IR 13.Salário p/ Variação URV * `C37A` – 37A – Outros Proventos Rescisão * `C37B` – 37B – Outros Descontos Rescisão * `C37C` – 37C – Multa art. 477, § 8ºCLT Rescisão * `C37D` – 37D – Indenização a Título de Incentivo à Demissão * `C37E` – 37E – Indenização Férias Escolares * `C38A` – 38A – Gorjetas * `C38B` – 38B – Prêmios * `C38C` – 38C – Reembolso Creche * `C38D` – 38D – Reembolso Babá * `C38E` – 38E – Base de Cálculo RRA * `C38F` – 38F – Base de Cálculo RRA Férias * `C38G` – 38G – Base de Cálculo RRA 13º Salário * `C38H` – 38H – Base Isenta RRA * `C38I` – 38I – Provento Sindical * `C38K` – 38K – DSR Insalubridade * `C38J` – 38J – DSR Adicional Noturno * `C38L` – 38L – DSR Periculosidade * `C38M` – 38M – Adicional Noturno Trabalhado * `C38N` – 38N – Insalubridade Trabalhado * `C38O` – 38O – Periculosidade Trabalhado * `C38Q` – 38Q – Ajuda Compensatória Suspensão (COVID-19) * `C38R` – 38R – Ajuda Compensatória Redução Jornada (COVID-19) * `C39A` – 39A – Adicional Noturno * `C39B` – 39B – Insalubridade * `C39C` – 39C – Periculosidade * `C39D` – 39D – Comissões * `C39E` – 39E – Ajuda de Custo * `C39F` – 39F – Diárias até 50% Remuneração * `C39G` – 39G – Diárias Acima 50% Remuneração * `C39H` – 39H – Adicional Lançado em Horas * `C39I` – 39I – Participação nos Lucros * `C39J` – 39J – PIS Pago na Folha * `C39K` – 39K – Adicional Noturno Lançado em Horas * `C39L` – 39L – Insalubridade Lançada em Horas * `C39M` – 39M – Periculosidade Lançada em Horas * `C39N` – 39N – Adicional Lançado em Horas p/ Rateio Padrão * `C39O` – 39O – Adicional Lançado em Dias p/ Rateio Padrão * `C39P` – 39P – Provento Que Não Entra RAIS/CAGED * `C39Q` – 39Q – Adicional Quebra de Caixa * `C39R` – 39R – Atividade Professor (Adicional) * `C39S` – 39S – Ajuste Atividade Professor * `C39T` – 39T – Atividade Professor (Remuneração) * `C39U` – 39U – Dissídio Coletivo RAIS – Valor e Competências * `C39V` – 39V – Gratificações RAIS – Valor e Competências * `C39Y` – 39Y – Proventos Isentos de IR * `C39Z` – 39Z – Proventos Diversos * `C40A` – 40A – INSS * `C40B` – 40B – INSS s/ Férias * `C40C` – 40C – INSS s/ 13.Salário * `C40D` – 40D – IRRF * `C40E` – 40E – IRRF s/ Férias * `C40F` – 40F – IRRF s/ 13.Salário * `C40G` – 40G – IRRF s/ Adto Mensal Rotina de Vales * `C40H` – 40H – Diferença IRRF * `C40I` – 40I – Diferença IRRF Férias * `C40J` – 40J – Diferença IRRF 13.Salário * `C40K` – 40K – IRRF Pago Antecipado * `C40L` – 40L – IPE (Instituto Previdência Estatutário) * `C40M` – 40M – IRRF s/ Lucro Distribuído (15% s/ Deduções) * `C40N` – 40N – IRRF s/ Participação nos Lucros * `C40O` – 40O – IRRF s/ Lucro Real Distribuído * `C40P` – 40P – IPE s/ Férias * `C40Q` – 40Q – IRRF s/ Férias c/ Desconto Prop. na Folha * `C40R` – 40R – IPE s/ 13.Salário * `C40S` – 40S – IRRF s/ Lucro do Ajuste da Declaração * `C40T` – 40T – Diferença IPE Férias * `C40U` – 40U – Previdência Privada s/ Férias * `C40V` – 40V – Previdência Privada s/ 13.Salário * `C40W` – 40W – Diferença Previdência Privada Férias * `C40X` – 40X – INSS 13º Dissídio Coletivo Rescisão * `C40Y` – 40Y – Diferença INSS Férias * `C40Z` – 40Z – INSS Dissídio Coletivo Rescisão * `C41A` – 41A – Mensalidade Sindicato * `C41B` – 41B – Contribuição Sindical * `C41C` – 41C – Taxa Assistencial * `C41D` – 41D – Custeio do Sistema Federativo * `C41E` – 41E – Reversão Salarial * `C42A` – 42A – Provisão Descontos Férias * `C42B` – 42B – Descontos no Recibo de Férias * `C42C` – 42C – Desconto Adiantamento de Férias * `C42D` – 42D – Diferença Negativa de Férias * `C42E` – 42E – Diferença Negativa do Abono * `C42F` – 42F – Provisão Descontos Férias Folha * `C42G` – 42G – Desconto Adto Férias Folhas Seguites * `C43A` – 43A – Troco Anterior * `C43B` – 43B – Estouro Anterior * `C43C` – 43C – Estouro Rescisão Anterior * `C44A` – 44A – 13.Salário Complementar a Devolver * `C44B` – 44B – Desconto Adiantamento 13.Salário * `C44C` – 44C – 13.Salário Maternidade Complementar a Devolver * `C44D` – 44D – INSS 13º Salário Adiantado Previsto * `C44E` – 44E – IRRF 13º Salário Adiantado Previsto * `C44G` – 44G – 13.Maternidade Complementar a Devolver p/ GPS * `C44H` – 44H – 13.Mat.INSS não pago a Devolver * `C44I` – 44I – Desconto Pensão Judicial Adt. 13.Salário * `C44J` – 44J – Desconto Adto 13.Salário Rescisão sem 13s Pago * `C44K` – 44K – 13° Salário a descontar na Reintegração * `C45A` – 45A – Pensão Judicial do Mês * `C45B` – 45B – Pensão Judicial s/ Férias * `C45C` – 45C – Pensão Judicial s/ 13.Salário * `C45D` – 45D – Pensão Judicial s/ Participação nos Lucros * `C45E` – 45E – Pensionista * `C45F` – 45F – Recibo Pensão Judicial Mês * `C45G` – 45G – Recibo Pensão Judicial Férias * `C45H` – 45H – Recibo Pensão Judicial 13º * `C45I` – 45I – Recibo Pensão Judicial Part. nos Lucros * `C45J` – 45J – Diferença de Pensão Judicial de Férias * `C45K` – 45K – Pensão Judicial s/ 13.Sal. Adto * `C45L` – 45L – Pensão Judicial Cálculo RRA * `C45M` – 45M – Devolução Pensão Judicial Participação nos Lucros * `C45N` – 45N – Pensão Judicial Cálculo RRA Dissídio Coletivo Rescisão * `C46A` – 46A – Devolução Salário Família * `C48A` – 48A – INSS Férias 1º Int. * `C48B` – 48B – INSS Férias 2º Int. * `C48C` – 48C – IRRF Cálculo RRA * `C48D` – 48D – INSS Cálculo RRA * `C48E` – 48E – IPE Cálculo RRA * `C48F` – 48F – IRRF s/ Adiantamento p/ Cálculo 91 * `C48G` – 48G – IRRF Valor Rescisão * `C48H` – 48H – Fundo Aposentadoria Programada Individual – FAPI * `C48I` – 48I – Fundo Aposentadoria Programada Individual – FAPI s/Férias * `C48J` – 48J – Fundo Aposentadoria Programada Individual – FAPI s/ 13º * `C48K` – 48K – Fundação Prev. Compl. Serv. Público Federal – Funpresp * `C48L` – 48L – Fundação Prev. Compl. Serv. Público Federal – Funpresp s/Férias * `C48M` – 48M – Fundação Prev. Compl. Serv. Público Federal – Funpresp s/13º * `C48N` – 48N – INSS Férias Cálculo RRA * `C48O` – 48O – INSS 13º Sal Cálculo RRA * `C48P` – 48P – IPE Férias Cálculo RRA * `C48Q` – 48Q – IPE 13º Sal Cálculo RRA * `C48R` – 48R – INSS RRA Dissídio Coletivo Rescisão * `C48S` – 48S – INSS 13º Sal RRA Dissídio Coletivo Rescisão * `C48T` – 48T – Outras Entidades INSS * `C49A` – 49A – Seguro de Vida * `C49B` – 49B – Vale Transporte * `C49C` – 49C – Líquido Rescisão * `C49D` – 49D – Desconto Adiantamento Salarial * `C49E` – 49E – Previdência Privada * `C49F` – 49F – Despesas Médicas * `C49G` – 49G – Desconto Lançado em Horas * `C49H` – 49H – Faltas Como Desconto * `C49I` – 49I – Desconto Adto Participação nos Lucros * `C49J` – 49J – Despesas com Instrução * `C49K` – 49K – Empréstimo Consignado Rescisão * `C49L` – 49L – Desconto Ajuda de Custo e Diária de Viagem * `C49M` – 49M – Despesas com Ação Judicial RRA * `C49N` – 49N – Desconto do Vale – Alimentação * `C49O` – 49O – Desconto Vale Transporte Após Rescisão * `C49Z` – 49Z – Descontos Diversos * `C50A` – 50A – FGTS * `C50B` – 50B – IPMF do INSS * `C50C` – 50C – IPMF do INSS Férias * `C50D` – 50D – IPMF do INSS 13.Salário * `C50E` – 50E – Valor Complementar Pago no Mês * `C50F` – 50F – FGTS s/ 13.Salário * `C50G` – 50G – FGTS 13.Salário Integral Acid.Trab/Serv.Militar * `C50H` – 50H – FGTS 13.Salário Proporc. Acid.Trab/Serv.Militar * `C50I` – 50I – Banco de Horas RAIS – Valor e Competências * `C50J` – 50J – Base Isenta IR – Exigibilidade Suspensa * `C50K` – 50K – Dedução Prev. Oficial IR Base – Exigib. Suspensa * `C50L` – 50L – Diferença IR Outra Tabela IR – Exigib. Suspensa * `C50M` – 50M – Depósito Judicial IR – Exigibilidade Suspensa * `C50N` – 50N – Base Isenta IR 13.Sal – Exigibilidade Suspensa * `C50O` – 50O – Dedução Prev. Oficial IR Base 13s – Exig. Suspensa * `C50P` – 50P – Difer. IR Outra Tabela IR 13.Sal – Exig. Suspensa * `C50Q` – 50Q – Depósito Judicial IR 13.Sal – Exigib. Suspensa * `C50R` – 50R – Dedução Dependente IR Base – Exigib. Suspensa * `C50S` – 50S – Dedução Pensão Alim. IR Base – Exigib. Suspensa * `C50T` – 50T – Dedução Prev. Privada IR Base – Exigib. Suspensa * `C50U` – 50U – Dedução Dependente IR Base 13s – Exigib. Suspensa * `C50V` – 50V – Dedução Pensão Alim. IR Base 13s – Exig. Suspensa * `C50W` – 50W – Dedução Prev. Priv. IR Base 13s – Exig. Suspensa * `C50X` – 50X – FGTS Diferença Apurada * `C50Y` – 50Y – Evento Incluído p/ Ronda * `C50Z` – 50Z – Valor p/ Transitar na Folha * `C51A` – 51A – Horas Disponíveis Diurnas * `C51B` – 51B – Horas Disponíveis Diurnas * `C51C` – 51C – Horas Disponíveis Diurnas * `C51D` – 51D – Horas Disponíveis Diurnas * `C51E` – 51E – Horas Disponíveis Diurnas * `C51F` – 51F – Horas Disponíveis Diurnas * `C51G` – 51G – Horas Disponíveis Diurnas * `C51H` – 51H – Horas Disponíveis Diurnas * `C51I` – 51I – Horas Disponíveis Diurnas * `C51J` – 51J – Horas Disponíveis Diurnas * `C51K` – 51K – Horas Disponíveis Diurnas * `C51L` – 51L – Horas Disponíveis Diurnas * `C51M` – 51M – Horas Disponíveis Diurnas * `C51N` – 51N – Horas Disponíveis Diurnas * `C51O` – 51O – Horas Disponíveis Diurnas * `C51P` – 51P – Horas Disponíveis Diurnas * `C51Q` – 51Q – Horas Disponíveis Diurnas * `C51R` – 51R – Horas Disponíveis Diurnas * `C51S` – 51S – Horas Disponíveis Diurnas * `C51T` – 51T – Horas Disponíveis Diurnas * `C51U` – 51U – Horas Disponíveis Diurnas * `C51V` – 51V – Horas Disponíveis Diurnas * `C51W` – 51W – Horas Disponíveis Diurnas * `C51X` – 51X – Horas Disponíveis Diurnas * `C51Y` – 51Y – Horas Disponíveis Diurnas * `C51Z` – 51Z – Horas Disponíveis Diurnas * `C52A` – 52A – Horas Disponíveis Noturnas * `C52B` – 52B – Horas Disponíveis Noturnas * `C52C` – 52C – Horas Disponíveis Noturnas * `C52D` – 52D – Horas Disponíveis Noturnas * `C52E` – 52E – Horas Disponíveis Noturnas * `C52F` – 52F – Horas Disponíveis Noturnas * `C52G` – 52G – Horas Disponíveis Noturnas * `C52H` – 52H – Horas Disponíveis Noturnas * `C52I` – 52I – Horas Disponíveis Noturnas * `C52J` – 52J – Horas Disponíveis Noturnas * `C52K` – 52K – Horas Disponíveis Noturnas * `C52L` – 52L – Horas Disponíveis Noturnas * `C52M` – 52M – Horas Disponíveis Noturnas * `C52N` – 52N – Horas Disponíveis Noturnas * `C52O` – 52O – Horas Disponíveis Noturnas * `C52P` – 52P – Horas Disponíveis Noturnas * `C52Q` – 52Q – Horas Disponíveis Noturnas * `C52R` – 52R – Horas Disponíveis Noturnas * `C52S` – 52S – Horas Disponíveis Noturnas * `C52T` – 52T – Horas Disponíveis Noturnas * `C52U` – 52U – Horas Disponíveis Noturnas * `C52V` – 52V – Horas Disponíveis Noturnas * `C52W` – 52W – Horas Disponíveis Noturnas * `C52X` – 52X – Horas Disponíveis Noturnas * `C52Y` – 52Y – Horas Disponíveis Noturnas * `C52Z` – 52Z – Horas Disponíveis Noturnas * `C53A` – 53A – Dias Disponíveis * `C53B` – 53B – Dias Disponíveis * `C53C` – 53C – Dias Disponíveis * `C53D` – 53D – Dias Disponíveis * `C53E` – 53E – Dias Disponíveis * `C53F` – 53F – Dias Disponíveis * `C53G` – 53G – Dias Disponíveis * `C53H` – 53H – Dias Disponíveis * `C53I` – 53I – Dias Disponíveis * `C53J` – 53J – Dias Disponíveis * `C53K` – 53K – Dias Disponíveis * `C53L` – 53L – Dias Disponíveis * `C53M` – 53M – Dias Disponíveis * `C53N` – 53N – Dias Disponíveis * `C53O` – 53O – Dias Disponíveis * `C53P` – 53P – Dias Disponíveis * `C53Q` – 53Q – Dias Disponíveis * `C53R` – 53R – Dias Disponíveis * `C53S` – 53S – Dias Disponíveis * `C53T` – 53T – Dias Disponíveis * `C53U` – 53U – Dias Disponíveis * `C53V` – 53V – Dias Disponíveis * `C53W` – 53W – Dias Disponíveis * `C53X` – 53X – Dias Disponíveis * `C53Y` – 53Y – Dias Disponíveis * `C53Z` – 53Z – Dias Disponíveis * `C54A` – 54A – Horas Disponíveis Diurnas * `C54B` – 54B – Horas Disponíveis Diurnas * `C54C` – 54C – Horas Disponíveis Diurnas * `C54D` – 54D – Horas Disponíveis Diurnas * `C54E` – 54E – Horas Disponíveis Diurnas * `C54F` – 54F – Horas Disponíveis Diurnas * `C54G` – 54G – Horas Disponíveis Diurnas * `C54H` – 54H – Horas Disponíveis Diurnas * `C54I` – 54I – Horas Disponíveis Diurnas * `C54J` – 54J – Horas Disponíveis Diurnas * `C54K` – 54K – Horas Disponíveis Diurnas * `C54L` – 54L – Horas Disponíveis Diurnas * `C54M` – 54M – Horas Disponíveis Diurnas * `C54N` – 54N – Horas Disponíveis Diurnas * `C54O` – 54O – Horas Disponíveis Diurnas * `C54P` – 54P – Horas Disponíveis Diurnas * `C54Q` – 54Q – Horas Disponíveis Diurnas * `C54R` – 54R – Horas Disponíveis Diurnas * `C54S` – 54S – Horas Disponíveis Diurnas * `C54T` – 54T – Horas Disponíveis Diurnas * `C54U` – 54U – Horas Disponíveis Diurnas * `C54V` – 54V – Horas Disponíveis Diurnas * `C54W` – 54W – Horas Disponíveis Diurnas * `C54X` – 54X – Horas Disponíveis Diurnas * `C54Y` – 54Y – Horas Disponíveis Diurnas * `C54Z` – 54Z – Horas Disponíveis Diurnas * `C55A` – 55A – Horas Disponíveis Noturnas * `C55B` – 55B – Horas Disponíveis Noturnas * `C55C` – 55C – Horas Disponíveis Noturnas * `C55D` – 55D – Horas Disponíveis Noturnas * `C55E` – 55E – Horas Disponíveis Noturnas * `C55F` – 55F – Horas Disponíveis Noturnas * `C55G` – 55G – Horas Disponíveis Noturnas * `C55H` – 55H – Horas Disponíveis Noturnas * `C55I` – 55I – Horas Disponíveis Noturnas * `C55J` – 55J – Horas Disponíveis Noturnas * `C55K` – 55K – Horas Disponíveis Noturnas * `C55L` – 55L – Horas Disponíveis Noturnas * `C55M` – 55M – Horas Disponíveis Noturnas * `C55N` – 55N – Horas Disponíveis Noturnas * `C55O` – 55O – Horas Disponíveis Noturnas * `C55P` – 55P – Horas Disponíveis Noturnas * `C55Q` – 55Q – Horas Disponíveis Noturnas * `C55R` – 55R – Horas Disponíveis Noturnas * `C55S` – 55S – Horas Disponíveis Noturnas * `C55T` – 55T – Horas Disponíveis Noturnas * `C55U` – 55U – Horas Disponíveis Noturnas * `C55V` – 55V – Horas Disponíveis Noturnas * `C55W` – 55W – Horas Disponíveis Noturnas * `C55X` – 55X – Horas Disponíveis Noturnas * `C55Y` – 55Y – Horas Disponíveis Noturnas * `C55Z` – 55Z – Horas Disponíveis Noturnas * `C56A` – 56A – Dias Disponíveis * `C56B` – 56B – Dias Disponíveis * `C56C` – 56C – Dias Disponíveis * `C56D` – 56D – Dias Disponíveis * `C56E` – 56E – Dias Disponíveis * `C56F` – 56F – Dias Disponíveis * `C56G` – 56G – Dias Disponíveis * `C56H` – 56H – Dias Disponíveis * `C56I` – 56I – Dias Disponíveis * `C56J` – 56J – Dias Disponíveis * `C56K` – 56K – Dias Disponíveis * `C56L` – 56L – Dias Disponíveis * `C56M` – 56M – Dias Disponíveis * `C56N` – 56N – Dias Disponíveis * `C56O` – 56O – Dias Disponíveis * `C56P` – 56P – Dias Disponíveis * `C56Q` – 56Q – Dias Disponíveis * `C56R` – 56R – Dias Disponíveis * `C56S` – 56S – Dias Disponíveis * `C56T` – 56T – Dias Disponíveis * `C56U` – 56U – Dias Disponíveis * `C56V` – 56V – Dias Disponíveis * `C56W` – 56W – Dias Disponíveis * `C56X` – 56X – Dias Disponíveis * `C56Y` – 56Y – Dias Disponíveis * `C56Z` – 56Z – Dias Disponíveis * `C57A` – 57A – Cesantías Mensal * `C57B` – 57B – Antecipação Cesantías * `C57C` – 57C – Juros Antecipação Cesantías * `C57D` – 57D – Quitação Cesantías * `C57E` – 57E – Juros Quitação Cesantías * `C58A` – 58A – Liquido Folha * `C58B` – 58B – Valor PIS 13° Transitar Folha * `C58C` – 58C – Valor PIS Transitar Folha * `C58D` – 58D – Valor PIS Transitar Rescisão * `C58E` – 58E – Horas Extraordinárias – Banco de Horas * `C58F` – 58F – Horas Compensadas – Banco de Horas * `C58G` – 58G – FGTS 13.Salário Integral Serv.Militar * `C58H` – 58H – FGTS 13.Salário Proporc. Serv.Militar * `C58I` – 58I – FGTS 13.Salário Integral Acid.Trabalho * `C58J` – 58J – FGTS 13.Salário Proporc. Acid.Trabalho * `C58K` – 58K – FGTS Multa Pagamento Folha * `C58L` – 58L – Diferença Salário Mínimo (Verde Amarelo) * `C61A` – 61A – Horas Afast. Mat. Empresa Cidadã Diurnas * `C61B` – 61B – Horas Afast. Licença c/ Remuneração Férias * `C61D` – 61D – Horas Atestado até 15 dias COVID-19 Diurnas * `C62A` – 62A – Horas Afast. Mat. Empresa Cidadã Noturnas * `C62B` – 62B – Horas Afast. Licença c/ Remuneração Férias * `C62D` – 62D – Horas Atestado até 15 dias COVID-19 Noturnas * `C63A` – 63A – Dias Afast. Maternidade Empresa Cidadã * `C63B` – 63B – Dias Afast. Licença c/ Remuneração Férias * `C63D` – 63D – Dias Atestado até 15 dias COVID-19 * `C61E` – C61E – Horas Atestado sem INSS Diurnas * `C62E` – C62E – Horas Atestado sem INSS Noturnas * `C63E` – C63E – Dias Atestado sem INSS * `C42H` – C42H – Desconto Férias Antecipadas Covid-19 * `C49Q` – 49Q – Desconto Saldo de Vale Transporte * `C38S` – 38S – Insalubridade Gestante Local Salubre * `C11S` – 11S – Diferença 1/3 de Férias * `C38T` – 38T – Insalubridade Gestante Local Salubre Ded. Sal. Família * `C38U` – 38U – Ajuste Insalubridade Gestante Local Salubre * `C42I` – 42I – Diferença Negativa 1/3 de Férias * `C49R` – 49R – Despesa com Advogados RRA * `C61G` – 61G – Horas Afast. Qualificação Profissional * `C62G` – 62G – Horas Afast. Qualificação Profissional Noturnas * `C63G` – 63G – Dias Afast. Qualificação Profissional * `C29A` – 29A – Indenização Bolsa Qualificação Profissional * `C59A` – 59A – Dedução Isenção IR 65 Anos * `C59B` – 59B – Dedução Isenção IR 13º 65 Anos * `C59C` – 59C – Dedução Isenção IR Férias 65 Anos * `C59D` – 59D – Dedução Isenção IR Dif Férias 65 Anos * `C59E` – 59E – Dedução Isenção IR RRA 65 Anos * `C31P` – 31P – FGTS Rescisão Aviso Prévio * `C31Q` – 31Q – FGTS Rescisão 13º Salário Aviso Prévio * `C38V` – 38V – Devolução Valor IR Adiantamento 05/23 * `C12K` – 12K – Diferença 1/3 de Abono * `C42J` – 42J – Diferença Negativa 1/3 de Abono * `C59F` – 59F – Dedução Simplificada Mensal Suspensa * `C59G` – 59G – Dedução Simplificada Férias Suspensa * `C59H` – 59H – Dedução Simplificada 13º Suspensa * `C31R` – 31R – Ajuste Base FGTS Mês * `C31S` – 31S – Ajuste Base FGTS 13º Salário * `C31T` – 31T – Ajuste Base FGTS Indenizado * `C31U` – 31U – Ajuste Base FGTS Indenizado 13º Salário * `C31V` – 31V – Ajuste contábil Adto 13º S/ Saque FGTS * `C58M` – 58M – Valor PIS 13º Transitar Rescisão * `C35S` – 35S – Devolução FGTS 13º Salário * `C49S` – 49S – Empréstimo Crédito do Trabalhador * `C58N` – 58N – Diferença Empréstimo Crédito do Trabalhador * `C42L` – 42L – Provisão Desconto Férias Crédito Trabalhador * `C49T` – 49T – Provisão Crédito Trabalhador no Adiantamento * `C58O` – 58O – Margem Cálculo Crédito Trabalhador * `C49U` – 49U – Desconto Crédito Trabalhador p/ Cálculo 91 * `C35T` – 35T – Devolução IRRF PLR – Provento * `C35U` – 35U – Devolução IRRF PLR – Informativa directionType: type: string enum: – ASC – DESC description: Tipo de ordenação: * `ASC` – Ascendente * `DESC` – Descendente exceptionType: type: string enum: – COMPANY_BRANCH – DEPARTMENT – COST_CENTER – SALARY_TYPE – CONTRACT_TYPE – JOBPOSITION – EMPLOYMENT_RELATIONSHIP – BATCH description: Tipo de Exceção no Cálculo da Folha de Pagamento: * `COMPANY_BRANCH` – Filial * `DEPARTMENT` – Local * `COST_CENTER` – C. Custo * `SALARY_TYPE` – Tipo Salário * `CONTRACT_TYPE` – Tipo Contrato * `JOBPOSITION` – Cargo * `EMPLOYMENT_RELATIONSHIP` – Vínculo * `BATCH` – Lote userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error entrySaveData: description: Dados de retorno do entrySave allOf: – #/definitions/resultBaseData – type: object required: – entryItems properties: entryItems: type: array items: type: object allOf: – #/definitions/entryItem minimum: 1 description: customData: description: Mapa de campos customizados type: object required: – field properties: value: type: string description: Valor do campo field: type: string description: Nome do campo variableEntryItemBatch: description: Lote de integração de lançamentos type: object required: – entries – lotSize properties: entries: type: array items: type: object allOf: – #/definitions/entryItem minimum: 1 description: Lista de lançamentos do lote lotSize: type: integer format: int64 description: Tamanho do lote blobServiceCommitData: description: Dados de retorno do commit de um arquivo allOf: – #/definitions/resultBaseData – type: object required: – fileId properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo (separados por /) blobServiceRequestUploadData: description: Dados de retorno do upload de um arquivo allOf: – #/definitions/resultBaseData – type: object required: – fileId – version – locationURI properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo (separados por /) type: string description: Versão do arquivo locationURI: type: string description: URI onde o upload deve ser realizado blobServiceRequestAccessData: description: Dados de retorno do acesso do arquivo allOf: – #/definitions/resultBaseData – type: object required: – locationURI properties: locationURI: type: string description: URI onde o arquivo está disponível para download fileUploadData: description: type: object properties: fileId: type: string description: O identificador único do arquivo. Composto pelo ID + o nome do arquivo, separados por / type: string description: Versão do arquivo thumbnail: type: boolean description: Se for verdadeiro, entende que o arquivo é uma foto, e que deve ser criada a foto e seu Thumbnail(128X128px) permanentUrl: type: string description: Url do arquivo permanente checkDTO: description: Retorno status usados de retorno type: object required: – name – status properties: name: type: string description: Nome do status status: type: string allOf: – #/definitions/heathcheckDTO description: Status autocompleteFilter: description: DTO com informações do lookup type: object required: – text – value properties: text: type: string description: Texto a ser apresentado value: type: string description: Valor armazenado no filtro keyValue: description: Objeto chave valor para map type: object required: – key – value properties: key: type: string description: Nome do campo filtro que está sendo enviado como parâmetro value: type: string description: Valor do campo filtro que está sendo enviado como parâmetro entry13salaryItemData: description: DTO da lista de lançamentos de 13o salário type: object required: – employeeType – employee – competence – value – operationType properties: entry13salaryId: type: string maxLength: 32 description: Id do lançamento já salvo employeeType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo do colaborador employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador competence: type: string format: date description: Competência do lançamento value: type: string description: Valor de adiantamento do lançamento operationType: type: string allOf: – #/definitions/operationType description: Tipo da operação do lançamento enumInformationData: description: DTO de lista com as enumerações traduzidas type: object required: – enumName – items properties: enumName: type: string description: Nome da enumeração items: type: array items: type: object allOf: – #/definitions/enumInformationItemData minimum: 1 description: Lista com os items das enumerações enumInformationItemData: description: DTO de lista com os items das enumerações type: object required: – key – value properties: key: type: string description: Chave do item da enumeração value: type: string description: Valor traduzido do item da enumeração autocompleteData: description: DTO com os dados selecionados do autocomplete type: object required: – tableId properties: tableId: type: string description: Id da tabela name: type: string description: Descrição da tabela autocompleteEnumData: description: DTO para o autocompleteEnum selecionado e retorno type: object required: – key properties: key: type: string description: Chave do enum value: type: string description: Valor do enum entryItemData: description: DTO com os dados do lançamento da folha de pagamento type: object properties: id: type: string description: Id do item actionType: type: string description: Tipo da ação crud payrollCalculation: type: object allOf: – #/definitions/autocompleteData description: Cálculo da folha de pagamento wageType: type: object allOf: – #/definitions/autocompleteData description: Evento do item de lançamento wageValueType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de valor do evento employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador do item de lançamento startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio do lançamento reference: type: number format: double description: Referência do lançamento minimum: 0.00 maximum: 999999999.99 value: type: number format: double description: Valor do lançamento minimum: 0.00 maximum: 999999999.99 lotIntegration: type: string description: Id do lote enviado para g5 username: type: string description: Usuário de criação do lançamento creationDate: type: string format: date-time description: Data de criação do lançamento usernameUpdate: type: string description: Usuário de criação do lançamento updateDate: type: string format: date-time description: Data de criação do lançamento employeeVariableEntryItemData: description: DTO com os dados do lançamento da folha de pagamento (Colaborador – Variável) type: object properties: id: type: string description: Id do item actionType: type: string description: Tipo da ação crud payrollCalculation: type: object allOf: – #/definitions/autocompleteData description: Cálculo da folha de pagamento wageType: type: object allOf: – #/definitions/autocompleteData description: Evento do item de lançamento wageValueType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de valor do evento apportionment: type: object allOf: – #/definitions/autocompleteData description: Data de lançamento reference: type: number format: double description: Referência do lançamento value: type: number format: double description: Valor do lançamento employeeFixedEntryItemData: description: DTO com os dados do lançamento da folha de pagamento (Colaborador – Fixo) type: object properties: id: type: string description: Id do item actionType: type: string description: Tipo da ação crud wageType: type: object allOf: – #/definitions/autocompleteData description: Evento do item de lançamento wageValueType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de valor do evento startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio do lançamento reference: type: number format: double description: Referência do lançamento value: type: number format: double description: Valor do lançamento wageVariableEntryItemData: description: DTO com os dados do lançamento da folha de pagamento (Evento – Variável) type: object properties: id: type: string description: Id do item actionType: type: string description: Tipo da ação crud payrollCalculation: type: object allOf: – #/definitions/autocompleteData description: Cálculo da folha de pagamento wageValueType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de valor do evento employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador do item de lançamento apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio do lançamento reference: type: number format: double description: Referência do lançamento value: type: number format: double description: Valor do lançamento wageFixedEntryItemData: description: DTO com os dados do lançamento da folha de pagamento (Evento – Fixed) type: object properties: id: type: string description: Id do item actionType: type: string description: Tipo da ação crud wageValueType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo de valor do evento employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador do item de lançamento startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio do lançamento reference: type: number format: double description: Referência do lançamento minimum: 0.00 maximum: 999999999.99 value: type: number format: double description: Valor do lançamento minimum: 0.00 maximum: 999999999.99 resultBaseData: description: Retorno base para os endpoints discriminator: _discriminator type: object required: – ok – _discriminator properties: ok: type: boolean description: Flag para indicar sucesso warning: type: boolean description: Flag para indicar sucesso com alerta default: false message: type: string description: Mensagem de retorno default: _discriminator: type: string description: entryVerifyConflictData: description: DTO com os dados de retorno da verificação de conflito allOf: – #/definitions/resultBaseData – type: object required: – entry properties: entry: type: object allOf: – #/definitions/entryItemData description: Item do lançamento da folha de pagamento entryItemValidateQueryData: description: DTO de retorno das validações de lançamentos type: object required: – message – entryItem properties: message: type: string description: Mensagens com as validações entryItem: type: object allOf: – #/definitions/entryItemData description: Lançamento entryItemValidateAndVerifyConflictData: description: DTO com os dados de retorno da verificação de conflito e vencimento do evento allOf: – #/definitions/resultBaseData – type: object required: – entryItem properties: entryItem: type: object allOf: – #/definitions/entryItemData description: Lançamento entryItemListQueryData: description: DTO de retorno de uma lista de lançamentos type: object required: – entryItems properties: entryItems: type: array items: type: object allOf: – #/definitions/entryItemData minimum: 1 description: Lançamentos manageEntryItemsData: description: DTO de retorno da primitiva de manutenção de lançamentos type: object required: – message – entityId properties: message: type: string description: Mensagem entityId: type: string description: Id Entidade que ocorreu o problema apportionmentEntryData: description: DTO do lançamento de rateio type: object required: – apportionment – percentage – actionType properties: id: type: string description: Id do rateio apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio percentage: type: number format: double description: Percentual; actionType: type: string allOf: – #/definitions/actionType description: Tipo de ação apportionmentEntryExceptionData: description: DTO da exceção do lançamento de rateio type: object required: – wageType – apportionment – percentage – actionType properties: id: type: string description: Id da exceção wageType: type: object allOf: – #/definitions/autocompleteData description: Evento apportionment: type: object allOf: – #/definitions/autocompleteData description: Rateio percentage: type: number format: double description: Percentual actionType: type: string allOf: – #/definitions/actionType description: Tipo de ação apportionmentEntriesQueryData: description: Dados da consulta de lançamento de rateio type: object required: – startDate – apportionmentEntries – apportionmentEntryExceptions – payrollCalculationSituationType properties: employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador department: type: object allOf: – #/definitions/autocompleteData description: Id do local jobPosition: type: object allOf: – #/definitions/autocompleteData description: Id do cargo startDate: type: string format: date description: Data de inicio apportionmentEntries: type: array items: type: object allOf: – #/definitions/apportionmentEntryData minimum: 1 description: Lançamentos de rateio apportionmentEntryExceptions: type: array items: type: object allOf: – #/definitions/apportionmentEntryExceptionData minimum: 1 description: Exceções dos lançamentos de rateio payrollCalculationSituationType: type: string allOf: – #/definitions/payrollCalculationSituationType description: Situação do cálculo de folha entry13SalaryListQueryData: description: Dados da consulta de lançamento de 13º Salário type: object required: – company – employeeType – employee – competence – hiredate – value properties: entry13salaryId: type: string maxLength: 32 description: Id do lançamento company: type: object allOf: – #/definitions/autocompleteData description: Empresa employeeType: type: object allOf: – #/definitions/autocompleteEnumData description: Tipo do colaborador employee: type: object allOf: – #/definitions/autocompleteData description: Colaborador competence: type: string format: date description: Competência hiredate: type: string format: date description: Data de admissão value: type: string description: Valor integrationSaveBatchData: description: Resultado da integração em lotes type: object required: – id – success – errorMessage properties: id: type: string description: Id da entidade success: type: boolean description: Informa se a ação foi realizada com sucesso errorMessage: type: string description: Mensagem de erro autocompleteResult: description: Retorno autocomplete allOf: – #/definitions/resultBaseData – type: object required: – tableId – fields properties: tableId: type: string description: Id do registro pesquisado fields: type: array items: type: object allOf: – #/definitions/autocompleteResultFields minimum: 1 description: Descrição do registro pesquisado autocompleteResultFields: description: Campos para o retorno do autocomplete type: object required: – name – value properties: name: type: string description: Nome do campo de retorno value: type: string description: Valor do campo de retorno entryItemReportInfo: description: DTO com os dados do lançamento da folha de pagamento para relatórios type: object properties: entryId: type: string description: Id do item companyId: type: string description: Id da Empresa companyCode: type: integer format: int64 description: Código da empresa employeeType: type: integer format: int64 description: Tipo do colaborador employeeFullName: type: string description: Nome do colaborador employeeRegisterNumber: type: integer format: int64 description: Matrícula do colaborador costCenter: type: string description: Centro de custo do empregado wagetypeCode: type: integer format: int64 description: Código do evento wagetypeId: type: string description: Id do Evento wagetypeName: type: string description: Descrição do Evento reference: type: string description: Referência do lançamento value: type: string description: Valor do lançamento payrollCalculationId: type: string description: Id do calculo payrollCalculationCode: type: integer format: int64 description: Código do calculo referenceDate: type: string description: Data de referência formType: type: string description: Tipo do lançamento wagetypeType: type: string description: Tipo do evento department: type: string description: Departamento startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento creationDate: type: string format: date-time description: Data de criação do lançamento entryItemReportData: description: Dados de retorno do entryItemReport allOf: – #/definitions/resultBaseData – type: object required: – count – currentPage – page – result properties: count: type: integer format: int64 description: Quantidade de registros currentPage: type: integer format: int64 description: Quantidade de páginas page: type: integer format: int64 description: Quantidade de páginas result: type: array items: type: object allOf: – #/definitions/entryItemReportInfo minimum: 1 description: Retorna dto para relatório pagination: description: Dados da paginação type: object required: – current – size properties: current: type: integer format: int64 description: Página atual, inicia em 1 size: type: integer format: int64 description: Quantidade de páginas, inicia em 1 orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenar por ordination: description: Dados da ordenação type: object required: – field properties: field: type: string description: Campo que será ordenado direction: type: string allOf: – #/definitions/directionType description: Tipo da ordenação attachment: description: Anexo type: object required: – name properties: id: type: string maxLength: 32 description: Identificador name: type: string description: Nome do arquivo editAttachment: type: object required: – id allOf: – #/definitions/attachment person: description: Pessoa type: object required: – firstname – lastname properties: id: type: string description: Id da pessoa firstname: type: string description: Primeiro nome middlename: type: string description: Segundo nome lastname: type: string description: Último nome username: type: string description: Nome de usuário cpf: type: string description: Número de CPF editPerson: type: object required: – id allOf: – #/definitions/person company: description: Empresa type: object required: – cnpj – subscriptionType – companyname – place – companytype – apportionmentUseType – takersRoutineUseType – apportionmentDiscountType – takersRoutineStartDate – useJudicialPensionHistory properties: id: type: string description: Id da empresa code: type: integer format: int64 description: Código da empresa cnpj: type: string description: Cnpj da empresa subscriptionType: type: string allOf: – #/definitions/subscriptionType description: Tipo de Inscrição companyname: type: string description: Nome da empresa headquarter: type: string description: Relacionamento com a sede da empresa place: type: string description: Relacionamento com cidade companytype: type: string allOf: – #/definitions/companyType description: Tipo da empresa apportionmentUseType: type: string allOf: – #/definitions/apportionmentUseType description: Tipo de uso de rateio takersRoutineUseType: type: string allOf: – #/definitions/takersRoutineUseType description: Tipo de uso de Rotina tomadores apportionmentDiscountType: type: string allOf: – #/definitions/apportionmentDiscountType description: Tipo de desconto do adiantamento de rateio takersRoutineStartDate: type: string format: date description: Início rotina tomadores por rateio useJudicialPensionHistory: type: boolean description: Usa histórico pensão judicial tradingname: type: string description: Nome fantasia da empresa editCompany: type: object required: – id allOf: – #/definitions/company wageTypeTable: description: Tabela de evento da folha de pagamento type: object required: – code – name – validity properties: id: type: string maxLength: 32 description: Id da tabela de evento code: type: integer format: int64 description: Código da tabela de evento name: type: string description: Descrição da tabela de evento validity: type: string description: Indicador de validade editWageTypeTable: type: object required: – id allOf: – #/definitions/wageTypeTable validCalculationType: description: Eventos – Tipos de Cálculo valido (R008CAL) type: object required: – id – wageTypeTable – wageType – calculationType properties: id: type: string maxLength: 32 description: Id da tabela wageTypeTable: type: object allOf: – #/definitions/wageTypeTable description: Tabela de evento (CodTab) wageType: type: object allOf: – #/definitions/wagetype description: Evento (CodEve) calculationType: type: string allOf: – #/definitions/calculationType description: Tipo do cálculo valido (TipCal) editValidCalculationType: type: object required: – id allOf: – #/definitions/validCalculationType wagetype: description: Evento da folha de pagamento type: object required: – id – wageTypeTable – code – name – wageValueType – type – characteristic properties: id: type: string description: Id do evento wageTypeTable: type: object allOf: – #/definitions/wageTypeTable description: Relacionamento com tabelas de eventos code: type: integer format: int64 description: Código do evento name: type: string description: Descrição do evento wageValueType: type: string allOf: – #/definitions/wageValueType description: Tipo de valor do evento type: type: string allOf: – #/definitions/wageTypeCategory description: Tipo do evento characteristic: type: string allOf: – #/definitions/wageTypeCharacteristic description: Categoria do Evento creationdate: type: string format: date description: Data de criação expirationdate: type: string format: date description: Data de extinção syndicate: type: string maxLength: 32 description: Identificador do sindicato do da contribuição sindical externalId: type: string description: Id externo editWagetype: type: object required: – id allOf: – #/definitions/wagetype employee: description: Colaborador type: object required: – hiredate – employer – companynumber – employeetype – registernumber – registrationnumber – person – department properties: id: type: string description: Id do colaborador hiredate: type: string format: date description: Data de admissão employer: type: object allOf: – #/definitions/company description: Filial matriz da empresa companynumber: type: integer format: int64 description: Empresa do colaborador: NUMEMP employeetype: type: string allOf: – #/definitions/employeeType description: Tipo do colaborador: TIPCOL registernumber: type: integer format: int64 description: Código do colaborador: NUMCAD registrationnumber: type: integer format: int64 description: Número de registro do colaborador person: type: object allOf: – #/definitions/person description: Relacionamento com a pessoa department: type: string description: Relacionamento com o local costcenter: type: string description: Centro de custo editEmployee: type: object required: – id allOf: – #/definitions/employee payrollcalculation: description: Cálculo da folha de pagamento type: object required: – id – company – calculationcode properties: id: type: string description: Id do cálculo da folha de pagamento availableforreference: type: boolean description: Liberar folha no Portal name: type: string description: Nome paymentdate: type: string format: date description: Data de pagamento periodend: type: string format: date description: Data final do período da folha periodstart: type: string format: date description: Data inicial do período da folha referencedate: type: string format: date description: Competência do cálculo calculationtype: type: string allOf: – #/definitions/calculationType description: Tipo do cálculo company: type: object allOf: – #/definitions/company description: Empresa calculationend: type: string format: date description: Data do fim da apuração do cálculo calculationstart: type: string format: date description: Data do início da apuração do cálculo calculationcode: type: integer format: int64 description: Código do cálculo calculationSituation: type: string allOf: – #/definitions/calculationSituationType description: Situação do cálculo editPayrollcalculation: type: object required: – id allOf: – #/definitions/payrollcalculation apportionment: description: Cadastro de rateio type: object required: – id – code – name – expenseType properties: id: type: string description: Id do rateio code: type: integer format: int64 description: Código do rateio name: type: string description: Descrição x-i18n: true expenseType: type: string allOf: – #/definitions/expenseType description: Tipo de despesa translations: type: object properties: locale: type: object properties: name: type: string example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. editApportionment: type: object required: – id allOf: – #/definitions/apportionment entry: description: Lançamento da folha de pagamento type: object required: – id – company – entryType – formType – conflictType properties: id: type: string description: Id do lançamento company: type: object allOf: – #/definitions/company description: Empresa entryType: type: string allOf: – #/definitions/entryType description: Tipo do lançamento formType: type: string allOf: – #/definitions/formType description: Forma do lançamento conflictType: type: string allOf: – #/definitions/conflictType description: Tipo de solução para o conflito wageType: type: object allOf: – #/definitions/wagetype description: Evento do lançamento employee: type: object allOf: – #/definitions/employee description: Colaborador do lançamento editEntry: type: object required: – id allOf: – #/definitions/entry entryItem: description: Item do lançamento da folha de pagamento type: object required: – id – entry – lotIntegration properties: id: type: string description: Id do item do lançamento entry: type: object allOf: – #/definitions/entry description: Lançamento da folha de pagamento payrollCalculation: type: object allOf: – #/definitions/payrollcalculation description: Cálculo da folha de pagamento wageType: type: object allOf: – #/definitions/wagetype description: Evento do item de lançamento employee: type: object allOf: – #/definitions/employee description: Colaborador do item de lançamento startDate: type: string format: date description: Data de lançamento endDate: type: string format: date description: Data de validate do lançamento reference: type: number format: double description: Referência do lançamento apportionment: type: object allOf: – #/definitions/apportionment description: Rateio do lançamento value: type: number format: double description: Valor do lançamento originType: type: string allOf: – #/definitions/originType description: Origem do lançamento lotIntegration: type: string description: Id do lote enviado para g5 username: type: string description: Usuário de criação do lançamento creationDate: type: string format: date-time description: Data de criação do lançamento usernameUpdate: type: string description: Usuário de criação do lançamento updateDate: type: string format: date-time description: Data de criação do lançamento editEntryItem: type: object required: – id allOf: – #/definitions/entryItem employeeCalculationBasis: description: Múltiplos vínculos type: object required: – employee – competenceDate – individualContributor properties: id: type: string description: Id do item do lançamento employee: type: object allOf: – #/definitions/employee description: Colaborador do item de lançamento competenceDate: type: string format: date description: competência do lançamento sequence: type: integer format: int64 description: sequencia do lançamento minimum: 0 maximum: 99 monthlyInssBasis: type: number format: double description: Base INSS mensal minimum: 0.00 maximum: 999999999.99 monthlyInssValue: type: number format: double description: Valor INSS mensal minimum: 0.00 maximum: 999999999.99 inss13Basis: type: number format: double description: Base INSS 13 salário minimum: 0.00 maximum: 999999999.99 inss13Value: type: number format: double description: Valor INSS 13 salário minimum: 0.00 maximum: 999999999.99 monthlyIncomeTaxBasis: type: number format: double description: Base IR mensal minimum: 0.00 maximum: 999999999.99 monthlyIncomeTaxValue: type: number format: double description: Valor IR mensal minimum: 0.00 maximum: 999999999.99 vacationIncomeTaxBasis: type: number format: double description: Base IR férias minimum: 0.00 maximum: 999999999.99 vacationIncomeTaxValue: type: number format: double description: Valor IR férias minimum: 0.00 maximum: 999999999.99 thirteenthIncomeTaxBasis: type: number format: double description: Base IR 13 salário minimum: 0.00 maximum: 999999999.99 thirteenthIncomeTaxValue: type: number format: double description: Valor IR 13 salário minimum: 0.00 maximum: 999999999.99 profitSharingIncomeTaxBasis: type: number format: double description: Base IR Part. Lucros minimum: 0.00 maximum: 999999999.99 profitSharingIncomeTaxValue: type: number format: double description: Valor IR Part. Lucros minimum: 0.00 maximum: 999999999.99 monthlyIpeBasis: type: number format: double description: Base IPE mensal minimum: 0.00 maximum: 999999999.99 monthlyIpeValue: type: number format: double description: Valor IPE mensal minimum: 0.00 maximum: 999999999.99 vacationIpeBasis: type: number format: double description: Base IPE férias minimum: 0.00 maximum: 999999999.99 vacationIpeValue: type: number format: double description: Valor IPE férias minimum: 0.00 maximum: 999999999.99 thirteenthIpeBasis: type: number format: double description: Base IPE 13 salário minimum: 0.00 maximum: 999999999.99 thirteenthIpeValue: type: number format: double description: Valor IPE 13 salário minimum: 0.00 maximum: 999999999.99 individualContributor: type: boolean description: Contribuinte individual subscriptionType: type: string allOf: – #/definitions/subscriptionCalculationBasisType description: Tipo de inscrição subscriptionNumber: type: string maxLength: 14 description: Número de inscrição otherCompanyName: type: string maxLength: 60 description: Nome da outra empresa contributionDiscounted: type: boolean description: Contribuição descontada esocialCategory: type: string allOf: – #/definitions/eSocialCategory description: Categoria eSocial editEmployeeCalculationBasis: type: object required: – id allOf: – #/definitions/employeeCalculationBasis department: description: Local de trabalho type: object required: – id – code – name – position – tablecode – creationdate – expirationdate properties: id: type: string description: Id do local code: type: string description: Código do local name: type: string description: Nome do local x-i18n: true position: type: string description: Posição tablecode: type: integer format: int64 description: Código da tabela creationdate: type: string format: date description: Data de criação expirationdate: type: string format: date description: Data de extinção apportionment: type: object allOf: – #/definitions/apportionment description: Rateio do local translations: type: object properties: locale: type: object properties: name: type: string example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. editDepartment: type: object required: – id allOf: – #/definitions/department jobposition: description: Cargo type: object required: – id – code – name – jobpositionstructure properties: id: type: string description: Id do cargo code: type: string description: Código do cargo name: type: string description: Nome do cargo x-i18n: true cbo: type: string description: CBO do cargo jobpositionstructure: type: string description: Id da estrutura de cargos creationDate: type: string format: date description: Data de criação do cargo expirationDate: type: string format: date description: Data de extinção do cargo translations: type: object properties: locale: type: object properties: name: type: string example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. editJobposition: type: object required: – id allOf: – #/definitions/jobposition apportionmentEntry: description: Lançamento de rateio type: object required: – id – apportionment – startDate – endDate – percentage properties: id: type: string description: Id da entidade employee: type: object allOf: – #/definitions/employee description: Colaborador department: type: object allOf: – #/definitions/department description: Local jobPosition: type: object allOf: – #/definitions/jobposition description: Cargo company: type: object allOf: – #/definitions/company description: Empresa apportionment: type: object allOf: – #/definitions/apportionment description: Rateio startDate: type: string format: date description: Data inicial endDate: type: string format: date description: Data final percentage: type: number format: double description: Percentual isIntegration: type: boolean description: É integração? (campo calculado) editApportionmentEntry: type: object required: – id allOf: – #/definitions/apportionmentEntry apportionmentEntryException: description: Exceção do lançamento de rateio type: object required: – id – apportionment – wageType – startDate – endDate – percentage properties: id: type: string description: Id da entidade employee: type: object allOf: – #/definitions/employee description: Colaborador department: type: object allOf: – #/definitions/department description: Local jobPosition: type: object allOf: – #/definitions/jobposition description: Cargo company: type: object allOf: – #/definitions/company description: Empresa apportionment: type: object allOf: – #/definitions/apportionment description: Rateio wageType: type: object allOf: – #/definitions/wagetype description: Evento startDate: type: string format: date description: Data inicial endDate: type: string format: date description: Data final percentage: type: number format: double description: Percentual isIntegration: type: boolean description: É integração? (campo calculado) editApportionmentEntryException: type: object required: – id allOf: – #/definitions/apportionmentEntryException entry13Salary: description: Lançamentos de 13 salário type: object required: – company – companyBranch – competence – employeeType – employee – value properties: id: type: string maxLength: 32 description: Id da entidade company: type: object allOf: – #/definitions/company description: Empresa companyBranch: type: object allOf: – #/definitions/company description: Filial competence: type: string format: date description: Competência employeeType: type: string allOf: – #/definitions/employeeType description: Tipo do Colaborador employee: type: object allOf: – #/definitions/employee description: Colaborador value: type: string description: Valor editEntry13Salary: type: object required: – id allOf: – #/definitions/entry13Salary companyWageTypeTable: description: Ligação entre a empresa e a tabela de eventos type: object required: – company – wageTypeTable properties: id: type: string maxLength: 32 description: Id da entidade company: type: object allOf: – #/definitions/company description: Empresa wageTypeTable: type: object allOf: – #/definitions/wageTypeTable description: Tabela de eventos editCompanyWageTypeTable: type: object required: – id allOf: – #/definitions/companyWageTypeTable entryImportation: description: Importação de lançamentos type: object required: – id – importedFile – username – creationDate properties: id: type: string description: Id da tabela importedFile: type: object allOf: – #/definitions/attachment description: Id da tabela de anexo, do arquivo importado pelo cliente errorFile: type: object allOf: – #/definitions/attachment description: Id do arquivo com os erros de validação no blobservice username: type: string description: Usuário fez a solicitação recordCount: type: integer format: int64 description: Quantidade de registros no arquivo successCount: type: integer format: int64 description: Quantidade de registros processados com sucesso errorCount: type: integer format: int64 description: Quantidade de registros processados com erro creationDate: type: string format: date-time description: Data de criação da importação editEntryImportation: type: object required: – id allOf: – #/definitions/entryImportation entryItemLotIntegration: description: Tabela de lotes de integração da tabela de lançamentos type: object required: – integrated – done – lotSize properties: id: type: string maxLength: 32 description: Id da entidade integrated: type: boolean description: Se já foi enviado para integrar para g5 done: type: boolean description: Se já foi gerado o lote inteiro e está pronto para integrar lotSize: type: integer format: int64 description: Tamanho do lote entryImportation: type: string maxLength: 32 description: Relação com a tabela de importação de lançamentos editEntryItemLotIntegration: type: object required: – id allOf: – #/definitions/entryItemLotIntegration entryCustomization: description: Tabela de lotes de integração da tabela de lançamentos type: object required: – script properties: id: type: string maxLength: 32 description: Id da entidade script: type: string description: Script para ser executado editEntryCustomization: type: object required: – id allOf: – #/definitions/entryCustomization notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage

Este artigo foi útil para você?

Sim  Não
Leave A Comment Cancelar resposta

Você precisa fazer o login para publicar um comentário.

© 2022 Senior. Todos os direitos reservados.
Mais pesquisados:Customização, Tutorial, Documentação