Update Loyalty Rule Chain
Loyalty
Update Loyalty Rule Chain
Update a loyalty rule chain
POST
Update Loyalty Rule Chain
Authorizations
Path Parameters
Body
application/json
Body
Unique identifier for the loyalty rule
Example:
"123e4567-e89b-12d3-a456-426614174111"
Array of conditions for the rule chain
Minimum array length:
1Example:
[
{
"type": "rule",
"loyaltyRuleId": "123e4567-e89b-12d3-a456-426614174111"
}
]Type of the condition. AND if all conditions must be met, OR if any condition can be met.
Available options:
AND, OR Example:
"AND"
Response
200