Updates partner terms by ID. Requires admin privileges.
cURL
curl --request PUT \ --url https://api.seminode.com/v1/v1/companies/me/partners/terms/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Was this page helpful?