POST api/Security/CambioPassword

Request Information

URI Parameters

None.

Body Parameters

DTOViewChangePaswordIn
NameDescriptionTypeAdditional information
IdUser

string

None.

NewPassword

string

None.

OldPassword

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUser": "sample string 1",
  "NewPassword": "sample string 2",
  "OldPassword": "sample string 3",
  "token": "sample string 4"
}

text/html

Sample:
{"IdUser":"sample string 1","NewPassword":"sample string 2","OldPassword":"sample string 3","token":"sample string 4"}

application/xml, text/xml

Sample:
<DTOViewChangePaswordIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Framework.DTOView">
  <IdUser>sample string 1</IdUser>
  <NewPassword>sample string 2</NewPassword>
  <OldPassword>sample string 3</OldPassword>
  <token>sample string 4</token>
</DTOViewChangePaswordIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Operation
NameDescriptionTypeAdditional information
OperationStatus

integer

None.

OperationCode

integer

None.

OperationMessage

OperationMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "OperationStatus": 1,
  "OperationCode": 2,
  "OperationMessage": null
}

text/html

Sample:
{"OperationStatus":1,"OperationCode":2,"OperationMessage":null}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.