Create a cash flow subcategory
OAuth scope: cash_flow_category.write
Creates a new subcategory under the cash flow category identified by the category_id path parameter.
The subcategory inherits its direction (inflow or outflow) from its parent category.
Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
UUID of the parent cash flow category.
"3786f44c-a2e1-472e-870d-4cdb152b33fa"
Body
Response
Returns the created cash flow subcategory.
A cash flow subcategory nested under a parent category. Its id matches
the cashflow_subcategory.id field returned on transactions.