POST call, passing a JSON body as specified below.insertCatalogs_v3****.| Field | Description | Type | Mandatory |
|---|---|---|---|
| hierarchiesRecords | Array of hierarchies item catalog objects | An array of objects (see below for the complete structure). | ā |
"hierarchiesRecords":[
{
"levelNumber": "level hierarchie",
"hierarchyCode": "code hierarchie",
"description": "description hierarchie",
"menu": "Indicates if is first menu level ('T' for first or 'F' for other)",
"fatherLevelNumber": "superior level",
"fatherHierarchyCode": "superior code hierarchie",
"catalogCode": "catalog code",
"tag": "tag",
"position": "position",
"status: "status"
}
]
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604",
"hierarchyCode": "t"
}
]
}