Skip to main content
POST
/
api
/
timeclock
/
timechecks.validate
cURL
curl --request POST \
  --url https://api.example.com/api/timeclock/timechecks.validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "872815618512410358",
  "resource_id": "872815618512410358",
  "in": "2019-11-11T12:34:56",
  "out": "2019-11-11T12:34:56",
  "remark": "<string>"
}
'
{
  "id": "872815618512410358"
}

Body

application/json
id
string<snowflake>
Example:

"872815618512410358"

resource_id
string<snowflake>
Example:

"872815618512410358"

in
string<local-date-time> | null
Example:

"2019-11-11T12:34:56"

out
string<local-date-time> | null
Example:

"2019-11-11T12:34:56"

remark
string | null

Response

Timecheck validation created

id
string<snowflake>
Example:

"872815618512410358"