Create Expense Category

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired1-100 characters
descriptionstring or nullOptional<=1000 characters
sort_orderintegerOptionalDefaults to 0

Response

Successful Response
idstringformat: "uuid"
tenant_idstringformat: "uuid"
namestring
is_activeboolean
sort_orderinteger
descriptionstring or nullOptional

Errors

422
Unprocessable Entity Error