GET showAccounts/tssOrderId/{tssOrderId}/{showId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tssOrderId | integer |
Required |
|
| showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LineItemTSSOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TssOrderId | integer |
None. |
|
| FunctionalAreaId | integer |
None. |
|
| BoothId | integer |
None. |
|
| BillToKey | integer |
None. |
|
| LocationId | integer |
None. |
|
| FacilityId | integer |
None. |
|
| SetupStart | date |
None. |
|
| SetupEnd | date |
None. |
|
| TeardownStart | date |
None. |
|
| TeardownEnd | date |
None. |
|
| DiscountReasonId | integer |
None. |
|
| Discount | decimal number |
None. |
|
| AcctSalesKey | integer |
None. |
|
| AcctMgmtKey | integer |
None. |
|
| AcctMgmtLocalKey | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"TssOrderId": 1,
"FunctionalAreaId": 2,
"BoothId": 3,
"BillToKey": 1,
"LocationId": 4,
"FacilityId": 5,
"SetupStart": "2025-12-14T22:18:24.2460001+00:00",
"SetupEnd": "2025-12-14T22:18:24.2460001+00:00",
"TeardownStart": "2025-12-14T22:18:24.2460001+00:00",
"TeardownEnd": "2025-12-14T22:18:24.2460001+00:00",
"DiscountReasonId": 1,
"Discount": 1.0,
"AcctSalesKey": 1,
"AcctMgmtKey": 1,
"AcctMgmtLocalKey": 1
}