mx_platform

Create transaction rule

Use this endpoint to create a new transaction rule. The newly-created transaction_rule object will be returned if successful.

post/users/{user_guid}/transaction_rules

Path parameters

user_guidstring required

The unique id for a user.

Request body

Example request

{
  "transaction_rule": {
    "category_guid": "CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0",
    "description": "Wal-mart food storage",
    "match_description": "Wal-mart"
  }
}

Response

OK

Changes