Loading...
Creates a price list.
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/price-lists', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "currency": "text", "defaultMarkup": 0, "notes": "text" }