GET api/LoteHectareasDescartadasAPI/GetActivosDTOCombo
GetActivosDTOCombo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LoteHectareasDescartadasDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b22be613-36ab-41be-8001-3e33dde74b45",
"Descripcion": "sample string 2"
},
{
"Id": "b22be613-36ab-41be-8001-3e33dde74b45",
"Descripcion": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfLoteHectareasDescartadasDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<LoteHectareasDescartadasDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>b22be613-36ab-41be-8001-3e33dde74b45</Id>
</LoteHectareasDescartadasDTOCombo>
<LoteHectareasDescartadasDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>b22be613-36ab-41be-8001-3e33dde74b45</Id>
</LoteHectareasDescartadasDTOCombo>
</ArrayOfLoteHectareasDescartadasDTOCombo>