CashflowGroup::updateCashflowGroup Method

Update a Cashflow Group along with its constituent Rules and restricting Affiliates.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
id IntegerID of Group object
nameStringGroup name. If provided, overwrites previous name.
descriptionStringGroup description. If provided, overwrites previous description.
affiliate_ids_json StringIDs of Affiliate object to restrict the group to. Replaces any previously assigned affiliates to the group.
rules_json StringA JSON-encoded array consisting of existing and new Cashflow Rule definitions save for this group. Replaces any previously assigned rules from the group.

Examples of JSON Values

See CashflowGroup::createCashflowGroup for examples

GET Response Notes

Return response will be in the following format: void.

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.