JournalPostingInitialDataResponse¶
Example Json Object
1{
2 "companyId": 0,
3 "accountingStandardId": 0,
4 "documentTypeDeterminationIds": [
5 0
6 ],
7 "fiscalVariantId": 0,
8 "fiscalPeriodId": 0,
9 "exchangeRates": {
10 "property1": {
11 "request": {
12 "erpSystem": {
13 "id": 0,
14 "displayId": "string"
15 },
16 "fromCurrency": {
17 "id": 0,
18 "displayId": "string"
19 },
20 "toCurrency": {
21 "id": 0,
22 "displayId": "string"
23 },
24 "referenceCurrency": {
25 "id": 0,
26 "displayId": "string"
27 },
28 "exchangeRateType": "string",
29 "conversionDate": "2019-08-24"
30 },
31 "exchangeRate": 0,
32 "fromCurrency": {
33 "id": 0,
34 "status": "CREATED",
35 "displayId": "string",
36 "erpSystemId": 0,
37 "erpSystemDisplayId": "string",
38 "name": "string",
39 "decimalPoints": 0,
40 "depreciationAreaId": 0
41 },
42 "toCurrency": {
43 "id": 0,
44 "status": "CREATED",
45 "displayId": "string",
46 "erpSystemId": 0,
47 "erpSystemDisplayId": "string",
48 "name": "string",
49 "decimalPoints": 0,
50 "depreciationAreaId": 0
51 },
52 "referenceCurrency": {
53 "id": 0,
54 "status": "CREATED",
55 "displayId": "string",
56 "erpSystemId": 0,
57 "erpSystemDisplayId": "string",
58 "name": "string",
59 "decimalPoints": 0,
60 "depreciationAreaId": 0
61 },
62 "errorMessage": "string",
63 "hasError": true
64 },
65 "property2": {
66 "request": {
67 "erpSystem": {
68 "id": 0,
69 "displayId": "string"
70 },
71 "fromCurrency": {
72 "id": 0,
73 "displayId": "string"
74 },
75 "toCurrency": {
76 "id": 0,
77 "displayId": "string"
78 },
79 "referenceCurrency": {
80 "id": 0,
81 "displayId": "string"
82 },
83 "exchangeRateType": "string",
84 "conversionDate": "2019-08-24"
85 },
86 "exchangeRate": 0,
87 "fromCurrency": {
88 "id": 0,
89 "status": "CREATED",
90 "displayId": "string",
91 "erpSystemId": 0,
92 "erpSystemDisplayId": "string",
93 "name": "string",
94 "decimalPoints": 0,
95 "depreciationAreaId": 0
96 },
97 "toCurrency": {
98 "id": 0,
99 "status": "CREATED",
100 "displayId": "string",
101 "erpSystemId": 0,
102 "erpSystemDisplayId": "string",
103 "name": "string",
104 "decimalPoints": 0,
105 "depreciationAreaId": 0
106 },
107 "referenceCurrency": {
108 "id": 0,
109 "status": "CREATED",
110 "displayId": "string",
111 "erpSystemId": 0,
112 "erpSystemDisplayId": "string",
113 "name": "string",
114 "decimalPoints": 0,
115 "depreciationAreaId": 0
116 },
117 "errorMessage": "string",
118 "hasError": true
119 }
120 },
121 "transactionTypeMappings": {
122 "property1": "string",
123 "property2": "string"
124 },
125 "lesseeTransactionTypeMappings": {
126 "property1": [
127 {
128 "lesseeAccountType": "INCENTIVE_CLEARING",
129 "crTransactionType": "string",
130 "drTransactionType": "string"
131 }
132 ],
133 "property2": [
134 {
135 "lesseeAccountType": "INCENTIVE_CLEARING",
136 "crTransactionType": "string",
137 "drTransactionType": "string"
138 }
139 ]
140 },
141 "lessorTransactionTypeMappings": {
142 "property1": [
143 {
144 "lessorAccountType": "ACCRUED_INTEREST_INCOME",
145 "crTransactionType": "string",
146 "drTransactionType": "string"
147 }
148 ],
149 "property2": [
150 {
151 "lessorAccountType": "ACCRUED_INTEREST_INCOME",
152 "crTransactionType": "string",
153 "drTransactionType": "string"
154 }
155 ]
156 },
157 "errors": {
158 "all": [
159 {
160 "type": "GENERIC",
161 "source": {},
162 "field": "string",
163 "errorKey": "string",
164 "errorMessage": "string"
165 }
166 ]
167 }
168}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
companyId |
integer(int64) |
false |
none |
none |
accountingStandardId |
integer(int64) |
false |
none |
none |
documentTypeDeterminationIds |
[integer] |
false |
none |
none |
fiscalVariantId |
integer(int64) |
false |
none |
none |
fiscalPeriodId |
integer(int64) |
false |
none |
none |
exchangeRates |
object |
false |
none |
none |
» additionalProperties |
false |
none |
none |
|
transactionTypeMappings |
object |
false |
none |
none |
» additionalProperties |
string |
false |
none |
none |
lesseeTransactionTypeMappings |
object |
false |
none |
none |
» additionalProperties |
false |
none |
none |
|
lessorTransactionTypeMappings |
object |
false |
none |
none |
» additionalProperties |
false |
none |
none |
|
errors |
false |
none |
none |