#227:
Change request updated 4 months ago
Was this helpful?
Updates a price list.
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/price-lists/{id}' \ --header 'Content-Type: application/json' \ --data '{ "externalIds": {}, "defaultMarkup": 1, "notes": "text" }'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "currency": "text", "precision": 1, "defaultMarkup": 1, "notes": "text", "externalIds": {}, "statistics": {}, "product": {}, "vendor": {} }