LedgerTransactionReferencesApDto¶
Example Json Object
1{
2 "id": 0,
3 "invoice": {
4 "id": 0,
5 "displayId": "string",
6 "name": "string"
7 },
8 "vendor": {
9 "id": 0,
10 "displayId": "string",
11 "name": "string"
12 },
13 "ledgerTransactionId": 0
14}
📄 Description: Data transfer object representing references for ledger transactions, encapsulating essential details related to ledger entries, accounts, and financial records for accurate transaction tracking and reporting within the General Ledger domain.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
invoice |
false |
none |
Value for invoice field |
|
vendor |
false |
none |
none |
|
ledgerTransactionId |
integer(int64) |
false |
none |
Unique identifier for the ledger transaction |