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
advertiserName
string
required

The name of the agency/advertiser.

brandName
string
required

The name of the brand this agency is advertising for.

invoiceTo
string
required

The name of the company that is responsible for the invoice.

Response

204

Successful Response