GET shows/{showId}/facilities/{showFacilityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| showFacilityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowFacilityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TssFacilityId | integer |
None. |
|
| Name | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| PostalCode | string |
None. |
|
| Country | string |
None. |
|
| ShowId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| ShowLocations | Collection of ShowLocationDto |
None. |
|
| ShowFacilityId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"TssFacilityId": 2,
"Name": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"City": "sample string 6",
"State": "sample string 7",
"PostalCode": "sample string 8",
"Country": "sample string 9",
"ShowId": 10,
"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
}
],
"ShowFacilityId": 12
}