POST api/eventoPrecio/guardar

Guarda un precio de evento.

Request Information

URI Parameters

None.

Body Parameters

El objeto eventoPrecioDTO que contiene los datos del precio de evento a guardar.

eventoPrecioDTO
NameDescriptionTypeAdditional information
eventoPrecioId

integer

None.

eventoId

integer

None.

codigo

string

None.

nombre

string

None.

promocionId

integer

None.

fecInicio

date

None.

fecFin

date

None.

ventaWeb

string

None.

ventaPos

string

None.

activo

boolean

None.

noUsaMapa

boolean

None.

existe

boolean

None.

orden

integer

None.

eliminado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "eventoPrecioId": 1,
  "eventoId": 2,
  "codigo": "sample string 3",
  "nombre": "sample string 4",
  "promocionId": 5,
  "fecInicio": "2026-01-09T14:53:08.6177063-04:00",
  "fecFin": "2026-01-09T14:53:08.6177063-04:00",
  "ventaWeb": "sample string 8",
  "ventaPos": "sample string 9",
  "activo": true,
  "noUsaMapa": true,
  "existe": true,
  "orden": 13,
  "eliminado": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Un objeto IHttpActionResult que indica el resultado de la operación.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.