GET api/LoteVecinoAPI/GetActivosDTOCombo
Obtiene Registros Activos formato DTOCombo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LoteVecinoDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
|
| Propio | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "bda5d79a-9bb0-492f-9bbe-1c16e87bebd7",
"Descripcion": "sample string 2",
"Propio": true
},
{
"Id": "bda5d79a-9bb0-492f-9bbe-1c16e87bebd7",
"Descripcion": "sample string 2",
"Propio": true
}
]
application/xml, text/xml
Sample:
<ArrayOfLoteVecinoDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<LoteVecinoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>bda5d79a-9bb0-492f-9bbe-1c16e87bebd7</Id>
<Propio>true</Propio>
</LoteVecinoDTOCombo>
<LoteVecinoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>bda5d79a-9bb0-492f-9bbe-1c16e87bebd7</Id>
<Propio>true</Propio>
</LoteVecinoDTOCombo>
</ArrayOfLoteVecinoDTOCombo>