GET api/Loginverify?MobileNumber={MobileNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Session| Name | Description | Type | Additional information |
|---|---|---|---|
| L_Id | integer |
None. |
|
| MobileNumber | string |
None. |
|
| Role | string |
None. |
|
| Logout | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"L_Id": 1,
"MobileNumber": "sample string 2",
"Role": "sample string 3",
"Logout": true
}
application/xml, text/xml
Sample:
<Session xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model"> <L_Id>1</L_Id> <Logout>true</Logout> <MobileNumber>sample string 2</MobileNumber> <Role>sample string 3</Role> </Session>