Loading...
List of price lists.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/price-lists', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "currency": "text", "defaultMarkup": 0, "notes": "text" } ] }