Update Affiliate Terms
Update existing affiliate contract terms
Request Body
Name
Type
Description
{
"affiliateNewTerms": {
"revenueShare": 50,
"cpi": 10,
"limitPeriod": 24,
"minWithdrawal": 50
}
}{
"status": 400,
"message": "Error details"
}curl -X POST \
https://platform.shoffi.app/API/affiliate/updateAffiliateTerms \
-H 'Content-Type: application/json' \
-d '{
"apiKey": "YourKey",
"appId": 00000000,
"email": "[email protected]",
"affiliateTerms": {
"revenueShare": 50,
"cpi": 10,
"limitPeriod": 24,
"minWithdrawal": 50,
"recurringChargeOnly": false
}
}'Parameters breakdown
affiliateTerms
Response example
Last updated