GET api/OrdenTrabajo/ListarDetalleInsumoOT/{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",
    "idProducto": 1,
    "producto": "sample string 2",
    "fechaOperacion": "2026-07-01T08:51:21.6593967-05:00",
    "fechaOperacioSt": "sample string 4",
    "cantidad": 5.0,
    "precio": 6.0,
    "subTotal": 7.0,
    "responsable": "sample string 8",
    "idNotaSalida": 9,
    "unidadMedida": "sample string 10"
  },
  {
    "$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>5</cantidad>
    <fechaOperacioSt>sample string 4</fechaOperacioSt>
    <fechaOperacion>2026-07-01T08:51:21.6593967-05:00</fechaOperacion>
    <idNotaSalida>9</idNotaSalida>
    <idProducto>1</idProducto>
    <precio>6</precio>
    <producto>sample string 2</producto>
    <responsable>sample string 8</responsable>
    <subTotal>7</subTotal>
    <unidadMedida>sample string 10</unidadMedida>
  </sp_ListarNotasSalidaxOt>
  <sp_ListarNotasSalidaxOt>
    <cantidad>5</cantidad>
    <fechaOperacioSt>sample string 4</fechaOperacioSt>
    <fechaOperacion>2026-07-01T08:51:21.6593967-05:00</fechaOperacion>
    <idNotaSalida>9</idNotaSalida>
    <idProducto>1</idProducto>
    <precio>6</precio>
    <producto>sample string 2</producto>
    <responsable>sample string 8</responsable>
    <subTotal>7</subTotal>
    <unidadMedida>sample string 10</unidadMedida>
  </sp_ListarNotasSalidaxOt>
  <sp_ListarNotasSalidaxOt>
    <cantidad>5</cantidad>
    <fechaOperacioSt>sample string 4</fechaOperacioSt>
    <fechaOperacion>2026-07-01T08:51:21.6593967-05:00</fechaOperacion>
    <idNotaSalida>9</idNotaSalida>
    <idProducto>1</idProducto>
    <precio>6</precio>
    <producto>sample string 2</producto>
    <responsable>sample string 8</responsable>
    <subTotal>7</subTotal>
    <unidadMedida>sample string 10</unidadMedida>
  </sp_ListarNotasSalidaxOt>
</ArrayOfsp_ListarNotasSalidaxOt>