POST api/App/SendOtpToUserForAuthentication
Request Information
URI Parameters
None.
Body Parameters
SendOtpToUserForAuthenticationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| UserId | integer |
None. |
|
| IdentityId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| UserType | string |
None. |
|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| Device | string |
None. |
|
| IMEI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"UserId": 2,
"IdentityId": 3,
"SchoolId": 4,
"UserType": "sample string 5",
"Lat": "sample string 6",
"Lng": "sample string 7",
"Device": "sample string 8",
"IMEI": "sample string 9"
}
application/xml, text/xml
Sample:
<SendOtpToUserForAuthenticationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <Device>sample string 8</Device> <IMEI>sample string 9</IMEI> <IdentityId>3</IdentityId> <Lat>sample string 6</Lat> <Lng>sample string 7</Lng> <MobileNo>sample string 1</MobileNo> <SchoolId>4</SchoolId> <UserId>2</UserId> <UserType>sample string 5</UserType> </SendOtpToUserForAuthenticationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.