cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/custom/payoutrevenue \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "network_custom_payout_revenue_setting_ids": [ 1, 2, 3 ], "fields": [ { "field_type": "payout_amount", "field_value": 7.5 } ] } '
{ "result": true }
Bulk update multiple custom payout/revenue settings at once. Provide a list of setting IDs and the fields to update.
The Everflow API key generated from the Control Center > Security.
List of custom payout/revenue setting IDs to update.
Show child attributes
OK
Was this page helpful?