Skip to main content
PUT
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.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

transaction_rule_guid
string
required

The unique id for a transaction_rule.

user_guid
string
required

The unique identifier for a user, beginning with the prefix USR-.

Body

application/json

TransactionRule object to be updated

transaction_rule
object

Response

200 - application/vnd.mx.api.v1+json

OK

transaction_rule
object