Loading...
Gets a list of external Buyer objects that can be added to Account
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/accounts/{id}/external-buyers', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
[ { "id": "text", "href": "text", "icon": "text", "taxId": "text", "name": "text", "sellers": [ { "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" } ] } ]