Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The ID of the billing contact.
Minimum length:
1
Body
application/json
Response
Successful Response
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 '{
"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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"advertiserName": "<string>",
"brandName": "<string>",
"invoiceTo": "<string>"
}'
This response does not have an example.
A valid API key generated in Topsort's UI.
The ID of the billing contact.
1
Successful Response
Was this page helpful?