Immunizations
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- post() : mixed
- Updates a medical immunization for a student.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/medical/immunizations"
Endpoint URL pattern
Methods
post()
Updates a medical immunization for a student.
public
post(StudentImmunizationUpdate $requestBody) : mixed
Requires one of the following roles in the Education Management system:
- Nurse
Parameters
- $requestBody : StudentImmunizationUpdate
-
The immunizations to update
Tags
Return values
mixed —Success