RemainingBalancesResponse¶
Example Json Object
1{
2 "activationGroupRevisionId": 0,
3 "hasRemainingBalance": true,
4 "contractCurrency": {
5 "id": 840,
6 "displayId": "USD",
7 "status": {
8 "name": "ACTIVE",
9 "captionKey": "enum.objectStatus.active",
10 "active": true,
11 "caption": "Active"
12 },
13 "name": "United States Dollar",
14 "decimalPoints": 2
15 },
16 "remainingBalancesPerLeaseMeasurement": [
17 {
18 "leaseMeasurementId": 0,
19 "accountingStandard": {
20 "id": 1001,
21 "displayId": "GAAP-01",
22 "standardType": "IFRS"
23 },
24 "activationGroupClassification": {
25 "id": "string",
26 "displayId": "Euro"
27 },
28 "activationGroupClassificationType": "NON_LEASE",
29 "accountBalances": [
30 {
31 "account": {
32 "name": "string"
33 },
34 "remainingBalance": 0
35 }
36 ]
37 }
38 ]
39}
📄 Description: Data transfer object representing the remaining balances associated with leases and contracts within the Nakisa Lease Accounting Suite, providing essential information for managing financial obligations and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the activation group revision |
hasRemainingBalance |
boolean |
false |
none |
Whether the resource has has remaining balance |
contractCurrency |
false |
none |
Value for contractCurrency field |
|
remainingBalancesPerLeaseMeasurement |
false |
none |
List of remainingBalancesPerLeaseMeasurement items |