GET api/storedProcedures/getWarningCriticalDates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
sp_warningCriticalDates_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| leaseId | integer |
None. |
|
| typeId | integer |
None. |
|
| subtypeId | integer |
None. |
|
| otherSubtype | string |
None. |
|
| date | date |
None. |
|
| finalDate | date |
None. |
|
| clause | string |
None. |
|
| annualRentNet | decimal number |
None. |
|
| annualRentGross | decimal number |
None. |
|
| cpi | decimal number |
None. |
|
| percentage | decimal number |
None. |
|
| rentAmount | decimal number |
None. |
|
| savings | decimal number |
None. |
|
| actionDate | date |
None. |
|
| resolved | boolean |
None. |
|
| comments | string |
None. |
|
| fileReference | string |
None. |
|
| code | string |
None. |
|
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| length | integer |
None. |
|
| warningPeriod | integer |
None. |
|
| type | string |
None. |
|
| subtype | string |
None. |
|
| notificationSent | boolean |
None. |
|
| GOA | boolean |
None. |
|
| propertyAddress1 | string |
None. |
|
| propertyAddress2 | string |
None. |
|
| propertySuburb | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"leaseId": 1,
"typeId": 1,
"subtypeId": 1,
"otherSubtype": "sample string 2",
"date": "2025-12-06T12:48:51.2989792+08:00",
"finalDate": "2025-12-06T12:48:51.2989792+08:00",
"clause": "sample string 3",
"annualRentNet": 1.0,
"annualRentGross": 1.0,
"cpi": 1.0,
"percentage": 1.0,
"rentAmount": 1.0,
"savings": 1.0,
"actionDate": "2025-12-06T12:48:51.2989792+08:00",
"resolved": true,
"comments": "sample string 4",
"fileReference": "sample string 5",
"code": "sample string 6",
"firstName": "sample string 7",
"lastName": "sample string 8",
"length": 1,
"warningPeriod": 1,
"type": "sample string 9",
"subtype": "sample string 10",
"notificationSent": true,
"GOA": true,
"propertyAddress1": "sample string 11",
"propertyAddress2": "sample string 12",
"propertySuburb": "sample string 13"
}