POST api/Security/CambioPassword

Request Information

URI Parameters

None.

Body Parameters

DTOViewUsuarioIn
NameDescriptionTypeAdditional information
user

string

None.

password

string

None.

empresa

integer

None.

ip

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user": "sample string 1",
  "password": "sample string 2",
  "empresa": 3,
  "ip": "sample string 4",
  "token": "sample string 5"
}

text/html

Sample:
{"user":"sample string 1","password":"sample string 2","empresa":3,"ip":"sample string 4","token":"sample string 5"}

application/xml, text/xml

Sample:
<DTOViewUsuarioIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Framework.DTOView">
  <empresa>3</empresa>
  <ip>sample string 4</ip>
  <password>sample string 2</password>
  <token>sample string 5</token>
  <user>sample string 1</user>
</DTOViewUsuarioIn>

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.