GET api/Documento/ListarNotasSalidaxOt/{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",
"idProducto": 1,
"producto": "sample string 2",
"fechaOperacion": "2026-07-20T12:20:21.2699058-05:00",
"cantidad": 4.0,
"precio": 5.0,
"subTotal": 6.0,
"responsable": "sample string 7",
"idNotaSalida": 8
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarNotasSalidaxOt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarNotasSalidaxOt>
<cantidad>4</cantidad>
<fechaOperacion>2026-07-20T12:20:21.2699058-05:00</fechaOperacion>
<idNotaSalida>8</idNotaSalida>
<idProducto>1</idProducto>
<precio>5</precio>
<producto>sample string 2</producto>
<responsable>sample string 7</responsable>
<subTotal>6</subTotal>
</sp_ListarNotasSalidaxOt>
<sp_ListarNotasSalidaxOt>
<cantidad>4</cantidad>
<fechaOperacion>2026-07-20T12:20:21.2699058-05:00</fechaOperacion>
<idNotaSalida>8</idNotaSalida>
<idProducto>1</idProducto>
<precio>5</precio>
<producto>sample string 2</producto>
<responsable>sample string 7</responsable>
<subTotal>6</subTotal>
</sp_ListarNotasSalidaxOt>
<sp_ListarNotasSalidaxOt>
<cantidad>4</cantidad>
<fechaOperacion>2026-07-20T12:20:21.2699058-05:00</fechaOperacion>
<idNotaSalida>8</idNotaSalida>
<idProducto>1</idProducto>
<precio>5</precio>
<producto>sample string 2</producto>
<responsable>sample string 7</responsable>
<subTotal>6</subTotal>
</sp_ListarNotasSalidaxOt>
</ArrayOfsp_ListarNotasSalidaxOt>