GET api/v1/{providerId}/billing/branches
Get all branches available in practice on which specified doctor assigned
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerId |
doctor id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Com.Healthbridge.Hhas.Billing.Interface.ValueObjects.ProviderBranchConfigurationVoName | Description | Type | Additional information |
---|---|---|---|
PracticeTenantId | globally unique identifier |
None. |
|
BranchId | globally unique identifier |
None. |
|
BranchXRef | string |
None. |
|
BranchName | string |
None. |
|
PhoneNumber | string |
None. |
|
PhysicalAddress | string |
None. |
|
PostalAddress | string |
None. |
|
IsMainBranch | boolean |
None. |
|
Enabled | boolean |
None. |
|
ProviderInfos | Collection of Com.Healthbridge.Hhas.Billing.Interface.ValueObjects.BranchProviderInfoVo |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PracticeTenantId": "9b5fd51f-c71f-40d1-b2c4-acd889aae8ef", "BranchId": "4f4ac49a-8a39-4a55-91c6-1cb41b508842", "BranchXRef": "sample string 3", "BranchName": "sample string 4", "PhoneNumber": "sample string 5", "PhysicalAddress": "sample string 6", "PostalAddress": "sample string 7", "IsMainBranch": true, "Enabled": true, "ProviderInfos": [ { "ProviderXRef": "sample string 1", "IsDispensing": true, "DispensingLicenseNumber": "sample string 3", "IsDefaultBranch": true }, { "ProviderXRef": "sample string 1", "IsDispensing": true, "DispensingLicenseNumber": "sample string 3", "IsDefaultBranch": true } ] }, { "PracticeTenantId": "9b5fd51f-c71f-40d1-b2c4-acd889aae8ef", "BranchId": "4f4ac49a-8a39-4a55-91c6-1cb41b508842", "BranchXRef": "sample string 3", "BranchName": "sample string 4", "PhoneNumber": "sample string 5", "PhysicalAddress": "sample string 6", "PostalAddress": "sample string 7", "IsMainBranch": true, "Enabled": true, "ProviderInfos": [ { "ProviderXRef": "sample string 1", "IsDispensing": true, "DispensingLicenseNumber": "sample string 3", "IsDefaultBranch": true }, { "ProviderXRef": "sample string 1", "IsDispensing": true, "DispensingLicenseNumber": "sample string 3", "IsDefaultBranch": true } ] } ]
application/xml, text/xml
Sample:
<ArrayOfProviderBranchConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/rcm/billing/v1/tenant/"> <ProviderBranchConfiguration> <BranchId>4f4ac49a-8a39-4a55-91c6-1cb41b508842</BranchId> <BranchName>sample string 4</BranchName> <BranchXRef>sample string 3</BranchXRef> <Enabled>true</Enabled> <IsMainBranch>true</IsMainBranch> <PhoneNumber>sample string 5</PhoneNumber> <PhysicalAddress>sample string 6</PhysicalAddress> <PostalAddress>sample string 7</PostalAddress> <PracticeTenantId>9b5fd51f-c71f-40d1-b2c4-acd889aae8ef</PracticeTenantId> <ProviderInfos xmlns:d3p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Billing.Interface.ValueObjects"> <d3p1:BranchProviderInfoVo> <d3p1:DispensingLicenseNumber>sample string 3</d3p1:DispensingLicenseNumber> <d3p1:IsDefaultBranch>true</d3p1:IsDefaultBranch> <d3p1:IsDispensing>true</d3p1:IsDispensing> <d3p1:ProviderXRef>sample string 1</d3p1:ProviderXRef> </d3p1:BranchProviderInfoVo> <d3p1:BranchProviderInfoVo> <d3p1:DispensingLicenseNumber>sample string 3</d3p1:DispensingLicenseNumber> <d3p1:IsDefaultBranch>true</d3p1:IsDefaultBranch> <d3p1:IsDispensing>true</d3p1:IsDispensing> <d3p1:ProviderXRef>sample string 1</d3p1:ProviderXRef> </d3p1:BranchProviderInfoVo> </ProviderInfos> </ProviderBranchConfiguration> <ProviderBranchConfiguration> <BranchId>4f4ac49a-8a39-4a55-91c6-1cb41b508842</BranchId> <BranchName>sample string 4</BranchName> <BranchXRef>sample string 3</BranchXRef> <Enabled>true</Enabled> <IsMainBranch>true</IsMainBranch> <PhoneNumber>sample string 5</PhoneNumber> <PhysicalAddress>sample string 6</PhysicalAddress> <PostalAddress>sample string 7</PostalAddress> <PracticeTenantId>9b5fd51f-c71f-40d1-b2c4-acd889aae8ef</PracticeTenantId> <ProviderInfos xmlns:d3p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Billing.Interface.ValueObjects"> <d3p1:BranchProviderInfoVo> <d3p1:DispensingLicenseNumber>sample string 3</d3p1:DispensingLicenseNumber> <d3p1:IsDefaultBranch>true</d3p1:IsDefaultBranch> <d3p1:IsDispensing>true</d3p1:IsDispensing> <d3p1:ProviderXRef>sample string 1</d3p1:ProviderXRef> </d3p1:BranchProviderInfoVo> <d3p1:BranchProviderInfoVo> <d3p1:DispensingLicenseNumber>sample string 3</d3p1:DispensingLicenseNumber> <d3p1:IsDefaultBranch>true</d3p1:IsDefaultBranch> <d3p1:IsDispensing>true</d3p1:IsDispensing> <d3p1:ProviderXRef>sample string 1</d3p1:ProviderXRef> </d3p1:BranchProviderInfoVo> </ProviderInfos> </ProviderBranchConfiguration> </ArrayOfProviderBranchConfiguration>