Item

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Item.
propertyPropertytrueProperty of the Item.
chainItemChainItemtrueParent of the Item.
orderIntegerfalseOrder for the lists
activeBooleantrue

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
}