Loading...
Updates a price item within a price list.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/price-lists/{priceListId}/items/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "status": "Draft", "unitLP": 0, "unitPP": 0, "markup": 0, "margin": 0, "unitSP": 0, "PPx1": 0, "PPxM": 0, "PPxY": 0, "SPx1": 0, "SPxM": 0, "SPxY": 0, "LPx1": 0, "LPxM": 0, "LPxY": 0 }