Manage contact address types translations.
Name | Type | Is Mandatory |
---|---|---|
ContactAddressTypeTranslationId | String | |
ContactAddressTypeId | Int16 | |
LanguageId | String | |
Label | String | |
ContactAddressType | ContactAddressType | |
Language | Language |
Select all ContactAddressTypeTranslations
https://customerapi.fts-crm360.com/data/ContactAddressTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"ContactAddressTypeTranslationId" : "7LL43KD8",
"ContactAddressTypeId" : "6",
"LanguageId" : "lfoWf4LWgPHK L1gN",
"Label" : "OzaLWe2yP"
},
{
"ContactAddressTypeTranslationId" : "j5WpZ",
"ContactAddressTypeId" : "9",
"LanguageId" : "K 0 peXI9 MtAo",
"Label" : "rYG9ZJJdtpKxl3cwE"
},
...
]
Select ContactAddressTypeTranslation by Id
https://customerapi.fts-crm360.com/data/ContactAddressTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"ContactAddressTypeTranslationId" : "qsXbjUCBXp1k",
"ContactAddressTypeId" : "5",
"LanguageId" : "5DpQR6SApXF TkhEWPH",
"Label" : "W7dOzy6W"
}