POST metis/RequestReporteProduccion

Request Information

URI Parameters

None.

Body Parameters

FiltrosReporteProduccion
NameDescriptionTypeAdditional information
empresaId

integer

None.

ordenId

integer

None.

subprocesoId

integer

None.

numeroParte

string

None.

tipoFormato

string

None.

Request Formats

application/json, text/json

Sample:
{
  "empresaId": 1,
  "ordenId": 1,
  "subprocesoId": 1,
  "numeroParte": "sample string 2",
  "tipoFormato": "sample string 3"
}

application/xml, text/xml

Sample:
<FiltrosReporteProduccion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServidorReportesV2.Controllers">
  <empresaId>1</empresaId>
  <numeroParte>sample string 2</numeroParte>
  <ordenId>1</ordenId>
  <subprocesoId>1</subprocesoId>
  <tipoFormato>sample string 3</tipoFormato>
</FiltrosReporteProduccion>

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.