POST ApiRest/Basicos/forgot
Request Information
URI Parameters
None.
Body Parameters
RecuperarClave| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RecuperarClaveRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$id": "2",
"CantidadPaginas": 1,
"TotalRegistros": 2.0
},
"EjecucionProcesoId": "sample string 3"
}