POST api/eventoDisenoETicket/crear
Crea un nuevo diseño de evento y ticket.
Request Information
URI Parameters
None.
Body Parameters
El objeto eventoDisenoETicketDTO que contiene los datos del diseño.
eventoDisenoETicketDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| eventoDisenoETicketId | integer |
None. |
|
| eventoId | integer |
None. |
|
| imagenCabecera | string |
None. |
|
| imagenPie | string |
None. |
|
| imagenFondo | string |
None. |
|
| textoCondiciones | string |
None. |
|
| existe | boolean |
None. |
|
| orden | integer |
None. |
|
| eliminado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventoDisenoETicketId": 1,
"eventoId": 2,
"imagenCabecera": "sample string 3",
"imagenPie": "sample string 4",
"imagenFondo": "sample string 5",
"textoCondiciones": "sample string 6",
"existe": true,
"orden": 8,
"eliminado": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
El resultado de la operación.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.