PUT api/Conference/GetSeminarDetail

Request Information

URI Parameters

None.

Body Parameters

APISeminarRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

SeminarId

integer

None.

SpeakerId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "SeminarId": 2,
  "SpeakerId": 3,
  "UniqueId": "e0b58830-10f3-4b7f-a971-e014796e721b",
  "UserUniqueId": 5
}

application/xml, text/xml

Sample:
<APISeminarRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CustomerId>1</CustomerId>
  <SeminarId>2</SeminarId>
  <SpeakerId>3</SpeakerId>
  <UniqueId>e0b58830-10f3-4b7f-a971-e014796e721b</UniqueId>
  <UserUniqueId>5</UserUniqueId>
</APISeminarRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APISeminarDetail
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

Location

string

None.

Description

string

None.

SeminarDate

date

None.

SeminarTime

string

None.

TimeTo

string

None.

TimeFrom

string

None.

Images

Collection of string

None.

SpeakerList

Collection of APISpeakerResponseList

None.

IsAlreadyInFav

boolean

None.

AgendaHistory

APIAgendaHistoryResponse

None.

Note

APINoteResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "Location": "sample string 3",
  "Description": "sample string 4",
  "SeminarDate": "2025-08-28T22:19:11.4422495+00:00",
  "SeminarTime": "sample string 5",
  "TimeTo": "sample string 6",
  "TimeFrom": "sample string 7",
  "Images": [
    "sample string 1",
    "sample string 2"
  ],
  "SpeakerList": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Title": "sample string 3",
      "CompanyName": "sample string 4",
      "IsAlreadyInFav": true,
      "ProfilePhoto": "sample string 6",
      "Description": "sample string 7"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Title": "sample string 3",
      "CompanyName": "sample string 4",
      "IsAlreadyInFav": true,
      "ProfilePhoto": "sample string 6",
      "Description": "sample string 7"
    }
  ],
  "IsAlreadyInFav": true,
  "AgendaHistory": {
    "Id": "85cdce2e-099e-4204-9ba8-72cd2065b922",
    "SeminarAgendaId": 2,
    "SeminarId": 3,
    "SeminarTitle": "sample string 4",
    "SeminarAlertTime": 1,
    "SeminarAlert": true,
    "SeminarAlertAtStartOfEvent": true,
    "SeminarNotes": "sample string 5",
    "ExhibitorAgendaId": 6,
    "ExhibitorId": 7,
    "ExhibitorAlertTime": 1,
    "ExhibitorAlert": true,
    "ExhibitorAlertAtStartOfEvent": true,
    "ExhibitorNotes": "sample string 8",
    "ExhibitorTitle": "sample string 9",
    "BoothNumber": "sample string 10",
    "Location": "sample string 11",
    "SeminarDate": "2025-08-28T22:19:11.4422495+00:00",
    "TimeTo": "sample string 12",
    "TimeFrom": "sample string 13",
    "ExhibitorStartDate": "2025-08-28T22:19:11.4422495+00:00",
    "ExhibitorDuration": 14
  },
  "Note": {
    "Id": 1,
    "Note": "sample string 2",
    "UpdatedDate": "2025-08-28T22:19:11.4422495+00:00",
    "Speaker": {
      "Id": 1,
      "Name": "sample string 2",
      "Title": "sample string 3",
      "CompanyName": "sample string 4",
      "IsAlreadyInFav": true,
      "ProfilePhoto": "sample string 6",
      "Description": "sample string 7"
    },
    "Seminar": {
      "Id": 1,
      "Title": "sample string 1",
      "Location": "sample string 2",
      "SeminarDate": "2025-08-28T22:19:11.4422495+00:00",
      "SeminarTime": "sample string 4",
      "TimeTo": "sample string 5",
      "TimeFrom": "sample string 6",
      "Time": "2025-08-28T22:19:11.4422495+00:00",
      "IsAlreadyInFav": true
    },
    "Exhibitor": {
      "Id": 1,
      "Title": "sample string 1",
      "BoothNumber": "sample string 2",
      "IsAlreadyInFav": true
    }
  }
}

