GET api/EncargadoAPI/GetBorradosPorIdCampo?idCampo={idCampo}
GetBorradosPorIdCampo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCampo | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Encargado| 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 |
|
| DNI_LEG | string |
Required String length: inclusive between 0 and 50 |
|
| Cel | string |
Required String length: inclusive between 0 and 50 |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| Ingreso | date |
None. |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "270afb2e-8946-400f-a046-51e50462f163",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"DNI_LEG": "sample string 4",
"Cel": "sample string 5",
"Mail": "sample string 6",
"Ingreso": "2026-01-09T12:45:17.4867468-03:00",
"FechaDeBaja": "2026-01-09T12:45:17.4867468-03:00",
"FechaDeModificacion": "2026-01-09T12:45:17.4867468-03:00",
"UsuarioDeModificacion": "sample string 8"
},
{
"Id": "270afb2e-8946-400f-a046-51e50462f163",
"Nombre": "sample string 2",
"Apellido": "sample string 3",
"DNI_LEG": "sample string 4",
"Cel": "sample string 5",
"Mail": "sample string 6",
"Ingreso": "2026-01-09T12:45:17.4867468-03:00",
"FechaDeBaja": "2026-01-09T12:45:17.4867468-03:00",
"FechaDeModificacion": "2026-01-09T12:45:17.4867468-03:00",
"UsuarioDeModificacion": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfEncargado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<Encargado>
<Apellido>sample string 3</Apellido>
<Cel>sample string 5</Cel>
<DNI_LEG>sample string 4</DNI_LEG>
<FechaDeBaja>2026-01-09T12:45:17.4867468-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:45:17.4867468-03:00</FechaDeModificacion>
<Id>270afb2e-8946-400f-a046-51e50462f163</Id>
<Ingreso>2026-01-09T12:45:17.4867468-03:00</Ingreso>
<Mail>sample string 6</Mail>
<Nombre>sample string 2</Nombre>
<UsuarioDeModificacion>sample string 8</UsuarioDeModificacion>
</Encargado>
<Encargado>
<Apellido>sample string 3</Apellido>
<Cel>sample string 5</Cel>
<DNI_LEG>sample string 4</DNI_LEG>
<FechaDeBaja>2026-01-09T12:45:17.4867468-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:45:17.4867468-03:00</FechaDeModificacion>
<Id>270afb2e-8946-400f-a046-51e50462f163</Id>
<Ingreso>2026-01-09T12:45:17.4867468-03:00</Ingreso>
<Mail>sample string 6</Mail>
<Nombre>sample string 2</Nombre>
<UsuarioDeModificacion>sample string 8</UsuarioDeModificacion>
</Encargado>
</ArrayOfEncargado>