GET api/v1/infrastructure/tenant/xref/{xref}
Get tenant by xRef (e.g. mps-83b5f484521892640000005056843e73, nova-999992_hpcsaNo)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| xref |
Unique identifier of tenant in external system |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Tenant object
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.TenantVo| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | globally unique identifier |
None. |
|
| TenantXRef | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TenantId": "d6cfd51a-a5a7-4205-8dab-186ff38b5b95",
"TenantXRef": "sample string 2",
"Description": "sample string 3"
}
application/xml, text/xml
Sample:
<Tenant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/platform/commondomain/v1/tenant/"> <Description>sample string 3</Description> <TenantId>d6cfd51a-a5a7-4205-8dab-186ff38b5b95</TenantId> <TenantXRef>sample string 2</TenantXRef> </Tenant>