GET api/LaboreoEtapasCultivoAPI/GetPendientesPorLoteDTOCombo?idlote={idlote}
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": "66939942-cc93-410f-a8fd-823d13470ffd",
"Descripcion": "sample string 2",
"Orden": 3
},
{
"Id": "66939942-cc93-410f-a8fd-823d13470ffd",
"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>66939942-cc93-410f-a8fd-823d13470ffd</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
<LaboreoEtapasCultivoDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>66939942-cc93-410f-a8fd-823d13470ffd</Id>
<Orden>3</Orden>
</LaboreoEtapasCultivoDTOCombo>
</ArrayOfLaboreoEtapasCultivoDTOCombo>