POST Api/Login/CheckResetCode

Request Information

URI Parameters

None.

Body Parameters

CheckResetCodeRequest
NameDescriptionTypeAdditional information
emailId

string

None.

resetCode

string

None.

needChangeStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emailId": "sample string 1",
  "resetCode": "sample string 2",
  "needChangeStatus": "sample string 3"
}

application/xml, text/xml

Sample:
<CheckResetCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <emailId>sample string 1</emailId>
  <needChangeStatus>sample string 3</needChangeStatus>
  <resetCode>sample string 2</resetCode>
</CheckResetCodeRequest>

multipart/form-data

Sample:
<CheckResetCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><emailId>sample string 1</emailId><needChangeStatus>sample string 3</needChangeStatus><resetCode>sample string 2</resetCode></CheckResetCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

ExceptionMessage

string

None.

creditBalance

string

None.

EmailAddress

string

None.

Password

string

None.

ViewId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "ExceptionMessage": "sample string 3",
  "creditBalance": "sample string 4",
  "EmailAddress": "sample string 5",
  "Password": "sample string 6",
  "ViewId": "sample string 7"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <EmailAddress>sample string 5</EmailAddress>
  <ExceptionMessage>sample string 3</ExceptionMessage>
  <Message>sample string 2</Message>
  <Password>sample string 6</Password>
  <Status>sample string 1</Status>
  <ViewId>sample string 7</ViewId>
  <creditBalance>sample string 4</creditBalance>
</Response>

multipart/form-data

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><EmailAddress>sample string 5</EmailAddress><ExceptionMessage>sample string 3</ExceptionMessage><Message>sample string 2</Message><Password>sample string 6</Password><Status>sample string 1</Status><ViewId>sample string 7</ViewId><creditBalance>sample string 4</creditBalance></Response>