ChainItem
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Item. |
chain | Chain | true | Chain of the Item. |
code | String | true | Code of the Item. |
name | String | true | Name of the Item. |
nameI18nId | Integer | false | Id for translation. |
imageName | String | false | Image 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 }