POST api/ClientOperation/RegistrationClient

Request Information

URI Parameters

None.

Body Parameters

RegEnt
NameDescriptionTypeAdditional information
Contact

string

None.

LoginFrom

string

None.

GCMID

string

None.

PhoneIMEI1

string

None.

PhoneIMEI2

string

None.

SMSOTP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Contact": "sample string 1",
  "LoginFrom": "sample string 2",
  "GCMID": "sample string 3",
  "PhoneIMEI1": "sample string 4",
  "PhoneIMEI2": "sample string 5",
  "SMSOTP": "sample string 6"
}

application/xml, text/xml

Sample:
<RegEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FabCommon.FabEnt">
  <Contact>sample string 1</Contact>
  <GCMID>sample string 3</GCMID>
  <LoginFrom>sample string 2</LoginFrom>
  <PhoneIMEI1>sample string 4</PhoneIMEI1>
  <PhoneIMEI2>sample string 5</PhoneIMEI2>
  <SMSOTP>sample string 6</SMSOTP>
</RegEnt>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.