Jump to: Examples of JSON Values | GET Response Notes | API Call Builder
Update a Cashflow Group along with its constituent Rules and restricting Affiliates.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
id | Integer | ID of Group object |
name | String | Group name. If provided, overwrites previous name. |
description | String | Group description. If provided, overwrites previous description. |
affiliate_ids_json | String | IDs of Affiliate object to restrict the group to. Replaces any previously assigned affiliates to the group. |
rules_json | String | A 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.