GET api/groups/{groupid}/facilitybranches
Gets a collection of facility branches for a group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of FacilityBranchModels
Collection of FacilityBranchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationName |
Gets or sets the Location Name |
string |
None. |
| Address |
Gets or sets the Address |
string |
None. |
| City |
Gets or sets the City |
string |
None. |
| State |
Gets or sets the State |
string |
None. |
| ZipCode |
Gets or sets the Zip Code |
string |
None. |
| CompanyID |
Gets or sets the Company ID |
globally unique identifier |
None. |
| CompanyName |
Gets or sets the Company Name |
string |
None. |
| NPI |
Gets or sets the NPI |
string |
None. |
| Active |
Gets or sets the Active status |
integer |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"url": "sample string 9",
"id": 10,
"locationName": "sample string 1",
"address": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zipCode": "sample string 5",
"companyID": "2d5d8bb5-3e94-4c12-8ef3-412a838869eb",
"companyName": "sample string 7",
"npi": "sample string 8",
"active": 1
},
{
"url": "sample string 9",
"id": 10,
"locationName": "sample string 1",
"address": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zipCode": "sample string 5",
"companyID": "2d5d8bb5-3e94-4c12-8ef3-412a838869eb",
"companyName": "sample string 7",
"npi": "sample string 8",
"active": 1
}
]