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