Manage country translations.
Name | Type | Is Mandatory |
---|---|---|
CountryTranslationId | String | |
CountryId | String | |
LanguageId | String | |
Label | String | |
Country | Country | |
Language | Language |
Select all CountryTranslations
https://customerapi.fts-crm360.com/data/CountryTranslations()
HttpMethod : GET
Json Result :
[
{
"CountryTranslationId" : "QQxwDsgPxLRjKW",
"CountryId" : "U4Ibuv6K d0HC2fC",
"LanguageId" : "Fr4lRiAh",
"Label" : "QY HkiUl"
},
{
"CountryTranslationId" : "vbq1V",
"CountryId" : "xSOjdX",
"LanguageId" : "H8IDq4umk",
"Label" : "Lgpx9VQkuQb"
},
...
]
Select CountryTranslation by Id
https://customerapi.fts-crm360.com/data/CountryTranslations('string key')
HttpMethod : GET
Json Result :
{
"CountryTranslationId" : "3vOWzz Uc",
"CountryId" : "1 QC",
"LanguageId" : "2 2bKAdVqTy7",
"Label" : "9vG DY0UF6mP7Iqqg6"
}