PUT api/SMSTemplate/UpdateTemplate

Documentation for 'UpdateTemplate'.

Request Information

Parameters

NameDescriptionAdditional information
template
Documentation for 'template'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "key": "sample string 2",
  "isDefault": true,
  "id": 4
}

application/xml, text/xml

Sample:
<SMSTemplateVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>4</Id>
  <Name>sample string 1</Name>
  <Key>sample string 2</Key>
  <IsDefault>true</IsDefault>
</SMSTemplateVM>

application/x-www-form-urlencoded

Sample:

Sample not available.