POST apigem/ChangePasswordTran

Request Information

URI Parameters

None.

Body Parameters

ChangePW
NameDescriptionTypeAdditional information
PasswordNew

string

Required

Data type: Password

PasswordOld

string

Required

Data type: Password

OTP

string

None.

OtpID

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "passwordNew": "sample string 1",
  "passwordOld": "sample string 2",
  "otp": "sample string 3",
  "otpID": 4.0
}

application/xml, text/xml

Sample:
<ChangePW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineBusinessObject">
  <OTP>sample string 3</OTP>
  <OtpID>4</OtpID>
  <PasswordNew>sample string 1</PasswordNew>
  <PasswordOld>sample string 2</PasswordOld>
</ChangePW>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.