TaxonomyTreeServicesSetCategorySynonyms Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<bool> SetCategorySynonyms( SetCategorySynonymsInput data )
Object containing Category Id, environmental Locale, and list of the Synonyms under that Locale
{
"data": {
"categoryId": "CategoryNodes/3",
"locale": "en-us",
"synonyms": ["Animals", "Creatures that moves"]
}
}{
"code": 0,
"error": null,
"message": true
}If Category doesn't exist, returns error status.
If Locale not specified, default to "en-us".
This operation requires current User to have the permission to manager Taxonomy System. If not, returns error status.