Idinteger(int32)The internal Id for the location.CodestringThe external Code for the location. MaxLength: 50.NamestringThe Name for the location. MaxLength: 50.IsStandardbooleanIndicates if the location is standard or not. Obsolete! - Not used any more.StoresArray of objects(WarehouseInfoStore)(WarehouseInfoStore)A list of Stores for this location, if any.+Show 3 array properties{ "Id": 0, "Code": "string", "Name": "string", "IsStandard": true, "Stores": [ { … } ] }
Idinteger(int32)The internal Id for the store.CodestringThe external Code for the store. MaxLength: 50.NamestringThe Name for the store. MaxLength: 50.{ "Id": 0, "Code": "string", "Name": "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" }