POST api/eventoSeccionPrecio/guardar

Guarda el precio de una sección de evento.

Request Information

URI Parameters

None.

Body Parameters

El objeto eventoSeccionPrecioDTO que contiene la información del precio de la sección.

eventoSeccionPrecioDTO
NameDescriptionTypeAdditional information
eventoSeccionPrecioId

integer

None.

eventoSeccionId

integer

None.

eventoPrecioId

integer

None.

nombre

string

None.

disponibles

integer

None.

stockVenta

integer

None.

valor

integer

None.

cargo

integer

None.

activo

boolean

None.

agotado

boolean

None.

jsonCoords

string

None.

imagenSeleccion

string

None.

noUsaMapa

boolean

None.

existe

boolean

None.

orden

integer

None.

eliminado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "eventoSeccionPrecioId": 1,
  "eventoSeccionId": 2,
  "eventoPrecioId": 3,
  "nombre": "sample string 4",
  "disponibles": 5,
  "stockVenta": 6,
  "valor": 7,
  "cargo": 8,
  "activo": true,
  "agotado": true,
  "jsonCoords": "sample string 11",
  "imagenSeleccion": "sample string 12",
  "noUsaMapa": true,
  "existe": true,
  "orden": 15,
  "eliminado": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

El resultado de la operación.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.