POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| clustersRecords | Array of entity cluster objects | An array of objects (see below for the complete structure). | ā |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| entityClusterType | Entity cluster type | Varchar(250) | ā |
| clusterCode | Cluster code | Varchar(250) | ā |
| description | Cluster description.You can also pass the description in language (e.g. descriptionIt) | Varchar(250) | ā |
| flagshipEntity | It indicates if the entity type is referred to is a flagship entity ('T' for referred or 'F' for not referred) | Char(1) | ā |
| status | Indicates wether the cluster is active or not ('E' for actived or 'D' for not actived) | Char(1) |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| entityCode | Entity code | Varchar(250) | ā |
| status | Indicates wether the entity is active or not for cluster ('D' for actived or 'E' for not actived) | Varchar(250) | ā |
"clustersRecords": [{
"entityClusters": {
"entityClusterType": "entity cluster type",
"clusterCode": "cluster code",
"description": "cluster description",
"flagshipEntity": "It indicates if the entity type is referred to is a flagship entity ('T' for referred or 'F' for not referred)"
},
"clusterEntities": [{
"entityCode": "entity code",
"status": "Indicates wether the entity is active or not for cluster ('D' for actived or 'E' for not actived)"
}]
}]
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604",
"clusterCode": "51"
}
]
}