Idinteger(int32)The internal Id of the CustomerFlag.NamestringThe name of the CustomerFlag. MaxLength: 50.DescriptionstringThe description of the CustomerFlag. MaxLength: max.SortOrderinteger(int32)The sort order of the CustomerFlag.Groupobject(IdNameDescription)(IdNameDescription)+Show 5 properties{ "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } }
Idinteger(int32)The internal Id of the Flag.NamestringThe Name of the Flag. MaxLength: 50.Groupinteger(int32)The GroupId of the Flag.IsSelectedbooleanIndicates if the Flag is selected or not.{ "Id": 0, "Name": "string", "Group": 0, "IsSelected": true }
LoginNamestringUser login name MaxLength: 255.PasswordstringUser's password MaxLength: 4000.CultureCodestringSpecifies in which language to display culture specific information. If none is supplied, value is resolved from Application. MaxLength: 16.IncludeCompaniesstringInclude full company data, if any, with the customer. Otherwise only primary company, if any, is included. Default is true. MaxLength: bool.{ "LoginName": "string", "Password": "string", "CultureCode": "string", "IncludeCompanies": "string" }
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. MaxLength: 16.
Include full company data, if any, with the customer. Otherwise only primary company, if any, is included. Default is true. MaxLength: bool.