Allergiesconditions
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- post() : int
- Creates medical allergy/condition record for a student.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/medical/allergiesconditions"
Endpoint URL pattern
Methods
post()
Creates medical allergy/condition record for a student.
public
post(StudentMedicalAllergyCondition $requestBody) : int
Returns the newly created ID.
Requires one of the following roles in the Education Management system:
- Nurse
***This endpoint is DEPRECATED and will no longer function as of 2024-09-01***
Parameters
- $requestBody : StudentMedicalAllergyCondition
-
The medical allergy/condition to be created for student
Tags
Return values
int —ID of the student medical allergy/condition just created.