ResponseLeaseComponentFinancialTermDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved a lease component revision.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 10000001,
19 "displayId": "1495040334-20250828-085516",
20 "name": "Base Rent",
21 "expenseCategory": {
22 "id": 101,
23 "displayId": "EC-2025-001",
24 "status": {
25 "name": "ACTIVE",
26 "captionKey": "enum.objectStatus.active",
27 "active": true,
28 "caption": "Active"
29 },
30 "name": "Lease Payment",
31 "expenseCategoryType": "PAYMENT"
32 },
33 "amount": 1,
34 "amountFrequency": "ONE_TIME",
35 "paymentMode": "ADVANCE",
36 "paymentCalculationMode": "ONE_TIME",
37 "firstSpecialPaymentDate": "2019-08-24",
38 "lastSpecialPaymentDate": "2019-08-24",
39 "paymentFrequency": "MONTHLY",
40 "firstPaymentDate": "2019-08-24",
41 "lastPaymentDate": "2019-08-24",
42 "firstPaymentAmount": 0.1,
43 "lastPaymentAmount": 0.1,
44 "months": 1,
45 "days": 1,
46 "notificationDate": "2019-08-24",
47 "monthEnd": false,
48 "paymentTiming": "START_OF_DAY",
49 "escalatingRent": false,
50 "stopEscalatingAtZero": false,
51 "escalatingRentAmount": 0,
52 "escalatingRentType": "FIXED",
53 "escalationFrequencyOffset": 0,
54 "escalationFrequency": 0,
55 "escalationFastForward": 0,
56 "termStartDate": "2019-08-24",
57 "termEndDate": "2019-08-24",
58 "expenseCategoryType": "PAYMENT",
59 "spreadingFrequency": "NONE",
60 "firstSpreadingAmount": 0.1,
61 "lastSpreadingAmount": 0.1,
62 "valid": true,
63 "parentFinancialTermId": 0,
64 "termStatus": "EDITABLE",
65 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
66 "vendorPaymentSplits": [],
67 "revisionDisplayId": "2107425785-20250828-083848",
68 "termType": "PAYMENT_TERM",
69 "revisionId": 10000006,
70 "leaseComponentId": 10000006,
71 "leaseComponentDisplayId": "LC-100000100",
72 "type": "LEASE",
73 "numberRangeIdentifierType": {
74 "name": "COMPANY_CODE"
75 },
76 "numberRangeIdentifierValue": "string",
77 "numberRangeType": {
78 "name": "CONTRACT"
79 },
80 "allowsSystemGenerateNewId": false
81 }
82}
📄 Description: Represents a standard response wrapper for returning a list of lease component revision entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response code indicating success or failure. |
message |
string |
false |
write-only |
A short message describing the response status. |
defaultMessage |
string |
false |
write-only |
Default message in case no specific message is set. |
debugMessage |
string |
false |
write-only |
Detailed message useful for debugging purposes. |
errors |
false |
none |
none |
|
object |
false |
none |
Represents a financial term linked to a lease component, such as rent or other recurring/one-time payments. |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |