GET api/Documento/ListarDetalleNotasIngreso/{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",
    "idNotaIngreso": 1,
    "idDetalleNotaIngreso": 2,
    "idProducto": 3,
    "producto": "sample string 4",
    "cantidad": 5.0,
    "precio": 6.0,
    "subTotal": 1.0,
    "consumido": 7,
    "talla": "sample string 8",
    "sku": "sample string 9",
    "idUnidadMedida": 10,
    "unidadMedida": "sample string 11",
    "serieLote": "sample string 12",
    "detalle": "sample string 13",
    "marca": "sample string 14",
    "modelo": "sample string 15",
    "aceptaSerie": 1,
    "aceptaLote": 1
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarDetalleNotaIngreso_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarDetalleNotaIngreso_Result>
    <aceptaLote>1</aceptaLote>
    <aceptaSerie>1</aceptaSerie>
    <cantidad>5</cantidad>
    <consumido>7</consumido>
    <detalle>sample string 13</detalle>
    <idDetalleNotaIngreso>2</idDetalleNotaIngreso>
    <idNotaIngreso>1</idNotaIngreso>
    <idProducto>3</idProducto>
    <idUnidadMedida>10</idUnidadMedida>
    <marca>sample string 14</marca>
    <modelo>sample string 15</modelo>
    <precio>6</precio>
    <producto>sample string 4</producto>
    <serieLote>sample string 12</serieLote>
    <sku>sample string 9</sku>
    <subTotal>1</subTotal>
    <talla>sample string 8</talla>
    <unidadMedida>sample string 11</unidadMedida>
  </sp_ListarDetalleNotaIngreso_Result>
  <sp_ListarDetalleNotaIngreso_Result>
    <aceptaLote>1</aceptaLote>
    <aceptaSerie>1</aceptaSerie>
    <cantidad>5</cantidad>
    <consumido>7</consumido>
    <detalle>sample string 13</detalle>
    <idDetalleNotaIngreso>2</idDetalleNotaIngreso>
    <idNotaIngreso>1</idNotaIngreso>
    <idProducto>3</idProducto>
    <idUnidadMedida>10</idUnidadMedida>
    <marca>sample string 14</marca>
    <modelo>sample string 15</modelo>
    <precio>6</precio>
    <producto>sample string 4</producto>
    <serieLote>sample string 12</serieLote>
    <sku>sample string 9</sku>
    <subTotal>1</subTotal>
    <talla>sample string 8</talla>
    <unidadMedida>sample string 11</unidadMedida>
  </sp_ListarDetalleNotaIngreso_Result>
  <sp_ListarDetalleNotaIngreso_Result>
    <aceptaLote>1</aceptaLote>
    <aceptaSerie>1</aceptaSerie>
    <cantidad>5</cantidad>
    <consumido>7</consumido>
    <detalle>sample string 13</detalle>
    <idDetalleNotaIngreso>2</idDetalleNotaIngreso>
    <idNotaIngreso>1</idNotaIngreso>
    <idProducto>3</idProducto>
    <idUnidadMedida>10</idUnidadMedida>
    <marca>sample string 14</marca>
    <modelo>sample string 15</modelo>
    <precio>6</precio>
    <producto>sample string 4</producto>
    <serieLote>sample string 12</serieLote>
    <sku>sample string 9</sku>
    <subTotal>1</subTotal>
    <talla>sample string 8</talla>
    <unidadMedida>sample string 11</unidadMedida>
  </sp_ListarDetalleNotaIngreso_Result>
</ArrayOfsp_ListarDetalleNotaIngreso_Result>