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": "64c71bc2-f3fc-413a-a4f6-3d88fe2581fc",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"Cel": "sample string 4",
"Mail": "sample string 5",
"IdCampo": "42773f77-d041-4780-97a8-ccc3f20643f3",
"FechaDeBaja": "2026-04-17T11:48:48.7409124-03:00",
"FechaDeModificacion": "2026-04-17T11:48:48.7409124-03:00",
"UsuarioDeModificacion": "sample string 7"
},
{
"Id": "64c71bc2-f3fc-413a-a4f6-3d88fe2581fc",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"Cel": "sample string 4",
"Mail": "sample string 5",
"IdCampo": "42773f77-d041-4780-97a8-ccc3f20643f3",
"FechaDeBaja": "2026-04-17T11:48:48.7409124-03:00",
"FechaDeModificacion": "2026-04-17T11:48:48.7409124-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-17T11:48:48.7409124-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-17T11:48:48.7409124-03:00</FechaDeModificacion>
<Id>64c71bc2-f3fc-413a-a4f6-3d88fe2581fc</Id>
<IdCampo>42773f77-d041-4780-97a8-ccc3f20643f3</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-17T11:48:48.7409124-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-17T11:48:48.7409124-03:00</FechaDeModificacion>
<Id>64c71bc2-f3fc-413a-a4f6-3d88fe2581fc</Id>
<IdCampo>42773f77-d041-4780-97a8-ccc3f20643f3</IdCampo>
<Mail>sample string 5</Mail>
<Nombre>sample string 2</Nombre>
<UsuarioDeModificacion>sample string 7</UsuarioDeModificacion>
</EncargadoVecino>
</ArrayOfEncargadoVecino>