curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/net-revenue \
--header 'Content-Type: application/json' \
--data '{
"value": 123
}'curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/net-revenue \
--header 'Content-Type: application/json' \
--data '{
"value": 123
}'Was this page helpful?