GET api/sabra-cinch/tenant/{tenantId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CinchTenantDetailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | string |
Required |
|
| Name | string |
Required |
|
| Contacts | Collection of ContactDTO |
None. |
|
| FacilityType | string |
None. |
|
| InvestmentType | string |
None. |
|
| LeaseSummary | LeaseSummaryDTO |
None. |
|
| LeaseNames | Collection of string |
None. |
|
| Properties | Collection of PropertyInfoDTO |
None. |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"TenantId": "sample string 1",
"Name": "sample string 2",
"Contacts": [
{
"LastName": "sample string 1",
"FirstName": "sample string 2",
"Title": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5"
},
{
"LastName": "sample string 1",
"FirstName": "sample string 2",
"Title": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5"
}
],
"FacilityType": "sample string 3",
"InvestmentType": "sample string 4",
"LeaseSummary": {
"LeaseExpiration": [
"2026-02-05T06:38:33.4534996-08:00",
"2026-02-05T06:38:33.4534996-08:00"
],
"LeaseCount": 1.0,
"Guaranty": true,
"SecureDeposit": 1.1
},
"LeaseNames": [
"sample string 1",
"sample string 2"
],
"Properties": [
{
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
},
{
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
}
],
"Date": "2026-02-05T06:38:33.4534996-08:00"
}