Create an emergency contact
Adds an emergency contact to a student's family record.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
family_student_id
firstname
lastname
cell_phone
emergency_contact_type_id
description
email
home_phone
relation
address
city
state
country
zip
Response
Emergency contact created.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

