Profile Type
Structure
Field | Type | Required | Description |
---|---|---|---|
code | string | true | Code of the profileType |
name | string | true | Name of the profile Type |
nameI18n | string | false | Name of the profile Type Translated to user language |
colorCode | string | true | Colour of the profile Type |
JSON representation
{ "code": "2", "name": "Company", "nameI18n": "Company", "colorCode": "#00ACC1" }