cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/reporting/conversions/saleamount \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "conversion_id": 123, "sale_amount": 123 } '
{ "result": true }
Modify the sale amount on an existing conversion. Use this to correct revenue figures after the initial conversion has been recorded.
The Everflow API key generated from the Control Center > Security.
The conversion ID to update.
The new sale amount.
OK
Whether the update was successful.
Was this page helpful?