Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the Item. |
property | Property | true | Property of the Item. |
chainItem | ChainItem | true | Parent of the Item. |
order | Integer | false | Order for the lists |
active | Boolean | true |
|
JSON representation
{
"id": 2,
"property": null,
"chainItem": {
"id": 1,
"code": "AGUA",
"name": "Agua",
"nameI18nId": 845,
"nameI18n": "Agua",
"imageName": "18a276c9-4c59-43a6-8560-90eba074edb9.jpeg",
"itemSet": null
},
"order": 0,
"active": false
}