POST api/AutoCollect/ChangeUserPassword
Request Information
URI Parameters
None.
Body Parameters
AutoCollectChangeUserPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"password": "sample string 2"
}
application/xml, text/xml
Sample:
<AutoCollectChangeUserPassword xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <userName>sample string 1</userName> <password>sample string 2</password> </AutoCollectChangeUserPassword>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.