Gestão de Pessoas (hcm)

2.0info: 0.1.0 ats_document_process description: x-senior-domain: hcm x-senior-domain-path: hcm x-senior-service-path: ats_document_process contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /hcm/ats_document_processsecurityDefinitions: bearerAuth: type: apiKey in: header name: Authorization – application/json – application/jsonparameters: clientId: name: client_id type: string in: header required: true description: Identificação da aplicação cadastrada no portal do desenvolvedor (api.xplatform.com.br)paths: /anonymous/receiveCvReadResult: post: description: Primitiva que processa o recebimento do arquivo x-senior-event: false deprecated: false tags: – Signals security: – bearerAuth: [] parameters: – #/parameters/clientId – in: header name: X-Tenant description: Nome do tenant type: string – in: header name: X-TenantDomain description: Domínio tenant type: string – name: input in: body required: true schema: type: object required: – jobId – status properties: jobId: type: string description: Id da requisição de processamento result: type: string description: Conteúdo do arquivo processado errorMessage: type: string description: Error message caso tenha ocorrido algum erro status: #/definitions/resultType tenant: type: string description: Tenant origem da chamada responses: 200: description: Ok default: description: Error response schema: #/definitions/genericErrordefinitions: resultType: type: string enum: – SUCCESS – ERROR 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