SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.
#227:
Change request updated 6 days ago
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/item-groups', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "label": "text", "description": "text", "isDefault": false, "isMultipleChoice": false, "isRequired": false }