PUT api/EncargadoVecinoAPI/Put/{id}
PUT
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EncargadoVecino| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Nombre | string |
Required String length: inclusive between 0 and 50 |
|
| Apellido | string |
Required String length: inclusive between 0 and 50 |
|
| Cel | string |
Required String length: inclusive between 0 and 50 |
|
| string |
String length: inclusive between 0 and 100 |
||
| IdCampo | globally unique identifier |
None. |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "96a6ddee-66fd-43c6-ab4b-5985fed44894",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"Cel": "sample string 4",
"Mail": "sample string 5",
"IdCampo": "56da01fb-26ad-4093-b476-8dd1e9cc47c0",
"FechaDeBaja": "2026-01-09T12:44:08.4851886-03:00",
"FechaDeModificacion": "2026-01-09T12:44:08.4851886-03:00",
"UsuarioDeModificacion": "sample string 7"
}
application/xml, text/xml
Sample:
<EncargadoVecino xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <Apellido>sample string 3</Apellido> <Cel>sample string 4</Cel> <FechaDeBaja>2026-01-09T12:44:08.4851886-03:00</FechaDeBaja> <FechaDeModificacion>2026-01-09T12:44:08.4851886-03:00</FechaDeModificacion> <Id>96a6ddee-66fd-43c6-ab4b-5985fed44894</Id> <IdCampo>56da01fb-26ad-4093-b476-8dd1e9cc47c0</IdCampo> <Mail>sample string 5</Mail> <Nombre>sample string 2</Nombre> <UsuarioDeModificacion>sample string 7</UsuarioDeModificacion> </EncargadoVecino>
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.