GET showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/lineItems/{lineItemId}/moreInfoBanner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| accountId | integer |
Required |
|
| showId | integer |
Required |
|
| lineItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LineItemMoreInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketNumber | string |
None. |
|
| TSSOrderId | string |
None. |
|
| Revision | string |
None. |
|
| FunctionalAreaDisplayName | string |
None. |
|
| BoothName | string |
None. |
|
| FacilityName | string |
None. |
|
| LocationName | string |
None. |
|
| CPNumber | string |
None. |
|
| ProducingBranch | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedByName | string |
None. |
|
| MOPId | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"TicketNumber": "sample string 1",
"TSSOrderId": "sample string 2",
"Revision": "sample string 3",
"FunctionalAreaDisplayName": "sample string 4",
"BoothName": "sample string 5",
"FacilityName": "sample string 6",
"LocationName": "sample string 7",
"CPNumber": "sample string 8",
"ProducingBranch": "sample string 9",
"LastModifiedDate": "2025-12-14T22:16:17.6393558+00:00",
"CreatedByName": "sample string 10",
"MOPId": "sample string 11"
}