ChainItem

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Item.
chainChaintrueChain of the Item.
codeStringtrueCode of the Item.
nameStringtrueName of the Item.
nameI18nIdIntegerfalseId for translation.
imageNameStringfalseImage attached to the ChainItem.

JSON representation

{
	"id": 3,
	"createdDate": "2018-10-29T12:12:19.010Z",
	"createdUser": 0,
	"code": "FANTA",
	"name": "Fanta",
	"nameI18nId": 847,
	"nameI18n": "Fanta",
	"imageName": "62533e45-9140-49e3-b23e-cc106ab07c37.jpeg",
	"itemSet": null
}