Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
billing-group
Change Billing Group.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/billing-group \
  --header 'Content-Type: application/json' \
  --data '
{
  "billingGroupId": 123
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
billingGroupId
integer<int32>

Response

200

OK