POST api/AppCountry/AppGetLanguage

AppGetLanguage

Request Information

URI Parameters

None.

Body Parameters

GetLanguage_Model
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "bf4573b2-5d2d-4381-b6c4-5b09444e49ec"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetLanguage_Response
NameDescriptionTypeAdditional 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": "3baac958-dda2-49df-b77a-2d5abd7cdc34"
  },
  {
    "LanguageID": 1,
    "LanguageNameEnglish": "sample string 2",
    "LanguageNameNative": "sample string 3",
    "UserUUIDCur": "3baac958-dda2-49df-b77a-2d5abd7cdc34"
  }
]