POST api/Login/ValidateLogin
Request Information
URI Parameters
None.
Body Parameters
tbl_Login| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVerion | integer |
None. |
|
| mobileno | string |
None. |
|
| IMEI | string |
None. |
|
| ModelDtls | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appVerion": 1,
"mobileno": "sample string 1",
"imei": "sample string 2",
"modelDtls": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |