GET api/ProyectoLote/Listar/{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",
    "idProyectoLotizacion": 1,
    "totalLotes": 2,
    "disponibles": 3,
    "has": 1.0,
    "direccion": "sample string 4",
    "nombre": "sample string 5"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarProyectosLotes_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarProyectosLotes_Result>
    <direccion>sample string 4</direccion>
    <disponibles>3</disponibles>
    <has>1</has>
    <idProyectoLotizacion>1</idProyectoLotizacion>
    <nombre>sample string 5</nombre>
    <totalLotes>2</totalLotes>
  </sp_ListarProyectosLotes_Result>
  <sp_ListarProyectosLotes_Result>
    <direccion>sample string 4</direccion>
    <disponibles>3</disponibles>
    <has>1</has>
    <idProyectoLotizacion>1</idProyectoLotizacion>
    <nombre>sample string 5</nombre>
    <totalLotes>2</totalLotes>
  </sp_ListarProyectosLotes_Result>
  <sp_ListarProyectosLotes_Result>
    <direccion>sample string 4</direccion>
    <disponibles>3</disponibles>
    <has>1</has>
    <idProyectoLotizacion>1</idProyectoLotizacion>
    <nombre>sample string 5</nombre>
    <totalLotes>2</totalLotes>
  </sp_ListarProyectosLotes_Result>
</ArrayOfsp_ListarProyectosLotes_Result>