SpreadingSchedulePaymentPostingViewRow¶
Example Json Object
1{
2 "operation": "CREATE",
3 "excelId": "string",
4 "leaseMeasurementId": 0,
5 "cid": 0,
6 "periodId": 0,
7 "events": [
8 {
9 "id": 0,
10 "periodId": 0,
11 "eventDate": {
12 "timing": "START_OF_DAY",
13 "year": 0,
14 "monthValue": 0,
15 "dayOfMonth": 0,
16 "dayOfWeek": "MONDAY",
17 "leapYear": true,
18 "dayOfYear": 0,
19 "month": "JANUARY"
20 },
21 "eventName": "string",
22 "activationGroupRevisionId": 0,
23 "journalId": 0
24 }
25 ],
26 "payments": [
27 {
28 "id": 0,
29 "paymentDate": {
30 "timing": "START_OF_DAY",
31 "year": 2025,
32 "monthValue": 9,
33 "dayOfMonth": 4,
34 "dayOfWeek": "THURSDAY",
35 "leapYear": false,
36 "dayOfYear": 247,
37 "month": "SEPTEMBER"
38 },
39 "amount": 0,
40 "paymentTermId": "string",
41 "paymentTotalId": 0,
42 "basePayment": 0,
43 "negativeBaseLeasePayment": 0,
44 "indexationAmount": 0,
45 "negativeIndexationAmount": 0,
46 "escalatingRentAmount": 0,
47 "negativeEscalatingRentAmount": 0,
48 "nonLeaseAmount": 0,
49 "baseNonLeasePayment": 0,
50 "negativeBaseNonLeasePayment": 0,
51 "nonLeaseIndexationAmount": 0,
52 "nonLeaseNegativeIndexationAmount": 0,
53 "escalatingRentNonLeaseAmount": 0,
54 "negativeEscalatingRentNonLeaseAmount": 0,
55 "paymentTermTag": "string",
56 "paymentType": "ACTUAL",
57 "presentValue": 0,
58 "vendorSplits": [
59 {
60 "vendorId": 0,
61 "amount": 0,
62 "percentage": "string"
63 }
64 ],
65 "type": "string"
66 }
67 ],
68 "paymentJournalId": "string",
69 "paymentInternalStatus": "string",
70 "paymentExternalStatus": "string",
71 "paymentDetails": "string",
72 "periodEndLeaseType": "string",
73 "period": 0,
74 "currencyDisplayId": "string",
75 "paymentDate": "string",
76 "leasePayment": {
77 "value": 0.1,
78 "decimalPoints": 0,
79 "type": "GENERAL"
80 },
81 "nonLeasePayment": {
82 "value": 0.1,
83 "decimalPoints": 0,
84 "type": "GENERAL"
85 },
86 "grvTransferToLiability": {
87 "value": 0.1,
88 "decimalPoints": 0,
89 "type": "GENERAL"
90 }
91}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
operation |
string |
true |
none |
none |
excelId |
string |
false |
none |
none |
leaseMeasurementId |
integer(int64) |
false |
none |
none |
cid |
integer(int32) |
false |
none |
none |
periodId |
integer(int64) |
false |
none |
none |
events |
false |
none |
none |
|
payments |
false |
none |
none |
|
paymentJournalId |
string |
false |
none |
none |
paymentInternalStatus |
string |
false |
none |
none |
paymentExternalStatus |
string |
false |
none |
none |
paymentDetails |
string |
false |
none |
none |
periodEndLeaseType |
string |
false |
none |
none |
period |
integer(int32) |
false |
none |
none |
currencyDisplayId |
string |
false |
none |
none |
paymentDate |
string |
false |
none |
none |
leasePayment |
false |
none |
none |
|
nonLeasePayment |
false |
none |
none |
|
grvTransferToLiability |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
operation |
CREATE, EXPORTED, UPDATE |