Create Item Group

post

/v1/products/{productId}/item-groups

Path parameters
productIdstringrequired
Body
namestring
labelstring
descriptionstring | nullable
displayOrderinteger · int32
isMultipleChoiceboolean
isRequiredboolean
isDefaultboolean
Responses
curl -L \
  --request POST \
  --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/item-groups' \
  --header 'Content-Type: application/json'
{
  "id": "text",
  "audit": {},
  "$meta": {},
  "href": "text",
  "name": "text",
  "label": "text",
  "description": "text",
  "displayOrder": 1,
  "isDefault": true,
  "isMultipleChoice": true,
  "isRequired": true,
  "itemCount": 1,
  "product": {}
}

Was this helpful?


#330:

Change request updated