LedgerEntryForAdditionalCurrencyDto¶
Example Json Object
1{
2 "id": 0,
3 "amount": 0,
4 "unroundedAmount": 0,
5 "deltaAdjustment": 0,
6 "itemNoAcc": 0,
7 "currencyDetail": {
8 "currencyId": 0,
9 "currencyDisplayId": "string",
10 "currencyDefinitionType": "CONTRACT_CURRENCY",
11 "currencyType": "string"
12 },
13 "currencyConversionDetail": {
14 "rate": 0,
15 "conversionDate": "2019-08-24",
16 "translationDateType": "DOCUMENT_DATE",
17 "sourceCurrencyType": "CONTRACT_CURRENCY",
18 "sourceCurrency": {
19 "id": 0,
20 "displayId": "string"
21 },
22 "depreciationArea": {
23 "id": 0,
24 "displayId": "string"
25 }
26 },
27 "ledgerEntryId": 0,
28 "ledgerEntryTaxId": 0
29}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
amount |
number |
false |
none |
none |
unroundedAmount |
number |
false |
none |
none |
deltaAdjustment |
number |
false |
none |
none |
itemNoAcc |
integer(int32) |
false |
none |
none |
currencyDetail |
false |
none |
none |
|
currencyConversionDetail |
false |
none |
none |
|
ledgerEntryId |
integer(int64) |
false |
none |
none |
ledgerEntryTaxId |
integer(int64) |
false |
none |
none |