POST ticket_services/TimedTicketType?Releaseflag={Releaseflag}

This method is for releasing the spots. Tickets that have been released the Vacancy count for other web sessions as well as desktop Point Of Sale.

Requires: HTTPS, Basic Auth.

Request Information

Parameters

NameDescriptionAdditional information
Tickets

Define this parameter in the request body.

Releaseflag
This is just for internal purpose at this stage so you can pass null to it.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
[
  {
    "TimedTicketTypeId": 1,
    "TimedTicketId": 2,
    "NumberOfTickets": 3
  },
  {
    "TimedTicketTypeId": 1,
    "TimedTicketId": 2,
    "NumberOfTickets": 3
  },
  {
    "TimedTicketTypeId": 1,
    "TimedTicketId": 2,
    "NumberOfTickets": 3
  }
]

Response Information

Response body formats

application/json, text/json

Sample:
true