PUT api/Conference/AddExhibitorToAgenda

Request Information

URI Parameters

None.

Body Parameters

ExhibitorAgenda
NameDescriptionTypeAdditional information
Id

integer

None.

ExhibitorId

integer

None.

Notes

string

None.

UserUniqueId

integer

None.

UniqueId

globally unique identifier

None.

Location

string

None.

StartDate

date

None.

Time

string

None.

Duration

integer

None.

CustomerId

integer

None.

AlertTime

integer

None.

Alert

boolean

None.

AlertAtStartOfEvent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExhibitorId": 2,
  "Notes": "sample string 3",
  "UserUniqueId": 4,
  "UniqueId": "322cd097-ce91-4821-8781-ba8ce979d024",
  "Location": "sample string 6",
  "StartDate": "2025-08-28T22:19:11.6610311+00:00",
  "Time": "sample string 8",
  "Duration": 9,
  "CustomerId": 10,
  "AlertTime": 11,
  "Alert": true,
  "AlertAtStartOfEvent": true
}

application/xml, text/xml

Sample:
<ExhibitorAgenda 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>11</AlertTime>
  <CustomerId>10</CustomerId>
  <Duration>9</Duration>
  <ExhibitorId>2</ExhibitorId>
  <Id>1</Id>
  <Location>sample string 6</Location>
  <Notes>sample string 3</Notes>
  <StartDate>2025-08-28T22:19:11.6610311+00:00</StartDate>
  <Time>sample string 8</Time>
  <UniqueId>322cd097-ce91-4821-8781-ba8ce979d024</UniqueId>
  <UserUniqueId>4</UserUniqueId>
</ExhibitorAgenda>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>