POST api/AppCountry/AppGetLanguage
AppGetLanguage
Request Information
URI Parameters
None.
Body Parameters
GetLanguage_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "6c4a6860-4577-46b9-9c34-7e37b2401a64"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetLanguage_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| LanguageNameEnglish | string |
None. |
|
| LanguageNameNative | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LanguageID": 1,
"LanguageNameEnglish": "sample string 2",
"LanguageNameNative": "sample string 3",
"UserUUIDCur": "653875f1-4ec9-4c63-a7cd-624665b6c5cd"
},
{
"LanguageID": 1,
"LanguageNameEnglish": "sample string 2",
"LanguageNameNative": "sample string 3",
"UserUUIDCur": "653875f1-4ec9-4c63-a7cd-624665b6c5cd"
}
]