POST Arena/VentaCheckIn
Request Information
URI Parameters
None.
Body Parameters
Collection of eEventoPrecio| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxEntradas | integer |
None. |
|
| Observacion | string |
None. |
|
| Precio | decimal number |
None. |
|
| Descripcion | string |
None. |
|
| Id | integer |
None. |
|
| Seleccionados | integer |
None. |
|
| ImagenFondo | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"MaxEntradas": 1,
"Observacion": "sample string 2",
"Precio": 3.1,
"Descripcion": "sample string 4",
"Id": 5,
"Seleccionados": 6,
"ImagenFondo": "sample string 7"
},
{
"MaxEntradas": 1,
"Observacion": "sample string 2",
"Precio": 3.1,
"Descripcion": "sample string 4",
"Id": 5,
"Seleccionados": 6,
"ImagenFondo": "sample string 7"
}
]
multipart/form-data
Sample:
[{"MaxEntradas":1,"Observacion":"sample string 2","Precio":3.1,"Descripcion":"sample string 4","Id":5,"Seleccionados":6,"ImagenFondo":"sample string 7"},{"MaxEntradas":1,"Observacion":"sample string 2","Precio":3.1,"Descripcion":"sample string 4","Id":5,"Seleccionados":6,"ImagenFondo":"sample string 7"}]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.