PUT POS/Tickets/ApproveEvent Try Now
Approves the event.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The map event request.
Name | Description | Type | Additional 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-12-31T21:21", "Event": "", "Venue": "" }, "RequestedEvent": { "EventId": "", "VenueId": "", "EventDate": "2024-12-31T21:21", "Event": "", "Venue": "" } }
Response Information
Resource Description
None.