Rules
Create a Rule
When you want a new rule on an account you can create one with this endpoint. Note that Rules are linked to an Account and each Account can only have one instance of a Rule type
post/rules
Request body
Example request
{
"name": "My new rule",
"accountId": "A1000001"
}Response
Created
Example response
{
"id": "R1000001",
"name": "My new rule",
"accountId": "A1000001",
"masterId": "M1000001"
}