#227:
Change request updated 4 months ago
Was this helpful?
Create a new product.
Json representation of the product
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products' \ --header 'Content-Type: multipart/form-data' \ --form 'product=[object Object]' \ --form 'icon=binary'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "shortDescription": "text", "longDescription": "text", "externalIds": {}, "website": "text", "icon": "text", "status": "text", "vendor": {}, "settings": {}, "statistics": {} }