Add an immunization appointment

Adds an appointment to the student’s immunization record, marks the record as appointment-scheduled, recalculates immunizations, and returns the refreshed student immunization 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.
datedatetimeRequired
proof_document_idinteger or nullOptional

Response

Appointment added; refreshed student immunization data is returned.

statusstring
messagestring
datamap from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error