POST metis/GetReporteInventarioNumeroParte

Request Information

URI Parameters

None.

Body Parameters

FiltrosReporteInventarioNumeroParte
NameDescriptionTypeAdditional information
empresaId

integer

None.

productoId

integer

None.

almacenId

integer

None.

esConsumible

integer

None.

fechaInicial

string

None.

fechaFinal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "empresaId": 1,
  "productoId": 2,
  "almacenId": 3,
  "esConsumible": 1,
  "fechaInicial": "sample string 4",
  "fechaFinal": "sample string 5"
}

application/xml, text/xml

Sample:
<FiltrosReporteInventarioNumeroParte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServidorReportesV2.Controllers">
  <almacenId>3</almacenId>
  <empresaId>1</empresaId>
  <esConsumible>1</esConsumible>
  <fechaFinal>sample string 5</fechaFinal>
  <fechaInicial>sample string 4</fechaInicial>
  <productoId>2</productoId>
</FiltrosReporteInventarioNumeroParte>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.