Create a family

Creates a family record for the active school and returns the newly created family.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
namestring or nullOptional<=255 characters
lastname_hebrewstring or nullOptional<=255 characters
descriptionstring or nullOptional<=1000 characters
processing_fee_blockedboolean or nullOptional

Response

Family created.
statusstringOptional
messagestringOptional
datamap from strings to anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error