ListArray of objects(Culture)(Culture)A list of cultures.+Show 2 array propertiesDefaultobject(Culture)(Culture)+Show 2 properties{ "List": [ { … } ], "Default": { "Code": "string", "Name": "string" } }
ListArray of objects(Currency)(Currency)A list of currencies.+Show 5 array propertiesDefaultobject(Currency)(Currency)+Show 5 properties{ "List": [ { … } ], "Default": { "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" } }
Idinteger(int32)The internal Storm Id of the currency.NamestringThe name of the currency. MaxLength: 50.CodestringThe Code of the currency. ISO 4217 is used. SEK for Swedish kronor. MaxLength: 3.PrefixstringThe Prefix sign/code if available. MaxLength: 10.SuffixstringThe suffix sign/code if available. MaxLength: 10.{ "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" }