POST api/SiteHome/SiteUpdatePassword

Request Information

URI Parameters

None.

Body Parameters

LoginVM
NameDescriptionTypeAdditional information
UserID

integer

None.

MobileNumber

string

None.

Email

string

None.

Password

string

None.

UserType

string

None.

NewPassword

string

None.

OTP

integer

None.

MPIN

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "MobileNumber": "sample string 2",
  "Email": "sample string 3",
  "Password": "sample string 4",
  "UserType": "sample string 5",
  "NewPassword": "sample string 6",
  "OTP": 1,
  "MPIN": 1
}

application/xml, text/xml

Sample:
<LoginVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StockTrading.Entities.Models">
  <Email>sample string 3</Email>
  <MPIN>1</MPIN>
  <MobileNumber>sample string 2</MobileNumber>
  <NewPassword>sample string 6</NewPassword>
  <OTP>1</OTP>
  <Password>sample string 4</Password>
  <UserID>1</UserID>
  <UserType>sample string 5</UserType>
</LoginVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.