GET api/groups/{groupid}/facilitybranches/{id}
Gets a facility branch resource
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| id |
FacilityBranch identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A FacilityBranchModels
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": "54507608-c01b-4da8-b8ce-343e449767b3",
"companyName": "sample string 7",
"npi": "sample string 8",
"active": 1
}