GET
api/v1/get-sms-template?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Response Information
Description:
Return type: GetSMSTemplate
Response Formats
application/json, text/json
{ "id": 1, "subject": "sample string 2", "SMSContent": "sample string 3", "description": "sample string 4" }
text/html
{"id":1,"subject":"sample string 2","SMSContent":"sample string 3","description":"sample string 4"}
application/xml, text/xml
<GetSMSTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <SMSContent>sample string 3</SMSContent> <description>sample string 4</description> <id>1</id> <subject>sample string 2</subject> </GetSMSTemplate>