PUT
/
public
/
v1
/
billing-service
/
campaign-billing-contact
curl --request PUT \
  --url https://api.topsort.com/public/v1/billing-service/campaign-billing-contact \
  --header 'Content-Type: application/json' \
  --data '{
  "billingContactId": "<string>",
  "campaignId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Body

application/json
billingContactId
string
required

The ID of the billing contact.

campaignId
string
required

The ID of the campaign.

Response

204
_mintlify/placeholder

Successful Response