Record a vaccine from compliance

Records a vaccine date for an immunization-student record, recalculates the student’s 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.
date_givendateRequired
doctor_namestring or nullOptional
shot_numberintegerOptional>=0

Response

Vaccine recorded; data is the family compliance row.

statusstring
messagestring
datamap from strings to any

Errors

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