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": "bac2254c-7aaf-48c3-bcd9-b087a0f2ae5c",
  "EventAgendeId": "0d247308-e3dc-4010-9a3c-bf8ab938dd6a",
  "AgendaDate": "2025-09-21T04:54:50.909757+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"

bac2254c-7aaf-48c3-bcd9-b087a0f2ae5c
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventAgendeId"

0d247308-e3dc-4010-9a3c-bf8ab938dd6a
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="AgendaDate"

2025-09-21T04:54:50.9097570+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.