Loading...
Create a new Seller object.
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/sellers', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "currencies": [ "text" ], "name": "text" }), }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" }