GET shows/{showId}/showBooths
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BoothHeaderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| BoothType | BoothType |
None. |
|
| TssBoothId | integer |
None. |
|
| ShowLocationId | integer |
None. |
|
| ShowAccountId | integer |
None. |
|
| IsEmsLocked | boolean |
None. |
|
| IsEmsClosed | boolean |
None. |
|
| IsShowClosed | boolean |
None. |
|
| IsShowLocked | boolean |
None. |
|
| InvoiceableLineItemsCount | integer |
None. |
|
| IsExhibitHouse | boolean |
None. |
|
| IsDoNotInvoice | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"BoothType": 1,
"TssBoothId": 1,
"ShowLocationId": 1,
"ShowAccountId": 3,
"IsEmsLocked": true,
"IsEmsClosed": true,
"IsShowClosed": true,
"IsShowLocked": true,
"InvoiceableLineItemsCount": 4,
"IsExhibitHouse": true,
"IsDoNotInvoice": true
},
{
"Id": 1,
"Name": "sample string 2",
"BoothType": 1,
"TssBoothId": 1,
"ShowLocationId": 1,
"ShowAccountId": 3,
"IsEmsLocked": true,
"IsEmsClosed": true,
"IsShowClosed": true,
"IsShowLocked": true,
"InvoiceableLineItemsCount": 4,
"IsExhibitHouse": true,
"IsDoNotInvoice": true
}
]