Jump to: GET Response Notes | API Call Builder
Returns the affiliate offer approval notes for a given offer and affiliate. This method refers to the approval_notes property in the AffiliateOffer model.
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 |
GET Response Notes
String: contents of associated approval notes (see AffiliateOffer. approval_notes)
Returns null if no record exists
API Call Builder
Javascript is required to use the API Call Builder.