Update transaction rule
Use this endpoint to update the attributes of a specific transaction rule based on its unique GUID. The API will respond with the updated transaction_rule object. Any attributes not provided will be left unchanged.
For more information about transaction rules, see the Transaction Rules Guide.
PUT
/users/{user_guid}/transaction_rules/{transaction_rule_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
transaction_rule_guid The unique id for a | Required | String |
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 updated
| Field | Required | Type |
|---|---|---|
transaction_rule | Required | Object |
Loading...