PUT api/venpro/DatosUsuario
Permite modificar los datos del usuario.
Request Information
URI Parameters
None.
Body Parameters
AguasNuevas_SitioWeb_ServicioWeb.Models.ModificarDatosUsuarioVENPRORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Rut | integer |
None. |
|
| Clave | string |
None. |
|
| Nombre | string |
None. |
|
| Apellidos | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Rut": 1,
"Clave": "sample string 2",
"Nombre": "sample string 3",
"Apellidos": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<ModificarDatosUsuarioVENPRORequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models"> <Apellidos>sample string 4</Apellidos> <Clave>sample string 2</Clave> <Email>sample string 5</Email> <Nombre>sample string 3</Nombre> <Rut>1</Rut> </ModificarDatosUsuarioVENPRORequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ModificaProveedordos| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusField": {
"isOKField": true,
"mensajeField": "sample string 2",
"tokenSoporteField": "sample string 3",
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<ModificaProveedordos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSComercial">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<statusField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<isOKField>true</isOKField>
<mensajeField>sample string 2</mensajeField>
<tokenSoporteField>sample string 3</tokenSoporteField>
</statusField>
</ModificaProveedordos>