GET api/SMS/GetSMSBySMSId?SMSId={SMSId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SMSId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SMSName | Description | Type | Additional information |
---|---|---|---|
SMS_Id | integer |
None. |
|
SMSName | string |
None. |
|
TextSMS | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "SMS_Id": 1, "SMSName": "sample string 2", "TextSMS": "sample string 3" }
application/octet-stream
Sample:
{"$id":"1","SMS_Id":1,"SMSName":"sample string 2","TextSMS":"sample string 3"}