POST account/passwordrequest
Request Information
URI Parameters
None.
Body Parameters
UserRecoverPasswordViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Lang": "sample string 2"
}
text/xml
Sample:
<UserRecoverPasswordViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Api.Models"> <Email>sample string 1</Email> <Lang>sample string 2</Lang> </UserRecoverPasswordViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Generic_Object| Name | Description | Type | Additional information |
|---|---|---|---|
| chiave | string |
None. |
|
| id | integer |
None. |
|
| valore | string |
None. |
|
| type | string |
None. |
|
| description | string |
None. |
|
| selected | boolean |
None. |
|
| childs | Collection of Generic_Object |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.