API 1.0 Documentation

Read Template

Syntax C# [OperationContractAttribute()] SBT.API.DataContracts.Admin.WSTemplateResponse ReadTemplate( string securityToken, string orgCode, int templateID )   WSDL Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl Staging: https://test.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl   Parameters securityToken – String[1000] (Required) – Security Token

Update Template

Syntax C# [OperationContractAttribute()] SBT.API.DataContracts.Admin.WSTemplateResponse UpdateTemplate(    string securityToken,    SBT.API.DataContracts.Admin.TemplateDetail template )   WSDL   Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl Staging: https://test.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl   Parameters securityToken – String[1000] (Required) – SecurityToken to authenticate

Template Interface

Overview The Template Interface provides the flexibility to pre-define standard format of messages that might be required to be sent under different application/business/organizational contexts. The

Get Templates

Syntax C# [OperationContractAttribute()] SBT.API.DataContracts.Admin.WSTemplateListResponse GetTemplates( string securityToken, string orgCode )   WSDL Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/wsservices/templateWSService.svc?singlewsdl Staging: https://test.solutionsbytext.com/Sbt.App.SetUp/wsservices/templateWSService.svc?singlewsdl   Parameters securityToken – String[1000] (Required) – SecurityToken to authenticate the

Delete Template

Syntax C# [OperationContractAttribute()] SBT.API.DataContracts.Admin.WSTemplateResponse DeleteTemplate( string securityToken, string orgCode, int templateID )   WSDL Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl Staging: https://test.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl   Parameters securityToken – String[1000] (Required) – SecurityToken to

Create Template

Syntax C# [OperationContractAttribute()] SBT.API.DataContracts.Admin.WSTemplateResponse CreateTemplate( string securityToken, SBT.API.DataContracts.Admin.TemplateDetail template )   WSDL Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl Staging: https://test.solutionsbytext.com/Sbt.App.SetUp/WSServices/templateWSService.svc?singleWsdl   Parameters securityToken – String[1000] (Required) – SecurityToken to authenticate the