POST api/event/EventAgendaDelete

Request Information

URI Parameters

None.

Body Parameters

EventAgendaDeleteRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAgendeId

globally unique identifier

None.

AgendaDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "d434fe5e-4b16-46c9-a4d4-31d3846eb92d",
  "EventAgendeId": "5482ace5-de25-4cf7-b2f3-59ee948a4416",
  "AgendaDate": "2025-07-16T21:51:10.636142+08:00"
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventId"

d434fe5e-4b16-46c9-a4d4-31d3846eb92d
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventAgendeId"

5482ace5-de25-4cf7-b2f3-59ee948a4416
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="AgendaDate"

2025-07-16T21:51:10.6361420+08:00
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

JsonResultOfEventAgendaOutputParameters
NameDescriptionTypeAdditional information
Content

EventAgendaOutputParameters

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.