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 }
ListArray of objects(SalesArea)(SalesArea)A list of SalesAreas.+Show 4 array propertiesDefaultobject(SalesArea)(SalesArea)+Show 4 properties{ "List": [ { … } ], "Default": { "Id": 0, "Name": "string", "CurrencyId": 0, "VatCodeId": 0 } }