Manage the attachedStoreType translations.
Name | Type | Is Mandatory |
---|---|---|
AttachedStoreTypeTranslationId | String | |
ContactAttachedStoreHistoryTypeId | Int16 | |
LanguageId | String | |
Label | String | |
Language | Language |
Select all AttachedStoreTypeTranslations
https://customerapi.fts-crm360.com/data/AttachedStoreTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"AttachedStoreTypeTranslationId" : "l6P8U8X FP1",
"ContactAttachedStoreHistoryTypeId" : "9",
"LanguageId" : "DSQ K7FgR",
"Label" : "X 5Rh8JIPz"
},
{
"AttachedStoreTypeTranslationId" : "BHVXZXDOdb cD5gIx",
"ContactAttachedStoreHistoryTypeId" : "5",
"LanguageId" : "Dp0k89ct3I",
"Label" : "tuhNPH"
},
...
]
Select AttachedStoreTypeTranslation by Id
https://customerapi.fts-crm360.com/data/AttachedStoreTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"AttachedStoreTypeTranslationId" : "zhtbB6",
"ContactAttachedStoreHistoryTypeId" : "9",
"LanguageId" : "g0X Yn3uMLiXZ7pLFY",
"Label" : "r61pYC99omm5n c"
}