@vario-software/types 2026.29.1 → 2026.29.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +3 -3
- package/scripting/types.d.ts +342 -342
package/scripting/types.d.ts
CHANGED
|
@@ -153,14 +153,14 @@ export interface Account {
|
|
|
153
153
|
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Custom account data
|
|
157
157
|
*/
|
|
158
|
-
|
|
158
|
+
custom: EavAccount;
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* companyLegal for this account
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
companyLegalRef: ApiCreatableReference;
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
166
|
* tax number/ Steuernummer
|
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -346,14 +346,14 @@ export interface AccountAddress {
|
|
|
346
346
|
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* Custom data
|
|
350
350
|
*/
|
|
351
|
-
|
|
351
|
+
custom: EavAccountaddress;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* abweichende Zahlungsart
|
|
355
355
|
*/
|
|
356
|
-
|
|
356
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* Postcode
|
|
@@ -451,14 +451,14 @@ export interface AccountAddress {
|
|
|
451
451
|
name1: string;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* Contacts
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
contacts: Array<Contact>;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
*
|
|
459
|
+
* abweichende Zahlungsbedingungen
|
|
460
460
|
*/
|
|
461
|
-
|
|
461
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
462
462
|
|
|
463
463
|
/**
|
|
464
464
|
* is this the default address of the account
|
|
@@ -504,14 +504,14 @@ export interface AccountBankdetail {
|
|
|
504
504
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* origin type
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
originType: AccountBankdetail$OriginType;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
|
-
*
|
|
512
|
+
* Is default bank?
|
|
513
513
|
*/
|
|
514
|
-
|
|
514
|
+
defaultBank: boolean;
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
517
|
* IBAN
|
|
@@ -595,14 +595,14 @@ export interface AccountListing {
|
|
|
595
595
|
export interface AccountLoanValue {
|
|
596
596
|
|
|
597
597
|
/**
|
|
598
|
-
*
|
|
598
|
+
* Account
|
|
599
599
|
*/
|
|
600
|
-
|
|
600
|
+
accountId: number;
|
|
601
601
|
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
603
|
+
* Nicht berücksichtigter Betrag
|
|
604
604
|
*/
|
|
605
|
-
|
|
605
|
+
unconsideredAmount: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
608
|
* Betrag aus Aufträgen
|
|
@@ -827,14 +827,14 @@ export interface AccountPerson {
|
|
|
827
827
|
tags: Array<TagDto>;
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
|
-
*
|
|
830
|
+
* First name
|
|
831
831
|
*/
|
|
832
|
-
|
|
832
|
+
firstName: string;
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* Default contacts
|
|
836
836
|
*/
|
|
837
|
-
|
|
837
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
840
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -1014,14 +1014,14 @@ export interface Article {
|
|
|
1014
1014
|
customsTariffNumber: string;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* is this product purchasable
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
purchasable: boolean;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* base capacity unit
|
|
@@ -1029,9 +1029,9 @@ export interface Article {
|
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Seriennummern Auszeichnungsart
|
|
@@ -1039,9 +1039,9 @@ export interface Article {
|
|
|
1039
1039
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
|
-
*
|
|
1042
|
+
* is this product sellable without any quantity at the stock
|
|
1043
1043
|
*/
|
|
1044
|
-
|
|
1044
|
+
sellableWithoutStock: boolean;
|
|
1045
1045
|
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Soll-Handelsspanne
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
targetTradingMargin: number;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Produktion
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
fabrication: boolean;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Arbeitseinheit in Minuten
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
workUnitInMinutes: number;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Country code
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
countryOfOriginRef: CountryReference;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* description custom data
|
|
@@ -1279,14 +1279,14 @@ export interface Article {
|
|
|
1279
1279
|
capacity: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
|
-
*
|
|
1282
|
+
* gross sales prices
|
|
1283
1283
|
*/
|
|
1284
|
-
|
|
1284
|
+
grossSalesPrice: number;
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Letzter EKP (Startwert)
|
|
@@ -1314,14 +1314,14 @@ export interface Article {
|
|
|
1314
1314
|
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
|
-
*
|
|
1317
|
+
* Kontingentartikel
|
|
1318
1318
|
*/
|
|
1319
|
-
|
|
1319
|
+
contingentArticleRef: ApiObjectReference;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
|
-
*
|
|
1322
|
+
* alternative name of this product
|
|
1323
1323
|
*/
|
|
1324
|
-
|
|
1324
|
+
alternativeName: string;
|
|
1325
1325
|
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
@@ -1359,14 +1359,14 @@ export interface Article {
|
|
|
1359
1359
|
custom: EavArticle;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1363
1363
|
*/
|
|
1364
|
-
|
|
1364
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* Art des Haltbarkeitsdatums
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
1372
|
* Hersteller
|
|
@@ -1602,14 +1602,14 @@ export interface ArticleCustomer {
|
|
|
1602
1602
|
defaultGrossPrice: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
|
-
*
|
|
1605
|
+
* Art der Preisermittlung
|
|
1606
1606
|
*/
|
|
1607
|
-
|
|
1607
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Abweichende Produktnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
deviatingArticleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Artikelnummer
|
|
@@ -1724,14 +1724,14 @@ export interface ArticleListing {
|
|
|
1724
1724
|
proposedLowestPriceGross: number;
|
|
1725
1725
|
|
|
1726
1726
|
/**
|
|
1727
|
-
*
|
|
1727
|
+
* der Sales Channel
|
|
1728
1728
|
*/
|
|
1729
|
-
|
|
1729
|
+
salesChannelRef: ApiObjectReference;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
|
-
* der
|
|
1732
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1733
1733
|
*/
|
|
1734
|
-
|
|
1734
|
+
customLowestPriceGross: number;
|
|
1735
1735
|
|
|
1736
1736
|
/**
|
|
1737
1737
|
* soll der Artikel gelistet werden
|
|
@@ -2007,14 +2007,14 @@ export interface ArticleStorage {
|
|
|
2007
2007
|
storageRef: ApiObjectReference;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Vorgabe-Lagerplätze
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
|
-
*
|
|
2015
|
+
* Sollbestand
|
|
2016
2016
|
*/
|
|
2017
|
-
|
|
2017
|
+
targetStock: number;
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
2020
|
* Aktuelle Menge in Produktion
|
|
@@ -2035,9 +2035,9 @@ export interface ArticleStorage {
|
|
|
2035
2035
|
export interface ArticleSupplier {
|
|
2036
2036
|
|
|
2037
2037
|
/**
|
|
2038
|
-
*
|
|
2038
|
+
* Lieferanten-Meldebestand
|
|
2039
2039
|
*/
|
|
2040
|
-
|
|
2040
|
+
supplierReportingStock: number;
|
|
2041
2041
|
|
|
2042
2042
|
/**
|
|
2043
2043
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -2045,9 +2045,9 @@ export interface ArticleSupplier {
|
|
|
2045
2045
|
useSupplierArticleDescription: boolean;
|
|
2046
2046
|
|
|
2047
2047
|
/**
|
|
2048
|
-
*
|
|
2048
|
+
* Anzeigename des Accounts
|
|
2049
2049
|
*/
|
|
2050
|
-
|
|
2050
|
+
accountDisplayName: string;
|
|
2051
2051
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -2105,14 +2105,14 @@ export interface ArticleSupplier {
|
|
|
2105
2105
|
info: MetaInfo;
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
|
-
*
|
|
2108
|
+
* Referenced Article name
|
|
2109
2109
|
*/
|
|
2110
|
-
|
|
2110
|
+
articleName: string;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Verpackungseinheit
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
packagingUnit: number;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Lieferanten-Preise
|
|
@@ -2145,14 +2145,14 @@ export interface ArticleSupplier {
|
|
|
2145
2145
|
dropShippingAllowed: boolean;
|
|
2146
2146
|
|
|
2147
2147
|
/**
|
|
2148
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbezeichnung
|
|
2149
2149
|
*/
|
|
2150
|
-
|
|
2150
|
+
supplierArticleName: string;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Standardpreis Netto
|
|
@@ -2160,9 +2160,9 @@ export interface ArticleSupplier {
|
|
|
2160
2160
|
defaultNetPrice: number;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
|
-
*
|
|
2163
|
+
* Referenced Supplier-Account
|
|
2164
2164
|
*/
|
|
2165
|
-
|
|
2165
|
+
accountId: number;
|
|
2166
2166
|
|
|
2167
2167
|
/**
|
|
2168
2168
|
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
@@ -2170,9 +2170,9 @@ export interface ArticleSupplier {
|
|
|
2170
2170
|
orderOnComponentBase: boolean;
|
|
2171
2171
|
|
|
2172
2172
|
/**
|
|
2173
|
-
*
|
|
2173
|
+
* Einkaufseinheit
|
|
2174
2174
|
*/
|
|
2175
|
-
|
|
2175
|
+
purchaseUnit: number;
|
|
2176
2176
|
|
|
2177
2177
|
/**
|
|
2178
2178
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2218,14 +2218,14 @@ export interface Asset {
|
|
|
2218
2218
|
active: boolean;
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Asset-Bezeichnung
|
|
@@ -2512,14 +2512,14 @@ export interface CountryReference {
|
|
|
2512
2512
|
export interface CreateNewDocumentRequest {
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* Belegart
|
|
2515
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2516
2516
|
*/
|
|
2517
|
-
|
|
2517
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Belegart
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
documentTypeLabel: string;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Details zum Beleg
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* Aktivität intern abgerechnet?
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
internalBilled: boolean;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* geplante Dauer
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
plannedDurationInSeconds: number;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2867,14 +2867,14 @@ export interface CrmDeal {
|
|
|
2867
2867
|
info: MetaInfo;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2876
2876
|
*/
|
|
2877
|
-
|
|
2877
|
+
assignedUserRef: ApiObjectReference;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Chance (in Prozent)
|
|
@@ -3178,14 +3178,14 @@ export interface CrmProject {
|
|
|
3178
3178
|
billedTimes: number;
|
|
3179
3179
|
|
|
3180
3180
|
/**
|
|
3181
|
-
*
|
|
3181
|
+
* Einkaufsbelege
|
|
3182
3182
|
*/
|
|
3183
|
-
|
|
3183
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3184
3184
|
|
|
3185
3185
|
/**
|
|
3186
|
-
*
|
|
3186
|
+
* Geplanter Projektzeitraum (von)
|
|
3187
3187
|
*/
|
|
3188
|
-
|
|
3188
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
3191
|
* Verkaufsbelege
|
|
@@ -3470,14 +3470,14 @@ export interface CrmSubType {
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Angebot
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
customerOfferRef: DocumentRef;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Liste von Erinnerungen
|
|
@@ -3675,14 +3675,14 @@ export interface CrmTask {
|
|
|
3675
3675
|
parentRefs: Array<CrmObjectRef>;
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
*
|
|
3678
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3679
3679
|
*/
|
|
3680
|
-
|
|
3680
|
+
externalRecordedTimes: number;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* Beauftragte Zeit in Sekunden
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
effortCommissioned: number;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
3688
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3939,14 +3939,14 @@ export interface Customer {
|
|
|
3939
3939
|
info: MetaInfo;
|
|
3940
3940
|
|
|
3941
3941
|
/**
|
|
3942
|
-
*
|
|
3942
|
+
* reference to the delivery method
|
|
3943
3943
|
*/
|
|
3944
|
-
|
|
3944
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3945
3945
|
|
|
3946
3946
|
/**
|
|
3947
|
-
*
|
|
3947
|
+
* tax able or tax free
|
|
3948
3948
|
*/
|
|
3949
|
-
|
|
3949
|
+
taxable: boolean;
|
|
3950
3950
|
|
|
3951
3951
|
/**
|
|
3952
3952
|
* active true/false
|
|
@@ -4098,14 +4098,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4098
4098
|
export interface DeliveryMethod {
|
|
4099
4099
|
|
|
4100
4100
|
/**
|
|
4101
|
-
*
|
|
4101
|
+
* E-Mail an Versender übergeben
|
|
4102
4102
|
*/
|
|
4103
|
-
|
|
4103
|
+
forwardEmailToShipper: boolean;
|
|
4104
4104
|
|
|
4105
4105
|
/**
|
|
4106
|
-
*
|
|
4106
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4107
4107
|
*/
|
|
4108
|
-
|
|
4108
|
+
splitIntoNewDocument: boolean;
|
|
4109
4109
|
|
|
4110
4110
|
/**
|
|
4111
4111
|
* Min. Gewicht pro Paket
|
|
@@ -4157,26 +4157,26 @@ export interface DeliveryMethod {
|
|
|
4157
4157
|
*/
|
|
4158
4158
|
defaultSizeUnit: UnitTypeReference;
|
|
4159
4159
|
|
|
4160
|
-
/**
|
|
4161
|
-
* translations
|
|
4162
|
-
*/
|
|
4163
|
-
translations: Array<DocumentTypeTerm>;
|
|
4164
|
-
|
|
4165
4160
|
/**
|
|
4166
4161
|
* Quelle für Paketgewicht
|
|
4167
4162
|
*/
|
|
4168
4163
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4169
4164
|
|
|
4170
4165
|
/**
|
|
4171
|
-
*
|
|
4166
|
+
* translations
|
|
4172
4167
|
*/
|
|
4173
|
-
|
|
4168
|
+
translations: Array<DocumentTypeTerm>;
|
|
4174
4169
|
|
|
4175
4170
|
/**
|
|
4176
4171
|
* Gültige Ländercodes
|
|
4177
4172
|
*/
|
|
4178
4173
|
validCountryCodes: Array<string>;
|
|
4179
4174
|
|
|
4175
|
+
/**
|
|
4176
|
+
* Versand-Anbieter
|
|
4177
|
+
*/
|
|
4178
|
+
vdsCarrierId: number;
|
|
4179
|
+
|
|
4180
4180
|
/**
|
|
4181
4181
|
* Standardgewichtseinheit
|
|
4182
4182
|
*/
|
|
@@ -4256,14 +4256,14 @@ export interface DeliveryTerm {
|
|
|
4256
4256
|
version: number;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
|
-
*
|
|
4259
|
+
* information, how the shipping charges should be calculated
|
|
4260
4260
|
*/
|
|
4261
|
-
|
|
4261
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
|
-
*
|
|
4264
|
+
* translations
|
|
4265
4265
|
*/
|
|
4266
|
-
|
|
4266
|
+
translations: Array<DocumentTypeTerm>;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* Lieferarten
|
|
@@ -4351,14 +4351,14 @@ export interface Document {
|
|
|
4351
4351
|
totalVat: number;
|
|
4352
4352
|
|
|
4353
4353
|
/**
|
|
4354
|
-
*
|
|
4354
|
+
* Standardlager für neue Positionen
|
|
4355
4355
|
*/
|
|
4356
|
-
|
|
4356
|
+
defaultStorageRef: ApiObjectReference;
|
|
4357
4357
|
|
|
4358
4358
|
/**
|
|
4359
|
-
*
|
|
4359
|
+
* Name der bestellenden Person
|
|
4360
4360
|
*/
|
|
4361
|
-
|
|
4361
|
+
orderedBy: string;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
4364
|
* Lieferadresse
|
|
@@ -4394,14 +4394,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4394
4394
|
deliveryQuantityPackages: number;
|
|
4395
4395
|
|
|
4396
4396
|
/**
|
|
4397
|
-
*
|
|
4397
|
+
* Bestellnummer aus Vorbeleg
|
|
4398
4398
|
*/
|
|
4399
|
-
|
|
4399
|
+
referencedOrderNumber: string;
|
|
4400
4400
|
|
|
4401
4401
|
/**
|
|
4402
|
-
*
|
|
4402
|
+
* Leitweg-ID
|
|
4403
4403
|
*/
|
|
4404
|
-
|
|
4404
|
+
buyerReference: string;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
4407
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4459,14 +4459,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4459
4459
|
accountId: number;
|
|
4460
4460
|
|
|
4461
4461
|
/**
|
|
4462
|
-
* Länderkennzeichen
|
|
4462
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4463
4463
|
*/
|
|
4464
|
-
|
|
4464
|
+
sourceCountryCode: string;
|
|
4465
4465
|
|
|
4466
4466
|
/**
|
|
4467
|
-
* Länderkennzeichen
|
|
4467
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4468
4468
|
*/
|
|
4469
|
-
|
|
4469
|
+
performanceCountryCode: string;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
4472
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4528,13 +4528,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4528
4528
|
*/
|
|
4529
4529
|
posPayments: Array<DocumentPosPayment>;
|
|
4530
4530
|
|
|
4531
|
-
/**
|
|
4532
|
-
* Ist die Quittung bezahlt
|
|
4533
|
-
true wenn die Quittung bezahlt ist
|
|
4534
|
-
|
|
4535
|
-
*/
|
|
4536
|
-
posReceiptPayed: boolean;
|
|
4537
|
-
|
|
4538
4531
|
/**
|
|
4539
4532
|
* Kundennummer beim Lieferanten
|
|
4540
4533
|
*/
|
|
@@ -4545,6 +4538,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4545
4538
|
*/
|
|
4546
4539
|
maxDeliveries: number;
|
|
4547
4540
|
|
|
4541
|
+
/**
|
|
4542
|
+
* Ist die Quittung bezahlt
|
|
4543
|
+
true wenn die Quittung bezahlt ist
|
|
4544
|
+
|
|
4545
|
+
*/
|
|
4546
|
+
posReceiptPayed: boolean;
|
|
4547
|
+
|
|
4548
4548
|
/**
|
|
4549
4549
|
* Quittung: Summe Zahlbetrag
|
|
4550
4550
|
*/
|
|
@@ -4830,6 +4830,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4830
4830
|
*/
|
|
4831
4831
|
posReceiptChangeAmount: number;
|
|
4832
4832
|
|
|
4833
|
+
/**
|
|
4834
|
+
* Referenz auf Lieferbedingung
|
|
4835
|
+
*/
|
|
4836
|
+
deliveryTermRef: ApiObjectReference;
|
|
4837
|
+
|
|
4833
4838
|
/**
|
|
4834
4839
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4835
4840
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4837,11 +4842,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4837
4842
|
*/
|
|
4838
4843
|
posReceiptBalanced: boolean;
|
|
4839
4844
|
|
|
4840
|
-
/**
|
|
4841
|
-
* Referenz auf Lieferbedingung
|
|
4842
|
-
*/
|
|
4843
|
-
deliveryTermRef: ApiObjectReference;
|
|
4844
|
-
|
|
4845
4845
|
/**
|
|
4846
4846
|
* Gesamtbruttogewicht
|
|
4847
4847
|
*/
|
|
@@ -4863,14 +4863,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4863
4863
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4864
4864
|
|
|
4865
4865
|
/**
|
|
4866
|
-
*
|
|
4866
|
+
* Status der USt-ID-Prüfung
|
|
4867
4867
|
*/
|
|
4868
|
-
|
|
4868
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4869
4869
|
|
|
4870
4870
|
/**
|
|
4871
|
-
*
|
|
4871
|
+
* Rechnungsadresse
|
|
4872
4872
|
*/
|
|
4873
|
-
|
|
4873
|
+
billingAddress: DocumentAddress;
|
|
4874
4874
|
|
|
4875
4875
|
/**
|
|
4876
4876
|
* Report-Gruppe, falls vom Standard abweichend
|
|
@@ -4891,14 +4891,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4891
4891
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4892
4892
|
|
|
4893
4893
|
/**
|
|
4894
|
-
*
|
|
4894
|
+
* Herkunft der Sprache
|
|
4895
4895
|
*/
|
|
4896
|
-
|
|
4896
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4897
4897
|
|
|
4898
4898
|
/**
|
|
4899
|
-
*
|
|
4899
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4900
4900
|
*/
|
|
4901
|
-
|
|
4901
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
4904
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5036,14 +5036,14 @@ export interface DocumentAddress {
|
|
|
5036
5036
|
postOfficeBox: string;
|
|
5037
5037
|
|
|
5038
5038
|
/**
|
|
5039
|
-
*
|
|
5039
|
+
* Street
|
|
5040
5040
|
*/
|
|
5041
|
-
|
|
5041
|
+
street: string;
|
|
5042
5042
|
|
|
5043
5043
|
/**
|
|
5044
|
-
*
|
|
5044
|
+
* country code IsoAlpha3
|
|
5045
5045
|
*/
|
|
5046
|
-
|
|
5046
|
+
countryCode: string;
|
|
5047
5047
|
|
|
5048
5048
|
/**
|
|
5049
5049
|
* Unique identifier of the Object
|
|
@@ -5249,14 +5249,14 @@ export interface DocumentContractDetail {
|
|
|
5249
5249
|
runtimeToDate: ScriptingDate;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Nächste Fälligkeit
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
nextDueDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5457,14 +5457,14 @@ export interface DocumentLine {
|
|
|
5457
5457
|
number: string;
|
|
5458
5458
|
|
|
5459
5459
|
/**
|
|
5460
|
-
*
|
|
5460
|
+
* Referenz zur Kundenauftragszeile
|
|
5461
5461
|
*/
|
|
5462
|
-
|
|
5462
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
5465
|
-
*
|
|
5465
|
+
* Gesamtbruttogewicht
|
|
5466
5466
|
*/
|
|
5467
|
-
|
|
5467
|
+
totalGrossWeight: number;
|
|
5468
5468
|
|
|
5469
5469
|
/**
|
|
5470
5470
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5512,14 +5512,14 @@ export interface DocumentLine {
|
|
|
5512
5512
|
serialType: ArticleSerialType;
|
|
5513
5513
|
|
|
5514
5514
|
/**
|
|
5515
|
-
*
|
|
5515
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5516
5516
|
*/
|
|
5517
|
-
|
|
5517
|
+
positionOfArticleLine: number;
|
|
5518
5518
|
|
|
5519
5519
|
/**
|
|
5520
|
-
*
|
|
5520
|
+
* Preis pro Einheit in Basiswährung
|
|
5521
5521
|
*/
|
|
5522
|
-
|
|
5522
|
+
basePrice: number;
|
|
5523
5523
|
|
|
5524
5524
|
/**
|
|
5525
5525
|
* Steuerschema
|
|
@@ -5622,14 +5622,14 @@ export interface DocumentLine {
|
|
|
5622
5622
|
settledOpenItemDiscountAmount: number;
|
|
5623
5623
|
|
|
5624
5624
|
/**
|
|
5625
|
-
*
|
|
5625
|
+
* Vertragsinformationen
|
|
5626
5626
|
*/
|
|
5627
|
-
|
|
5627
|
+
contractDetail: DocumentContractDetail;
|
|
5628
5628
|
|
|
5629
5629
|
/**
|
|
5630
|
-
*
|
|
5630
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5631
5631
|
*/
|
|
5632
|
-
|
|
5632
|
+
baseSalesValueNet: number;
|
|
5633
5633
|
|
|
5634
5634
|
/**
|
|
5635
5635
|
* Einheit Nettogewicht
|
|
@@ -5787,14 +5787,14 @@ export interface DocumentLine {
|
|
|
5787
5787
|
position: number;
|
|
5788
5788
|
|
|
5789
5789
|
/**
|
|
5790
|
-
*
|
|
5790
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5791
5791
|
*/
|
|
5792
|
-
|
|
5792
|
+
recalcLinePriceViaComponents: boolean;
|
|
5793
5793
|
|
|
5794
5794
|
/**
|
|
5795
|
-
*
|
|
5795
|
+
* Buchungen
|
|
5796
5796
|
*/
|
|
5797
|
-
|
|
5797
|
+
bookings: Array<DocumentLineBooking>;
|
|
5798
5798
|
|
|
5799
5799
|
/**
|
|
5800
5800
|
* unit gross Volume in cubic meters
|
|
@@ -5822,14 +5822,14 @@ export interface DocumentLine {
|
|
|
5822
5822
|
description: string;
|
|
5823
5823
|
|
|
5824
5824
|
/**
|
|
5825
|
-
*
|
|
5825
|
+
* Preisherkunft
|
|
5826
5826
|
*/
|
|
5827
|
-
|
|
5827
|
+
priceOrigin: ProductPriceOrigin;
|
|
5828
5828
|
|
|
5829
5829
|
/**
|
|
5830
|
-
*
|
|
5830
|
+
* Referenz zum Lager
|
|
5831
5831
|
*/
|
|
5832
|
-
|
|
5832
|
+
storage: ApiObjectReference;
|
|
5833
5833
|
|
|
5834
5834
|
/**
|
|
5835
5835
|
* Rohertragsermittlung
|
|
@@ -5887,14 +5887,14 @@ export interface DocumentLine {
|
|
|
5887
5887
|
custom: EavDocumentline;
|
|
5888
5888
|
|
|
5889
5889
|
/**
|
|
5890
|
-
*
|
|
5890
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5891
5891
|
*/
|
|
5892
|
-
|
|
5892
|
+
settledOpenItemComment: string;
|
|
5893
5893
|
|
|
5894
5894
|
/**
|
|
5895
|
-
*
|
|
5895
|
+
* Artikel
|
|
5896
5896
|
*/
|
|
5897
|
-
|
|
5897
|
+
articleId: number;
|
|
5898
5898
|
|
|
5899
5899
|
/**
|
|
5900
5900
|
* Interne Preisänderungsinformationen
|
|
@@ -6288,14 +6288,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6288
6288
|
quantityFinished: number;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* Menge defekt
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
quantityDefective: number;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
|
-
*
|
|
6296
|
+
* Produzierte Seriennummern
|
|
6297
6297
|
*/
|
|
6298
|
-
|
|
6298
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6299
6299
|
|
|
6300
6300
|
/**
|
|
6301
6301
|
* Freifeld
|
|
@@ -6394,14 +6394,14 @@ export interface DocumentLinePosDetail {
|
|
|
6394
6394
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6395
6395
|
|
|
6396
6396
|
/**
|
|
6397
|
-
*
|
|
6397
|
+
* Typ der Einlage/Ausgabe
|
|
6398
6398
|
*/
|
|
6399
|
-
|
|
6399
|
+
depositExpenseTypeId: number;
|
|
6400
6400
|
|
|
6401
6401
|
/**
|
|
6402
|
-
*
|
|
6402
|
+
* Status der externen Zahlung
|
|
6403
6403
|
*/
|
|
6404
|
-
|
|
6404
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6405
6405
|
|
|
6406
6406
|
/**
|
|
6407
6407
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6822,14 +6822,14 @@ export const enum DocumentRounding {
|
|
|
6822
6822
|
export interface DocumentShippingCost {
|
|
6823
6823
|
|
|
6824
6824
|
/**
|
|
6825
|
-
*
|
|
6825
|
+
* Die Versandkosten
|
|
6826
6826
|
*/
|
|
6827
|
-
|
|
6827
|
+
costs: number;
|
|
6828
6828
|
|
|
6829
6829
|
/**
|
|
6830
|
-
*
|
|
6830
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6831
6831
|
*/
|
|
6832
|
-
|
|
6832
|
+
manualCosts: boolean;
|
|
6833
6833
|
|
|
6834
6834
|
/**
|
|
6835
6835
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6957,14 +6957,14 @@ export interface DocumentText {
|
|
|
6957
6957
|
transferableIntoSubsequentDocuments: boolean;
|
|
6958
6958
|
|
|
6959
6959
|
/**
|
|
6960
|
-
*
|
|
6960
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6961
6961
|
*/
|
|
6962
|
-
|
|
6962
|
+
deleted: boolean;
|
|
6963
6963
|
|
|
6964
6964
|
/**
|
|
6965
|
-
*
|
|
6965
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6966
6966
|
*/
|
|
6967
|
-
|
|
6967
|
+
textPosition: TextPosition;
|
|
6968
6968
|
|
|
6969
6969
|
/**
|
|
6970
6970
|
* textBaustein Vorlage
|
|
@@ -7074,14 +7074,14 @@ export interface DocumentType {
|
|
|
7074
7074
|
labels: Array<DocumentTypeLabel>;
|
|
7075
7075
|
|
|
7076
7076
|
/**
|
|
7077
|
-
*
|
|
7077
|
+
* nächste Belegnummer
|
|
7078
7078
|
*/
|
|
7079
|
-
|
|
7079
|
+
nextNumber: string;
|
|
7080
7080
|
|
|
7081
7081
|
/**
|
|
7082
|
-
*
|
|
7082
|
+
* Zählerkreis
|
|
7083
7083
|
*/
|
|
7084
|
-
|
|
7084
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7085
7085
|
|
|
7086
7086
|
/**
|
|
7087
7087
|
* Sortierung
|
|
@@ -7262,14 +7262,14 @@ export const enum DropShippingPolicy {
|
|
|
7262
7262
|
export interface DummySerialNumberStockTransferApi {
|
|
7263
7263
|
|
|
7264
7264
|
/**
|
|
7265
|
-
*
|
|
7265
|
+
* Ziel-Lager
|
|
7266
7266
|
*/
|
|
7267
|
-
|
|
7267
|
+
targetStorageId: number;
|
|
7268
7268
|
|
|
7269
7269
|
/**
|
|
7270
|
-
*
|
|
7270
|
+
* Seriennummer
|
|
7271
7271
|
*/
|
|
7272
|
-
|
|
7272
|
+
serialNumberId: number;
|
|
7273
7273
|
|
|
7274
7274
|
/**
|
|
7275
7275
|
* Bemerkung
|
|
@@ -7292,14 +7292,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7292
7292
|
targetSerialNumber: string;
|
|
7293
7293
|
|
|
7294
7294
|
/**
|
|
7295
|
-
*
|
|
7295
|
+
* Quell-Lagerplatz
|
|
7296
7296
|
*/
|
|
7297
|
-
|
|
7297
|
+
sourceStorageBinId: number;
|
|
7298
7298
|
|
|
7299
7299
|
/**
|
|
7300
|
-
*
|
|
7300
|
+
* Menge
|
|
7301
7301
|
*/
|
|
7302
|
-
|
|
7302
|
+
quantity: number;
|
|
7303
7303
|
|
|
7304
7304
|
/**
|
|
7305
7305
|
* Quell-Lager
|
|
@@ -7959,14 +7959,14 @@ export interface OpenItem {
|
|
|
7959
7959
|
paymentDueDate: ScriptingDate;
|
|
7960
7960
|
|
|
7961
7961
|
/**
|
|
7962
|
-
* Länderkennzeichen
|
|
7962
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7963
7963
|
*/
|
|
7964
|
-
|
|
7964
|
+
sourceCountryCode: string;
|
|
7965
7965
|
|
|
7966
7966
|
/**
|
|
7967
|
-
* Länderkennzeichen
|
|
7967
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7968
7968
|
*/
|
|
7969
|
-
|
|
7969
|
+
performanceCountryCode: string;
|
|
7970
7970
|
|
|
7971
7971
|
/**
|
|
7972
7972
|
* agreed Deposit payment date
|
|
@@ -8074,14 +8074,14 @@ export interface OpenItem {
|
|
|
8074
8074
|
sumFee: number;
|
|
8075
8075
|
|
|
8076
8076
|
/**
|
|
8077
|
-
*
|
|
8077
|
+
* The full amount of the payment
|
|
8078
8078
|
*/
|
|
8079
|
-
|
|
8079
|
+
fullPaymentAmount: number;
|
|
8080
8080
|
|
|
8081
8081
|
/**
|
|
8082
|
-
*
|
|
8082
|
+
* Zahlungsplan
|
|
8083
8083
|
*/
|
|
8084
|
-
|
|
8084
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8085
8085
|
|
|
8086
8086
|
/**
|
|
8087
8087
|
* Zahlungssperre
|
|
@@ -8094,14 +8094,14 @@ export interface OpenItem {
|
|
|
8094
8094
|
originalPaymentDueDate: ScriptingDate;
|
|
8095
8095
|
|
|
8096
8096
|
/**
|
|
8097
|
-
*
|
|
8097
|
+
* whether this open item is balanced, partially paid or open
|
|
8098
8098
|
*/
|
|
8099
|
-
|
|
8099
|
+
balanceState: OpenItemBalanceState;
|
|
8100
8100
|
|
|
8101
8101
|
/**
|
|
8102
|
-
*
|
|
8102
|
+
* Valutadatum
|
|
8103
8103
|
*/
|
|
8104
|
-
|
|
8104
|
+
valueDate: ScriptingDate;
|
|
8105
8105
|
|
|
8106
8106
|
/**
|
|
8107
8107
|
* Skontobetrag 1
|
|
@@ -8114,14 +8114,14 @@ export interface OpenItem {
|
|
|
8114
8114
|
baseSumDiscount: number;
|
|
8115
8115
|
|
|
8116
8116
|
/**
|
|
8117
|
-
*
|
|
8117
|
+
* Zahlungsvorlage
|
|
8118
8118
|
*/
|
|
8119
|
-
|
|
8119
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8120
8120
|
|
|
8121
8121
|
/**
|
|
8122
|
-
*
|
|
8122
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8123
8123
|
*/
|
|
8124
|
-
|
|
8124
|
+
baseSumDunnings: number;
|
|
8125
8125
|
|
|
8126
8126
|
/**
|
|
8127
8127
|
* Rechnungsbetrag
|
|
@@ -8417,14 +8417,14 @@ export interface OpenItemRecord {
|
|
|
8417
8417
|
version: number;
|
|
8418
8418
|
|
|
8419
8419
|
/**
|
|
8420
|
-
*
|
|
8420
|
+
* Buchungsbetrag in Basiswährung
|
|
8421
8421
|
*/
|
|
8422
|
-
|
|
8422
|
+
baseAmount: number;
|
|
8423
8423
|
|
|
8424
8424
|
/**
|
|
8425
|
-
*
|
|
8425
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8426
8426
|
*/
|
|
8427
|
-
|
|
8427
|
+
transactionId: number;
|
|
8428
8428
|
|
|
8429
8429
|
/**
|
|
8430
8430
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8442,14 +8442,14 @@ export interface OpenItemRecord {
|
|
|
8442
8442
|
totalAmount: number;
|
|
8443
8443
|
|
|
8444
8444
|
/**
|
|
8445
|
-
*
|
|
8445
|
+
* id des records, der diesen storniert hat
|
|
8446
8446
|
*/
|
|
8447
|
-
|
|
8447
|
+
revertedByRecordId: number;
|
|
8448
8448
|
|
|
8449
8449
|
/**
|
|
8450
|
-
*
|
|
8450
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8451
8451
|
*/
|
|
8452
|
-
|
|
8452
|
+
baseCurrencyCode: string;
|
|
8453
8453
|
|
|
8454
8454
|
/**
|
|
8455
8455
|
* qualifier of open item
|
|
@@ -8689,14 +8689,14 @@ export interface PaymentTerm {
|
|
|
8689
8689
|
paymentDiscount2: number;
|
|
8690
8690
|
|
|
8691
8691
|
/**
|
|
8692
|
-
*
|
|
8692
|
+
* Percent for Discount 1
|
|
8693
8693
|
*/
|
|
8694
|
-
|
|
8694
|
+
paymentDiscount1: number;
|
|
8695
8695
|
|
|
8696
8696
|
/**
|
|
8697
|
-
*
|
|
8697
|
+
* printDescription
|
|
8698
8698
|
*/
|
|
8699
|
-
|
|
8699
|
+
printDescription: string;
|
|
8700
8700
|
|
|
8701
8701
|
/**
|
|
8702
8702
|
* for deposit: remaining term
|
|
@@ -9429,19 +9429,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9429
9429
|
maxArticleCountPerOrder: number;
|
|
9430
9430
|
|
|
9431
9431
|
/**
|
|
9432
|
-
*
|
|
9432
|
+
* Alternative Selektion in VQL
|
|
9433
9433
|
*/
|
|
9434
|
-
|
|
9434
|
+
alternativeSelectionInVql: string;
|
|
9435
9435
|
|
|
9436
9436
|
/**
|
|
9437
|
-
*
|
|
9437
|
+
* Maximaler Auftragswert
|
|
9438
9438
|
*/
|
|
9439
|
-
|
|
9439
|
+
maxOrderValue: number;
|
|
9440
9440
|
|
|
9441
9441
|
/**
|
|
9442
|
-
* Nur
|
|
9442
|
+
* Nur vollständig lieferbare Positionen
|
|
9443
9443
|
*/
|
|
9444
|
-
|
|
9444
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9445
9445
|
|
|
9446
9446
|
/**
|
|
9447
9447
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9449,9 +9449,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9449
9449
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9450
9450
|
|
|
9451
9451
|
/**
|
|
9452
|
-
* Nur
|
|
9452
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9453
9453
|
*/
|
|
9454
|
-
|
|
9454
|
+
maxOrderCount: number;
|
|
9455
9455
|
|
|
9456
9456
|
/**
|
|
9457
9457
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9542,14 +9542,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9542
9542
|
specifyStorageBins: boolean;
|
|
9543
9543
|
|
|
9544
9544
|
/**
|
|
9545
|
-
*
|
|
9545
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9546
9546
|
*/
|
|
9547
|
-
|
|
9547
|
+
sortByRoutePosition: boolean;
|
|
9548
9548
|
|
|
9549
9549
|
/**
|
|
9550
|
-
*
|
|
9550
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9551
9551
|
*/
|
|
9552
|
-
|
|
9552
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9553
9553
|
|
|
9554
9554
|
/**
|
|
9555
9555
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -9615,14 +9615,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9615
9615
|
useDigitalPicklist: boolean;
|
|
9616
9616
|
|
|
9617
9617
|
/**
|
|
9618
|
-
*
|
|
9618
|
+
* Sammelbestätigung erlauben
|
|
9619
9619
|
*/
|
|
9620
|
-
|
|
9620
|
+
allowFullConfirmation: boolean;
|
|
9621
9621
|
|
|
9622
9622
|
/**
|
|
9623
|
-
*
|
|
9623
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9624
9624
|
*/
|
|
9625
|
-
|
|
9625
|
+
allowPickingOfServiceArticles: boolean;
|
|
9626
9626
|
|
|
9627
9627
|
/**
|
|
9628
9628
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
@@ -9918,14 +9918,14 @@ export interface ProductArticleRef {
|
|
|
9918
9918
|
export interface ProductDiscount {
|
|
9919
9919
|
|
|
9920
9920
|
/**
|
|
9921
|
-
*
|
|
9921
|
+
* Kundengruppe
|
|
9922
9922
|
*/
|
|
9923
|
-
|
|
9923
|
+
customerGroupRef: ApiObjectReference;
|
|
9924
9924
|
|
|
9925
9925
|
/**
|
|
9926
|
-
*
|
|
9926
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9927
9927
|
*/
|
|
9928
|
-
|
|
9928
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9929
9929
|
|
|
9930
9930
|
/**
|
|
9931
9931
|
* Lieferantengruppe
|
|
@@ -9948,14 +9948,14 @@ export interface ProductDiscount {
|
|
|
9948
9948
|
validFrom: ScriptingDate;
|
|
9949
9949
|
|
|
9950
9950
|
/**
|
|
9951
|
-
*
|
|
9951
|
+
* Warengruppe
|
|
9952
9952
|
*/
|
|
9953
|
-
|
|
9953
|
+
productGroupRef: ApiObjectReference;
|
|
9954
9954
|
|
|
9955
9955
|
/**
|
|
9956
|
-
*
|
|
9956
|
+
* Bestimmt die Art des Rabatts
|
|
9957
9957
|
*/
|
|
9958
|
-
|
|
9958
|
+
modifierType: PriceModifierType;
|
|
9959
9959
|
|
|
9960
9960
|
/**
|
|
9961
9961
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9973,14 +9973,14 @@ export interface ProductDiscount {
|
|
|
9973
9973
|
currencyRef: CurrencyReference;
|
|
9974
9974
|
|
|
9975
9975
|
/**
|
|
9976
|
-
*
|
|
9976
|
+
* Preisgruppe
|
|
9977
9977
|
*/
|
|
9978
|
-
|
|
9978
|
+
priceGroupRef: ApiObjectReference;
|
|
9979
9979
|
|
|
9980
9980
|
/**
|
|
9981
|
-
*
|
|
9981
|
+
* Wert des Rabatts
|
|
9982
9982
|
*/
|
|
9983
|
-
|
|
9983
|
+
modifierValue: number;
|
|
9984
9984
|
|
|
9985
9985
|
/**
|
|
9986
9986
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10003,14 +10003,14 @@ export interface ProductDiscount {
|
|
|
10003
10003
|
modifierValueType: ValueType;
|
|
10004
10004
|
|
|
10005
10005
|
/**
|
|
10006
|
-
*
|
|
10006
|
+
* Account, für den der Rabatt gültig ist
|
|
10007
10007
|
*/
|
|
10008
|
-
|
|
10008
|
+
accountRef: ApiObjectReference;
|
|
10009
10009
|
|
|
10010
10010
|
/**
|
|
10011
|
-
*
|
|
10011
|
+
* Name des Rabatts
|
|
10012
10012
|
*/
|
|
10013
|
-
|
|
10013
|
+
modifierName: string;
|
|
10014
10014
|
|
|
10015
10015
|
/**
|
|
10016
10016
|
* Unique identifier of the Object
|
|
@@ -10127,14 +10127,14 @@ export interface ProductMainGroup {
|
|
|
10127
10127
|
export interface ProductPrice {
|
|
10128
10128
|
|
|
10129
10129
|
/**
|
|
10130
|
-
*
|
|
10130
|
+
* Kundengruppe
|
|
10131
10131
|
*/
|
|
10132
|
-
|
|
10132
|
+
customerGroupRef: ApiObjectReference;
|
|
10133
10133
|
|
|
10134
10134
|
/**
|
|
10135
|
-
*
|
|
10135
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10136
10136
|
*/
|
|
10137
|
-
|
|
10137
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10138
10138
|
|
|
10139
10139
|
/**
|
|
10140
10140
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10222,14 +10222,14 @@ export interface ProductPrice {
|
|
|
10222
10222
|
qualifier: ProductPriceQualifier;
|
|
10223
10223
|
|
|
10224
10224
|
/**
|
|
10225
|
-
*
|
|
10225
|
+
* Preisbasis
|
|
10226
10226
|
*/
|
|
10227
|
-
|
|
10227
|
+
priceBase: ArticlePriceBase;
|
|
10228
10228
|
|
|
10229
10229
|
/**
|
|
10230
|
-
*
|
|
10230
|
+
* Aktionpreis
|
|
10231
10231
|
*/
|
|
10232
|
-
|
|
10232
|
+
specialOfferPrice: boolean;
|
|
10233
10233
|
|
|
10234
10234
|
/**
|
|
10235
10235
|
* Gültig bis
|
|
@@ -10482,14 +10482,14 @@ export interface RequestDocument {
|
|
|
10482
10482
|
texts: Array<DocumentText>;
|
|
10483
10483
|
|
|
10484
10484
|
/**
|
|
10485
|
-
*
|
|
10485
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10486
10486
|
*/
|
|
10487
|
-
|
|
10487
|
+
processedByPicklistProcessing: boolean;
|
|
10488
10488
|
|
|
10489
10489
|
/**
|
|
10490
|
-
*
|
|
10490
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10491
10491
|
*/
|
|
10492
|
-
|
|
10492
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10493
10493
|
|
|
10494
10494
|
/**
|
|
10495
10495
|
* Die Rabatte des Beleges
|
|
@@ -10520,14 +10520,14 @@ export interface RequestDocumentLine {
|
|
|
10520
10520
|
description: string;
|
|
10521
10521
|
|
|
10522
10522
|
/**
|
|
10523
|
-
*
|
|
10523
|
+
* Herkunft des Preises
|
|
10524
10524
|
*/
|
|
10525
|
-
|
|
10525
|
+
priceOrigin: ProductPriceOrigin;
|
|
10526
10526
|
|
|
10527
10527
|
/**
|
|
10528
|
-
*
|
|
10528
|
+
* Quittungsdetails zur Belegposition
|
|
10529
10529
|
*/
|
|
10530
|
-
|
|
10530
|
+
posDetail: DocumentLinePosDetail;
|
|
10531
10531
|
|
|
10532
10532
|
/**
|
|
10533
10533
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -10545,14 +10545,14 @@ export interface RequestDocumentLine {
|
|
|
10545
10545
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10546
10546
|
|
|
10547
10547
|
/**
|
|
10548
|
-
*
|
|
10548
|
+
* FiBu-Angaben
|
|
10549
10549
|
*/
|
|
10550
|
-
|
|
10550
|
+
financeBooking: DocumentFinanceBooking;
|
|
10551
10551
|
|
|
10552
10552
|
/**
|
|
10553
|
-
*
|
|
10553
|
+
* Typ dieser Position
|
|
10554
10554
|
*/
|
|
10555
|
-
|
|
10555
|
+
lineType: DocumentLineType;
|
|
10556
10556
|
|
|
10557
10557
|
/**
|
|
10558
10558
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10565,14 +10565,14 @@ export interface RequestDocumentLine {
|
|
|
10565
10565
|
dropShippingPolicy: DropShippingPolicy;
|
|
10566
10566
|
|
|
10567
10567
|
/**
|
|
10568
|
-
*
|
|
10568
|
+
* Positionsnummer der Artikel
|
|
10569
10569
|
*/
|
|
10570
|
-
|
|
10570
|
+
positionOfArticleLine: number;
|
|
10571
10571
|
|
|
10572
10572
|
/**
|
|
10573
|
-
*
|
|
10573
|
+
* (optional) Lager-ID
|
|
10574
10574
|
*/
|
|
10575
|
-
|
|
10575
|
+
storageId: number;
|
|
10576
10576
|
|
|
10577
10577
|
/**
|
|
10578
10578
|
* Vertragsdetails zur Belegposition
|
|
@@ -10610,14 +10610,14 @@ export interface RequestDocumentLine {
|
|
|
10610
10610
|
custom: EavDocumentline;
|
|
10611
10611
|
|
|
10612
10612
|
/**
|
|
10613
|
-
*
|
|
10613
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10614
10614
|
*/
|
|
10615
|
-
|
|
10615
|
+
settledOpenItemComment: string;
|
|
10616
10616
|
|
|
10617
10617
|
/**
|
|
10618
|
-
*
|
|
10618
|
+
* (optional) ID des Artikels dieser Position
|
|
10619
10619
|
*/
|
|
10620
|
-
|
|
10620
|
+
articleId: number;
|
|
10621
10621
|
|
|
10622
10622
|
/**
|
|
10623
10623
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -10660,14 +10660,14 @@ export interface RequestDocumentLine {
|
|
|
10660
10660
|
name: string;
|
|
10661
10661
|
|
|
10662
10662
|
/**
|
|
10663
|
-
*
|
|
10663
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10664
10664
|
*/
|
|
10665
|
-
|
|
10665
|
+
externalArticleNumber: string;
|
|
10666
10666
|
|
|
10667
10667
|
/**
|
|
10668
|
-
*
|
|
10668
|
+
* ID der Quell-Belegposition
|
|
10669
10669
|
*/
|
|
10670
|
-
|
|
10670
|
+
sourceLineId: number;
|
|
10671
10671
|
|
|
10672
10672
|
/**
|
|
10673
10673
|
* Buchungen zu dieser Belegposition
|
|
@@ -10839,14 +10839,14 @@ export interface SalesAgent {
|
|
|
10839
10839
|
note: string;
|
|
10840
10840
|
|
|
10841
10841
|
/**
|
|
10842
|
-
*
|
|
10842
|
+
* reference to the delivery method
|
|
10843
10843
|
*/
|
|
10844
|
-
|
|
10844
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10845
10845
|
|
|
10846
10846
|
/**
|
|
10847
|
-
*
|
|
10847
|
+
* is sales agent taxable
|
|
10848
10848
|
*/
|
|
10849
|
-
|
|
10849
|
+
taxable: boolean;
|
|
10850
10850
|
|
|
10851
10851
|
/**
|
|
10852
10852
|
* Freifelder
|
|
@@ -11823,14 +11823,14 @@ export interface StockMovementManualApi {
|
|
|
11823
11823
|
export interface StockTransferApi {
|
|
11824
11824
|
|
|
11825
11825
|
/**
|
|
11826
|
-
*
|
|
11826
|
+
* Ziel-Lager
|
|
11827
11827
|
*/
|
|
11828
|
-
|
|
11828
|
+
targetStorageId: number;
|
|
11829
11829
|
|
|
11830
11830
|
/**
|
|
11831
|
-
*
|
|
11831
|
+
* Seriennummer
|
|
11832
11832
|
*/
|
|
11833
|
-
|
|
11833
|
+
serialNumberId: number;
|
|
11834
11834
|
|
|
11835
11835
|
/**
|
|
11836
11836
|
* Bemerkung
|
|
@@ -11843,14 +11843,14 @@ export interface StockTransferApi {
|
|
|
11843
11843
|
bookDate: ScriptingDate;
|
|
11844
11844
|
|
|
11845
11845
|
/**
|
|
11846
|
-
*
|
|
11846
|
+
* Quell-Lagerplatz
|
|
11847
11847
|
*/
|
|
11848
|
-
|
|
11848
|
+
sourceStorageBinId: number;
|
|
11849
11849
|
|
|
11850
11850
|
/**
|
|
11851
|
-
*
|
|
11851
|
+
* Menge
|
|
11852
11852
|
*/
|
|
11853
|
-
|
|
11853
|
+
quantity: number;
|
|
11854
11854
|
|
|
11855
11855
|
/**
|
|
11856
11856
|
* Quell-Lager
|
|
@@ -12046,9 +12046,9 @@ export interface Supplier {
|
|
|
12046
12046
|
info: MetaInfo;
|
|
12047
12047
|
|
|
12048
12048
|
/**
|
|
12049
|
-
*
|
|
12049
|
+
* Lieferantengruppe
|
|
12050
12050
|
*/
|
|
12051
|
-
|
|
12051
|
+
supplierGroupRef: ApiObjectReference;
|
|
12052
12052
|
|
|
12053
12053
|
/**
|
|
12054
12054
|
* reference to the delivery method
|
|
@@ -12056,9 +12056,9 @@ export interface Supplier {
|
|
|
12056
12056
|
deliveryMethodRef: ApiObjectReference;
|
|
12057
12057
|
|
|
12058
12058
|
/**
|
|
12059
|
-
*
|
|
12059
|
+
* tax able or tax free
|
|
12060
12060
|
*/
|
|
12061
|
-
|
|
12061
|
+
taxable: boolean;
|
|
12062
12062
|
|
|
12063
12063
|
/**
|
|
12064
12064
|
* Mahnen?
|
|
@@ -12483,14 +12483,14 @@ export interface User {
|
|
|
12483
12483
|
version: number;
|
|
12484
12484
|
|
|
12485
12485
|
/**
|
|
12486
|
-
*
|
|
12486
|
+
* first-name
|
|
12487
12487
|
*/
|
|
12488
|
-
|
|
12488
|
+
firstName: string;
|
|
12489
12489
|
|
|
12490
12490
|
/**
|
|
12491
|
-
*
|
|
12491
|
+
* is the email verified
|
|
12492
12492
|
*/
|
|
12493
|
-
|
|
12493
|
+
emailVerified: boolean;
|
|
12494
12494
|
|
|
12495
12495
|
/**
|
|
12496
12496
|
* email-address
|