PurchaseGoodTypeTranslation entities
Name | Type | Is Mandatory |
---|---|---|
PurchaseGoodTypeTranslationId | String | |
PurchaseGoodTypeId | Int16 | |
LanguageId | String | |
Label | String | |
PurchaseGoodType | PurchaseGoodType | |
Language | Language |
Select all PurchaseGoodTypeTranslations
https://customerapi.fts-crm360.com/data/PurchaseGoodTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"PurchaseGoodTypeTranslationId" : "mzH4pkD7n HL0Fi",
"PurchaseGoodTypeId" : "9",
"LanguageId" : "Q8lUF",
"Label" : "M2YY 6Lvk9 5O sx"
},
{
"PurchaseGoodTypeTranslationId" : "udUP73irJzLbCWg9H",
"PurchaseGoodTypeId" : "7",
"LanguageId" : "MqGroXm1Fnq jKxk",
"Label" : "guP9 sqH Tgme7"
},
...
]
Select PurchaseGoodTypeTranslation by Id
https://customerapi.fts-crm360.com/data/PurchaseGoodTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"PurchaseGoodTypeTranslationId" : "T6jImx",
"PurchaseGoodTypeId" : "7",
"LanguageId" : "VAcCeznQQw4bZbyY9b",
"Label" : "oDEOlqjrnmo8"
}