Create Item Group

POSThttps://api.platform.softwareone.com/public/v1/products/{productId}/item-groups
Path parameters
productId*string
Body
namestring
labelstring
descriptionnullable string
displayOrderinteger (int32)
isMultipleChoiceboolean
isRequiredboolean
isDefaultboolean
Response

Created

Body
idstring
auditobject
$metaobject
hrefstring
namestring
labelstring
descriptionstring
displayOrderinteger (int32)
isDefaultboolean
isMultipleChoiceboolean
isRequiredboolean
itemCountinteger (int32)
productobject
Request
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();
Response
{
  "id": "text",
  "href": "text",
  "name": "text",
  "label": "text",
  "description": "text",
  "isDefault": false,
  "isMultipleChoice": false,
  "isRequired": false
}

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.