Overview
The Keyword service provides the flexibility to Search and Manage keywords.
The Keyword Interface provides the means to programmatically administer (Search, Create, Delete, and Modify) keywords under specific Group.
WSDL
Production: https://ui.solutionsbytext.com/SBT.App.SetUp/WSServices/KeywordWSService.svc?singlewsdl
Staging: https://test.solutionsbytext.com/SBT.App.SetUp/WSServices/KeywordWSService.svc?singlewsdl
Methods
METHOD | DESCRIPTION |
---|---|
SearchKeyword | search the new keyword in a particular group. |
ManageKeyword | Create, Update and Delete the Keyword from a particular group. |
Syntax
C#
[ServiceContractAttribute(Name="IKeyword", Namespace="http://SBTService/ServiceContracts/")] public interface IKeyword