GET api/LoteAPI/GetActivosPorIdPadreDTOCombo?idPadre={idPadre}
GetPadresActivosPorIdPadreDTOCombo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPadre | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LoteDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "18410ddd-ecd2-4ef8-80e8-94b94ff106cb",
"Descripcion": "sample string 2"
},
{
"Id": "18410ddd-ecd2-4ef8-80e8-94b94ff106cb",
"Descripcion": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfLoteDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<LoteDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>18410ddd-ecd2-4ef8-80e8-94b94ff106cb</Id>
</LoteDTOCombo>
<LoteDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>18410ddd-ecd2-4ef8-80e8-94b94ff106cb</Id>
</LoteDTOCombo>
</ArrayOfLoteDTOCombo>