POST api/event/EventAgendaEdit
Request Information
URI Parameters
None.
Body Parameters
EventAgendaEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAgendeId | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| Title | string |
None. |
|
| Content | string |
None. |
|
| StartTime | time interval |
None. |
|
| EndTime | time interval |
None. |
|
| AgendaDate | date |
None. |
|
| Location | string |
None. |
|
| AgendaSpeakerIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgendaSpeakerIdList": [
"038f84c6-d5ba-4767-801b-6e96ade5702a",
"b49be112-5c43-4899-8994-885b1bd251a1"
],
"EventId": "6602b3f7-4b50-4062-b246-a982787fa7c0",
"EventAgendeId": "23bdf9ad-1a42-4f8c-b446-28f56e75191e",
"Type": "sample string 3",
"Title": "sample string 4",
"Content": "sample string 5",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567",
"AgendaDate": "2026-05-31T23:13:20.6104955+08:00",
"Location": "sample string 9"
}
application/xml, text/xml
Sample:
<EventAgendaEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<AgendaDate>2026-05-31T23:13:20.6104955+08:00</AgendaDate>
<AgendaSpeakerIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>038f84c6-d5ba-4767-801b-6e96ade5702a</d2p1:guid>
<d2p1:guid>b49be112-5c43-4899-8994-885b1bd251a1</d2p1:guid>
</AgendaSpeakerIdList>
<Content>sample string 5</Content>
<EndTime>PT0.1234567S</EndTime>
<EventAgendeId>23bdf9ad-1a42-4f8c-b446-28f56e75191e</EventAgendeId>
<EventId>6602b3f7-4b50-4062-b246-a982787fa7c0</EventId>
<Location>sample string 9</Location>
<StartTime>PT0.1234567S</StartTime>
<Title>sample string 4</Title>
<Type>sample string 3</Type>
</EventAgendaEditRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAgendaOutputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAgendaOutputParameters |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.