Skip to main content
PUT
/
api
/
billing-groups
/
{billingGroupId}
/
Contacts
Update Billing Group Additional Contacts.
curl --request PUT \
  --url https://api.example.com/api/billing-groups/{billingGroupId}/Contacts \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

billingGroupId
integer<int32>
required

Body

application/json

Response

200

OK