Create transaction rule
Use this endpoint to create a new transaction rule. The newly-created transaction_rule object will be returned if successful.
For more information about transaction rules, see the Transaction Rules Guide.
POST
/users/{user_guid}/transaction_rules
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
TransactionRule object to be created with optional parameters (description) and required parameters (category_guid and match_description)
| Field | Required | Type |
|---|---|---|
transaction_rule | Required | Object |
Loading...