PUT POS/Tickets/Events Try Now

Bulks the edit event.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The map event request.

Collection of MapEventRequest
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-08-29T09:27",
      "Event": "",
      "Venue": ""
    },
    "RequestedEvent": {
      "EventId": "",
      "VenueId": "",
      "EventDate": "2024-08-29T09:27",
      "Event": "",
      "Venue": ""
    }
  }
]

Response Information

Resource Description

None.