GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/lineItemSummary/filterOptions
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
FilterOptionsDtoName | Description | Type | Additional information |
---|---|---|---|
Vendors | Collection of VendorOptionDto |
None. |
|
FunctionalAreas | Collection of FunctionalAreaOptionDto |
None. |
|
ShowFacilities | Collection of ShowFacilityReturnDto |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Vendors": [ { "Id": 1, "Name": "sample string 2", "City": "sample string 3", "Venue": "sample string 4", "IsFreeman": true }, { "Id": 1, "Name": "sample string 2", "City": "sample string 3", "Venue": "sample string 4", "IsFreeman": true } ], "FunctionalAreas": [ { "FunctionalAreaId": 1, "Name": "sample string 2", "ChildrenFunctionalAreas": [], "FunctionalAreaNumber": 3, "Owner": "sample string 4" }, { "FunctionalAreaId": 1, "Name": "sample string 2", "ChildrenFunctionalAreas": [], "FunctionalAreaNumber": 3, "Owner": "sample string 4" } ], "ShowFacilities": [ { "Id": 1, "Name": "sample string 2", "ShowId": 3, "IsDeleted": true, "ShowLocations": [ { "Id": 1, "FacilityMasterLocationId": 1, "Name": "sample string 2", "ParentShowLocationId": 1, "ShowFacilityId": 3, "ChildrenShowLocations": [], "IsDeleted": true }, { "Id": 1, "FacilityMasterLocationId": 1, "Name": "sample string 2", "ParentShowLocationId": 1, "ShowFacilityId": 3, "ChildrenShowLocations": [], "IsDeleted": true } ] }, { "Id": 1, "Name": "sample string 2", "ShowId": 3, "IsDeleted": true, "ShowLocations": [ { "Id": 1, "FacilityMasterLocationId": 1, "Name": "sample string 2", "ParentShowLocationId": 1, "ShowFacilityId": 3, "ChildrenShowLocations": [], "IsDeleted": true }, { "Id": 1, "FacilityMasterLocationId": 1, "Name": "sample string 2", "ParentShowLocationId": 1, "ShowFacilityId": 3, "ChildrenShowLocations": [], "IsDeleted": true } ] } ] }