PUT
/
public
/
v1
/
billing-service
/
billing-contacts
/
{billing-contact-id}
curl --request PUT \
  --url https://api.topsort.com/public/v1/billing-service/billing-contacts/{billing-contact-id} \
  --header 'Content-Type: application/json' \
  --data '{
  "advertiserName": "<string>",
  "brandName": "<string>",
  "invoiceTo": "<string>"
}'
This response does not have an example.

Path Parameters

billing-contact-id
string
required

The ID of the billing contact.

Minimum length: 1

Body

application/json

Response

204

Successful Response