Jump to: GET Response Notes | API Call Builder
Associates one or more offer groups to an existing offer, replacing that offer's prior offer group associations.
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 groups | 
| group_ids | Array | IDs of OfferGroup objects to associate to offer | 
GET Response Notes
Boolean: true if action succeeds; false otherwise
API Call Builder
Javascript is required to use the API Call Builder.