Endpoint to assign a billing contact to a vendor.
curl --request PUT \
--url https://api.topsort.com/public/v1/billing-service/vendor-billing-contact \
--header 'Content-Type: application/json' \
--data '{
"billingContactId": "<string>",
"vendorId": "<string>"
}'
This response does not have an example.
Successful Response
curl --request PUT \
--url https://api.topsort.com/public/v1/billing-service/vendor-billing-contact \
--header 'Content-Type: application/json' \
--data '{
"billingContactId": "<string>",
"vendorId": "<string>"
}'
This response does not have an example.