GET api/ParentLogin/GetPendingSms

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PendingSms
NameDescriptionTypeAdditional information
response

string

None.

response_message

string

None.

message

string

None.

pendingList

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "response": "sample string 1",
  "response_message": "sample string 2",
  "message": "sample string 3",
  "pendingList": {}
}

text/html

Sample:
{"response":"sample string 1","response_message":"sample string 2","message":"sample string 3","pendingList":{}}

application/xml, text/xml

Sample:
<ParentLoginModels.PendingSms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <message>sample string 3</message>
  <pendingList />
  <response>sample string 1</response>
  <response_message>sample string 2</response_message>
</ParentLoginModels.PendingSms>