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.
subject
title
template
template_html
direction
Response
Template was created or updated and the saved resource is returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

