Create or update a family
Creates a family and its supplied address, parents, students, relatives, and emergency contacts, or updates an existing family by id.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
id
family_name
home_phone
lastname_hebrew
processing_fee_blocked
address
parents
students
relatives
contacts
Response
The family was created or updated and the family resource was returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

