2.0info: 6.15.0 Cadastros Organizacionais description: HCM – Cadastros organizacionais x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: organization_register 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: /organization_register/queries/getOtherCompanyUsingType: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id da entidade responses: 200: description: Ok schema: type: object allOf: – #/definitions/otherCompanyUsingType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Id da entidade in: query required: true type: string responses: 200: description: Ok schema: type: object allOf: – #/definitions/otherCompanyUsingType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getAllValidJobPositionAttachments: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id do cargo responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Quantidade de páginas totalElements: type: integer format: int64 description: Total de registros contents: type: array items: type: object allOf: – #/definitions/jobPositionAttachment minimum: 1 description: Attachments 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Id do cargo in: query required: true type: string responses: 200: description: Ok schema: type: object required: – totalPages – totalElements – contents properties: totalPages: type: integer format: int64 description: Quantidade de páginas totalElements: type: integer format: int64 description: Total de registros contents: type: array items: type: object allOf: – #/definitions/jobPositionAttachment minimum: 1 description: Attachments 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getDataAbroadOtherCompany: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id da entidade responses: 200: description: Ok schema: type: object allOf: – #/definitions/dataAbroadOtherCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Id da entidade in: query required: true type: string responses: 200: description: Ok schema: type: object allOf: – #/definitions/dataAbroadOtherCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/isAnnuitiesAreValidByCompanyQuery: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – yearList – companyId properties: yearList: type: array items: type: integer format: int64 minimum: 1 description: Lista de anos a serem validados companyId: type: string description: Id da empresa responses: 200: description: Ok schema: type: object required: – isValid properties: isValid: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: yearList description: Lista de anos a serem validados in: query required: true type: array items: type: integer format: int64 minimum: 1 – name: companyId description: Id da empresa in: query required: true type: string responses: 200: description: Ok schema: type: object required: – isValid properties: isValid: type: boolean description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/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 get: description: Retorna os itens das enumerações traduzidos tags: – Queries x-senior-visibility: PRIVATE parameters: – name: names description: Nomes das enumerações in: query required: true type: array items: type: string minimum: 1 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 /organization_register/queries/isJobPositionPublicBodyCreationDateUsed: post: description: Retorna um boolean se já existe um Public Body com aquela data de criação e estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPosition – startDate properties: jobPositionPublicBodyId: type: string description: Data do orgão público jobPosition: type: string description: Id do cargo startDate: type: string format: date description: Data de inicio do orgão público. responses: 200: description: Ok schema: type: object required: – existsDuplicatedCreationDate properties: existsDuplicatedCreationDate: type: boolean description: Orgão Publico já existe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna um boolean se já existe um Public Body com aquela data de criação e estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionPublicBodyId description: Data do orgão público in: query type: string – name: jobPosition description: Id do cargo in: query required: true type: string – name: startDate description: Data de inicio do orgão público. in: query required: true type: string format: date responses: 200: description: Ok schema: type: object required: – existsDuplicatedCreationDate properties: existsDuplicatedCreationDate: type: boolean description: Orgão Publico já existe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/isJobPositionSalaryInfoCreationDateUsed: post: description: Dto para pesquisa de duplicidade da informação salarial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionSalaryInfoCreationDateUsedDto properties: jobPositionSalaryInfoCreationDateUsedDto: type: object allOf: – #/definitions/jobPositionSalaryInfoCreationDateUsedDto description: Data da Informação salarial responses: 200: description: Ok schema: type: object required: – existsDuplicatedCreationDate properties: existsDuplicatedCreationDate: type: boolean description: Informação salarial já existe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/isJobPositionSalaryPremiumCreationDateUsed: post: description: Dto para pesquisa de duplicidade da adicional salarial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionSalaryPremiumCreationDateUsedDto properties: jobPositionSalaryPremiumCreationDateUsedDto: type: object allOf: – #/definitions/jobPositionSalaryPremiumCreationDateUsedDto description: Data do adicional salarial responses: 200: description: Ok schema: type: object required: – existsDuplicatedCreationDate properties: existsDuplicatedCreationDate: type: boolean description: Informação salarial já existe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/registrationCodeQuery: post: description: Retorna um código gerado para os cadastros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName properties: entityName: type: string description: Nome da entidade responses: 200: description: Ok schema: type: object required: – code properties: code: type: integer format: int64 description: Retorno de um novo código 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna um código gerado para os cadastros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: entityName description: Nome da entidade in: query required: true type: string responses: 200: description: Ok schema: type: object required: – code properties: code: type: integer format: int64 description: Retorno de um novo código 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleEmployeeQuery: post: description: Retorna lista de colaboradores por code ou name tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – search properties: search: type: string description: Busca responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/employee minimum: 1 description: Colaboradores 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna lista de colaboradores por code ou name tags: – Queries x-senior-visibility: PRIVATE parameters: – name: search description: Busca in: query required: true type: string responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/employee minimum: 1 description: Colaboradores 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/advanceSearchEmployeeQuery: post: description: Retorna lista de colaboradores da busca avançada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – employeeSearch – pagination properties: employeeSearch: type: object allOf: – #/definitions/employeeSearch description: pagination: type: object allOf: – #/definitions/pagination description: Paginação da busca responses: 200: description: Ok schema: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/employee minimum: 1 description: totalPages: type: integer format: int64 description: totalElements: type: integer format: int64 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/lookupDepartmentHierarchyQuery: post: description: Retorna lista de históricos de departamentos no lookup tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – departmentHierarchySearch – lookupSearch properties: departmentHierarchySearch: type: object allOf: – #/definitions/departmentHierarchySearch description: Dados do filtro de histórico de departamento lookupSearch: type: string description: Busca do lookup responses: 200: description: Ok schema: type: object required: – contents properties: contents: type: array items: type: object allOf: – #/definitions/organizationalChartDepartmentHierarchy minimum: 1 description: Resultado da busca 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/advancedSearchDepartmentHierarchyQuery: post: description: Retorna lista de históricos de departamentos na busca avançada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – departmentHierarchySearch – pagination properties: departmentHierarchySearch: type: object allOf: – #/definitions/departmentHierarchySearch description: Dados do filtro de histórico de departamento pagination: type: object allOf: – #/definitions/pagination description: Paginação da busca responses: 200: description: Ok schema: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/organizationalChartDepartmentHierarchy minimum: 1 description: totalPages: type: integer format: int64 description: totalElements: type: integer format: int64 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getLeadershipQuery: post: description: Retorna Chefia tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/leadershipData description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna Chefia tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: in: query required: true type: string responses: 200: description: Ok schema: type: object required: – result properties: result: type: object allOf: – #/definitions/leadershipData description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/listLeadershipQuery: post: description: Lista Chefia tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pagination properties: filterLeadership: type: object allOf: – #/definitions/filterLeadership description: Filtro de chefia pagination: type: object allOf: – #/definitions/pagination description: Paginação da busca responses: 200: description: Ok schema: type: object required: – contents – totalPages – totalElements properties: contents: type: array items: type: object allOf: – #/definitions/leadershipData minimum: 1 description: totalPages: type: integer format: int64 description: totalElements: type: integer format: int64 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/structureIsRelatedToJobPositionsQuery: post: description: Retorna o se há cargos relacionados há estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionStructureId properties: jobPositionStructureId: type: string description: Id da estrutura responses: 200: description: Ok schema: type: object required: – isRelatedToJobPositions properties: isRelatedToJobPositions: type: boolean description: se há cargos relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna o se há cargos relacionados há estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionStructureId description: Id da estrutura in: query required: true type: string responses: 200: description: Ok schema: type: object required: – isRelatedToJobPositions properties: isRelatedToJobPositions: type: boolean description: se há cargos relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getJobPositionCodeMaskQuery: post: description: Retorna a máscara a ser utilizada no campo código do cargo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionStructureIds properties: jobPositionStructureIds: type: array items: type: string minimum: 1 description: Id da estrutura responses: 200: description: Ok schema: type: object required: – maskList properties: maskList: type: array items: type: string minimum: 1 description: Máscara a ser utilizada no código do cargo default: description: Error response schema: #/definitions/genericError get: description: Retorna a máscara a ser utilizada no campo código do cargo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionStructureIds description: Id da estrutura in: query required: true type: array items: type: string minimum: 1 responses: 200: description: Ok schema: type: object required: – maskList properties: maskList: type: array items: type: string minimum: 1 description: Máscara a ser utilizada no código do cargo default: description: Error response schema: #/definitions/genericError /organization_register/queries/jobPositionLevelCalculationQuery: post: description: Retorna a posição calculada do nível tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionCode – jobPositionStructureId properties: jobPositionCode: type: string maxLength: 32 description: Id do cargo jobPositionStructureId: type: string maxLength: 32 description: Id da estrutura responses: 200: description: Ok schema: type: object required: – jobPositionLevel properties: jobPositionLevel: type: integer format: int64 description: Nível do cargo calculado minimum: 1 maximum: 9 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a posição calculada do nível tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionCode description: Id do cargo in: query required: true type: string maxLength: 32 – name: jobPositionStructureId description: Id da estrutura in: query required: true type: string maxLength: 32 responses: 200: description: Ok schema: type: object required: – jobPositionLevel properties: jobPositionLevel: type: integer format: int64 description: Nível do cargo calculado minimum: 1 maximum: 9 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getJobPositionByJobPositionStructureAndCodeQuery: post: description: Busca se o cargo existe pelo código e estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionCode – jobPositionStructureId properties: jobPositionCode: type: string maxLength: 32 description: Codido do cargo jobPositionStructureId: type: string maxLength: 32 description: Id da estrutura jobPositionId: type: string maxLength: 32 description: Id do cargo responses: 200: description: Ok schema: type: object required: – jobPositionExists properties: jobPositionExists: type: boolean description: Boolean 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca se o cargo existe pelo código e estrutura tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionCode description: Codido do cargo in: query required: true type: string maxLength: 32 – name: jobPositionStructureId description: Id da estrutura in: query required: true type: string maxLength: 32 – name: jobPositionId description: Id do cargo in: query type: string maxLength: 32 responses: 200: description: Ok schema: type: object required: – jobPositionExists properties: jobPositionExists: type: boolean description: Boolean 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getEmployeeRegistrationLevelByJobPositionStructureQuery: post: description: Retorna o nível de colaboradores da estrutura de cargo informada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPositionStructureId properties: jobPositionStructureId: type: string maxLength: 32 description: Id da estrutura de cargo responses: 200: description: Ok schema: type: object properties: employeeRegistrationLevel: type: integer format: int64 description: Nível de colaboradores da estrutura de cargo minimum: 0 maximum: 9 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna o nível de colaboradores da estrutura de cargo informada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPositionStructureId description: Id da estrutura de cargo in: query required: true type: string maxLength: 32 responses: 200: description: Ok schema: type: object properties: employeeRegistrationLevel: type: integer format: int64 description: Nível de colaboradores da estrutura de cargo minimum: 0 maximum: 9 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getJobPositionLookupGridData: post: description: Busca os registros do lookup de cargo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pagination properties: structureId: type: string description: Id da Estrutura pagination: type: object allOf: – #/definitions/pagination description: Paginação jobPositionCode: type: string description: Código do Cargo jobPositionName: type: string description: Descrição do Cargo responses: 200: description: Ok schema: type: object required: – jobPositionLookupDtos – totalPages – totalElements properties: jobPositionLookupDtos: type: array items: type: object allOf: – #/definitions/jobPositionLookupDto minimum: 1 description: Lista de Cargos totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getWageClassByWageScale: post: description: Busca os registros do lookup da classe salarial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pagination properties: pagination: type: object allOf: – #/definitions/pagination description: Paginação className: type: string description: Nome da classe salarial classNameForComparison: type: string description: Nome da classe que tera sua sequência comparada scaleId: type: string description: Id da tabela salarial isInitialClass: type: boolean description: Flag identificando se o lookup é para a classe inicial ou final referenceDate: type: string format: date-time description: Data de referência da consulta da revisão da tabela salarial responses: 200: description: Ok schema: type: object required: – wageClassLookupDto – totalPages – totalElements properties: wageClassLookupDto: type: array items: type: object allOf: – #/definitions/wageClassDto minimum: 1 description: Lista de classes totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getWageLevelByWageClass: post: description: Busca os registros do lookup de nível da tabela salarial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pagination properties: pagination: type: object allOf: – #/definitions/pagination description: Paginação levelName: type: string description: Nome do nível className: type: string description: Nome da classe wageScaleId: type: string description: Id da tabela salarial comparedLevelName: type: string description: Nome do nível a ser comparado isInitialLevel: type: boolean description: Flag identificando se o lookup é para a faixa inicial ou final referenceDate: type: string format: date-time description: Data de referência da consulta da revisão da tabela salarial responses: 200: description: Ok schema: type: object required: – wageLevelLookupDto – totalPages – totalElements properties: wageLevelLookupDto: type: array items: type: object allOf: – #/definitions/wageLevelDto minimum: 1 description: Lista de classes totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/listJobPositionRequirementsGridDto: post: description: Lista os Requisitos de Cargo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pagination properties: structureCode: type: integer format: int64 description: Código da Estrutura de Cargo jobPositionCode: type: string description: Código do Cargo startDate: type: string format: date description: Data do Requisito pagination: type: object allOf: – #/definitions/pagination description: Paginação responses: 200: description: Ok schema: type: object required: – jobPositionRequirementsGridDto – totalPages – totalElements properties: jobPositionRequirementsGridDto: type: array items: type: object allOf: – #/definitions/jobPositionRequirementsGridDto minimum: 1 description: Lista de DTOs para Listagem de Requisitos de Cargo totalPages: type: integer format: int64 description: Total de páginas totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/otherCompanyUsingTypeList: post: description: Retorna uma lista com os Tipos de Uso da Outra Empresa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – otherCompanyId properties: otherCompanyId: type: string description: Id Outra Empresa responses: 200: description: Ok schema: type: object properties: result: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna uma lista com os Tipos de Uso da Outra Empresa tags: – Queries x-senior-visibility: PRIVATE parameters: – name: otherCompanyId description: Id Outra Empresa in: query required: true type: string responses: 200: description: Ok schema: type: object properties: result: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterCompany: post: description: Primitiva para obtenção de informações da empresa 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: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para obtenção de informações da empresa 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: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterCompanyBranch: post: description: Primitiva para obtenção de informações da filial 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 parameters: type: array items: type: object allOf: – #/definitions/keyValue description: Nome e valor de outros campos filtros responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterDepartment: post: description: Primitiva para obtenção de informações do local 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 parameters: type: array items: type: object allOf: – #/definitions/keyValue description: Nome e valor de outros campos filtros responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterCostCenter: post: description: Primitiva para obtenção de informações do centro de custo 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 parameters: type: array items: type: object allOf: – #/definitions/keyValue description: Nome e valor de outros campos filtros responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterJobPosition: post: description: Primitiva para obtenção de informações do cargo 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 parameters: type: array items: type: object allOf: – #/definitions/keyValue description: Nome e valor de outros campos filtros responses: 200: description: Ok schema: type: object required: – records properties: records: type: array items: type: object allOf: – #/definitions/autocompleteFilter minimum: 1 description: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/autocompleteFilterEmployeeType: post: description: Primitiva para obtenção de informações do cargo 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: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para obtenção de informações do cargo 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: Retorno do endpoint 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getJobPositionStructureCompanies: post: description: Primitiva para obtenção de informações do cargo consumidas pelo campo de lookup tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPosition properties: jobPosition: type: string description: Cargo responses: 200: description: Ok schema: type: object required: – companies properties: companies: type: array items: type: object allOf: – #/definitions/companyDto minimum: 1 description: Empresas que usam essa estrutura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva para obtenção de informações do cargo consumidas pelo campo de lookup tags: – Queries x-senior-visibility: PRIVATE parameters: – name: jobPosition description: Cargo in: query required: true type: string responses: 200: description: Ok schema: type: object required: – companies properties: companies: type: array items: type: object allOf: – #/definitions/companyDto minimum: 1 description: Empresas que usam essa estrutura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/getJobPositions: post: description: Retorna os registros dos cargos pelos Ids com limite de 100 registros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: Código do Cargo responses: 200: description: Ok schema: type: object required: – jobPosition properties: jobPosition: type: array items: type: object allOf: – #/definitions/jobPosition minimum: 1 description: Lista de Cargos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna os registros dos cargos pelos Ids com limite de 100 registros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: ids description: Código do Cargo in: query required: true type: array items: type: string minimum: 1 responses: 200: description: Ok schema: type: object required: – jobPosition properties: jobPosition: type: array items: type: object allOf: – #/definitions/jobPosition minimum: 1 description: Lista de Cargos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/findDepartmentsByIdIn: post: description: Retorna uma lista de departamentos a partir dos identificadores. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string minimum: 1 description: Identificadores dos departamentos responses: 200: description: Ok schema: type: object required: – departments properties: departments: type: array items: type: object allOf: – #/definitions/department minimum: 1 description: Lista de departamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna uma lista de departamentos a partir dos identificadores. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: ids description: Identificadores dos departamentos in: query required: true type: array items: type: string minimum: 1 responses: 200: description: Ok schema: type: object required: – departments properties: departments: type: array items: type: object allOf: – #/definitions/department minimum: 1 description: Lista de departamentos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/queries/exportCostcenter: 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 /organization_register/queries/exportApportionment: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/queries/exportCompanyJobPositionStructure: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportJobPositionStructure: 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 /organization_register/queries/exportCompany: 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 /organization_register/queries/exportCbo: 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 /organization_register/queries/exportJobPosition: 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 /organization_register/queries/exportExpenseNature: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportProfessionalBoardAcronym: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWageLevel: 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 /organization_register/queries/exportWageScale: 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 /organization_register/queries/exportWageScaleRevision: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWageClass: 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 /organization_register/queries/exportHistoricalJobPosition: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/queries/exportOrganizationalChart: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportOrganizationalChartItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportOrganizationalChartStructure: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportOrganizationalChartDepartment: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportLeadership: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportCompanyOrganizationalChartStructureHistory: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportLeadershipException: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportSocialSecuritySetting: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportHierarchyoffice: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportCbo2002: 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 /organization_register/queries/exportOccupationarea: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportActivityfield: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportOthercompany: 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 /organization_register/queries/exportCity: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportCountry: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportContract: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportMovimentation: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportMeta: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportEducationdegree: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportQualification: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportAdministrativeregion: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportHistoricalWorkstationGroupStructure: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportJobPositionRequirements: 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 /organization_register/queries/exportAnnuitiesPaidPerCompany: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportHierarchylevel: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWorkstationgroupstructure: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWorkstationgroup: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWorkstationgroupJobposition: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportWorkstationgroupJobSalaryInfo: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/queries/exportExtraeducation: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/actions/insertJobPositionAttachment: post: description: Insere o link do anexo do cargo no banco de dados e comita o anexo na plataforma de armazenamento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – jobPosition – fileId – version – attachmentSize properties: jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo fileId: type: string maxLength: 340 description: O identificador único externo do arquivo. Composto pelo ID + o nome do arquivo (separados por /) type: string maxLength: 45 description: Versão do arquivo attachmentSize: type: integer format: int64 description: Tamanho do arquivo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/jobPositionAttachmentCommit: post: description: Serviço responsável por commitar o arquivo no blobservice tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – fileId – version properties: fileId: type: string maxLength: 340 description: O identificador único externo do arquivo. Composto pelo ID + o nome do arquivo (separados por /) type: string maxLength: 45 description: Versão do arquivo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/jobPositionStructureDelete: post: description: Exclusão de uma estrutura de cargo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – structureId properties: structureId: type: string description: Id da estrutura responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/jobPositionStructureLevelDelete: post: description: Exclusão de uma lista de níveis de estrutura de cargo tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – levelsList properties: levelsList: type: array items: type: string minimum: 1 description: lista de ids dos niveis de estrutura responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 – thumbnail properties: fileName: type: string description: Nome do arquivo que será carregado thumbnail: type: boolean description: Condicional se será salvo um thumbnail responses: 200: description: Ok schema: 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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: – locationURI properties: locationURI: type: string description: URI onde o arquivo está disponível para download 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/otherCompanyUsingTypeSave: post: description: Salva uma lista com os Tipos de Uso da Outra Empresa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – otherCompanyId properties: otherCompanyId: type: string description: Id Outra Empresa usingTypes: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: Lista com os Tipos de Uso usingTypesRemove: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: Lista com os Tipos de Uso que serão removidos responses: 200: description: Ok schema: type: object properties: result: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: Resultado da ação de salvar os Tipos de Uso da Outra Empresa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/actions/importCostcenter: 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 /organization_register/actions/importApportionment: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/actions/importCompanyJobPositionStructure: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importJobPositionStructure: 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 /organization_register/actions/importCompany: 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 /organization_register/actions/importCbo: 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 /organization_register/actions/importJobPosition: 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 /organization_register/actions/importExpenseNature: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importProfessionalBoardAcronym: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWageLevel: 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 /organization_register/actions/importWageScale: 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 /organization_register/actions/importWageScaleRevision: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWageClass: 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 /organization_register/actions/importHistoricalJobPosition: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/actions/importOrganizationalChart: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importOrganizationalChartItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importOrganizationalChartStructure: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importOrganizationalChartDepartment: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importLeadership: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importCompanyOrganizationalChartStructureHistory: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importLeadershipException: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importSocialSecuritySetting: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importHierarchyoffice: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importCbo2002: 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 /organization_register/actions/importOccupationarea: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importActivityfield: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importOthercompany: 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 /organization_register/actions/importCity: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importCountry: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importContract: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importMovimentation: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importMeta: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importEducationdegree: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importQualification: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importAdministrativeregion: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importHistoricalWorkstationGroupStructure: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importJobPositionRequirements: 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 /organization_register/actions/importAnnuitiesPaidPerCompany: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importHierarchylevel: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWorkstationgroupstructure: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWorkstationgroup: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWorkstationgroupJobposition: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importWorkstationgroupJobSalaryInfo: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/actions/importExtraeducation: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/events/costCenterDelete: post: description: Exclui entidade costCenter x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: Id de histórico de cargo responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/costCenterBulkUpdate: post: description: Atualização em lote da entidade costCenter x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – items properties: items: type: array items: type: object allOf: – #/definitions/costCenterDTO minimum: 1 description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importCostcenterEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCostcenterEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/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 /organization_register/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 /organization_register/events/importCompanyJobPositionStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCompanyJobPositionStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionStructureLevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionStructureLevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/events/importCboEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCboEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionDescriptionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionDescriptionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/events/importJobPositionAttachmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionAttachmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionSalaryInfoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionSalaryInfoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionSalaryPremiumEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionSalaryPremiumEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionPublicBodyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionPublicBodyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importExpenseNatureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportExpenseNatureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importProfessionalBoardAcronymEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportProfessionalBoardAcronymEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWageLevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWageLevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWageScaleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWageScaleEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWageScaleRevisionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWageScaleRevisionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWageClassEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWageClassEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importHistoricalJobPositionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportHistoricalJobPositionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/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 /organization_register/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 /organization_register/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 /organization_register/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 /organization_register/events/importOrganizationalChartEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOrganizationalChartEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOrganizationalChartItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOrganizationalChartItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOrganizationalChartStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOrganizationalChartStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOrganizationalChartDepartmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOrganizationalChartDepartmentEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOrganizationalChartDepartmentHierarchyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOrganizationalChartDepartmentHierarchyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importLeadershipEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportLeadershipEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importCompanyOrganizationalChartStructureHistoryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCompanyOrganizationalChartStructureHistoryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importLeadershipExceptionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportLeadershipExceptionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importSocialSecuritySettingEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportSocialSecuritySettingEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importHierarchyofficeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportHierarchyofficeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importCbo2002Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCbo2002Event: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOccupationareaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOccupationareaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importActivityfieldEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportActivityfieldEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOthercompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOthercompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importCityEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCityEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importStateEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportStateEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importCountryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportCountryEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importNeighborhoodEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportNeighborhoodEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importOtherCompanyUsingTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportOtherCompanyUsingTypeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importDataAbroadOtherCompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportDataAbroadOtherCompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importContractEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportContractEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importMovimentationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportMovimentationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importMetaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportMetaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importEducationdegreeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportEducationdegreeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importQualificationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportQualificationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importAdministrativeregionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportAdministrativeregionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importHistoricalWorkstationGroupStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportHistoricalWorkstationGroupStructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importJobPositionRequirementsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportJobPositionRequirementsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importAnnuitiesPaidPerCompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportAnnuitiesPaidPerCompanyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importHierarchylevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportHierarchylevelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWorkstationgroupstructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWorkstationgroupstructureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWorkstationgroupEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWorkstationgroupEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWorkstationgroupJobpositionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWorkstationgroupJobpositionEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importWorkstationgroupJobSalaryInfoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportWorkstationgroupJobSalaryInfoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/importExtraeducationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/events/exportExtraeducationEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /organization_register/entities/costcenter: 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/costcenter responses: 200: description: The created resource schema: #/definitions/costcenter 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/costcenter responses: 200: description: The created resource schema: #/definitions/costcenter 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 responses: 200: description: Ok schema: type: array items: #/definitions/costcenter 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/costcenter/{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/costcenter responses: 200: description: Ok schema: #/definitions/costcenter 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/costcenter responses: 200: description: Ok schema: #/definitions/costcenter 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/costcenter 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 /organization_register/entities/costcenter/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/costcenter responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/apportionment: 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/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: PRIVATE 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: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/apportionment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/apportionment/{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/apportionment responses: 200: description: Ok 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: PRIVATE 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: PRIVATE 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: 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 /organization_register/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 /organization_register/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 responses: 200: description: Ok schema: type: array items: #/definitions/department 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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/department responses: 200: description: Ok 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: 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 /organization_register/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 /organization_register/entities/companyJobPositionStructure: 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 responses: 200: description: Ok schema: type: array items: #/definitions/companyJobPositionStructure 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionStructure: 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/jobPositionStructure responses: 200: description: The created resource schema: #/definitions/jobPositionStructure 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/jobPositionStructure responses: 200: description: The created resource schema: #/definitions/jobPositionStructure 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionStructure 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionStructure/{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/jobPositionStructure responses: 200: description: Ok schema: #/definitions/jobPositionStructure 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/jobPositionStructure responses: 200: description: Ok schema: #/definitions/jobPositionStructure 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/jobPositionStructure 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 /organization_register/entities/jobPositionStructure/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobPositionStructure responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionStructureLevel: 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/jobPositionStructureLevel responses: 200: description: The created resource schema: #/definitions/jobPositionStructureLevel 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/jobPositionStructureLevel responses: 200: description: The created resource schema: #/definitions/jobPositionStructureLevel 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionStructureLevel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionStructureLevel/{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/jobPositionStructureLevel responses: 200: description: Ok schema: #/definitions/jobPositionStructureLevel 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/jobPositionStructureLevel responses: 200: description: Ok schema: #/definitions/jobPositionStructureLevel 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/jobPositionStructureLevel 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 /organization_register/entities/jobPositionStructure/{parentId}/levels: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionStructureLevel responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionStructureLevel 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: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionStructureLevel responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionStructureLevel 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: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionStructureLevel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionStructure/{parentId}/levels/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC 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/jobPositionStructureLevel responses: 200: description: Ok schema: #/definitions/jobPositionStructureLevel 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: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/jobPositionStructureLevel responses: 200: description: Ok schema: #/definitions/jobPositionStructureLevel 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: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/jobPositionStructureLevel 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: 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 /organization_register/entities/jobPositionStructureLevel/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobPositionStructureLevel responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/company: 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 responses: 200: description: Ok schema: type: array items: #/definitions/company 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/cbo: 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/cbo responses: 200: description: The created resource schema: #/definitions/cbo 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/cbo responses: 200: description: The created resource schema: #/definitions/cbo 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 responses: 200: description: Ok schema: type: array items: #/definitions/cbo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/cbo/{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/cbo responses: 200: description: Ok schema: #/definitions/cbo 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/cbo responses: 200: description: Ok schema: #/definitions/cbo 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/cbo 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 /organization_register/entities/cbo/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbo responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionDescription: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionDescription 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionDescriptions: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionDescription responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionDescription 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: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionDescription responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionDescription 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: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionDescription 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionDescriptions/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC 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/jobPositionDescription responses: 200: description: Ok schema: #/definitions/jobPositionDescription 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: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/jobPositionDescription responses: 200: description: Ok schema: #/definitions/jobPositionDescription 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: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/jobPositionDescription 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: 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 /organization_register/entities/jobPosition: 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/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: PUBLIC 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: PUBLIC parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/jobPosition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{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/jobPosition responses: 200: description: Ok 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: PUBLIC 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: PUBLIC 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: 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 /organization_register/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 /organization_register/entities/jobPositionAttachment: 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/jobPositionAttachment responses: 200: description: The created resource schema: #/definitions/jobPositionAttachment 401: description: 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/jobPositionAttachment responses: 200: description: The created resource schema: #/definitions/jobPositionAttachment 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionAttachment/{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/jobPositionAttachment responses: 200: description: Ok schema: #/definitions/jobPositionAttachment 401: description: 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/jobPositionAttachment responses: 200: description: Ok schema: #/definitions/jobPositionAttachment 401: description: 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/jobPositionAttachment 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 /organization_register/entities/jobPosition/{parentId}/jobPositionAttachments: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionAttachment responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionAttachment responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionAttachment 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionAttachment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionAttachments/{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/jobPositionAttachment responses: 200: description: Ok schema: #/definitions/jobPositionAttachment 401: description: 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/jobPositionAttachment responses: 200: description: Ok schema: #/definitions/jobPositionAttachment 401: description: 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/jobPositionAttachment 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 /organization_register/entities/jobPositionAttachment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobPositionAttachment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionSalaryInfo: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionSalaryInfo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionSalaryInfoRevisions: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionSalaryInfo responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionSalaryInfo 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: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionSalaryInfo responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionSalaryInfo 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: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionSalaryInfo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionSalaryInfoRevisions/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC 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/jobPositionSalaryInfo responses: 200: description: Ok schema: #/definitions/jobPositionSalaryInfo 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: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/jobPositionSalaryInfo responses: 200: description: Ok schema: #/definitions/jobPositionSalaryInfo 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: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/jobPositionSalaryInfo 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: 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 /organization_register/entities/jobPositionSalaryPremium: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionSalaryPremium 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionSalaryPremiumRevisions: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionSalaryPremium responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionSalaryPremium 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: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionSalaryPremium responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionSalaryPremium 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: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionSalaryPremium 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionSalaryPremiumRevisions/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PUBLIC 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/jobPositionSalaryPremium responses: 200: description: Ok schema: #/definitions/jobPositionSalaryPremium 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: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/jobPositionSalaryPremium responses: 200: description: Ok schema: #/definitions/jobPositionSalaryPremium 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: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/jobPositionSalaryPremium 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: 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 /organization_register/entities/jobPositionPublicBody: 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/jobPositionPublicBody responses: 200: description: The created resource schema: #/definitions/jobPositionPublicBody 401: description: 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/jobPositionPublicBody responses: 200: description: The created resource schema: #/definitions/jobPositionPublicBody 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionPublicBody 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionPublicBody/{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/jobPositionPublicBody responses: 200: description: Ok schema: #/definitions/jobPositionPublicBody 401: description: 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/jobPositionPublicBody responses: 200: description: Ok schema: #/definitions/jobPositionPublicBody 401: description: 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/jobPositionPublicBody 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 /organization_register/entities/jobPosition/{parentId}/jobPositionPublicBodyRevisions: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionPublicBody responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionPublicBody 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/jobPositionPublicBody responses: 200: description: The created resources schema: type: array items: #/definitions/jobPositionPublicBody 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionPublicBody 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPosition/{parentId}/jobPositionPublicBodyRevisions/{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/jobPositionPublicBody responses: 200: description: Ok schema: #/definitions/jobPositionPublicBody 401: description: 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/jobPositionPublicBody responses: 200: description: Ok schema: #/definitions/jobPositionPublicBody 401: description: 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/jobPositionPublicBody 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 /organization_register/entities/jobPositionPublicBody/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobPositionPublicBody responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/expenseNature: 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/expenseNature responses: 200: description: The created resource schema: #/definitions/expenseNature 401: description: 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/expenseNature responses: 200: description: The created resource schema: #/definitions/expenseNature 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/expenseNature 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/expenseNature/{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/expenseNature responses: 200: description: Ok schema: #/definitions/expenseNature 401: description: 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/expenseNature responses: 200: description: Ok schema: #/definitions/expenseNature 401: description: 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/expenseNature 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 /organization_register/entities/expenseNature/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/expenseNature responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/professionalBoardAcronym: 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/professionalBoardAcronym responses: 200: description: The created resource schema: #/definitions/professionalBoardAcronym 401: description: 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/professionalBoardAcronym responses: 200: description: The created resource schema: #/definitions/professionalBoardAcronym 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/professionalBoardAcronym 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/professionalBoardAcronym/{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/professionalBoardAcronym responses: 200: description: Ok schema: #/definitions/professionalBoardAcronym 401: description: 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/professionalBoardAcronym responses: 200: description: Ok schema: #/definitions/professionalBoardAcronym 401: description: 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/professionalBoardAcronym 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 /organization_register/entities/professionalBoardAcronym/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/professionalBoardAcronym responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageLevel: 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/wageLevel responses: 200: description: The created resource schema: #/definitions/wageLevel 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/wageLevel responses: 200: description: The created resource schema: #/definitions/wageLevel 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 responses: 200: description: Ok schema: type: array items: #/definitions/wageLevel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageLevel/{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/wageLevel responses: 200: description: Ok schema: #/definitions/wageLevel 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/wageLevel responses: 200: description: Ok schema: #/definitions/wageLevel 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/wageLevel 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 /organization_register/entities/wageLevel/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wageLevel responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageScale: 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/wageScale responses: 200: description: The created resource schema: #/definitions/wageScale 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/wageScale responses: 200: description: The created resource schema: #/definitions/wageScale 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 responses: 200: description: Ok schema: type: array items: #/definitions/wageScale 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageScale/{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/wageScale responses: 200: description: Ok schema: #/definitions/wageScale 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/wageScale responses: 200: description: Ok schema: #/definitions/wageScale 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/wageScale 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 /organization_register/entities/wageScale/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wageScale responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageScaleRevision: 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/wageScaleRevision responses: 200: description: The created resource schema: #/definitions/wageScaleRevision 401: description: 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/wageScaleRevision responses: 200: description: The created resource schema: #/definitions/wageScaleRevision 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/wageScaleRevision 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageScaleRevision/{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/wageScaleRevision responses: 200: description: Ok schema: #/definitions/wageScaleRevision 401: description: 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/wageScaleRevision responses: 200: description: Ok schema: #/definitions/wageScaleRevision 401: description: 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/wageScaleRevision 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 /organization_register/entities/wageScaleRevision/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wageScaleRevision responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageClass: 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/wageClass responses: 200: description: The created resource schema: #/definitions/wageClass 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/wageClass responses: 200: description: The created resource schema: #/definitions/wageClass 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 responses: 200: description: Ok schema: type: array items: #/definitions/wageClass 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/wageClass/{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/wageClass responses: 200: description: Ok schema: #/definitions/wageClass 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/wageClass responses: 200: description: Ok schema: #/definitions/wageClass 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/wageClass 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 /organization_register/entities/wageClass/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/wageClass responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/historicalJobPosition: 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/historicalJobPosition responses: 200: description: The created resource schema: #/definitions/historicalJobPosition 401: description: 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/historicalJobPosition responses: 200: description: The created resource schema: #/definitions/historicalJobPosition 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/historicalJobPosition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/historicalJobPosition/{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/historicalJobPosition responses: 200: description: Ok schema: #/definitions/historicalJobPosition 401: description: 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/historicalJobPosition responses: 200: description: Ok schema: #/definitions/historicalJobPosition 401: description: 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/historicalJobPosition 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 /organization_register/entities/historicalJobPosition/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/historicalJobPosition responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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 responses: 200: description: Ok schema: type: array items: #/definitions/employee 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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/employee responses: 200: description: Ok 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: 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 /organization_register/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 /organization_register/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 responses: 200: description: Ok schema: type: array items: #/definitions/person 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/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/person responses: 200: description: Ok 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: 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 /organization_register/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 /organization_register/entities/organizationalChart: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChart 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartItem: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChartItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartStructure: 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/organizationalChartStructure responses: 200: description: The created resource schema: #/definitions/organizationalChartStructure 401: description: 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/organizationalChartStructure responses: 200: description: The created resource schema: #/definitions/organizationalChartStructure 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChartStructure 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartStructure/{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/organizationalChartStructure responses: 200: description: Ok schema: #/definitions/organizationalChartStructure 401: description: 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/organizationalChartStructure responses: 200: description: Ok schema: #/definitions/organizationalChartStructure 401: description: 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/organizationalChartStructure 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 /organization_register/entities/organizationalChartStructure/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/organizationalChartStructure responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartDepartment: 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/organizationalChartDepartment responses: 200: description: The created resource schema: #/definitions/organizationalChartDepartment 401: description: 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/organizationalChartDepartment responses: 200: description: The created resource schema: #/definitions/organizationalChartDepartment 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChartDepartment 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartDepartment/{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/organizationalChartDepartment responses: 200: description: Ok schema: #/definitions/organizationalChartDepartment 401: description: 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/organizationalChartDepartment responses: 200: description: Ok schema: #/definitions/organizationalChartDepartment 401: description: 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/organizationalChartDepartment 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 /organization_register/entities/organizationalChartDepartment/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/organizationalChartDepartment responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartDepartmentHierarchy: 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/organizationalChartDepartmentHierarchy responses: 200: description: The created resource schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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/organizationalChartDepartmentHierarchy responses: 200: description: The created resource schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartDepartmentHierarchy/{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/organizationalChartDepartmentHierarchy responses: 200: description: Ok schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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/organizationalChartDepartmentHierarchy responses: 200: description: Ok schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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/organizationalChartDepartmentHierarchy 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 /organization_register/entities/organizationalChartDepartment/{parentId}/organizationalChartDepartmentHierarchy: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy responses: 200: description: The created resources schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy responses: 200: description: The created resources schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/organizationalChartDepartment/{parentId}/organizationalChartDepartmentHierarchy/{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/organizationalChartDepartmentHierarchy responses: 200: description: Ok schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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/organizationalChartDepartmentHierarchy responses: 200: description: Ok schema: #/definitions/organizationalChartDepartmentHierarchy 401: description: 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/organizationalChartDepartmentHierarchy 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 /organization_register/entities/organizationalChartDepartmentHierarchy/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/organizationalChartDepartmentHierarchy responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/leadership: 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/leadership responses: 200: description: The created resource schema: #/definitions/leadership 401: description: 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/leadership responses: 200: description: The created resource schema: #/definitions/leadership 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/leadership 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/leadership/{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/leadership responses: 200: description: Ok schema: #/definitions/leadership 401: description: 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/leadership responses: 200: description: Ok schema: #/definitions/leadership 401: description: 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/leadership 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 /organization_register/entities/leadership/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/leadership responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/companyOrganizationalChartStructureHistory: 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/companyOrganizationalChartStructureHistory responses: 200: description: The created resource schema: #/definitions/companyOrganizationalChartStructureHistory 401: description: 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/companyOrganizationalChartStructureHistory responses: 200: description: The created resource schema: #/definitions/companyOrganizationalChartStructureHistory 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/companyOrganizationalChartStructureHistory 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/companyOrganizationalChartStructureHistory/{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/companyOrganizationalChartStructureHistory responses: 200: description: Ok schema: #/definitions/companyOrganizationalChartStructureHistory 401: description: 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/companyOrganizationalChartStructureHistory responses: 200: description: Ok schema: #/definitions/companyOrganizationalChartStructureHistory 401: description: 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/companyOrganizationalChartStructureHistory 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 /organization_register/entities/companyOrganizationalChartStructureHistory/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/companyOrganizationalChartStructureHistory responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/leadershipException: 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/leadershipException responses: 200: description: The created resource schema: #/definitions/leadershipException 401: description: 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/leadershipException responses: 200: description: The created resource schema: #/definitions/leadershipException 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/leadershipException 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/leadershipException/{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/leadershipException responses: 200: description: Ok schema: #/definitions/leadershipException 401: description: 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/leadershipException responses: 200: description: Ok schema: #/definitions/leadershipException 401: description: 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/leadershipException 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 /organization_register/entities/leadershipException/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/leadershipException responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/socialSecuritySetting: 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/socialSecuritySetting responses: 200: description: The created resource schema: #/definitions/socialSecuritySetting 401: description: 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/socialSecuritySetting responses: 200: description: The created resource schema: #/definitions/socialSecuritySetting 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/socialSecuritySetting 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/socialSecuritySetting/{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/socialSecuritySetting responses: 200: description: Ok schema: #/definitions/socialSecuritySetting 401: description: 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/socialSecuritySetting responses: 200: description: Ok schema: #/definitions/socialSecuritySetting 401: description: 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/socialSecuritySetting 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 /organization_register/entities/socialSecuritySetting/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/socialSecuritySetting responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/hierarchyoffice: 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/hierarchyoffice responses: 200: description: The created resource schema: #/definitions/hierarchyoffice 401: description: 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/hierarchyoffice responses: 200: description: The created resource schema: #/definitions/hierarchyoffice 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/hierarchyoffice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/hierarchyoffice/{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/hierarchyoffice responses: 200: description: Ok schema: #/definitions/hierarchyoffice 401: description: 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/hierarchyoffice responses: 200: description: Ok schema: #/definitions/hierarchyoffice 401: description: 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/hierarchyoffice 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 /organization_register/entities/hierarchyoffice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/hierarchyoffice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/cbo2002: 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/cbo2002 responses: 200: description: The created resource schema: #/definitions/cbo2002 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/cbo2002 responses: 200: description: The created resource schema: #/definitions/cbo2002 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 responses: 200: description: Ok schema: type: array items: #/definitions/cbo2002 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/cbo2002/{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/cbo2002 responses: 200: description: Ok schema: #/definitions/cbo2002 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/cbo2002 responses: 200: description: Ok schema: #/definitions/cbo2002 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/cbo2002 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 /organization_register/entities/cbo2002/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/cbo2002 responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/occupationarea: 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/occupationarea responses: 200: description: The created resource schema: #/definitions/occupationarea 401: description: 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/occupationarea responses: 200: description: The created resource schema: #/definitions/occupationarea 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/occupationarea 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/occupationarea/{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/occupationarea responses: 200: description: Ok schema: #/definitions/occupationarea 401: description: 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/occupationarea responses: 200: description: Ok schema: #/definitions/occupationarea 401: description: 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/occupationarea 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 /organization_register/entities/occupationarea/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/occupationarea responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/activityfield: 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/activityfield responses: 200: description: The created resource schema: #/definitions/activityfield 401: description: 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/activityfield responses: 200: description: The created resource schema: #/definitions/activityfield 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/activityfield 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/activityfield/{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/activityfield responses: 200: description: Ok schema: #/definitions/activityfield 401: description: 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/activityfield responses: 200: description: Ok schema: #/definitions/activityfield 401: description: 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/activityfield 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 /organization_register/entities/activityfield/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/activityfield responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/othercompany: 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/othercompany responses: 200: description: The created resource schema: #/definitions/othercompany 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/othercompany responses: 200: description: The created resource schema: #/definitions/othercompany 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 responses: 200: description: Ok schema: type: array items: #/definitions/othercompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/othercompany/{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/othercompany responses: 200: description: Ok schema: #/definitions/othercompany 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/othercompany responses: 200: description: Ok schema: #/definitions/othercompany 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/othercompany 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 /organization_register/entities/othercompany/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/othercompany responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/city: 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/city responses: 200: description: The created resource schema: #/definitions/city 401: description: 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/city responses: 200: description: The created resource schema: #/definitions/city 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/city 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/city/{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/city responses: 200: description: Ok schema: #/definitions/city 401: description: 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/city responses: 200: description: Ok schema: #/definitions/city 401: description: 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/city 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 /organization_register/entities/city/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/city responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/state: 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/state responses: 200: description: The created resource schema: #/definitions/state 401: description: 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/state responses: 200: description: The created resource schema: #/definitions/state 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/state 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/state/{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/state responses: 200: description: Ok schema: #/definitions/state 401: description: 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/state responses: 200: description: Ok schema: #/definitions/state 401: description: 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/state 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 /organization_register/entities/country/{parentId}/staties: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/state responses: 200: description: The created resources schema: type: array items: #/definitions/state 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/state responses: 200: description: The created resources schema: type: array items: #/definitions/state 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/state 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/country/{parentId}/staties/{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/state responses: 200: description: Ok schema: #/definitions/state 401: description: 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/state responses: 200: description: Ok schema: #/definitions/state 401: description: 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/state 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 /organization_register/entities/state/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/state responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/country: 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/country responses: 200: description: The created resource schema: #/definitions/country 401: description: 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/country responses: 200: description: The created resource schema: #/definitions/country 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/country 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/country/{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/country responses: 200: description: Ok schema: #/definitions/country 401: description: 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/country responses: 200: description: Ok schema: #/definitions/country 401: description: 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/country 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 /organization_register/entities/country/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/country responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/neighborhood: 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/neighborhood responses: 200: description: The created resource schema: #/definitions/neighborhood 401: description: 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/neighborhood responses: 200: description: The created resource schema: #/definitions/neighborhood 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/neighborhood 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/neighborhood/{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/neighborhood responses: 200: description: Ok schema: #/definitions/neighborhood 401: description: 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/neighborhood responses: 200: description: Ok schema: #/definitions/neighborhood 401: description: 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/neighborhood 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 /organization_register/entities/city/{parentId}/neighborhood: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/neighborhood responses: 200: description: The created resources schema: type: array items: #/definitions/neighborhood 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/neighborhood responses: 200: description: The created resources schema: type: array items: #/definitions/neighborhood 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/neighborhood 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/city/{parentId}/neighborhood/{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/neighborhood responses: 200: description: Ok schema: #/definitions/neighborhood 401: description: 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/neighborhood responses: 200: description: Ok schema: #/definitions/neighborhood 401: description: 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/neighborhood 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 /organization_register/entities/neighborhood/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/neighborhood responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/otherCompanyUsingType: 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/otherCompanyUsingType responses: 200: description: The created resource schema: #/definitions/otherCompanyUsingType 401: description: 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/otherCompanyUsingType responses: 200: description: The created resource schema: #/definitions/otherCompanyUsingType 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/otherCompanyUsingType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/otherCompanyUsingType/{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/otherCompanyUsingType responses: 200: description: Ok schema: #/definitions/otherCompanyUsingType 401: description: 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/otherCompanyUsingType responses: 200: description: Ok schema: #/definitions/otherCompanyUsingType 401: description: 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/otherCompanyUsingType 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 /organization_register/entities/othercompany/{parentId}/otherCompanyUsingType: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/otherCompanyUsingType responses: 200: description: The created resources schema: type: array items: #/definitions/otherCompanyUsingType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/otherCompanyUsingType responses: 200: description: The created resources schema: type: array items: #/definitions/otherCompanyUsingType 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/otherCompanyUsingType 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/othercompany/{parentId}/otherCompanyUsingType/{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/otherCompanyUsingType responses: 200: description: Ok schema: #/definitions/otherCompanyUsingType 401: description: 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/otherCompanyUsingType responses: 200: description: Ok schema: #/definitions/otherCompanyUsingType 401: description: 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/otherCompanyUsingType 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 /organization_register/entities/otherCompanyUsingType/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/otherCompanyUsingType responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/dataAbroadOtherCompany: 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/dataAbroadOtherCompany responses: 200: description: The created resource schema: #/definitions/dataAbroadOtherCompany 401: description: 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/dataAbroadOtherCompany responses: 200: description: The created resource schema: #/definitions/dataAbroadOtherCompany 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/dataAbroadOtherCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/dataAbroadOtherCompany/{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/dataAbroadOtherCompany responses: 200: description: Ok schema: #/definitions/dataAbroadOtherCompany 401: description: 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/dataAbroadOtherCompany responses: 200: description: Ok schema: #/definitions/dataAbroadOtherCompany 401: description: 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/dataAbroadOtherCompany 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 /organization_register/entities/othercompany/{parentId}/dataAbroadOtherCompany: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/dataAbroadOtherCompany responses: 200: description: The created resources schema: type: array items: #/definitions/dataAbroadOtherCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/dataAbroadOtherCompany responses: 200: description: The created resources schema: type: array items: #/definitions/dataAbroadOtherCompany 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/dataAbroadOtherCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/othercompany/{parentId}/dataAbroadOtherCompany/{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/dataAbroadOtherCompany responses: 200: description: Ok schema: #/definitions/dataAbroadOtherCompany 401: description: 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/dataAbroadOtherCompany responses: 200: description: Ok schema: #/definitions/dataAbroadOtherCompany 401: description: 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/dataAbroadOtherCompany 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 /organization_register/entities/dataAbroadOtherCompany/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/dataAbroadOtherCompany responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/contract: 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/contract responses: 200: description: The created resource schema: #/definitions/contract 401: description: 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/contract responses: 200: description: The created resource schema: #/definitions/contract 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/contract 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/contract/{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/contract responses: 200: description: Ok schema: #/definitions/contract 401: description: 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/contract responses: 200: description: Ok schema: #/definitions/contract 401: description: 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/contract 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 /organization_register/entities/contract/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/contract responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/movimentation: 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/movimentation responses: 200: description: The created resource schema: #/definitions/movimentation 401: description: 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/movimentation responses: 200: description: The created resource schema: #/definitions/movimentation 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/movimentation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/movimentation/{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/movimentation responses: 200: description: Ok schema: #/definitions/movimentation 401: description: 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/movimentation responses: 200: description: Ok schema: #/definitions/movimentation 401: description: 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/movimentation 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 /organization_register/entities/movimentation/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/movimentation responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/meta: 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/meta responses: 200: description: The created resource schema: #/definitions/meta 401: description: 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/meta responses: 200: description: The created resource schema: #/definitions/meta 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/meta 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/meta/{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/meta responses: 200: description: Ok schema: #/definitions/meta 401: description: 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/meta responses: 200: description: Ok schema: #/definitions/meta 401: description: 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/meta 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 /organization_register/entities/meta/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/meta responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/educationdegree: 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/educationdegree responses: 200: description: The created resource schema: #/definitions/educationdegree 401: description: 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/educationdegree responses: 200: description: The created resource schema: #/definitions/educationdegree 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/educationdegree 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/educationdegree/{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/educationdegree responses: 200: description: Ok schema: #/definitions/educationdegree 401: description: 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/educationdegree responses: 200: description: Ok schema: #/definitions/educationdegree 401: description: 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/educationdegree 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 /organization_register/entities/educationdegree/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/educationdegree responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/qualification: 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/qualification responses: 200: description: The created resource schema: #/definitions/qualification 401: description: 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/qualification responses: 200: description: The created resource schema: #/definitions/qualification 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/qualification 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/qualification/{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/qualification responses: 200: description: Ok schema: #/definitions/qualification 401: description: 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/qualification responses: 200: description: Ok schema: #/definitions/qualification 401: description: 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/qualification 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 /organization_register/entities/qualification/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/qualification responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/administrativeregion: 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/administrativeregion responses: 200: description: The created resource schema: #/definitions/administrativeregion 401: description: 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/administrativeregion responses: 200: description: The created resource schema: #/definitions/administrativeregion 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/administrativeregion 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/administrativeregion/{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/administrativeregion responses: 200: description: Ok schema: #/definitions/administrativeregion 401: description: 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/administrativeregion responses: 200: description: Ok schema: #/definitions/administrativeregion 401: description: 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/administrativeregion 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 /organization_register/entities/administrativeregion/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/administrativeregion responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/historicalWorkstationGroupStructure: 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 responses: 200: description: Ok schema: type: array items: #/definitions/historicalWorkstationGroupStructure 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionRequirements: 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/jobPositionRequirements responses: 200: description: The created resource schema: #/definitions/jobPositionRequirements 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/jobPositionRequirements responses: 200: description: The created resource schema: #/definitions/jobPositionRequirements 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 responses: 200: description: Ok schema: type: array items: #/definitions/jobPositionRequirements 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/jobPositionRequirements/{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/jobPositionRequirements responses: 200: description: Ok schema: #/definitions/jobPositionRequirements 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/jobPositionRequirements responses: 200: description: Ok schema: #/definitions/jobPositionRequirements 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/jobPositionRequirements 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 /organization_register/entities/jobPositionRequirements/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/jobPositionRequirements responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/annuitiesPaidPerCompany: 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/annuitiesPaidPerCompany responses: 200: description: The created resource schema: #/definitions/annuitiesPaidPerCompany 401: description: 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/annuitiesPaidPerCompany responses: 200: description: The created resource schema: #/definitions/annuitiesPaidPerCompany 401: description: 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 responses: 200: description: Ok schema: type: array items: #/definitions/annuitiesPaidPerCompany 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/annuitiesPaidPerCompany/{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/annuitiesPaidPerCompany responses: 200: description: Ok schema: #/definitions/annuitiesPaidPerCompany 401: description: 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/annuitiesPaidPerCompany responses: 200: description: Ok schema: #/definitions/annuitiesPaidPerCompany 401: description: 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/annuitiesPaidPerCompany 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 /organization_register/entities/annuitiesPaidPerCompany/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/annuitiesPaidPerCompany responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/hierarchylevel: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/hierarchylevel 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/workstationgroupstructure: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/workstationgroupstructure 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/workstationgroup: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/workstationgroup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/workstationgroupJobposition: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/workstationgroupJobposition 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/workstationgroupJobSalaryInfo: get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/workstationgroupJobSalaryInfo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /organization_register/entities/extraeducation: 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 responses: 200: description: Ok schema: type: array items: #/definitions/extraeducation 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: heathcheckDTO: description: Status do healthcheck type: string enum: – UP – DOWN workShiftType: description: Turno do horário type: string enum: – FIRST – SECOND – THIRD – FOURTH – MIXED – GENERAL wageScaleRevisionType: description: Tipo de revisão da tabela salarial type: string enum: – EMPTY – EFFECTIVE – SIMULATED employeeType: description: Tipo do colaborador type: string enum: – NULL – EMPLOYEE – THIRD – PARTNER leadershipType: description: Tipo Chefia type: string enum: – TYPE_01 – TYPE_02 maternityInssType: description: INSS Maternidade type: string enum: – TYPE_01 – TYPE_02 – TYPE_03 monthlyInssType: description: Afastamento INSS mensalista type: string enum: – TYPE_01 – TYPE_02 vacationsInssType: description: INSS Férias type: string enum: – TYPE_01 – TYPE_02 consistRemotenessInssType: description: Consistir afastamentos INSS type: string enum: – TYPE_01 – TYPE_02 – TYPE_03 subscriptionType: description: Tipo de inscrição type: string enum: – EMPTY – CNPJ – CEI – CPF decisionType: description: Tipo de decisão type: string enum: – YES – NO workIndicativeType: description: Indicativo de obra type: string enum: – TYPE_01 – TYPE_02 – TYPE_03 – TYPE_04 – TYPE_05 ownerRegistrationType: description: Tipo de incrição do proprietário type: string enum: – CNPJ – CPF publicPlaceType: description: Tipo de logradouro type: string enum: – TYPE_01 – TYPE_02 – TYPE_03 – TYPE_04 – TYPE_05 – TYPE_06 – TYPE_07 – TYPE_08 – TYPE_09 – TYPE_10 – TYPE_11 – TYPE_12 – TYPE_13 – TYPE_14 – TYPE_15 – TYPE_16 – TYPE_17 – TYPE_18 – TYPE_19 – TYPE_20 – TYPE_21 – TYPE_22 – TYPE_23 – TYPE_24 – TYPE_25 – TYPE_26 – TYPE_27 – TYPE_28 – TYPE_29 – TYPE_30 – TYPE_31 – TYPE_32 – TYPE_33 – TYPE_34 – TYPE_35 – TYPE_36 – TYPE_37 – TYPE_38 – TYPE_39 – TYPE_40 – TYPE_41 – TYPE_42 – TYPE_43 – TYPE_44 – TYPE_45 – TYPE_47 – TYPE_48 – TYPE_49 – TYPE_50 – TYPE_51 – TYPE_52 – TYPE_53 – TYPE_54 – TYPE_55 – TYPE_56 – TYPE_57 – TYPE_58 – TYPE_59 – TYPE_60 – TYPE_61 – TYPE_62 – TYPE_63 – TYPE_64 – TYPE_65 – TYPE_66 – TYPE_67 – TYPE_68 – TYPE_69 – TYPE_70 – TYPE_71 – TYPE_72 – TYPE_73 – TYPE_74 – TYPE_75 – TYPE_76 – TYPE_77 – TYPE_78 – TYPE_79 – TYPE_80 – TYPE_81 – TYPE_82 – TYPE_83 – TYPE_84 – TYPE_85 – TYPE_86 – TYPE_87 – TYPE_88 – TYPE_89 – TYPE_90 – TYPE_91 – TYPE_92 – TYPE_93 – TYPE_94 – TYPE_95 – TYPE_96 – TYPE_97 – TYPE_98 – TYPE_99 – TYPE_100 – TYPE_101 – TYPE_102 – TYPE_103 – TYPE_104 – TYPE_105 – TYPE_106 – TYPE_107 – TYPE_108 – TYPE_109 – TYPE_110 – TYPE_111 – TYPE_112 – TYPE_113 – TYPE_114 – TYPE_115 – TYPE_116 – TYPE_117 – TYPE_118 – TYPE_119 – TYPE_120 – TYPE_121 – TYPE_122 – TYPE_123 – TYPE_124 – TYPE_125 – TYPE_126 – TYPE_127 – TYPE_128 – TYPE_129 – TYPE_130 – TYPE_131 – TYPE_132 – TYPE_133 – TYPE_134 – TYPE_135 – TYPE_136 – TYPE_137 – TYPE_138 – TYPE_139 – TYPE_140 – TYPE_141 – TYPE_142 – TYPE_143 – TYPE_144 – TYPE_145 – TYPE_146 – TYPE_147 – TYPE_148 – TYPE_149 – TYPE_150 – TYPE_151 – TYPE_152 – TYPE_153 – TYPE_154 – TYPE_155 – TYPE_156 – TYPE_157 – TYPE_158 – TYPE_159 – TYPE_160 – TYPE_161 – TYPE_162 – TYPE_163 – TYPE_164 – TYPE_165 – TYPE_166 – TYPE_167 – TYPE_168 – TYPE_169 – TYPE_170 – TYPE_171 – TYPE_172 – TYPE_173 – TYPE_174 – TYPE_175 – TYPE_176 – TYPE_177 – TYPE_178 – TYPE_179 – TYPE_180 directionType: description: Tipo de ordenação type: string enum: – ASC – DESC usingType: description: Tipos de uso type: string enum: – TYPE_1 – TYPE_2 – TYPE_3 – TYPE_4 – TYPE_6 – TYPE_7 – TYPE_8 – TYPE_9 – TYPE_10 – TYPE_11 – TYPE_12 – TYPE_14 – TYPE_15 – TYPE_16 – TYPE_17 – TYPE_18 – TYPE_19 – TYPE_20 – TYPE_21 – TYPE_13 NifType: description: Lista indicativo NIF type: string enum: – NIF_BENEFICIARY – BENIFICIARY_EXEMPTED_NIF – COUNTRY_NOT_REQUIRE_NIF payerSourceRelationshipType: description: Lista relação fonte pagadora type: string enum: – TYPE_500 – TYPE_510 – TYPE_520 – TYPE_530 – TYPE_540 – TYPE_550 – TYPE_560 – TYPE_570 – TYPE_900 specialRetirement: description: Lista de aposentadorias especiais type: string enum: – DOES_NOT_HAVE_SPECIAL_RETIREMENT – NO_EXPOSURE_TO_HARMFUL_AGENTS_EMPLOYEE_ALREADY_EXPOSED – SPECIAL_RETIREMENT_AT_FIFTEEN_YEARS_OF_SERVICE – SPECIAL_RETIREMENT_AT_TWENTY_YEARS_OF_SERVICE – SPECIAL_RETIREMENT_AT_TWENTY_FIVE_YEARS_OF_SERVICE genderType: description: Genêro da pessoa type: string enum: – MALE – FEMALE – INDEPENDENT complexityType: description: Complexidade do cargo type: string enum: – LOW – MEDIUM – HIGH driverType: description: Tipo do motorista type: string enum: – NOT_APPLICABLE – CARGO_DRIVER – PASSENGER_DRIVER cumulativeJobpositionType: description: Tipo do cargo acumulativo type: string enum: – NOT_CUMULATIVE – HEALTH_PROFESSIONAL – TEACHER – TECHNICAL_SCIENTIFIC specialTimeCountType: description: Tipo de contagem de tempo especial type: string enum: – NONE – TEACHER – PROFESSOR – RISK_ACTIVITY frameworkType: description: Tipo de quadro type: string enum: – GENERAL_FRAMEWORK – SPECIFIC_FRAMEWORK – SPECIAL_FRAMEWORK – DOES_NOT_APPLY salaryType: description: Tipo recebimento do salário. type: string enum: – HOURLY – DAILY – WEEKLY – FORTNIGHTLY – MONTHLY – TAKERS – DYNAMIC – THIRD_PARTY lawSituationType: description: Situação gerada da lei type: string enum: – CREATION – EXTINCTION – RESTRUCTURING maritalStatus: description: Estado Civil type: string enum: – SINGLE – MARRIED – DIVORCED – WIDOWER – CONCUBINAGE – SEPARATED – STABLE_UNION – OTHER degreeInstructionType: description: Tipo de grau de instrução type: string enum: – Illiterate – ElementarySchoolIncomplete – ElementarySchoolComplete – MiddleSchoolIncomplete – MiddleSchoolComplete – HighSchoolIncomplete – HighSchoolComplete – BachelorIncomplete – BachelorComplete – Postgraduate – Master – Doctoral currencyType: description: Tipo da moeda/câmbio. type: string enum: – REAL – DOLAR – INDEX cboVersion: description: Versão da CBO. type: string enum: – CBO – CBO_2002 userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR 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 translateRecord: description: DTO registro Traduzivel type: object required: – nameField – value – locale properties: nameField: type: string description: Coluna traduzível value: type: string description: Valor da coluna locale: type: string description: Liguagem costCenterDTO: description: DTO do centro de custo type: object required: – externalId – companyId – translateRecords – code – expirationDate – creationDate properties: externalId: type: string maxLength: 32 description: Identificador único externo. companyId: type: string description: Id of the company of the cost center translateRecords: type: array items: type: object allOf: – #/definitions/translateRecord minimum: 1 description: Rgistros de tradução. code: type: string description: Code of the cost center expirationDate: type: string format: date description: Expiration date of cost center creationDate: type: string format: date description: Creation date of cost center 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 pagination: description: Dados da paginação type: object required: – offset – size properties: offset: type: integer format: int64 description: Página de inicio size: type: integer format: int64 description: Quantidade de páginas orderBy: type: array items: type: object allOf: – #/definitions/ordination description: Ordenar por ordination: description: Dados da ordenação type: object properties: field: type: string description: Campo que será ordenado direction: type: string allOf: – #/definitions/directionType description: Tipo da ordenação employeeSearch: description: Dados do filtro de colaborador type: object properties: employeeType: type: string allOf: – #/definitions/employeeType description: Tipo colaborador personName: type: string description: Nome colaborador registerNumber: type: integer format: int64 description: Matricula companyName: type: string description: Nome da empresa departmentHierarchySearch: description: Dados do filtro de hitórico de departamento type: object required: – companyId – updateDate properties: companyId: type: string description: Empresa do departmento updateDate: type: string format: date description: Data de alteração departmentCode: type: string description: Código do departamento departmentName: type: string description: Nome do departamento filterLeadership: description: Dados do filtro de chefia type: object properties: departmentId: type: string description: Local do organograma companyId: type: string description: Empresa workShiftType: type: string allOf: – #/definitions/workShiftType description: Turno leaderId: type: string description: Líder leadershipData: description: type: object required: – company – organizationalChartDepartmentHierarchy – workShift – updateDate – leader properties: id: type: string description: Id da Chefia company: type: object allOf: – #/definitions/company description: Empresa organizationalChartDepartmentHierarchy: type: object allOf: – #/definitions/organizationalChartDepartmentHierarchy description: Local do Organograma workShift: type: string allOf: – #/definitions/workShiftType description: Turno updateDate: type: string format: date description: Data Alteração leader: type: object allOf: – #/definitions/employee description: Chefe subleader: type: object allOf: – #/definitions/employee description: Subchefe leadershipType: type: string allOf: – #/definitions/leadershipType description: Tipo de Chefia substitute: type: object allOf: – #/definitions/employee description: Substitudo finalDate: type: string format: date description: Data Final organizationalChartDepartmentHierarchyPrevious: type: object allOf: – #/definitions/organizationalChartDepartmentHierarchy description: Local Nível Anterior integrationSaveBatchData: description: DTO para 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 wageClassDto: description: DTO para lookup de Wageclass type: object required: – id – name – sequence properties: id: type: string description: Id da classe name: type: string description: Nome da classe sequence: type: integer format: int64 description: Sequência wageLevelDto: description: DTO para lookup de Wageclass type: object required: – id – name – sequence – initialSalary properties: id: type: string description: Id do nível name: type: string description: Nome do nível sequence: type: integer format: int64 description: Sequência initialSalary: type: string description: Salario jobPositionLookupDto: description: DTO para lookup de Cargos em Requisitos de Cargo type: object required: – id – code – name – jobPositionStructureInfo properties: id: type: string description: Id do Cargo code: type: string description: Código do Cargo name: type: string description: Nome do Cargo jobPositionStructure: type: object allOf: – #/definitions/jobPositionStructure description: Estrutura do Cargo jobPositionStructureInfo: type: string description: Código e Descrição da Estrutura de Cargo jobPositionRequirementsGridDto: description: DTO para grid de Requisitos de Cargo type: object required: – structureInfo – jobPositionInfo – id – startdate properties: structureInfo: type: string description: Codigo – Descricao da Estrutura de Cargo jobPositionInfo: type: string description: Codigo – Descricao do Cargo id: type: string description: Id do Requisito de Cargo startdate: type: string format: date description: Data do Requisito jobPositionSalaryInfoCreationDateUsedDto: description: DTO para verificar se a data de início já esté sendo usada type: object required: – jobPosition – startDate properties: id: type: string description: Id da informação salarial jobPosition: type: string description: Id do cargo startDate: type: string format: date-time description: Data de inicio da informação salarial jobPositionSalaryPremiumCreationDateUsedDto: description: DTO para verificar se a data de início já esté sendo usada type: object required: – company – jobPosition – startDate properties: id: type: string description: Id do adicional salarial company: type: string description: Empresa jobPosition: type: string description: Id do cargo startDate: type: string format: date description: Data de inicio do adicional salarial endDate: type: string format: date description: Data de validade do adicional salarial 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 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 companyDto: description: DTO para retornar as companies type: object required: – label – value properties: label: type: string description: Nome da company value: type: string description: ID da company costcenter: description: Centro de Custo type: object required: – company – name – code properties: id: type: string maxLength: 32 description: Id do centro de custo company: type: object allOf: – #/definitions/company description: Empresa do centro de custo name: type: string maxLength: 80 description: Nome do centro de custo x-i18n: true code: type: string maxLength: 18 description: Código do centro de custo creationDate: type: string format: date description: Data de criação do centro de custo expirationDate: type: string format: date description: Data de extinção do centro de custo gpsCompanyBranch: type: object allOf: – #/definitions/company description: Filial GPS accountingBranch: type: integer format: int64 description: Filial contábil minimum: 0 maximum: 9999 apportionment: type: object allOf: – #/definitions/apportionment description: Rateio budgetCompanyBranch: type: object allOf: – #/definitions/company description: Filial orçamento descriptionCode: type: string maxLength: 32 description: Código Texto C.Custo p/ Exportação externalId: type: string description: Id externo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 80 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. apportionment: description: Cadastro de rateio type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do rateio code: type: integer format: int64 description: Código do rateio name: type: string description: Descrição x-i18n: true 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. department: description: Local de trabalho type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do local code: type: string description: Código do local name: type: string description: Nome do local x-i18n: true 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. companyJobPositionStructure: description: Ligação de uma estrutura de cargos com uma empresa type: object required: – id – company – jobpositionstructure – startDate properties: id: type: string description: Identificador único da estrutura company: type: object allOf: – #/definitions/company description: Empresa da estrutura jobpositionstructure: type: object allOf: – #/definitions/jobPositionStructure description: Estrutura de cargo que está relacionada à empresa startDate: type: string format: date description: Dara em que a estrutura de cargo entrou em vigor na empresa jobPositionStructure: description: Estrutura de cargos type: object required: – code – name properties: id: type: string maxLength: 32 description: Id da estrutura de cargos code: type: integer format: int64 description: Código da estrutura de cargos minimum: 1 maximum: 9999 name: type: string maxLength: 15 description: Descrição x-i18n: true employeeRegistrationLevel: type: integer format: int64 description: Nível de colaboradores minimum: 0 maximum: 9 salarySearchLevel: type: integer format: int64 description: Nível da pesquisa minimum: 0 maximum: 9 qlLevel: type: integer format: int64 description: Nível QL minimum: 0 maximum: 9 exhibitionLevel: type: integer format: int64 description: Nível de exibição minimum: 0 maximum: 9 levels: type: array items: type: object allOf: – #/definitions/jobPositionStructureLevel description: Lista de níveis de estrutura de cargos externalId: type: string description: Id de sistema externo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 15 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. jobPositionStructureLevel: description: Nível da estrutura de cargo type: object required: – description – positions properties: id: type: string maxLength: 32 description: Id do nível da estrutura de cargo jobPositionStructure: type: object allOf: – #/definitions/jobPositionStructure description: Estrutura de cargo structureLevel: type: integer format: int64 description: Nível do Cargo minimum: 1 maximum: 99 description: type: string maxLength: 10 description: Descrição do nível de cargo positions: type: integer format: int64 description: Quantidade de posições minimum: 1 maximum: 99 company: description: Empresa type: object required: – code – companyname properties: id: type: string maxLength: 32 description: Id da empresa code: type: integer format: int64 description: Código da empresa minimum: 1 maximum: 9999 companyname: type: string description: Nome da empresa headquarter: type: object allOf: – #/definitions/company description: Matriz cbo: description: CBO type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do CBO external_id: type: string maxLength: 64 description: Id de domínio do CBO code: type: string maxLength: 5 description: Código do CBO name: type: string maxLength: 40 description: Descrição do CBO x-i18n: true translations: type: object properties: locale: type: object properties: name: type: string maxLength: 40 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. jobPositionDescription: description: Descrição de cargos type: object properties: id: type: string maxLength: 32 description: Id da descrição de cargos jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo jobPosition: description: Cargo type: object required: – jobPositionStructure – code – shortname – name – jobPositionLevel properties: id: type: string maxLength: 32 description: Id do cargo jobPositionStructure: type: object allOf: – #/definitions/jobPositionStructure description: Estrutura do cargo code: type: string maxLength: 32 description: Código cargo shortname: type: string maxLength: 255 description: Título reduzido do cargo x-i18n: true name: type: string maxLength: 255 description: Título do cargo x-i18n: true cbo: type: object allOf: – #/definitions/cbo description: CBO cbo2002: type: object allOf: – #/definitions/cbo2002 description: CBO 2002 creationDate: type: string format: date description: Data de criação expirationDate: type: string format: date description: Data de expiração complexity: type: string allOf: – #/definitions/complexityType description: Grau de complexidade do cargo bossJobposition: type: object allOf: – #/definitions/jobPosition description: Superior Imediato commandJobposition: type: string allOf: – #/definitions/decisionType description: Cargo de Comando hierarchyOffice: type: object allOf: – #/definitions/hierarchyoffice description: Nível hierarquico do cargo expenseNature: type: object allOf: – #/definitions/expenseNature description: Natureza de despesa occupationArea: type: object allOf: – #/definitions/occupationarea description: Área de Atuação additionalPercentageFunction: type: number format: double description: Percentual adicional de função minimum: 0.0 maximum: 9999.0 driverType: type: string allOf: – #/definitions/driverType description: Tipo do motorista requiredDriversLicense: type: string allOf: – #/definitions/decisionType description: CNH Obrigatória requiredProfessionalCouncil: type: string allOf: – #/definitions/decisionType description: Órgão de classe obrigatória professionalBoardAcronym: type: object allOf: – #/definitions/professionalBoardAcronym description: Sigla do conselho profissional summaryDescription: type: string maxLength: 5000 description: Descrição sumária jobPositionLevel: type: integer format: int64 description: Nível do cargo minimum: 1 maximum: 9 jobPositionSalaryInfoRevisions: type: array items: type: object allOf: – #/definitions/jobPositionSalaryInfo description: Informações salariais jobPositionSalaryPremiumRevisions: type: array items: type: object allOf: – #/definitions/jobPositionSalaryPremium description: Adicionais salariais jobPositionPublicBodyRevisions: type: array items: type: object allOf: – #/definitions/jobPositionPublicBody description: Órgão Público jobPositionDescriptions: type: array items: type: object allOf: – #/definitions/jobPositionDescription description: Descrição do Cargo jobPositionAttachments: type: array items: type: object allOf: – #/definitions/jobPositionAttachment description: Anexos translations: type: object properties: locale: type: object properties: shortname: type: string maxLength: 255 name: type: string maxLength: 255 example: pt-BR: shortname: Exemplo de texto usando locale pt-BR.name: Exemplo de texto usando locale pt-BR. en-US: shortname: Text example using en-US locale.name: Text example using en-US locale. jobPositionAttachment: description: Anexos do Cargo type: object required: – sequence – attachmentId – attachmentSize properties: id: type: string maxLength: 32 description: Identificador único da entidade jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo sequence: type: integer format: int64 description: Sequência de inclusão dos anexos minimum: 0 maximum: 99 attachmentId: type: string maxLength: 340 description: Identificador do arquivo no servidor de armazenamento attachmentSize: type: integer format: int64 description: Tamanho do arquivo jobPositionSalaryInfo: description: Informações salariais do cargo type: object required: – startdate – startDate – salaryType properties: id: type: string maxLength: 32 description: Identificador único da entidade jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo startdate: type: string format: date-time description: Data de início (Com timezone) startDate: type: string format: date-time description: Data de início (Sem timezone) wageScale: type: object allOf: – #/definitions/wageScale description: Tabela salarial nameWageClassStart: type: string maxLength: 5 description: Descrição da classe inicial nameWageClassEnd: type: string maxLength: 5 description: Descrição da classe final wageLevelStart: type: object allOf: – #/definitions/wageLevel description: Faixa inicial wageLevelEnd: type: object allOf: – #/definitions/wageLevel description: Faixa final nameWageLevelStart: type: string maxLength: 5 description: Descrição da faixa inicial nameWageLevelEnd: type: string maxLength: 5 description: Descrição da faixa final salaryType: type: string allOf: – #/definitions/salaryType description: Tipo de recebimento do salário score: type: integer format: int64 description: Quantidade de pontos minimum: 1 maximum: 9999 jobPositionSalaryPremium: description: Adicionais salariais do cargo type: object required: – startDate – company – insalubrityPercentage – hazardPercentage – factorServiceTimeMen – factorServiceTimeWoman – specialRetirement properties: id: type: string maxLength: 32 description: Identificador único da entidade jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo startDate: type: string format: date description: Data de alteração company: type: object allOf: – #/definitions/company description: Empresa insalubrityPercentage: type: number format: double description: Porcentagem de insalubridade minimum: 0.0 maximum: 9999.0 hazardPercentage: type: number format: double description: Porcentagem de periculosidade minimum: 0.0 maximum: 9999.0 factorServiceTimeMen: type: number format: double description: Fator de tempo de serviço – Homens minimum: 0.0 maximum: 9999.0 factorServiceTimeWoman: type: number format: double description: Fator de tempo de serviço – Mulheres minimum: 0.0 maximum: 9999.0 specialRetirement: type: string allOf: – #/definitions/specialRetirement description: Aposentadoria Especial endDate: type: string format: date description: Competencia Término jobPositionPublicBody: description: Órgão Público type: object required: – startdate properties: id: type: string maxLength: 32 description: Identificador único da entidade jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo startdate: type: string format: date description: Data de alteração cumulativeJobposition: type: string allOf: – #/definitions/cumulativeJobpositionType description: Cargo acumulativo specialTimeCount: type: string allOf: – #/definitions/specialTimeCountType description: Contagem de tempo especial exclusiveDedication: type: string allOf: – #/definitions/decisionType description: Dedicação exclusiva lawNumber: type: string maxLength: 12 description: Número da lei para o cargo lawDate: type: string format: date description: Data da lei lawSituation: type: string allOf: – #/definitions/lawSituationType description: Situação gerada da lei framework: type: string allOf: – #/definitions/frameworkType description: Tipo de Quadro externalId: type: string description: Id de sistema externo expenseNature: description: Natureza de despesa type: object required: – code – name properties: id: type: string maxLength: 32 description: Identificador. code: type: integer format: int64 description: Código da Natureza de Despesa. minimum: 0 maximum: 99 name: type: string maxLength: 20 description: Descrição da Natureza de Despesa. professionalBoardAcronym: description: Sigla Conselho Profissional. type: object required: – code – name properties: id: type: string maxLength: 32 description: Identificador. code: type: string maxLength: 7 description: Código da Sigla Conselho Profissional. name: type: string maxLength: 30 description: Descrição Sigla Conselho Profissional. wageLevel: description: Nível da tabela salarial type: object required: – name – sequence – initialsalaryCrypto – currency properties: id: type: string maxLength: 32 description: Identificador único do nível da tabela salarial name: type: string maxLength: 5 description: Nome do nível wageClass: type: object allOf: – #/definitions/wageClass description: Classe salarial vinculada a estrutura sequence: type: integer format: int64 description: Sequência initialsalaryCrypto: type: string description: Salário do nível. (Criptografado) currency: type: string allOf: – #/definitions/currencyType description: Definição do tipo da moeda. wageScale: description: Estrutura salarial type: object properties: id: type: string maxLength: 32 description: Identificador único da classe da estrutura salarial name: type: string maxLength: 30 description: Nome da estrutura salarial wageScaleRevision: description: Revisão da estrutura salarial type: object properties: id: type: string maxLength: 32 description: Identificador da revisão de estrutura salarial startDate: type: string format: date description: Data de início da revisão endDate: type: string format: date description: Data de término da revisão wageScale: type: object allOf: – #/definitions/wageScale description: Estrutura salarial reason: type: string maxLength: 32 description: Motivo da revisão type: type: string allOf: – #/definitions/wageScaleRevisionType description: Tipo da revisão wageClass: description: Classe da tabela salarial type: object required: – sequence properties: id: type: string maxLength: 32 description: Identificador único da classe da tabela salarial name: type: string maxLength: 5 description: Nome da classe wageScaleRevision: type: object allOf: – #/definitions/wageScaleRevision description: Revisão da estrutura salarial sequence: type: integer format: int64 description: Sequência historicalJobPosition: description: Histórico de Cargo type: object properties: id: type: string maxLength: 32 description: Id do histórico cargo dateWhen: type: string format: date description: Data de referência employee: type: object allOf: – #/definitions/employee description: Colaborador jobPositionId: type: object allOf: – #/definitions/jobPosition description: Cargo endDate: type: string format: date description: Data employee: description: Colaborador type: object required: – registernumber – person – employeetype – employer – companynumber – hiredate properties: id: type: string maxLength: 32 description: Id do colaborador registernumber: type: integer format: int64 description: Código do colaborador minimum: 1 maximum: 999999999 person: type: object allOf: – #/definitions/person description: Relacionamento com a pessoa employeetype: type: string allOf: – #/definitions/employeeType description: Tipo do colaborador employer: type: object allOf: – #/definitions/company description: Filial matriz da empresa dismissaldate: type: string format: date description: Data de demissão companynumber: type: integer format: int64 description: Número da empresa: NUMEMP hiredate: type: string format: date description: Data de admissão person: description: Pessoa type: object required: – firstname – lastname – cpf – gender properties: id: type: string maxLength: 32 description: Id da pessoa firstname: type: string description: Primeiro nome middlename: type: string description: Segundo nome lastname: type: string description: Último nome cpf: type: string description: CPF gender: type: string allOf: – #/definitions/genderType description: Gênero organizationalChart: description: Organograma da empresa type: object required: – id – description – name – companyId properties: id: type: string description: Identificador único do organograma description: type: string description: Descrição do organograma name: type: string description: Nome do organograma companyId: type: object allOf: – #/definitions/company description: Empresa organizationalChartItem: description: Locais do organograma type: object required: – id – name – departament – organizationalchart properties: id: type: string description: Identificador único do item name: type: string description: Nome do local no organograma departament: type: object allOf: – #/definitions/department description: Local do nível do organograma organizationalchart: type: object allOf: – #/definitions/organizationalChart description: Organograma ao qual o local pertence organizationalChartStructure: description: Estrutura do Organograma type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do Organograma code: type: integer format: int64 description: Código do organograma minimum: 0 maximum: 9999 name: type: string maxLength: 30 description: Nome do organograma x-i18n: true translations: type: object properties: locale: type: object properties: name: type: string maxLength: 30 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. organizationalChartDepartment: description: Locais do Organograma type: object required: – code properties: id: type: string maxLength: 32 description: Id da entidade organizationalChartStructure: type: object allOf: – #/definitions/organizationalChartStructure description: Organograma code: type: integer format: int64 description: Local minimum: 0 maximum: 999999999 name: type: string maxLength: 255 description: Nome do Local x-i18n: true createdDate: type: string format: date description: Data Criação extinctionDate: type: string format: date description: Data Extinção organizationalChartDepartmentHierarchy: type: array items: type: object allOf: – #/definitions/organizationalChartDepartmentHierarchy description: Hierarquia dos Locais no Organograma translations: type: object properties: locale: type: object properties: name: type: string maxLength: 255 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. organizationalChartDepartmentHierarchy: description: Hierarquia dos Locais no Organograma type: object properties: id: type: string maxLength: 32 description: Id da entidade organizationalChartDepartment: type: object allOf: – #/definitions/organizationalChartDepartment description: Local initialDate: type: string format: date description: Data Início Hierarquia endDate: type: string format: date description: Data Fim Hierarquia departmentPosition: type: string description: Posição do Local departmentCode: type: string description: Código do Local leadership: description: Chefia type: object required: – company – organizationalChartDepartment – workShift – updateDate – leader properties: id: type: string maxLength: 32 description: Id da Chefia company: type: object allOf: – #/definitions/company description: Empresa organizationalChartDepartment: type: object allOf: – #/definitions/organizationalChartDepartment description: Local do Organograma workShift: type: string allOf: – #/definitions/workShiftType description: Turno updateDate: type: string format: date description: Data Alteração leader: type: object allOf: – #/definitions/employee description: Chefe subleader: type: object allOf: – #/definitions/employee description: Subchefe leadershipType: type: string allOf: – #/definitions/leadershipType description: Tipo de Chefia substitute: type: object allOf: – #/definitions/employee description: Substitudo finalDate: type: string format: date description: Data Final organizationalChartDepartmentPrevious: type: object allOf: – #/definitions/organizationalChartDepartment description: Local Nível Anterior companyOrganizationalChartStructureHistory: description: Histórico de Empresas e Estruturas de Organograma type: object required: – company – updateDate – organizationalChartStructure properties: id: type: string maxLength: 32 description: Id do Histórico company: type: object allOf: – #/definitions/company description: Código da Empresa updateDate: type: string format: date description: Data Alteração da Estrutura organizationalChartStructure: type: object allOf: – #/definitions/organizationalChartStructure description: Código da Tabela de Organograma leadershipException: description: Exceção de chefia type: object required: – employee – startDate – leadershipEmployee properties: id: type: string maxLength: 32 description: Id da exceção employee: type: object allOf: – #/definitions/employee description: Colaborador da exceção de chefia startDate: type: string format: date description: Data inicial da exceção leadershipEmployee: type: object allOf: – #/definitions/employee description: Colaborador chefe da exceção de chefia endDate: type: string format: date description: Data final da Exceção socialSecuritySetting: description: Definições previdência social type: object required: – maternityInssType – monthlyInssType – vacationsInssType – consistRemotenessInssType properties: id: type: string maxLength: 32 description: Id da definição maternityInssType: type: string allOf: – #/definitions/maternityInssType description: INSS Maternidade monthlyInssType: type: string allOf: – #/definitions/monthlyInssType description: Afastamento INSS mensalista vacationsInssType: type: string allOf: – #/definitions/vacationsInssType description: INSS Férias consistRemotenessInssType: type: string allOf: – #/definitions/consistRemotenessInssType description: Consistir afastamentos INSS hierarchyoffice: description: Hierarquia do Cargo type: object required: – name properties: id: type: string maxLength: 32 description: Identificador. externalId: type: string maxLength: 64 description: Id Externo code: type: string maxLength: 10 description: Hierarquia name: type: string maxLength: 20 description: Descrição da Hierarquia x-i18n: true translations: type: object properties: locale: type: object properties: name: type: string maxLength: 20 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. cbo2002: description: CBO 2002 type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do CBO 2002 externalId: type: string maxLength: 64 description: Id externo do CBO 2002 code: type: string maxLength: 6 description: CBO 2002 name: type: string maxLength: 200 description: Descrição x-i18n: true translations: type: object properties: locale: type: object properties: name: type: string maxLength: 200 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. occupationarea: description: Área de Atuação type: object required: – name properties: id: type: string maxLength: 32 description: Id da Área de Atuação code: type: integer format: int64 description: Código da Área de Atuação minimum: 1 maximum: 999 externalId: type: string maxLength: 64 description: Id externo da área de atuação name: type: string maxLength: 60 description: Descrição da Área de Atuação x-i18n: true translations: type: object properties: locale: type: object properties: name: type: string maxLength: 60 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. activityfield: description: Ramo de Atuação type: object required: – name properties: id: type: string maxLength: 32 description: Id do ramo de atuação externalId: type: string maxLength: 64 description: Id externo do ramo de atuação code: type: integer format: int64 description: Ramo de Atuação minimum: 1 maximum: 99999 name: type: string maxLength: 60 description: Descrição x-i18n: true jobPositionRequirements: type: array items: type: object allOf: – #/definitions/jobPositionRequirements description: Requisitos de cargo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 60 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. othercompany: description: Outra empresa type: object required: – name – pulicCompany – considerSefip properties: id: type: string maxLength: 32 description: Id da empresa code: type: integer format: int64 description: Código outra empresa minimum: 1 maximum: 99999999 name: type: string maxLength: 60 description: Nome da outra empresa x-i18n: true nickname: type: string maxLength: 40 description: Apelido subscriptionType: type: string allOf: – #/definitions/subscriptionType description: Tipo inscrição subscriptionNumber: type: number format: double description: Número da inscrição minimum: 0 maximum: 999999999999999 subscriptionNumberCNO: type: number format: double description: CNO minimum: 0 maximum: 999999999999 subscriptionNumberCAEPF: type: number format: double description: CAEPF minimum: 0 maximum: 99999999999999 stateSubscription: type: string maxLength: 15 description: Inscrição estadual country: type: object allOf: – #/definitions/country description: País state: type: object allOf: – #/definitions/state description: Estado cep: type: string maxLength: 8 description: CEP city: type: object allOf: – #/definitions/city description: Cidade neighborhood: type: object allOf: – #/definitions/neighborhood description: Bairro addressType: type: string allOf: – #/definitions/publicPlaceType description: Tipo logradouro address: type: string maxLength: 60 description: Endereço addressnumber: type: integer format: int64 description: Número maximum: 99999 complement: type: string maxLength: 25 description: Complemento countrycode: type: integer format: int64 description: Código do país (DDI) localcode: type: integer format: int64 description: Código da localidade (DDD) contactNumber: type: string maxLength: 20 description: Telefone ramal: type: string maxLength: 15 description: Ramal homePage: type: string maxLength: 50 description: Home page email: type: string maxLength: 100 description: Email pulicCompany: type: string allOf: – #/definitions/decisionType description: GPS Empresa Pública considerSefip: type: string allOf: – #/definitions/decisionType description: Considerar SEFIP gpsBase: type: number format: double description: % Base GPS Cooperativa Saúde minimum: 0.00 maximum: 99.99 ansRegister: type: integer format: int64 description: Registro ANS maximum: 9999999 retentionBaseInss: type: number format: double description: % Base retenção INSS nota fiscal minimum: 0.00 maximum: 100.0 retentionInss: type: number format: double description: % Retenção INSS nota fiscal minimum: 0.00 maximum: 99.99 activityfield: type: object allOf: – #/definitions/activityfield description: Ramo de atuação cnae: type: integer format: int64 description: CNAE maximum: 9999999 providerCode: type: integer format: int64 description: Código fornecedor maximum: 999999999 workIndicative: type: string allOf: – #/definitions/workIndicativeType description: Indicativo de obra startDate: type: string format: date description: Data início validade endDate: type: string format: date description: Data fim validade ownerRegistrationTypeCno: type: string allOf: – #/definitions/ownerRegistrationType description: Tipo inscrição proprietário CNO ownerRegistrationNumber: type: string maxLength: 15 description: Número inscrição proprietário contractorRegistrationType: type: string allOf: – #/definitions/ownerRegistrationType description: Tipo inscrição contratante contractorRegistrationNumber: type: string maxLength: 15 description: Número inscrição contratante otherCompanyUsingType: type: array items: type: object allOf: – #/definitions/otherCompanyUsingType description: Lista Outra empresa – Tipo de Uso dataAbroadOtherCompany: type: array items: type: object allOf: – #/definitions/dataAbroadOtherCompany description: Lista dado no exterior translations: type: object properties: locale: type: object properties: name: type: string maxLength: 60 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. city: description: Cidade type: object required: – code – name properties: id: type: string maxLength: 32 description: Id da cidade code: type: integer format: int64 description: Código da cidade minimum: 1 maximum: 9999999 name: type: string maxLength: 30 description: Nome da cidade x-i18n: true stateId: type: object allOf: – #/definitions/state description: Estado da cidade neighborhood: type: array items: type: object allOf: – #/definitions/neighborhood description: Bairros translations: type: object properties: locale: type: object properties: name: type: string maxLength: 30 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. state: description: Estado da cidade type: object required: – name properties: id: type: string maxLength: 32 description: Id do estado name: type: string description: Nome do Estado x-i18n: true abbreviation: type: string maxLength: 4 description: Abreviação do nome do Estado cities: type: array items: type: object allOf: – #/definitions/city description: Cidades countryId: type: object allOf: – #/definitions/country description: País do estado 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. country: description: País do estado type: object required: – code – name properties: id: type: string maxLength: 32 description: Id do país code: type: integer format: int64 description: Código do País minimum: 1 maximum: 9999 name: type: string maxLength: 40 description: Nome do país x-i18n: true abbreviation: type: string maxLength: 2 description: Abreviação do nome do país staties: type: array items: type: object allOf: – #/definitions/state description: Estados translations: type: object properties: locale: type: object properties: name: type: string maxLength: 40 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. neighborhood: description: Bairro type: object required: – code – name – cep properties: id: type: string maxLength: 32 description: Id do bairro code: type: integer format: int64 description: Código do bairro minimum: 1 maximum: 9999 name: type: string maxLength: 40 description: Nome do bairro city: type: object allOf: – #/definitions/city description: Cidade do bairro cep: type: string maxLength: 8 description: CEP otherCompanyUsingType: description: Outra empresa – Tipo de Uso type: object required: – usingType properties: id: type: string maxLength: 32 description: Id da outra empresa – tipo de uso otherCompany: type: object allOf: – #/definitions/othercompany description: Código da outra empresa usingType: type: string allOf: – #/definitions/usingType description: Tipo de uso dataAbroadOtherCompany: description: Outra empresa – Dado no exterior type: object required: – startDate – NifType – country properties: id: type: string maxLength: 32 description: Id da outra empresa – dado no exterior othercompany: type: object allOf: – #/definitions/othercompany description: Código da outra empresa startDate: type: string format: date description: Data início NifType: type: string allOf: – #/definitions/NifType description: Indicativo NIF foreignNIF: type: string maxLength: 30 description: NIF Exterior payerSourceRelationshipType: type: string allOf: – #/definitions/payerSourceRelationshipType description: Relação fonte pagadora country: type: object allOf: – #/definitions/country description: País state: type: string maxLength: 40 description: Estado/Província city: type: string maxLength: 40 description: Cidade neighborhood: type: string maxLength: 20 description: Bairro/Distrito postalCode: type: string maxLength: 30 description: Código postal address: type: string maxLength: 60 description: Endereço number: type: string maxLength: 7 description: Número complement: type: string maxLength: 25 description: Complemento telephone: type: string maxLength: 15 description: Telefone finalDate: type: string format: date description: Data final contract: description: Outra empresa – Contratos type: object required: – code – name – monthlyValue properties: id: type: string maxLength: 32 description: Id do contrato code: type: string maxLength: 15 description: Número do contrato name: type: string maxLength: 40 description: Descrição startDate: type: string format: date description: Data inicial endDate: type: string format: date description: Data final organizationalChartStructure: type: object allOf: – #/definitions/organizationalChartStructure description: Tabela organograma organizationalChartDepartment: type: object allOf: – #/definitions/organizationalChartDepartment description: Local monthlyValue: type: integer format: int64 description: Valor mensal maximum: 999999999 responsibleCompany: type: object allOf: – #/definitions/company description: Empresa responsável employeeType: type: string allOf: – #/definitions/employeeType description: Tipo do responsável responsibleRegister: type: object allOf: – #/definitions/employee description: Cadastro do responsável observation: type: string description: Observação othercompany: type: object allOf: – #/definitions/othercompany description: Outra empresa movimentation: description: Histórico de movimentações type: object required: – employee – movimentationdate – newdepartament properties: id: type: string maxLength: 32 description: Id employee: type: string description: Colaborador movimentationdate: type: string format: date description: Data de movimentação newdepartament: type: string description: Novo departamento meta: description: Tabela Meta type: object required: – metaGroup – metaKey – metaValue properties: id: type: string maxLength: 32 description: Id metaGroup: type: string description: Meta Group metaKey: type: string description: Meta Key metaValue: type: string description: Meta Value educationdegree: description: Graus de instrução type: object required: – code – name – nameRais properties: id: type: string maxLength: 32 description: Id do grau de instrução code: type: integer format: int64 description: Código do grau de instrução minimum: 1 maximum: 99 name: type: string maxLength: 30 description: Descrição do grau de instrução x-i18n: true nameRais: type: string allOf: – #/definitions/degreeInstructionType description: Código do grau de instrução RAIS jobPositionRequirements: type: array items: type: object allOf: – #/definitions/jobPositionRequirements description: Requisitos do Cargo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 30 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. qualification: description: Qualificações type: object required: – description properties: id: type: string maxLength: 32 description: Id da qualificação externalId: type: string maxLength: 64 description: Id externo da qualificação code: type: integer format: int64 description: Código da qualificação minimum: 0 maximum: 999 description: type: string maxLength: 60 description: Descrição detalhada da qualificação name: type: string maxLength: 30 description: Descrição reduzida da qualificação x-i18n: true jobPositionRequirements: type: array items: type: object allOf: – #/definitions/jobPositionRequirements description: Requisitos do Cargo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 30 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. administrativeregion: description: Região administrativa type: object required: – code – city – name properties: id: type: string maxLength: 32 description: Id da região administrativa code: type: integer format: int64 description: Código da região minimum: 1 maximum: 99 city: type: object allOf: – #/definitions/city description: Relacionamento com cidade name: type: string maxLength: 40 description: Nome da região administrativa x-i18n: true jobPositionRequirements: type: array items: type: object allOf: – #/definitions/jobPositionRequirements description: Requisitos do Cargo translations: type: object properties: locale: type: object properties: name: type: string maxLength: 40 example: pt-BR: name: Exemplo de texto usando locale pt-BR. en-US: name: Text example using en-US locale. historicalWorkstationGroupStructure: description: Histórico de estruturas de posto (R030POS) type: object required: – startDate – company – workstationGroupStructure properties: id: type: string maxLength: 32 description: Id da estrutura de posto startDate: type: string format: date description: Data de inicio company: type: object allOf: – #/definitions/company description: Empresa workstationGroupStructure: type: object allOf: – #/definitions/workstationgroupstructure description: Estrutura de posto jobPositionRequirements: description: Requisitos do Cargo type: object required: – jobposition – startdate properties: id: type: string maxLength: 32 description: Id jobposition: type: object allOf: – #/definitions/jobPosition description: Cargo startdate: type: string format: date description: Data requisito minweight: type: number format: double description: Peso mínimo minimum: 35.00 maximum: 140.00 maxweight: type: number format: double description: Peso máximo minimum: 35.00 maximum: 140.00 minheight: type: integer format: int64 description: Altura mínima minimum: 140 maximum: 220 maxheight: type: integer format: int64 description: Altura máxima minimum: 140 maximum: 220 minage: type: integer format: int64 description: Idade mínima minimum: 14 maximum: 65 maxage: type: integer format: int64 description: Idade máxima minimum: 14 maximum: 65 gender: type: string allOf: – #/definitions/genderType description: Sexo maritalstatus: type: array items: type: string allOf: – #/definitions/maritalStatus description: Estado Civil educationdegree: type: array items: type: object allOf: – #/definitions/educationdegree description: Grau instrução qualification: type: array items: type: object allOf: – #/definitions/qualification description: Qualificação workshift: type: array items: type: string allOf: – #/definitions/workShiftType description: Turno administrativeregion: type: array items: type: object allOf: – #/definitions/administrativeregion description: Região administrativa activityfield: type: array items: type: object allOf: – #/definitions/activityfield description: Ramo de atuação keywords: type: string maxLength: 255 description: Palavras-chave annuitiesPaidPerCompany: description: Anuidades pagas pela empresa (R030ANU) type: object required: – id – company – code – higherValue – higherPercentage properties: id: type: string description: Indentificador de anuidades pagas pela empresa. company: type: object allOf: – #/definitions/company description: Empres. code: type: integer format: int64 description: Número anuidade higherValue: type: number format: double description: Valor máximo higherPercentage: type: number format: double description: Percentual máximo hierarchylevel: description: Nivel Hierarquico type: object required: – id – description properties: id: type: string description: Identificador único description: type: string description: Descrição workstationgroupstructure: description: Estrutura salarial do grupo de postos type: object required: – id – name properties: id: type: string description: Identificador único da estrutura salarial name: type: string description: Nome da estrutura salarial workstationgroup: description: Grupo de postos de trabalho type: object required: – id properties: id: type: string description: Identificador único do grupo de posto de trabalho name: type: string description: Nome do grupo de postos de trabalho code: type: string description: Código do grupo de Postos workstationgroupstructure: type: object allOf: – #/definitions/workstationgroupstructure description: Estrutura do Grupo de postos headoffice: type: object allOf: – #/definitions/company description: Empresa branchoffice: type: object allOf: – #/definitions/company description: Filial hierarchylevel: type: object allOf: – #/definitions/hierarchylevel description: Nivel Hierarquico workstationgroupJobposition: description: Relacionamento com posto de trabalho e cargo type: object required: – jobpositionId – workstationgroupId properties: jobpositionId: type: string description: Cargo workstationgroupId: type: string description: Posto de trabalho workstationgroupJobSalaryInfo: description: Tabelas salariais do cargo do posto type: object required: – id – workstationGroup – jobPosition – startDate properties: id: type: string description: Identificador único workstationGroup: type: object allOf: – #/definitions/workstationgroup description: Posto de trabalho jobPosition: type: object allOf: – #/definitions/jobPosition description: Cargo de trabalho startDate: type: string format: date description: Data de inicio endDate: type: string format: date description: Data de término nameWageClassStart: type: string maxLength: 5 description: Classe inicial nameWageClassEnd: type: string maxLength: 5 description: Classe final nameWageLevelStart: type: string maxLength: 5 description: Level inicial nameWageLevelEnd: type: string maxLength: 5 description: Level final extraeducation: description: Treinamento type: object required: – trainingsource properties: id: type: string maxLength: 32 description: Id do treinamento person: type: object allOf: – #/definitions/person description: Relacionamento com a pessoa workload: type: integer format: int64 description: Carga horária enddate: type: string format: date description: Data final status: type: string maxLength: 150 description: Situação startdate: type: string format: date description: Data de início institution: type: string maxLength: 32 description: Instituição trainingsource: type: integer format: int64 description: Origem do treinamento notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE