Manage contact's state translations.
Name | Type | Is Mandatory |
---|---|---|
ContactStateTranslationId | String | |
ContactStateId | Int16 | |
LanguageId | String | |
Label | String | |
ContactState | ContactState | |
Language | Language |
Select all ContactStateTranslations
https://customerapi.fts-crm360.com/data/ContactStateTranslations()
HttpMethod : GET
Json Result :
[
{
"ContactStateTranslationId" : "JLzhKPnqPK",
"ContactStateId" : "9",
"LanguageId" : "WaOo7Pf3 yCWo T b",
"Label" : "BsoQJ5"
},
{
"ContactStateTranslationId" : "4LrAW045m sLF",
"ContactStateId" : "7",
"LanguageId" : "wzgXHc4",
"Label" : "7nNGHRNERT"
},
...
]
Select ContactStateTranslation by Id
https://customerapi.fts-crm360.com/data/ContactStateTranslations('string key')
HttpMethod : GET
Json Result :
{
"ContactStateTranslationId" : "BD 2c7",
"ContactStateId" : "2",
"LanguageId" : "AzlzVb56 vy",
"Label" : "F uZItwoZ5a2AnC"
}