GET api/v1/infrastructure/tenant/{tenantid}
Get tenant by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tenantid |
Unique identifier of tenant |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Tenant object
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.TenantVoName | Description | Type | Additional information |
---|---|---|---|
TenantId | globally unique identifier |
None. |
|
TenantXRef | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TenantId": "ae6ea284-e77b-49a3-a32d-23950c6f230d", "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>ae6ea284-e77b-49a3-a32d-23950c6f230d</TenantId> <TenantXRef>sample string 2</TenantXRef> </Tenant>