application/xml, text/xml

Sample:
<APISeminarDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <AgendaHistory>
    <BoothNumber>sample string 10</BoothNumber>
    <ExhibitorAgendaId>6</ExhibitorAgendaId>
    <ExhibitorAlert>true</ExhibitorAlert>
    <ExhibitorAlertAtStartOfEvent>true</ExhibitorAlertAtStartOfEvent>
    <ExhibitorAlertTime>1</ExhibitorAlertTime>
    <ExhibitorDuration>14</ExhibitorDuration>
    <ExhibitorId>7</ExhibitorId>
    <ExhibitorNotes>sample string 8</ExhibitorNotes>
    <ExhibitorStartDate>2025-08-28T22:19:11.4422495+00:00</ExhibitorStartDate>
    <ExhibitorTitle>sample string 9</ExhibitorTitle>
    <Id>85cdce2e-099e-4204-9ba8-72cd2065b922</Id>
    <Location>sample string 11</Location>
    <SeminarAgendaId>2</SeminarAgendaId>
    <SeminarAlert>true</SeminarAlert>
    <SeminarAlertAtStartOfEvent>true</SeminarAlertAtStartOfEvent>
    <SeminarAlertTime>1</SeminarAlertTime>
    <SeminarDate>2025-08-28T22:19:11.4422495+00:00</SeminarDate>
    <SeminarId>3</SeminarId>
    <SeminarNotes>sample string 5</SeminarNotes>
    <SeminarTitle>sample string 4</SeminarTitle>
    <TimeFrom>sample string 13</TimeFrom>
    <TimeTo>sample string 12</TimeTo>
  </AgendaHistory>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Images xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Images>
  <IsAlreadyInFav>true</IsAlreadyInFav>
  <Location>sample string 3</Location>
  <Note>
    <Exhibitor>
      <BoothNumber>sample string 2</BoothNumber>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Title>sample string 1</Title>
    </Exhibitor>
    <Id>1</Id>
    <Note>sample string 2</Note>
    <Seminar>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Location>sample string 2</Location>
      <SeminarDate>2025-08-28T22:19:11.4422495+00:00</SeminarDate>
      <SeminarTime>sample string 4</SeminarTime>
      <Time>2025-08-28T22:19:11.4422495+00:00</Time>
      <TimeFrom>sample string 6</TimeFrom>
      <TimeTo>sample string 5</TimeTo>
      <Title>sample string 1</Title>
    </Seminar>
    <Speaker>
      <CompanyName>sample string 4</CompanyName>
      <Description>sample string 7</Description>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Name>sample string 2</Name>
      <ProfilePhoto>sample string 6</ProfilePhoto>
      <Title>sample string 3</Title>
    </Speaker>
    <UpdatedDate>2025-08-28T22:19:11.4422495+00:00</UpdatedDate>
  </Note>
  <SeminarDate>2025-08-28T22:19:11.4422495+00:00</SeminarDate>
  <SeminarTime>sample string 5</SeminarTime>
  <SpeakerList>
    <APISpeakerResponseList>
      <CompanyName>sample string 4</CompanyName>
      <Description>sample string 7</Description>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Name>sample string 2</Name>
      <ProfilePhoto>sample string 6</ProfilePhoto>
      <Title>sample string 3</Title>
    </APISpeakerResponseList>
    <APISpeakerResponseList>
      <CompanyName>sample string 4</CompanyName>
      <Description>sample string 7</Description>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Name>sample string 2</Name>
      <ProfilePhoto>sample string 6</ProfilePhoto>
      <Title>sample string 3</Title>
    </APISpeakerResponseList>
  </SpeakerList>
  <TimeFrom>sample string 7</TimeFrom>
  <TimeTo>sample string 6</TimeTo>
  <Title>sample string 2</Title>
</APISeminarDetail>