POST api/Login/Post?MobileNo={MobileNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MobileNo

string

Required

Body Parameters

None.

Response Information

Resource Description

OTPResponse
NameDescriptionTypeAdditional information
OTP

string

None.

ResponseMessage

string

None.

Status

integer

None.

JobRole

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OTP": "sample string 1",
  "ResponseMessage": "sample string 2",
  "Status": 3,
  "JobRole": "sample string 4"
}

application/xml, text/xml

Sample:
<OTPResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MahleAPI.Models">
  <JobRole>sample string 4</JobRole>
  <OTP>sample string 1</OTP>
  <ResponseMessage>sample string 2</ResponseMessage>
  <Status>3</Status>
</OTPResponse>