POST api/eipo/login
Request Information
URI Parameters
None.
Body Parameters
LoginUser| Name | Description | Type | Additional information |
|---|---|---|---|
| mobilenumber | string |
None. |
|
| referalcode | string |
None. |
|
| fcmtoken | string |
None. |
|
| geolocation | string |
None. |
|
| mobileDetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mobilenumber": "sample string 1",
"referalcode": "sample string 2",
"fcmtoken": "sample string 3",
"geolocation": "sample string 4",
"mobileDetails": "sample string 5"
}
text/html
Sample:
{"mobilenumber":"sample string 1","referalcode":"sample string 2","fcmtoken":"sample string 3","geolocation":"sample string 4","mobileDetails":"sample string 5"}
application/xml, text/xml
Sample:
<LoginUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPOPlus.API.Controllers.Models"> <fcmtoken>sample string 3</fcmtoken> <geolocation>sample string 4</geolocation> <mobileDetails>sample string 5</mobileDetails> <mobilenumber>sample string 1</mobilenumber> <referalcode>sample string 2</referalcode> </LoginUser>
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. |