PUT api/Conference/GetExhibitorsList

Request Information

URI Parameters

None.

Body Parameters

APIExhibitorRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

ExhibitorId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "ExhibitorId": 2,
  "UniqueId": "976389d6-4974-4721-aa20-77cec9854f3a",
  "UserUniqueId": 4
}

application/xml, text/xml

Sample:
<APIExhibitorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CustomerId>1</CustomerId>
  <ExhibitorId>2</ExhibitorId>
  <UniqueId>976389d6-4974-4721-aa20-77cec9854f3a</UniqueId>
  <UserUniqueId>4</UserUniqueId>
</APIExhibitorRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of APIExhibitorListPlugin
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

BoothNumber

string

None.

ZipCode

string

None.

Description

string

None.

Address

string

None.

City

string

None.

State

string

None.

Country

string

None.

Phone

string

None.

Email

string

None.

WebsiteURL

string

None.

Logo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Title": "sample string 1",
    "BoothNumber": "sample string 2",
    "ZipCode": "sample string 3",
    "Description": "sample string 4",
    "Address": "sample string 5",
    "City": "sample string 6",
    "State": "sample string 7",
    "Country": "sample string 8",
    "Phone": "sample string 9",
    "Email": "sample string 10",
    "WebsiteURL": "sample string 11",
    "Logo": "sample string 12"
  },
  {
    "Id": 1,
    "Title": "sample string 1",
    "BoothNumber": "sample string 2",
    "ZipCode": "sample string 3",
    "Description": "sample string 4",
    "Address": "sample string 5",
    "City": "sample string 6",
    "State": "sample string 7",
    "Country": "sample string 8",
    "Phone": "sample string 9",
    "Email": "sample string 10",
    "WebsiteURL": "sample string 11",
    "Logo": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPIExhibitorListPlugin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <APIExhibitorListPlugin>
    <Address>sample string 5</Address>
    <BoothNumber>sample string 2</BoothNumber>
    <City>sample string 6</City>
    <Country>sample string 8</Country>
    <Description>sample string 4</Description>
    <Email>sample string 10</Email>
    <Id>1</Id>
    <Logo>sample string 12</Logo>
    <Phone>sample string 9</Phone>
    <State>sample string 7</State>
    <Title>sample string 1</Title>
    <WebsiteURL>sample string 11</WebsiteURL>
    <ZipCode>sample string 3</ZipCode>
  </APIExhibitorListPlugin>
  <APIExhibitorListPlugin>
    <Address>sample string 5</Address>
    <BoothNumber>sample string 2</BoothNumber>
    <City>sample string 6</City>
    <Country>sample string 8</Country>
    <Description>sample string 4</Description>
    <Email>sample string 10</Email>
    <Id>1</Id>
    <Logo>sample string 12</Logo>
    <Phone>sample string 9</Phone>
    <State>sample string 7</State>
    <Title>sample string 1</Title>
    <WebsiteURL>sample string 11</WebsiteURL>
    <ZipCode>sample string 3</ZipCode>
  </APIExhibitorListPlugin>
</ArrayOfAPIExhibitorListPlugin>