PUT api/Conference/AddSeminarToAgenda
Request Information
URI Parameters
None.
Body Parameters
SeminarAgendaHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SeminarId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Notes | string |
None. |
|
| AlertTime | integer |
None. |
|
| Alert | boolean |
None. |
|
| AlertAtStartOfEvent | boolean |
None. |
|
| Title | string |
None. |
|
| SeminarDate | date |
None. |
|
| TimeFrom | string |
None. |
|
| SeminarDateTime | date |
None. |
|
| SeminarTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SeminarId": 2,
"UniqueId": "e88bbd35-ca3f-48df-8626-38cae0811468",
"UserUniqueId": 4,
"CustomerId": 5,
"Notes": "sample string 6",
"AlertTime": 7,
"Alert": true,
"AlertAtStartOfEvent": true,
"Title": "sample string 9",
"SeminarDate": "2026-01-16T04:31:05.5936883+00:00",
"TimeFrom": "sample string 10",
"SeminarDateTime": "2026-01-16T04:31:05.5936883+00:00",
"SeminarTime": "sample string 12"
}
application/xml, text/xml
Sample:
<SeminarAgendaHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Alert>true</Alert> <AlertAtStartOfEvent>true</AlertAtStartOfEvent> <AlertTime>7</AlertTime> <CustomerId>5</CustomerId> <Id>1</Id> <Notes>sample string 6</Notes> <SeminarDate>2026-01-16T04:31:05.5936883+00:00</SeminarDate> <SeminarDateTime>2026-01-16T04:31:05.5936883+00:00</SeminarDateTime> <SeminarId>2</SeminarId> <SeminarTime>sample string 12</SeminarTime> <TimeFrom>sample string 10</TimeFrom> <Title>sample string 9</Title> <UniqueId>e88bbd35-ca3f-48df-8626-38cae0811468</UniqueId> <UserUniqueId>4</UserUniqueId> </SeminarAgendaHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>