Jump to: POST Response Notes | API Call Builder
Associates an existing offer to an existing offer group. This method does not alter any preexisting group associations with the target offer.
Note: An offer can belong to at most 50 groups. This method fails when attempting to exceed that limit.
| 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 Offer object to associate to group |
| group_id | Integer | ID of OfferGroup object to associate to offer |
POST Response Notes
Returns boolean true if successfully added
API Call Builder
Javascript is required to use the API Call Builder.