Update Business Rule
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a PATCH call as opposed to a POST call.
In the body of the message, the ‘entity.ID’ is now a required field. We will update the complex rule created above. The ‘has_online’ determining attribute is being updated to include both ‘true’ and ‘false’ and the ‘currency_a’ attribute is being updated to include both USD and GBP currencies. Note that you must include all values that were set in the original rule that you want to keep in the modified rule. If you do not include a value that was set in the original rule it will be deleted.
The return message shows the values that were sent.
In TDO the rule now reflects the new values for ‘has_online’ and ‘currency_a’.