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