GET facilities/{showFacilityId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showFacilityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FacilityDtoName | Description | Type | Additional information |
---|---|---|---|
Locations | Collection of LocationDto |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
PostalCode | string |
None. |
|
Country | string |
None. |
|
TssFacilityId | integer |
None. |
|
IsDeleted | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Locations": [ { "Id": 1, "Name": "sample string 2", "ParentLocationId": 3, "FacilityId": 4, "ChildrenShowLocations": [] }, { "Id": 1, "Name": "sample string 2", "ParentLocationId": 3, "FacilityId": 4, "ChildrenShowLocations": [] } ], "Id": 1, "Name": "sample string 2", "Address1": "sample string 3", "Address2": "sample string 4", "City": "sample string 5", "State": "sample string 6", "PostalCode": "sample string 7", "Country": "sample string 8", "TssFacilityId": 9, "IsDeleted": true }