POST api/Developer/DeveloperForgetPassword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aDeveloper
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OTP": 1,
  "Mobile": "sample string 2",
  "UserStatus": "sample string 3",
  "UserId": 4,
  "Password": "sample string 5",
  "NewPassword": "sample string 6",
  "SaltKey": "sample string 7",
  "PasswordUpdateStatus": "sample string 8",
  "IsPasswordGenerated": 9,
  "FirstName": "sample string 10",
  "LastName": "sample string 11",
  "Email": "sample string 12"
}

text/html

Sample:
{"OTP":1,"Mobile":"sample string 2","UserStatus":"sample string 3","UserId":4,"Password":"sample string 5","NewPassword":"sample string 6","SaltKey":"sample string 7","PasswordUpdateStatus":"sample string 8","IsPasswordGenerated":9,"FirstName":"sample string 10","LastName":"sample string 11","Email":"sample string 12"}

application/xml, text/xml

Sample:
<DeveloperUserCheckBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <Email>sample string 12</Email>
  <FirstName>sample string 10</FirstName>
  <IsPasswordGenerated>9</IsPasswordGenerated>
  <LastName>sample string 11</LastName>
  <Mobile>sample string 2</Mobile>
  <NewPassword>sample string 6</NewPassword>
  <OTP>1</OTP>
  <Password>sample string 5</Password>
  <PasswordUpdateStatus>sample string 8</PasswordUpdateStatus>
  <SaltKey>sample string 7</SaltKey>
  <UserId>4</UserId>
  <UserStatus>sample string 3</UserStatus>
</DeveloperUserCheckBO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2",
  "ResponseValue": {}
}

text/html

Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}

application/xml, text/xml

Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseValue />
</DataSubmit>