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.
idinteger or nullOptional
family_namestringOptional
home_phonestringOptional
lastname_hebrewstringOptional
processing_fee_blockedbooleanOptional
addressobject or nullOptional
parentslist of objectsOptional
studentslist of objectsOptional
relativeslist of objectsOptional
contactslist of objectsOptional

Response

The family was created or updated and the family resource was returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error