POST api/Recepcion/GuardarEstadoRecepcion

Request Information

URI Parameters

None.

Body Parameters

GuardarEstadoRecepcionRequest
NameDescriptionTypeAdditional information
guiaRecepcion

GuiaRecepcion

None.

agenciaConectada

integer

None.

unidadNegocioID

integer

None.

esConformacion

boolean

None.

esAnulacion

boolean

None.

entregaEnDom

boolean

None.

planillaOrdenRetiro

string

None.

fecha

date

None.

usuarioID

integer

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Cliente' with type 'Data.Modelo.Cliente'. Path 'guiaRecepcion.DestinatarioCorpo.NominaAutorizados[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Cliente' with type 'Data.Modelo.Cliente'. Path 'guiaRecepcion.DestinatarioCorpo.NominaAutorizados[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: El gráfico de objetos del tipo 'Data.Modelo.Cliente' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: El gráfico de objetos del tipo 'Data.Modelo.Cliente' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GuardarEstadoRecepcionRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.