POST api/ChangePassword/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
ParamAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| IDANA | integer |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| nuovapassword | string |
None. |
|
| provenienza | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDANA": 1,
"username": "sample string 2",
"password": "sample string 3",
"nuovapassword": "sample string 4",
"provenienza": 5
}
application/xml, text/xml
Sample:
<ParamAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.Astegiudiziarie.WebAPI.Models"> <IDANA>1</IDANA> <nuovapassword>sample string 4</nuovapassword> <password>sample string 3</password> <provenienza>5</provenienza> <username>sample string 2</username> </ParamAuth>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.