ChainPropertyGroup
Structure
Field | Type | Required | Description |
---|---|---|---|
cahinId | int | true | Id of the Chain |
code | string | true | Code of the ChainProfileGroup |
name | string | true | Name of the ChainProfileGroup |
description | string | false | description of the ChainProfileGroup |
color | string | false | color of the ChainProfileGroup |
order | int | true | Order of the ChainProfileGroup |
JSON representation
{ "chainId": 1, "code": "BCN", "name": "Barcelona", "description": null, "colorCode": "#3949AB", "order": null }