Categorization
Create a Platform rule
Creates a new Platform categorization rule.
POST
/
v0
/
platform
/
categorization
/
rules
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
A comparative expression to match on
Transactions. Use t
to access the Transaction object. Must
evaluate to a boolean. Accepts regex evaluations.
Read more: Categorization guide
The name of the destination ledger.
An arbitrary string to name the rule.
The priority of the rule.
Response
201 - application/json
The unique ID of the object.
A comparative expression to match on
Transactions. Use t
to access the Transaction object. Must
evaluate to a boolean. Accepts regex evaluations.
Read more: Categorization guide
The name of the destination ledger.
An arbitrary string to name the rule.
The priority of the rule.