POST call, passing a JSON body as specified below.dimensionGroupsRecords array in request body:| Field | Description | Type | Mandatory |
|---|---|---|---|
progId | In case of update, also specify this field which is the identifier for the group | int | |
dimensionType | Type of dimension | string | ā |
dimensionGroup | Code of the group | string | ā |
description | Description of the group | string | ā |
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604"
}
]
}