GET report/{showId}/GetProposedBillingSummaryShowAccounts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ThinShowAccountDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ShowAccountType | ShowAccountType |
None. |
|
Booths | Collection of ThinBoothDto |
None. |
|
AccountDisplayName | string |
None. |
|
TFCNumber | integer |
None. |
|
AccountName | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "ShowAccountType": 0, "Booths": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "AccountDisplayName": "sample string 2", "TFCNumber": 3, "AccountName": "sample string 4" }, { "Id": 1, "ShowAccountType": 0, "Booths": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "AccountDisplayName": "sample string 2", "TFCNumber": 3, "AccountName": "sample string 4" } ]