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.
Endpoint to upsert a billing contact.
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.
The ID of the billing contact.
1
Successful Response