Add an appointment from compliance

Adds an appointment to an immunization-student record, marks the record as scheduled, recalculates the plan, and returns the enriched family compliance resource.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired

Immunization-student ID.

Request

This endpoint expects an object.
datedateRequired
proof_document_idintegerOptional>=0Defaults to 0

Response

Appointment added; data is the family compliance row.

statusstringOptional
messagestringOptional
datamap from strings to anyOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error