Create a fundraising fund

Creates a fund owned by the current user and returns its fundraising fund resource.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired
descriptionstring or nullOptional
tax_idstring or nullOptional
account_idinteger or nullOptional
is_activeboolean or nullOptional
is_defaultboolean or nullOptional

Response

Created fund.
statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
422
Unprocessable Entity Error