POST api/reporte/InspeccionReporte1
Request Information
URI Parameters
None.
Body Parameters
ReporteInspeccionRequestName | Description | Type | Additional information |
---|---|---|---|
fechaInicio | date |
None. |
|
fechaFin | date |
None. |
|
idLinea | integer |
None. |
|
codigoMaterial | integer |
None. |
|
descripcionMaterial | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "fechaInicio": "2025-04-03T15:04:59.1913371-07:00", "fechaFin": "2025-04-03T15:04:59.1913371-07:00", "idLinea": 3, "codigoMaterial": 4, "descripcionMaterial": "sample string 5" }
application/xml, text/xml
Sample:
<ReporteInspeccionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICalidadHD.Models"> <CodigoMaterial>4</CodigoMaterial> <DescripcionMaterial>sample string 5</DescripcionMaterial> <FechaFin>2025-04-03T15:04:59.1913371-07:00</FechaFin> <FechaInicio>2025-04-03T15:04:59.1913371-07:00</FechaInicio> <IdLinea>3</IdLinea> </ReporteInspeccionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |