PUT POS/Tickets/Events Try Now
Bulks the edit event.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The map event request.
Collection of MapEventRequest
| 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": "2025-10-30T00:40",
"Event": "",
"Venue": ""
},
"RequestedEvent": {
"EventId": "",
"VenueId": "",
"EventDate": "2025-10-30T00:40",
"Event": "",
"Venue": ""
}
}
]
Response Information
Resource Description
None.