POST api/event/EventAgendaDateUnique
Request Information
URI Parameters
None.
Body Parameters
EventAgendaListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AgendaDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "03cbd147-7b4b-4ed3-92fe-0e1086aa7b02",
"AgendaDate": "2026-05-31T06:53:47.2600537+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-31T06:53:47.2600537+08:00</AgendaDate> <EventId>03cbd147-7b4b-4ed3-92fe-0e1086aa7b02</EventId> </EventAgendaListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | boolean |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.