Create a school accounting account
Creates a SchoolSet account, defaulting its type to bank when omitted and clearing competing default flags as required.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
name
account_type_id
account_last4
is_default
is_unallocated_default
is_active
sort_order
Response
Account created and returned as an AccountResource.
status
message
data
AccountResource representation.
Errors
403
Forbidden Error
422
Unprocessable Entity Error

