JournalEntryLineDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "account": "string",
5 "accountCodeName": "string",
6 "accountCodeCaption": "string",
7 "drCr": "DEBIT",
8 "amount": 0,
9 "unroundedAmount": 0,
10 "deltaAdjustment": 0,
11 "tag": "string",
12 "vendorId": "string",
13 "currencyId": 0,
14 "currencyDisplayId": "string",
15 "currencyDefinitionType": "CONTRACT_CURRENCY",
16 "leaseClassificationType": "NON_LEASE",
17 "journalEntryId": 0,
18 "numberRangeIdentifierType": {
19 "name": "COMPANY_CODE"
20 },
21 "numberRangeIdentifierValue": "string",
22 "numberRangeType": {
23 "name": "CONTRACT"
24 },
25 "allowsSystemGenerateNewId": true
26}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
displayId |
string |
false |
none |
none |
account |
string |
false |
none |
none |
accountCodeName |
string |
false |
none |
none |
accountCodeCaption |
string |
false |
none |
none |
drCr |
string |
false |
none |
none |
amount |
number |
false |
none |
none |
unroundedAmount |
number |
false |
none |
none |
deltaAdjustment |
number |
false |
none |
none |
tag |
string |
false |
none |
none |
vendorId |
string |
false |
none |
none |
currencyId |
integer(int64) |
false |
none |
none |
currencyDisplayId |
string |
false |
none |
none |
currencyDefinitionType |
string |
false |
none |
none |
leaseClassificationType |
string |
false |
none |
none |
journalEntryId |
integer(int64) |
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 |
|---|---|
currencyDefinitionType |
COMPANY_CURRENCY, CONTRACT_CURRENCY, MONTH_END_CURRENCY, REPORTING_CURRENCY, SECOND_LOCAL_CURRENCY, THIRD_LOCAL_CURRENCY |
drCr |
CREDIT, DEBIT |
leaseClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |