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 FacilityBranchModelName | 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": "707481ce-cb00-4dfe-b203-495780ada755", "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": "707481ce-cb00-4dfe-b203-495780ada755", "companyName": "sample string 7", "npi": "sample string 8", "active": 1 } ]