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