Creates new partner terms including addresses and payment information. Requires admin privileges.
cURL
curl --request POST \ --url https://api.seminode.com/v1/v1/companies/me/partners/{id}/terms \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Was this page helpful?