Create a contract fee type

Creates a school-specific contract fee type and returns the normalized record for immediate use in the billing interface.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired<=255 characters
descriptionstring or nullOptional<=255 characters
account_idinteger or nullOptional
qb_desktop_item_namestring or nullOptional<=255 characters
hidden_from_contract_feesbooleanOptional

Response

Contract fee type was created and returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error