GET api/ParentLogin/SendOTP?MobileNumber={MobileNumber}&AppVersion={AppVersion}&InstituteMasterId={InstituteMasterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MobileNumber

string

Required

AppVersion

string

Required

InstituteMasterId

string

Required

Body Parameters

None.

Response Information

Resource Description

GeneralObject
NameDescriptionTypeAdditional information
InstituteId

string

None.

response

string

None.

response_message

string

None.

message

string

None.

Mobile

string

None.

Name

string

None.

Id

string

None.

OTP

string

None.

IsServiceActive

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InstituteId": "sample string 1",
  "response": "sample string 2",
  "response_message": "sample string 3",
  "message": "sample string 4",
  "Mobile": "sample string 5",
  "Name": "sample string 6",
  "Id": "sample string 7",
  "OTP": "sample string 8",
  "IsServiceActive": "sample string 9"
}

text/html

Sample:
{"InstituteId":"sample string 1","response":"sample string 2","response_message":"sample string 3","message":"sample string 4","Mobile":"sample string 5","Name":"sample string 6","Id":"sample string 7","OTP":"sample string 8","IsServiceActive":"sample string 9"}

application/xml, text/xml

Sample:
<ParentLoginModels.GeneralObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <Id>sample string 7</Id>
  <InstituteId>sample string 1</InstituteId>
  <IsServiceActive>sample string 9</IsServiceActive>
  <Mobile>sample string 5</Mobile>
  <Name>sample string 6</Name>
  <OTP>sample string 8</OTP>
  <message>sample string 4</message>
  <response>sample string 2</response>
  <response_message>sample string 3</response_message>
</ParentLoginModels.GeneralObject>