Jump to: POST Response Notes | API Call Builder
Bulk updates approval statuses for one or more sets of offers and affiliates. See Offer::setAffiliateApproval.
This method creates new AffiliateOffer objects for any sets that don't yet have one.
Note: You can batch up to 50 approvals with this method. Submitting more than 50 will return an error without processing any of them.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
data | Nullable Array of structured objects | List of AffiliateOffer objectsShow Supported Parameters |
POST Response Notes
Two arrays: "success" and "failure"
"success" contains all submitted changes that succeeded
"failure" contains all submitted changes that failed
API Call Builder
Javascript is required to use the API Call Builder.