POST api/DiarioCade/Validauser
Request Information
URI Parameters
None.
Body Parameters
UserCade| Name | Description | Type | Additional information |
|---|---|---|---|
| IDUSER | integer |
None. |
|
| NOMBRE | string |
None. |
|
| ROL | integer |
None. |
|
| ROL_NOMBRE | string |
None. |
|
| PUESTO | string |
None. |
|
| USERNAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDUSER": 1,
"NOMBRE": "sample string 2",
"ROL": 3,
"ROL_NOMBRE": "sample string 4",
"PUESTO": "sample string 5",
"USERNAME": "sample string 6"
}
application/xml, text/xml
Sample:
<UserCade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models"> <IDUSER>1</IDUSER> <NOMBRE>sample string 2</NOMBRE> <PUESTO>sample string 5</PUESTO> <ROL>3</ROL> <ROL_NOMBRE>sample string 4</ROL_NOMBRE> <USERNAME>sample string 6</USERNAME> </UserCade>
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.