GET api/tenantreferencing/products
Gets the available products for tenant referencing
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HomeLetProductDataContract
Collection of Dezrez.Core.DataContracts.External.Api.TenantReferencing.HomeLetProductDataContractName | Description | Type | Additional information |
---|---|---|---|
productId | integer |
None. |
|
name | string |
None. |
|
description | string |
None. |
|
hasRentGuarantee | boolean |
None. |
|
productCode | string |
None. |
|
hasFinancialReference | boolean |
None. |
|
hasLettingReference | boolean |
None. |
|
hasUnknownResidentialStatus | boolean |
None. |
|
hasUnknownEmploymentStatus | boolean |
None. |
|
international | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "productId": 1, "name": "sample string 2", "description": "sample string 3", "hasRentGuarantee": true, "productCode": "sample string 5", "hasFinancialReference": true, "hasLettingReference": true, "hasUnknownResidentialStatus": true, "hasUnknownEmploymentStatus": true, "international": true }, { "productId": 1, "name": "sample string 2", "description": "sample string 3", "hasRentGuarantee": true, "productCode": "sample string 5", "hasFinancialReference": true, "hasLettingReference": true, "hasUnknownResidentialStatus": true, "hasUnknownEmploymentStatus": true, "international": true } ]