Jump to: GET Response Notes | API Call Builder
Sets an affiliate's approval status for a given offer.
| 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 |
| affiliate_id | Integer | ID of Affiliate object |
| status | Nullable String | Valid Affiliate.status valueShow Supported Values |
| notes | String | Notes regarding this status change |
GET Response Notes
Variant: if new AffiliateOffer object is created, that object's ID.
Otherwise, true if update succeeds; false if not.
API Call Builder
Javascript is required to use the API Call Builder.