arp (Armazenamento de registro de ponto)

2.0info: 1.5.1 clocking description: ARP Clocking Backend x-senior-domain: Armazenamento de registro de ponto x-senior-domain-path: arp x-senior-service-path: clocking contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /arp/clockingsecurityDefinitions: 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: /apis/clockingEvent: post: description: The create request primitive for the clockingEvent facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/clockingEventFacade responses: 200: description: Ok schema: #/definitions/clockingEventFacade default: description: Error response schema: #/definitions/genericErrordefinitions: collectorType: type: string enum: – MOBILE_APPLICATION – BROWSER – DESKTOP_APPLICATION – ELECTRONIC_DEVICE – OTHER_ELECTRONIC_DEVICES clockingEventFacade: type: object required: – externalId – date – time – timeZoneOffset – cpf – collectorType – online – employer – employee properties: id: type: string description: format: uuid externalId: type: string description: format: uuid date: type: string description: Data format: date time: type: string description: Hora timeZoneOffset: type: string description: Time zone offset no formato +hh:mm ou -hh:mm cpf: type: integer description: CPF collectorType: #/definitions/collectorType online: type: boolean description: On-line employer: type: string description: format: uuid employee: type: string description: format: uuid 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