POST api/ClientOperation/LoginClient

Request Information

URI Parameters

None.

Body Parameters

LoginEnt
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginEnt'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.