Skip to main content
POST
/
appointments
/
{ticketId}
/
marknoshow
Mark appointment as no-show
curl --request POST \
  --url https://api.qminder.com/v1/appointments/{ticketId}/marknoshow \
  --header 'X-Qminder-API-Version: <x-qminder-api-version>' \
  --header 'X-Qminder-REST-API-Key: <api-key>'

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Headers

X-Qminder-API-Version
enum<string>
required

API version. Must be set to 2020-09-01.

Available options:
2020-09-01

Path Parameters

ticketId
string
required

ID of the appointment ticket to mark as no-show

Response

Appointment marked as no-show successfully