POST api/event/EventAgendaDateDelete

Request Information

URI Parameters

None.

Body Parameters

EventAgendaListRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

AgendaDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "25603ca8-3c76-438d-bd19-f41af0cbace5",
  "AgendaDate": "2026-05-31T19:46:37.4403513+08:00"
}

application/xml, text/xml

Sample:
<EventAgendaListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <AgendaDate>2026-05-31T19:46:37.4403513+08:00</AgendaDate>
  <EventId>25603ca8-3c76-438d-bd19-f41af0cbace5</EventId>
</EventAgendaListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfListOfString
NameDescriptionTypeAdditional information
Content

Collection of string

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.