GET api/Lotes/estados?FraccionId={FraccionId}&PageSize={PageSize}&CurrentPage={CurrentPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FraccionId | integer |
None. |
|
| PageSize | integer |
None. |
|
| CurrentPage | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of RptItemLoteEstado| Name | Description | Type | Additional information |
|---|---|---|---|
| Fraccion | string |
None. |
|
| Lote | string |
None. |
|
| Manzana | string |
None. |
|
| Estado | string |
None. |
|
| CantidadCuotas | string |
None. |
|
| PlazoRestante | string |
None. |
|
| MontoCuota | decimal number |
None. |
|
| SaldoRestante | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Fraccion": "sample string 1",
"Lote": "sample string 2",
"Manzana": "sample string 3",
"Estado": "sample string 4",
"CantidadCuotas": "sample string 5",
"PlazoRestante": "sample string 6",
"MontoCuota": 7.0,
"SaldoRestante": 1.0
},
{
"Fraccion": "sample string 1",
"Lote": "sample string 2",
"Manzana": "sample string 3",
"Estado": "sample string 4",
"CantidadCuotas": "sample string 5",
"PlazoRestante": "sample string 6",
"MontoCuota": 7.0,
"SaldoRestante": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfRptItemLoteEstado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.Models.Reports">
<RptItemLoteEstado>
<CantidadCuotas>sample string 5</CantidadCuotas>
<Estado>sample string 4</Estado>
<Fraccion>sample string 1</Fraccion>
<Lote>sample string 2</Lote>
<Manzana>sample string 3</Manzana>
<MontoCuota>7</MontoCuota>
<PlazoRestante>sample string 6</PlazoRestante>
<SaldoRestante>1</SaldoRestante>
</RptItemLoteEstado>
<RptItemLoteEstado>
<CantidadCuotas>sample string 5</CantidadCuotas>
<Estado>sample string 4</Estado>
<Fraccion>sample string 1</Fraccion>
<Lote>sample string 2</Lote>
<Manzana>sample string 3</Manzana>
<MontoCuota>7</MontoCuota>
<PlazoRestante>sample string 6</PlazoRestante>
<SaldoRestante>1</SaldoRestante>
</RptItemLoteEstado>
</ArrayOfRptItemLoteEstado>