GET api/Manzana/ListarxProyecto/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idManzana": 1,
    "idProyectoLotizacion": 2,
    "nombre": "sample string 3",
    "idEstado": 4
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfManzana xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <Manzana>
    <idEstado>4</idEstado>
    <idManzana>1</idManzana>
    <idProyectoLotizacion>2</idProyectoLotizacion>
    <nombre>sample string 3</nombre>
  </Manzana>
  <Manzana>
    <idEstado>4</idEstado>
    <idManzana>1</idManzana>
    <idProyectoLotizacion>2</idProyectoLotizacion>
    <nombre>sample string 3</nombre>
  </Manzana>
  <Manzana>
    <idEstado>4</idEstado>
    <idManzana>1</idManzana>
    <idProyectoLotizacion>2</idProyectoLotizacion>
    <nombre>sample string 3</nombre>
  </Manzana>
</ArrayOfManzana>