POST metis/GetReporteInventarioReactivos
Request Information
URI Parameters
None.
Body Parameters
FiltrosReporteInventarioReactivos| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaId | integer |
None. |
|
| almacenId | integer |
None. |
|
| fechaCorte | string |
None. |
|
| esConsumible | integer |
None. |
|
| tipoReporteInventario | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"empresaId": 1,
"almacenId": 1,
"fechaCorte": "sample string 2",
"esConsumible": 1,
"tipoReporteInventario": 1
}
application/xml, text/xml
Sample:
<FiltrosReporteInventarioReactivos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServidorReportesV2.Controllers"> <almacenId>1</almacenId> <empresaId>1</empresaId> <esConsumible>1</esConsumible> <fechaCorte>sample string 2</fechaCorte> <tipoReporteInventario>1</tipoReporteInventario> </FiltrosReporteInventarioReactivos>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.