GET api/EncargadoVecinoAPI/GetTodos
GetTodos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "d2767784-3a44-410c-940c-5c96944d26a8",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"Cel": "sample string 4",
"Mail": "sample string 5",
"IdCampo": "6017789e-695e-4130-90a9-905373c7d6af",
"FechaDeBaja": "2026-04-20T06:40:50.9845263-03:00",
"FechaDeModificacion": "2026-04-20T06:40:50.9845263-03:00",
"UsuarioDeModificacion": "sample string 7"
},
{
"Id": "d2767784-3a44-410c-940c-5c96944d26a8",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"Cel": "sample string 4",
"Mail": "sample string 5",
"IdCampo": "6017789e-695e-4130-90a9-905373c7d6af",
"FechaDeBaja": "2026-04-20T06:40:50.9845263-03:00",
"FechaDeModificacion": "2026-04-20T06:40:50.9845263-03:00",
"UsuarioDeModificacion": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfEncargadoVecino xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<EncargadoVecino>
<Apellido>sample string 3</Apellido>
<Cel>sample string 4</Cel>
<FechaDeBaja>2026-04-20T06:40:50.9845263-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-20T06:40:50.9845263-03:00</FechaDeModificacion>
<Id>d2767784-3a44-410c-940c-5c96944d26a8</Id>
<IdCampo>6017789e-695e-4130-90a9-905373c7d6af</IdCampo>
<Mail>sample string 5</Mail>
<Nombre>sample string 2</Nombre>
<UsuarioDeModificacion>sample string 7</UsuarioDeModificacion>
</EncargadoVecino>
<EncargadoVecino>
<Apellido>sample string 3</Apellido>
<Cel>sample string 4</Cel>
<FechaDeBaja>2026-04-20T06:40:50.9845263-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-20T06:40:50.9845263-03:00</FechaDeModificacion>
<Id>d2767784-3a44-410c-940c-5c96944d26a8</Id>
<IdCampo>6017789e-695e-4130-90a9-905373c7d6af</IdCampo>
<Mail>sample string 5</Mail>
<Nombre>sample string 2</Nombre>
<UsuarioDeModificacion>sample string 7</UsuarioDeModificacion>
</EncargadoVecino>
</ArrayOfEncargadoVecino>