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
LineItemTSSOrderDtoName | 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-05-06T02:50:11.9529135+01:00", "SetupEnd": "2025-05-06T02:50:11.9529135+01:00", "TeardownStart": "2025-05-06T02:50:11.9529135+01:00", "TeardownEnd": "2025-05-06T02:50:11.9529135+01:00", "DiscountReasonId": 1, "Discount": 1.0, "AcctSalesKey": 1, "AcctMgmtKey": 1, "AcctMgmtLocalKey": 1 }