Skip to main content
POST
/
registropontos
/
1
/
marcar-falta
/
2024-02-17
Marcar falta para o Funcionário
curl --request POST \
  --url https://api-hml.ponto-on.com/registropontos/1/marcar-falta/2024-02-17 \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - undefined