LedgerTransactionReferencesNlaDto¶
Example Json Object
1{
2 "id": 0,
3 "contract": {
4 "id": 0,
5 "displayId": "string"
6 },
7 "leaseComponent": {
8 "id": 0,
9 "displayId": "string"
10 },
11 "activationGroup": {
12 "id": 0,
13 "displayId": "string"
14 },
15 "unit": {
16 "id": 0,
17 "displayId": "string"
18 },
19 "contractExternalId": "string",
20 "journalId": 0,
21 "activationGroupRevisionId": 0,
22 "ledgerTransactionId": 0
23}
📄 Description: Data transfer object representing references associated with ledger transactions, facilitating the management of financial records and ensuring accurate accounting entries within the General Ledger.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
contract |
false |
none |
Value for contract field |
|
leaseComponent |
false |
none |
Value for leaseComponent field |
|
activationGroup |
false |
none |
Value for activationGroup field |
|
unit |
false |
none |
Value for unit field |
|
contractExternalId |
string |
false |
none |
Unique identifier for the contract external |
journalId |
integer(int64) |
false |
none |
Unique identifier for the journal |
activationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the activation group revision |
ledgerTransactionId |
integer(int64) |
false |
none |
Unique identifier for the ledger transaction |