PUT api/Conference/AddSeminarToAgenda
Request Information
URI Parameters
None.
Body Parameters
SeminarAgendaHistoryName | 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": "8b22aced-7faa-4d95-a950-556fc0eb2473", "UserUniqueId": 4, "CustomerId": 5, "Notes": "sample string 6", "AlertTime": 7, "Alert": true, "AlertAtStartOfEvent": true, "Title": "sample string 9", "SeminarDate": "2025-08-28T22:20:40.7992662+00:00", "TimeFrom": "sample string 10", "SeminarDateTime": "2025-08-28T22:20:40.7992662+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>2025-08-28T22:20:40.7992662+00:00</SeminarDate> <SeminarDateTime>2025-08-28T22:20:40.7992662+00:00</SeminarDateTime> <SeminarId>2</SeminarId> <SeminarTime>sample string 12</SeminarTime> <TimeFrom>sample string 10</TimeFrom> <Title>sample string 9</Title> <UniqueId>8b22aced-7faa-4d95-a950-556fc0eb2473</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>