POST api/Loginverify
Request Information
URI Parameters
None.
Body Parameters
Session| Name | Description | Type | Additional information |
|---|---|---|---|
| L_Id | integer |
None. |
|
| MobileNumber | string |
None. |
|
| Role | string |
None. |
|
| Logout | boolean |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>