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" }
StoreIdinteger or null(int32)This is the internal Storm ID.StoreCodestringThis is a code used to map Store from an external system. MaxLength: 50.WarehouseIdinteger or null(int32)This is the internal Storm ID.LocationIdIdinteger or null(int32)This is the internal Storm ID.{ "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }