Profile Type

Structure

FieldTypeRequiredDescription
codestringtrueCode of the profileType
namestringtrueName of the profile Type
nameI18nstringfalseName of the profile Type Translated to user language
colorCodestringtrueColour of the profile Type

JSON representation

{
	"code": "2",
    "name": "Company",
    "nameI18n": "Company",
    "colorCode": "#00ACC1"
}