POST api/v1/PublicUserLogin

Request Information

URI Parameters

None.

Body Parameters

LoginPublicUserInput
NameDescriptionTypeAdditional information
MobileNo

string

None.

OTP

string

None.

LocCode

string

None.

Mode

string

None.

CompID

integer

None.

LocID

integer

None.

GenerateDiscCoupon

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "OTP": "sample string 2",
  "LocCode": "sample string 3",
  "Mode": "sample string 4",
  "CompID": 5,
  "LocID": 6,
  "GenerateDiscCoupon": true
}

application/xml, text/xml

Sample:
<LoginPublicUserInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CompID>5</CompID>
  <GenerateDiscCoupon>true</GenerateDiscCoupon>
  <LocCode>sample string 3</LocCode>
  <LocID>6</LocID>
  <MobileNo>sample string 1</MobileNo>
  <Mode>sample string 4</Mode>
  <OTP>sample string 2</OTP>
</LoginPublicUserInput>

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 'LoginPublicUserInput'.

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.