POST api/Reconocimientos/Actualizar
Request Information
URI Parameters
None.
Body Parameters
Reconocimiento| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDSistema | integer |
None. |
|
| Sistema | string |
None. |
|
| IDTipoReconocimiento | integer |
None. |
|
| CodigoTipoReconocimiento | string |
None. |
|
| DescripcionTipoReconocimiento | string |
None. |
|
| Codigo | string |
None. |
|
| Fecha | date |
None. |
|
| Descripcion | string |
None. |
|
| TextoEncabezado | string |
None. |
|
| UrlImagen | string |
None. |
|
| IDCategoria | integer |
None. |
|
| CodigoCategoria | string |
None. |
|
| DescripcionCategoria | string |
None. |
|
| ValorAnterior | decimal number |
None. |
|
| ValorActualizado | decimal number |
None. |
|
| IDPresupuesto | integer |
None. |
|
| Nombre | string |
None. |
|
| ValidaChasis | boolean |
None. |
|
| AplicaActa | boolean |
None. |
|
| IDTipoPago | integer |
None. |
|
| CodigoTipoPago | string |
None. |
|
| DescripcionTipoPago | string |
None. |
|
| ValorUnitario | decimal number |
None. |
|
| ValorUnitarioAuteco | decimal number |
None. |
|
| ValorUnitarioSocio | decimal number |
None. |
|
| Cantidad | decimal number |
None. |
|
| PorcentajeIva | decimal number |
None. |
|
| PorcentajeMargen | decimal number |
None. |
|
| CantidadMaximaPorPersona | integer |
None. |
|
| FechaInicio | date |
None. |
|
| FechaFin | date |
None. |
|
| FechaFinTexto | string |
None. |
|
| CantidadDiasVigenciaCodigo | integer |
None. |
|
| Publicado | boolean |
None. |
|
| IDNivelAplicacion | integer |
None. |
|
| CodigoNivelAplicacion | string |
None. |
|
| DescripcionNivelAplicacion | string |
None. |
|
| IDEstado | integer |
None. |
|
| CodigoEstado | string |
None. |
|
| DescripcionEstado | string |
None. |
|
| IDTipoPromocion | integer |
None. |
|
| CodigoTipoPromocion | string |
None. |
|
| DescripcionTipoPromocion | string |
None. |
|
| CantidadExtensiones | integer |
None. |
|
| PermiteExtensiones | boolean |
None. |
|
| IDResponsable | integer |
None. |
|
| NitResponsable | string |
None. |
|
| RazonSocialResponsable | string |
None. |
|
| ContadorVistas | integer |
None. |
|
| ContadorClics | integer |
None. |
|
| ContadorRedenciones | integer |
None. |
|
| DescripcionEmocional | string |
None. |
|
| MetodoFuncionamiento | string |
None. |
|
| ListaPuntosAplica | string |
None. |
|
| TextoSubtitulo | string |
None. |
|
| TextoTituloEmocional | string |
None. |
|
| TextoTituloFuncionamiento | string |
None. |
|
| UrlImagenInterna | string |
None. |
|
| FechaCreacion | date |
None. |
|
| UsuarioCreacion | string |
None. |
|
| FechaModificacion | date |
None. |
|
| UsuarioModificacion | string |
None. |
|
| CantidadEstablecimientos | integer |
None. |
|
| ActivarPrecioAntesDespues | boolean |
None. |
|
| UrlProductoECommerce | string |
None. |
|
| Marca | string |
None. |
|
| Adjuntos | Collection of ReconocimientoAdjunto |
None. |
|
| Auditorias | Collection of ReconocimientoAuditoria |
None. |
|
| Detalles | Collection of ReconocimientoDetalle |
None. |
|
| Flujos | Collection of ReconocimientoFlujo |
None. |
|
| Imagenes | Collection of ReconocimientoImagen |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RSV_ResultadoOfReconocimiento| Name | Description | Type | Additional information |
|---|---|---|---|
| Datos | Reconocimiento |
None. |
|
| Exitoso | boolean |
None. |
|
| CantidadPaginas | integer |
None. |
|
| Error | Error |
None. |
Response Formats
application/json, text/json
Sample:
{
"Datos": null,
"Exitoso": true,
"CantidadPaginas": 2,
"Error": {
"MensajeUsuario": "sample string 1",
"Mensaje": "sample string 2",
"TipoError": "sample string 3",
"Fuente": "sample string 4",
"Pila": "sample string 5",
"InnerException": "sample string 6",
"CodigoError": 7
}
}
application/xml, text/xml
Sample:
<RSV_ResultadoOfReconocimientoQw6gjhxS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPI.Promos.Common">
<CantidadPaginas xmlns="http://schemas.datacontract.org/2004/07/SPI.Promos.Common.Bases">2</CantidadPaginas>
<Error xmlns="http://schemas.datacontract.org/2004/07/SPI.Promos.Common.Bases">
<CodigoError>7</CodigoError>
<Fuente>sample string 4</Fuente>
<InnerException>sample string 6</InnerException>
<Mensaje>sample string 2</Mensaje>
<MensajeUsuario>sample string 1</MensajeUsuario>
<Pila>sample string 5</Pila>
<TipoError>sample string 3</TipoError>
</Error>
<Exitoso xmlns="http://schemas.datacontract.org/2004/07/SPI.Promos.Common.Bases">true</Exitoso>
<Datos xmlns:d2p1="http://schemas.datacontract.org/2004/07/SPI.Promos.Common.Bases" i:nil="true" />
</RSV_ResultadoOfReconocimientoQw6gjhxS>