Offer::setMultipleAffiliateApprovals Method

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.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
dataNullable Array of structured objectsList 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.
Have a Question? Please contact [email protected] for technical support.