Save the statement email template

Creates the active school’s statement email template when absent or updates its existing record. Subject, title, template, rendered HTML, and direction are required for both parent and entity branches; the authenticated user is recorded as creator on creation.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
subjectobjectRequired
titleobjectRequired
templateobjectRequired
template_htmlobjectRequired
directionobjectRequired

Response

Template was created or updated and the saved resource is returned.
statusstring
messagestring
datamap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error