JournalEntryDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "type": "LIABILITY",
5 "translationType": "NONE",
6 "note": "string",
7 "balanced": true,
8 "credits": 0,
9 "debits": 0,
10 "exchangeRate": 0,
11 "journalId": 0,
12 "lines": [
13 {
14 "id": 0,
15 "displayId": "string",
16 "account": "string",
17 "accountCodeName": "string",
18 "accountCodeCaption": "string",
19 "drCr": "DEBIT",
20 "amount": 0,
21 "unroundedAmount": 0,
22 "deltaAdjustment": 0,
23 "tag": "string",
24 "vendorId": "string",
25 "currencyId": 0,
26 "currencyDisplayId": "string",
27 "currencyDefinitionType": "CONTRACT_CURRENCY",
28 "leaseClassificationType": "NON_LEASE",
29 "journalEntryId": 0,
30 "numberRangeIdentifierType": {
31 "name": "COMPANY_CODE"
32 },
33 "numberRangeIdentifierValue": "string",
34 "numberRangeType": {
35 "name": "CONTRACT"
36 },
37 "allowsSystemGenerateNewId": true
38 }
39 ],
40 "numberRangeIdentifierType": {
41 "name": "COMPANY_CODE"
42 },
43 "numberRangeIdentifierValue": "string",
44 "numberRangeType": {
45 "name": "CONTRACT"
46 },
47 "allowsSystemGenerateNewId": true
48}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
displayId |
string |
false |
none |
none |
type |
string |
false |
none |
none |
translationType |
string |
false |
none |
none |
note |
string |
false |
none |
none |
balanced |
boolean |
false |
none |
none |
credits |
number |
false |
none |
none |
debits |
number |
false |
none |
none |
exchangeRate |
number |
false |
none |
none |
journalId |
integer(int64) |
false |
none |
none |
lines |
false |
none |
none |
|
numberRangeIdentifierType |
false |
none |
Represents a number range identifier type associated with number range types. |
|
numberRangeIdentifierValue |
string |
false |
none |
none |
numberRangeType |
false |
none |
Represents a number range type with its name and related configuration. |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
translationType |
NONE, SPOT_RATE, WAE_RATE |
type |
ACCRUAL, ASSET_CAPITALIZATION, CHARGE, CLEARING, DEPRECIATION, GRV, IDC, IMPAIRMENT, INCENTIVE, LIABILITY, LIABILITY_ADJUSTMENT, LIABILITY_ADJUSTMENT_DECREASE, LIABILITY_ADJUSTMENT_INCREASE, LIABILITY_ADJUSTMENT_INDEXATION_DECREASE, LIABILITY_ADJUSTMENT_INDEXATION_INCREASE, MODIFICATION_CAPITALIZATION, MODIFICATION_CAPITALIZATION_ASSET_DECREASE, MODIFICATION_CAPITALIZATION_ASSET_INCREASE, MODIFICATION_CAPITALIZATION_INDEXATION_ASSET_DECREASE, MODIFICATION_CAPITALIZATION_INDEXATION_ASSET_INCREASE, NET_LEASE_INVESTMENT, NET_LEASE_INVESTMENT_ADJUSTMENT, PAYMENT, PREPAID, PROVISIONING, RECLASSIFICATION_ASSET_TRANSFER, RECLASSIFICATION_NON_ASSET_TRANSFER, TERMINATION_ASSET, TERMINATION_CLOSED_LEDGER, TERMINATION_LIABILITY, TERMINATION_ROUNDING, URV, VOUCHER |