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