Jump to: POST Response Notes | API Call Builder
Affiliate sign-up action that executes the following steps:
- Create affiliate
- Create new affiliate user with theĀ ID from the newly created affiliate
- Save affiliate meta information
- Perform fraud validation and calculate fraud score
- Update affiliate status from active to pending if fraud score exceeds the fraud threshold
- Send alert to network employee that affiliate and affiliate user have been created
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
account | Object | Affiliate model object dataShow Supported Parameters |
user | Object | Affiliate user model object dataShow Supported Parameters |
meta | Object | Affiliate meta model object dataShow Supported Parameters |
return_object | Boolean | If true, returns affected object; defaults to true |
POST Response Notes
Returns the ID of the newly created affiliate as an integer or returns the newly created Affiliate model object if return_object is set to "true"
API Call Builder
Javascript is required to use the API Call Builder.