POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| dimensionsRecords | Array of dimension objecs | To update a dimension also specify the progId, which is the identifier for the dimension | ā |
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604"
}
]
}