LoyaltyPointTypeTranslation entities
Name | Type | Is Mandatory |
---|---|---|
LoyaltyPointTypeTranslationId | String | |
PointTypeId | Int16 | |
LanguageId | String | |
Label | String | |
LoyaltyPointType | LoyaltyPointType | |
Language | Language |
Select all LoyaltyPointTypeTranslations
https://customerapi.fts-crm360.com/data/LoyaltyPointTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"LoyaltyPointTypeTranslationId" : "2I FfIrI",
"PointTypeId" : "9",
"LanguageId" : "yO GY",
"Label" : "x weavwl X5OC"
},
{
"LoyaltyPointTypeTranslationId" : "6yd0SuWnNV",
"PointTypeId" : "9",
"LanguageId" : "42qf18Or3AjzbYo",
"Label" : "qwx4WhH wK p"
},
...
]
Select LoyaltyPointTypeTranslation by Id
https://customerapi.fts-crm360.com/data/LoyaltyPointTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"LoyaltyPointTypeTranslationId" : "IM lu14",
"PointTypeId" : "9",
"LanguageId" : "f8 Xf4OpZ",
"Label" : "E18bj UXuqvrIjfv I"
}