ChainPropertyGroup

Structure

FieldTypeRequiredDescription
cahinIdinttrueId of the Chain
codestringtrueCode of the ChainProfileGroup
namestringtrueName of the ChainProfileGroup
descriptionstringfalsedescription of the ChainProfileGroup
colorstringfalsecolor of the ChainProfileGroup
orderinttrueOrder of the ChainProfileGroup

JSON representation

{
	"chainId": 1,
	"code": "BCN",
	"name": "Barcelona",
	"description": null,
	"colorCode": "#3949AB",
	"order": null
}