Create Parameter Group

Creates a new parameter group for given product in the catalog

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

Created

Body
idstring
auditobject
$metaobject
hrefstring
namestring
labelstring
descriptionstring
displayOrderinteger (int32)
isDefaultboolean
parameterCountinteger (int32)
productobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-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",
  "displayOrder": 0,
  "isDefault": false,
  "parameterCount": 0
}

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.

#330:

Change request updated