POST api/Customer/CustomerLogin

Request Information

URI Parameters

None.

Body Parameters

CustomerLoginRQ
NameDescriptionTypeAdditional information
MobileNo

string

None.

Device_Token

string

None.

OS_Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "Device_Token": "sample string 2",
  "OS_Type": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.