GET api/storedProcedures/getLeaseStorageReview?leaseId={leaseId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
leaseId

integer

Required

Body Parameters

None.

Response Information

Resource Description

sp_leaseStorageReview_Result
NameDescriptionTypeAdditional 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.

subtype

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "leaseId": 1,
  "typeId": 1,
  "subtypeId": 1,
  "otherSubtype": "sample string 2",
  "date": "2025-07-01T19:53:10.819727+08:00",
  "finalDate": "2025-07-01T19:53:10.819727+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-07-01T19:53:10.819727+08:00",
  "resolved": true,
  "comments": "sample string 4",
  "subtype": "sample string 5"
}