Idinteger(int32)The system wide unique internal Storm Id for the Client.Keystring(guid)The system wide unique Key for the Client.NamestringThe Name of the Client. MaxLength: 100.{ "Id": 0, "Key": "string", "Name": "string" }
ListArray of objects(Country)(Country)A list of countries.+Show 3 array propertiesDefaultobject(Country)(Country)+Show 3 properties{ "List": [ { … } ], "Default": { "Id": 0, "Name": "string", "Code": "string" } }
Idinteger(int32)The internal Storm Id of the country.NamestringThe name of the country. MaxLength: 50.CodestringThe Code of the country. The ISO 3166-1 alpha-2 is used. SE for Sweden. MaxLength: 3.{ "Id": 0, "Name": "string", "Code": "string" }