Jump to: GET Response Notes | API Call Builder
Sets an affiliate tier-specific payout for a given offer and (optionally) goal.
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_tier_id | Integer | ID of AffiliateTier object |
goal_id | Integer | ID of Goal object |
payout | Decimal | Payout amount |
percent_payout | Decimal | Payout percentage |
GET Response Notes
Boolean: true if action succeeds; false otherwise
API Call Builder
Javascript is required to use the API Call Builder.