GET api/LaboreoEtapasCultivoAPI/GetPendientesPorLoteDTOCombo?idlote={idlote}
Obtiene Items Activos DTO
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idlote | globally unique identifier |
Required |
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": "431cef63-1a55-4646-9067-7d8523ce8978",
"Descripcion": "sample string 2",
"Orden": 3
},
{
"Id": "431cef63-1a55-4646-9067-7d8523ce8978",
"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>431cef63-1a55-4646-9067-7d8523ce8978</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
<LaboreoEtapasCultivoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>431cef63-1a55-4646-9067-7d8523ce8978</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
</ArrayOfLaboreoEtapasCultivoDTOCombo>