PUT api/Conference/GetExhibitorsList
Request Information
URI Parameters
None.
Body Parameters
APIExhibitorRequest| Name | Description | Type | Additional 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": "12f57ca5-e4ec-42d7-a184-0610c86da85f",
"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>12f57ca5-e4ec-42d7-a184-0610c86da85f</UniqueId> <UserUniqueId>4</UserUniqueId> </APIExhibitorRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of APIExhibitorListPlugin| Name | Description | Type | Additional 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. |
|
| 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>