Record a vaccine from a family record

Records a vaccine, recalculates the plan, and returns refreshed immunization records for every student in the family.

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

Refreshed family student records.
statusstringOptional
messagestringOptional
datalist of maps from strings to anyOptional

Errors

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