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" }
Idinteger(int32)The internal Id of the Flag.NamestringThe Name of the Flag. MaxLength: 50.Groupinteger(int32)The GroupId of the Flag.IsSelectedbooleanIndicates if the Flag is selected or not.{ "Id": 0, "Name": "string", "Group": 0, "IsSelected": true }