GET api/LaboreoEtapasCultivoAPI/GetActivosDTOCombo
Obtiene Items Activos formato COMBO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LaboreoEtapasCultivoDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
|
| Orden | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "386069e3-8394-47df-8bcb-54ce03ba880a",
"Descripcion": "sample string 2",
"Orden": 3
},
{
"Id": "386069e3-8394-47df-8bcb-54ce03ba880a",
"Descripcion": "sample string 2",
"Orden": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfLaboreoEtapasCultivoDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<LaboreoEtapasCultivoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>386069e3-8394-47df-8bcb-54ce03ba880a</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
<LaboreoEtapasCultivoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>386069e3-8394-47df-8bcb-54ce03ba880a</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
</ArrayOfLaboreoEtapasCultivoDTOCombo>