Idinteger(int32)The internal Id of the role.NamestringThe Name of the role. MaxLength: 50.DescriptionstringThe Description of the role. MaxLength: 500.{ "Id": 0, "Name": "string", "Description": "string" }
ListArray of objects(Role)(Role)A list of roles.+Show 3 array propertiesDefaultobject(Role)(Role)+Show 3 properties{ "List": [ { … } ], "Default": { "Id": 0, "Name": "string", "Description": "string" } }
Idinteger(int32)The internal Id of the SalesArea.NamestringThe Name of the SalesArea. MaxLength: 50.CurrencyIdinteger(int32)The default id of the Currency for this SalesArea.VatCodeIdinteger(int32)The default id of the VatCode for this SalesArea.{ "Id": 0, "Name": "string", "CurrencyId": 0, "VatCodeId": 0 }