PUT POS/Tickets/RejectEvent Try Now
Rejects the event.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventName |
The event name.
|
string |
None.
|
| VenueName |
The venue name.
|
string |
None.
|
| EventDate |
The event date.
|
date |
None.
|
Request Formats
application/json, text/json
Sample:
{
"EventName": "",
"VenueName": "",
"EventDate": "2025-11-05T19:55"
}
Response Information
Resource Description
None.