GET api/SMS/GetSMSBySMSId?SMSId={SMSId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SMSId

integer

Required

Body Parameters

None.

Response Information

Resource Description

SMS
NameDescriptionTypeAdditional 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"}