ChainProfileGroup

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainProfileGroup
codestringtrueCode of the ChainProfileGroup
namestringtrueName of the ChainProfileGroup
descriptionstringfalsedescription of the ChainProfileGroup
colorstringfalsecolor of the ChainProfileGroup
orderinttrueOrder of the ChainProfileGroup

JSON representation

        {
            "id": 1,
            "code": "FRS",
            "name": "Farming, Raising, Fishing",
            "description": null,
            "colorCode": null,
            "order": 1
        }