GET api/storedProcedures/getLeaseExtraDetails?leaseId={leaseId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| leaseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
sp_leaseExtraDetails_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| firstCommencement | date |
None. |
|
| currentRent | decimal number |
None. |
|
| currentOutgoings | decimal number |
None. |
|
| currentCarbay | decimal number |
None. |
|
| currentStorage | decimal number |
None. |
|
| currentExpiryDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"firstCommencement": "2025-12-06T12:54:57.5839298+08:00",
"currentRent": 1.0,
"currentOutgoings": 1.0,
"currentCarbay": 1.0,
"currentStorage": 1.0,
"currentExpiryDate": "2025-12-06T12:54:57.5839298+08:00"
}