ChainProfileGroup
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainProfileGroup |
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
{ "id": 1, "code": "FRS", "name": "Farming, Raising, Fishing", "description": null, "colorCode": null, "order": 1 }