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 '{}'{}Updates partner terms by ID. Requires admin privileges.
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 '{}'{}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Partner Terms ID
Update data
The body is of type object.
partner terms updated successfully
The response is of type object.
Was this page helpful?