Nexus API
Update a transaction rule
Use this endpoint to update the attributes of a specific transaction rule based on its unique GUID. Nexus will respond with the updated transaction_rule object. Any attributes not provided will be left unchanged. Updating the category_guid or description will also update all past and future transactions. Updating the match_description will only be applied to future transactions.
PUT
/transaction_rules/{transaction_rule_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
transaction_rule_guid The unique identifier for the transaction rule. Defined by MX. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
transaction_rule | Optional | Object |
Loading...