GET api/UserApplication/GetAllConditions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DBAId | integer |
None. |
|
| DBAName | string |
None. |
|
| isAgreed | boolean |
None. |
|
| isPrimaryApplicant | boolean |
None. |
|
| isEsigned | boolean |
None. |
|
| isPaymentCompleted | boolean |
None. |
|
| isScreeningCompleted | boolean |
None. |
|
| ApplicantId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| isSigningOnline | boolean |
None. |
|
| applicationStatusId | byte |
None. |
|
| DisplayNameOnLeaseDocument | boolean |
None. |
|
| isApplicationCreated | boolean |
None. |
|
| isQuoteExpired | boolean |
None. |
|
| RemainingTime | decimal number |
None. |
|
| QuoteExtnTime | integer |
None. |
|
| QuoteThresoldTime | integer |
None. |
|
| UnitNumber | string |
None. |
|
| UnitTypeId | integer |
None. |
|
| UnitTypeCode | string |
None. |
|
| ApplicationStatusDescription | string |
None. |
|
| LeaseTerm | string |
None. |
|
| Rent | decimal number |
None. |
|
| TenantUnitId | integer |
None. |
|
| isLeaseSigned | boolean |
None. |
|
| ExpiryTime | integer |
None. |
|
| isEsignatureEnabledforDBA | boolean |
None. |
|
| depositBalance | decimal number |
None. |
|
| isAllowedtoPaperlessSubscription | boolean |
None. |
|
| residentStatusId | byte |
None. |
|
| screeningResultId | integer |
None. |
|
| isScreeningRequired | boolean |
None. |
|
| showSignAtLeasingOffice | boolean |
None. |
|
| showRequestEsign | boolean |
None. |
|
| isAgreedtoSignatLeasingOffice | boolean |
None. |
|
| preScreeningStatusId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"dbaId": 1,
"dbaName": "sample string 1",
"isAgreed": true,
"isPrimaryApplicant": true,
"isEsigned": true,
"isPaymentCompleted": true,
"isScreeningCompleted": true,
"applicantId": 7,
"applicationId": 8,
"isSigningOnline": true,
"applicationStatusId": 64,
"displayNameOnLeaseDocument": true,
"isApplicationCreated": true,
"isQuoteExpired": true,
"remainingTime": 1.1,
"quoteExtnTime": 14,
"quoteThresoldTime": 15,
"unitNumber": "sample string 16",
"unitTypeId": 1,
"unitTypeCode": "sample string 17",
"applicationStatusDescription": "sample string 18",
"leaseTerm": "sample string 19",
"rent": 20.0,
"tenantUnitId": 1,
"isLeaseSigned": true,
"expiryTime": 1,
"isEsignatureEnabledforDBA": true,
"depositBalance": 1.0,
"isAllowedtoPaperlessSubscription": true,
"residentStatusId": 64,
"screeningResultId": 24,
"isScreeningRequired": true,
"showSignAtLeasingOffice": true,
"showRequestEsign": true,
"isAgreedtoSignatLeasingOffice": true,
"preScreeningStatusId": 1
}