Starting Feb 1st, 2023, new prices for SMS will be introduced
Details can be found on the Alerts page
No action is required, this change will be automatic
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
DisplayName | string |
None. |
|
Name | string |
None. |
|
DateTimeFormat | string |
None. |
|
IsNeutralCulture | boolean |
None. |
|
IsRightToLeft | boolean |
None. |
|
ThreeLetterISOLanguageName | string |
None. |
|
TwoLetterISOLanguageName | string |
None. |
|
EnglishName | string |
None. |
|
NativeName | string |
None. |
|
LCID | integer |
None. |
|
ParentId | string |
None. |
|
LongDateTimeFormat | Object |
None. |
|
Id | Object |
None. |
{ "id": "sample string 3", "displayName": "sample string 2", "name": "sample string 3", "dateTimeFormat": "sample string 4", "isNeutralCulture": false, "isRightToLeft": false, "threeLetterISOLanguageName": "sample string 7", "twoLetterISOLanguageName": "sample string 8", "englishName": "sample string 9", "nativeName": "sample string 10", "lcid": 11, "parentId": "sample string 12", "longDateTimeFormat": {} }
<CultureInfoResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Swift.Web.Resources"> <Id xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">sample string 3</Id> <Id xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">sample string 3</Id> <DateTimeFormat>sample string 4</DateTimeFormat> <DisplayName>sample string 2</DisplayName> <EnglishName>sample string 9</EnglishName> <IsNeutralCulture>false</IsNeutralCulture> <IsRightToLeft>false</IsRightToLeft> <LCID>11</LCID> <LongDateTimeFormat /> <Name>sample string 3</Name> <NativeName>sample string 10</NativeName> <ParentId>sample string 12</ParentId> <ThreeLetterISOLanguageName>sample string 7</ThreeLetterISOLanguageName> <TwoLetterISOLanguageName>sample string 8</TwoLetterISOLanguageName> </CultureInfoResource>