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": "ffaca55e-b48c-4320-9f18-323b75700715",
"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>ffaca55e-b48c-4320-9f18-323b75700715</TenantId> <TenantXRef>sample string 2</TenantXRef> </Tenant>