GET api/VecinoAPI/GetActivosPorIdLoteDTOCombo?idLote={idLote}
GetActivosPorIdLoteDTOCombo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idLote | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VecinoDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Nombre | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "86decb37-3130-4bcd-92f5-888ea69e701e",
"Nombre": "sample string 2"
},
{
"Id": "86decb37-3130-4bcd-92f5-888ea69e701e",
"Nombre": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfVecinoDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<VecinoDTOCombo>
<Id>86decb37-3130-4bcd-92f5-888ea69e701e</Id>
<Nombre>sample string 2</Nombre>
</VecinoDTOCombo>
<VecinoDTOCombo>
<Id>86decb37-3130-4bcd-92f5-888ea69e701e</Id>
<Nombre>sample string 2</Nombre>
</VecinoDTOCombo>
</ArrayOfVecinoDTOCombo>