POST api/ClientOperation/LoginClient
Request Information
URI Parameters
None.
Body Parameters
LoginEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| Contact | string |
None. |
|
| GCMID | string |
None. |
|
| PhoneIMEI1 | string |
None. |
|
| PhoneIMEI2 | string |
None. |
|
| OTP | string |
None. |
|
| ContactVerified | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Contact": "sample string 1",
"GCMID": "sample string 2",
"PhoneIMEI1": "sample string 3",
"PhoneIMEI2": "sample string 4",
"OTP": "sample string 5",
"ContactVerified": 6
}
application/xml, text/xml
Sample:
<LoginEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.RiceEnt"> <Contact>sample string 1</Contact> <ContactVerified>6</ContactVerified> <GCMID>sample string 2</GCMID> <OTP>sample string 5</OTP> <PhoneIMEI1>sample string 3</PhoneIMEI1> <PhoneIMEI2>sample string 4</PhoneIMEI2> </LoginEnt>
application/x-www-form-urlencoded
Sample:
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. |