POST CustomerLoginByMobileNumber

Request Information

URI Parameters

None.

Body Parameters

ApiCallForLoginByMobileNumber
NameDescriptionTypeAdditional information
MobileNo

string

None.

LoginRegId

string

None.

AuthType

string

None.

ImeiNo

string

None.

PackageName

string

None.

RoleType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "LoginRegId": "sample string 2",
  "AuthType": "sample string 3",
  "ImeiNo": "sample string 4",
  "PackageName": "sample string 5",
  "RoleType": "sample string 6"
}

application/xml, text/xml

Sample:
<ApiCallForLoginByMobileNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIROGAAN.API.Models">
  <AuthType>sample string 3</AuthType>
  <ImeiNo>sample string 4</ImeiNo>
  <LoginRegId>sample string 2</LoginRegId>
  <MobileNo>sample string 1</MobileNo>
  <PackageName>sample string 5</PackageName>
  <RoleType>sample string 6</RoleType>
</ApiCallForLoginByMobileNumber>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Data

Object

None.

Data2

Object

None.

NotificationType

string

None.

CustomReturn

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Data": {},
  "Data2": {},
  "NotificationType": "sample string 5",
  "CustomReturn": "sample string 6"
}

application/xml, text/xml

Sample:
<ServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIROGAAN.API.Common">
  <CustomReturn>sample string 6</CustomReturn>
  <Data />
  <Data2 />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
  <NotificationType>sample string 5</NotificationType>
</ServiceResponse>