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

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

billing-contact-id
string
required

The ID of the billing contact.

Minimum length: 1

Body

application/json
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.

advertiserName
string
required

The name of the agency/advertiser.

Response

Successful Response