GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/tssLaborlineItems
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
accountId | integer |
Required |
|
showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LineItemTSSLaborTicketsDtoName | Description | Type | Additional information |
---|---|---|---|
TSSOrderId | integer |
None. |
|
TSSWorkTicketNumber | integer |
None. |
|
LineItemId | integer |
None. |
|
CategoryId | integer |
None. |
|
CategoryName | string |
None. |
|
CategoryDisplayName | string |
None. |
|
UnitOfMeasureDescription | string |
None. |
|
Quantity | decimal number |
None. |
|
DiscountPercent | decimal number |
None. |
|
Description | string |
None. |
|
UnitPrice | decimal number |
None. |
|
Men | string |
None. |
|
Hours | string |
None. |
|
IsInvoiced | boolean |
None. |
|
BoothId | integer |
None. |
|
ShowLocationId | integer |
None. |
|
ShowFacilityId | integer |
None. |
|
FunctionalAreaId | integer |
None. |
|
RevisionCount | integer |
None. |
|
AcctSalesKey | integer |
None. |
|
AcctMgmtKey | integer |
None. |
|
AcctMgmtLocalKey | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "TSSOrderId": 1, "TSSWorkTicketNumber": 2, "LineItemId": 3, "CategoryId": 1, "CategoryName": "sample string 4", "CategoryDisplayName": "sample string 5", "UnitOfMeasureDescription": "sample string 6", "Quantity": 1.0, "DiscountPercent": 1.0, "Description": "sample string 7", "UnitPrice": 1.0, "Men": "sample string 8", "Hours": "sample string 9", "IsInvoiced": true, "BoothId": 11, "ShowLocationId": 12, "ShowFacilityId": 13, "FunctionalAreaId": 1, "RevisionCount": 14, "AcctSalesKey": 1, "AcctMgmtKey": 1, "AcctMgmtLocalKey": 1 }, { "TSSOrderId": 1, "TSSWorkTicketNumber": 2, "LineItemId": 3, "CategoryId": 1, "CategoryName": "sample string 4", "CategoryDisplayName": "sample string 5", "UnitOfMeasureDescription": "sample string 6", "Quantity": 1.0, "DiscountPercent": 1.0, "Description": "sample string 7", "UnitPrice": 1.0, "Men": "sample string 8", "Hours": "sample string 9", "IsInvoiced": true, "BoothId": 11, "ShowLocationId": 12, "ShowFacilityId": 13, "FunctionalAreaId": 1, "RevisionCount": 14, "AcctSalesKey": 1, "AcctMgmtKey": 1, "AcctMgmtLocalKey": 1 } ]