POST api/eventoDisenoETicket/obtenerPorEventoId

Obtiene un diseño de evento y ticket por su ID de evento.

Request Information

URI Parameters

None.

Body Parameters

El ID del evento.

integer

Request Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

El diseño de evento y ticket correspondiente al ID de evento.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.