GET api/Documento/ListarDetalleNotaIngresoPendientexPedido/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"idDetalleNotaIngreso": 1,
"cantidadPedido": 1.0,
"idNotaIngreso": 2,
"idProducto": 3,
"producto": "sample string 4",
"cantidadNI": 5.0,
"cantRestanteNI": 1.0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarDetalleNotaIngresoPendientexPedido_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarDetalleNotaIngresoPendientexPedido_Result>
<cantRestanteNI>1</cantRestanteNI>
<cantidadNI>5</cantidadNI>
<cantidadPedido>1</cantidadPedido>
<idDetalleNotaIngreso>1</idDetalleNotaIngreso>
<idNotaIngreso>2</idNotaIngreso>
<idProducto>3</idProducto>
<producto>sample string 4</producto>
</sp_ListarDetalleNotaIngresoPendientexPedido_Result>
<sp_ListarDetalleNotaIngresoPendientexPedido_Result>
<cantRestanteNI>1</cantRestanteNI>
<cantidadNI>5</cantidadNI>
<cantidadPedido>1</cantidadPedido>
<idDetalleNotaIngreso>1</idDetalleNotaIngreso>
<idNotaIngreso>2</idNotaIngreso>
<idProducto>3</idProducto>
<producto>sample string 4</producto>
</sp_ListarDetalleNotaIngresoPendientexPedido_Result>
<sp_ListarDetalleNotaIngresoPendientexPedido_Result>
<cantRestanteNI>1</cantRestanteNI>
<cantidadNI>5</cantidadNI>
<cantidadPedido>1</cantidadPedido>
<idDetalleNotaIngreso>1</idDetalleNotaIngreso>
<idNotaIngreso>2</idNotaIngreso>
<idProducto>3</idProducto>
<producto>sample string 4</producto>
</sp_ListarDetalleNotaIngresoPendientexPedido_Result>
</ArrayOfsp_ListarDetalleNotaIngresoPendientexPedido_Result>