PUT api/producto/ActualizarProductoDevolucion

Request Information

URI Parameters

None.

Body Parameters

RequestProductoDevolucionService
NameDescriptionTypeAdditional information
id

integer

None.

idDevolucion

integer

None.

idFamiliaMateriales

integer

None.

cantidadObservada

decimal number

None.

lote

string

None.

imagen

string

None.

idTipoProduccion

integer

None.

idMaquina

integer

None.

idDefecto

integer

None.

idDetalle

integer

None.

idAreaResponsable

integer

None.

idEstatus

integer

None.

idDestino

integer

None.

userName

string

None.

ImagenNombre

string

None.

ImagenMensaje

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "idDevolucion": 2,
  "idFamiliaMateriales": 3,
  "cantidadObservada": 4.0,
  "lote": "sample string 5",
  "imagen": "sample string 6",
  "idTipoProduccion": 7,
  "idMaquina": 8,
  "idDefecto": 1,
  "idDetalle": 1,
  "idAreaResponsable": 1,
  "idEstatus": 1,
  "idDestino": 1,
  "userName": "sample string 9",
  "ImagenNombre": "sample string 10",
  "ImagenMensaje": "sample string 11"
}

application/xml, text/xml

Sample:
<RequestProductoDevolucionService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICalidadHD.Models">
  <CantidadObservada>4</CantidadObservada>
  <Id>1</Id>
  <IdAreaResponsable>1</IdAreaResponsable>
  <IdDefecto>1</IdDefecto>
  <IdDestino>1</IdDestino>
  <IdDetalle>1</IdDetalle>
  <IdDevolucion>2</IdDevolucion>
  <IdEstatus>1</IdEstatus>
  <IdFamiliaMateriales>3</IdFamiliaMateriales>
  <IdMaquina>8</IdMaquina>
  <IdTipoProduccion>7</IdTipoProduccion>
  <Imagen>sample string 6</Imagen>
  <ImagenMensaje>sample string 11</ImagenMensaje>
  <ImagenNombre>sample string 10</ImagenNombre>
  <Lote>sample string 5</Lote>
  <UserName>sample string 9</UserName>
</RequestProductoDevolucionService>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.