PUT POS/Tickets/ApproveEvent Try Now

Approves the event.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The map event request.

NameDescriptionTypeAdditional information
OriginalEvent
The original event information.
EventInfo
None.
RequestedEvent
The requested event information.
EventInfo
None.

Request Formats

application/json, text/json

Sample:
{
  "OriginalEvent": {
    "EventId": "",
    "VenueId": "",
    "EventDate": "2024-04-30T23:58",
    "Event": "",
    "Venue": ""
  },
  "RequestedEvent": {
    "EventId": "",
    "VenueId": "",
    "EventDate": "2024-04-30T23:58",
    "Event": "",
    "Venue": ""
  }
}

Response Information

Resource Description

None.