Mark client as checked in
Updates an appointment's status to mark the client as checked in
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://api.ffdemo.ufp.ai/tenants//appointments//mark_client_checkedin' \
--header 'Authorization: Bearer <token>'
Responses
Client successfully checked in
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}
Modified at 2025-03-21 07:23:14