@vario-software/types 2026.35.1 → 2026.35.2
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 +57 -57
- package/scripting/types.d.ts +312 -312
package/scripting/types.d.ts
CHANGED
|
@@ -19,14 +19,14 @@ export const enum AccessoryInsertTerm {
|
|
|
19
19
|
export interface Account {
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Notiz
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
note: string;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
taxLiabilityReversed: boolean;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Alle Adressen außer der Standard-Adresse
|
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Summe Forderungen
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
receivablesSum: number;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
costCenter: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -178,6 +178,11 @@ export interface Account {
|
|
|
178
178
|
*/
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
|
+
/**
|
|
182
|
+
* Sprache des Accounts
|
|
183
|
+
*/
|
|
184
|
+
languageCode: string;
|
|
185
|
+
|
|
181
186
|
/**
|
|
182
187
|
* Erstkontakt am
|
|
183
188
|
*/
|
|
@@ -188,11 +193,6 @@ export interface Account {
|
|
|
188
193
|
*/
|
|
189
194
|
calculationMode: CalculationMode;
|
|
190
195
|
|
|
191
|
-
/**
|
|
192
|
-
* Sprache des Accounts
|
|
193
|
-
*/
|
|
194
|
-
languageCode: string;
|
|
195
|
-
|
|
196
196
|
/**
|
|
197
197
|
* Has this Account a possible duplicate
|
|
198
198
|
*/
|
|
@@ -302,14 +302,14 @@ export interface AccountAddress {
|
|
|
302
302
|
titleRef: ApiCreatableReference;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
|
-
*
|
|
305
|
+
* Country code
|
|
306
306
|
*/
|
|
307
|
-
|
|
307
|
+
countryCode: string;
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* Street
|
|
311
311
|
*/
|
|
312
|
-
|
|
312
|
+
street: string;
|
|
313
313
|
|
|
314
314
|
/**
|
|
315
315
|
* Unique identifier of the Object
|
|
@@ -337,14 +337,14 @@ export interface AccountAddress {
|
|
|
337
337
|
types: Array<ApiCreatableReference>;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* GLN/ILN as location identifier for this address
|
|
341
341
|
*/
|
|
342
|
-
|
|
342
|
+
globalLocationNumber: string;
|
|
343
343
|
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* Leitweg-ID
|
|
346
346
|
*/
|
|
347
|
-
|
|
347
|
+
buyerReference: string;
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* abweichende Zahlungsart
|
|
@@ -372,14 +372,14 @@ export interface AccountAddress {
|
|
|
372
372
|
defaultForType: boolean;
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* Sprache der Adresse
|
|
376
376
|
*/
|
|
377
|
-
|
|
377
|
+
languageCode: string;
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* calculation mode of this address
|
|
381
381
|
*/
|
|
382
|
-
|
|
382
|
+
calculationMode: CalculationMode;
|
|
383
383
|
|
|
384
384
|
/**
|
|
385
385
|
* Version Identifier for this Object (for PUT)
|
|
@@ -505,14 +505,14 @@ export interface AccountBankdetail {
|
|
|
505
505
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
506
|
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
508
|
+
* origin type
|
|
509
509
|
*/
|
|
510
|
-
|
|
510
|
+
originType: AccountBankdetail$OriginType;
|
|
511
511
|
|
|
512
512
|
/**
|
|
513
|
-
*
|
|
513
|
+
* Is default bank?
|
|
514
514
|
*/
|
|
515
|
-
|
|
515
|
+
defaultBank: boolean;
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
@@ -596,14 +596,14 @@ export interface AccountListing {
|
|
|
596
596
|
export interface AccountLoanValue {
|
|
597
597
|
|
|
598
598
|
/**
|
|
599
|
-
*
|
|
599
|
+
* Nicht berücksichtigter Betrag
|
|
600
600
|
*/
|
|
601
|
-
|
|
601
|
+
unconsideredAmount: number;
|
|
602
602
|
|
|
603
603
|
/**
|
|
604
|
-
*
|
|
604
|
+
* Account
|
|
605
605
|
*/
|
|
606
|
-
|
|
606
|
+
accountId: number;
|
|
607
607
|
|
|
608
608
|
/**
|
|
609
609
|
* Betrag aus Aufträgen
|
|
@@ -1015,20 +1015,25 @@ export interface Article {
|
|
|
1015
1015
|
dangerousGoodInformation: DangerousGoodInformation;
|
|
1016
1016
|
|
|
1017
1017
|
/**
|
|
1018
|
-
*
|
|
1018
|
+
* is this product purchasable
|
|
1019
1019
|
*/
|
|
1020
|
-
|
|
1020
|
+
purchasable: boolean;
|
|
1021
1021
|
|
|
1022
1022
|
/**
|
|
1023
|
-
*
|
|
1023
|
+
* Product custom data
|
|
1024
1024
|
*/
|
|
1025
|
-
|
|
1025
|
+
listingCustom: EavArticleListing;
|
|
1026
1026
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* base capacity unit
|
|
1029
1029
|
*/
|
|
1030
1030
|
baseCapacityUnit: UnitTypeReference;
|
|
1031
1031
|
|
|
1032
|
+
/**
|
|
1033
|
+
* is this product sellable without any quantity at the stock
|
|
1034
|
+
*/
|
|
1035
|
+
sellableWithoutStock: boolean;
|
|
1036
|
+
|
|
1032
1037
|
/**
|
|
1033
1038
|
* Seriennummern Auszeichnungsart
|
|
1034
1039
|
*/
|
|
@@ -1039,11 +1044,6 @@ export interface Article {
|
|
|
1039
1044
|
*/
|
|
1040
1045
|
initialAvgPurchasePrice: number;
|
|
1041
1046
|
|
|
1042
|
-
/**
|
|
1043
|
-
* is this product sellable without any quantity at the stock
|
|
1044
|
-
*/
|
|
1045
|
-
sellableWithoutStock: boolean;
|
|
1046
|
-
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1145,14 +1145,14 @@ export interface Article {
|
|
|
1145
1145
|
deliveryMethodRef: ApiObjectReference;
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
|
-
*
|
|
1148
|
+
* Produktion
|
|
1149
1149
|
*/
|
|
1150
|
-
|
|
1150
|
+
fabrication: boolean;
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
|
-
*
|
|
1153
|
+
* Soll-Handelsspanne
|
|
1154
1154
|
*/
|
|
1155
|
-
|
|
1155
|
+
targetTradingMargin: number;
|
|
1156
1156
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* active
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* weight and size inc. packaging
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
grossMetric: Article$Metric;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* Verkaufseinheit
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
salesUnit: number;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -1215,14 +1215,14 @@ export interface Article {
|
|
|
1215
1215
|
listingStateChangeTime: ScriptingDateTime;
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
1218
|
-
*
|
|
1218
|
+
* Country code
|
|
1219
1219
|
*/
|
|
1220
|
-
|
|
1220
|
+
countryOfOriginRef: CountryReference;
|
|
1221
1221
|
|
|
1222
1222
|
/**
|
|
1223
|
-
*
|
|
1223
|
+
* Arbeitseinheit in Minuten
|
|
1224
1224
|
*/
|
|
1225
|
-
|
|
1225
|
+
workUnitInMinutes: number;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
1228
|
* description custom data
|
|
@@ -1284,11 +1284,6 @@ export interface Article {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
|
-
/**
|
|
1288
|
-
* Vorgabe Herstellungskosten
|
|
1289
|
-
*/
|
|
1290
|
-
defaultFabricationCost: number;
|
|
1291
|
-
|
|
1292
1287
|
/**
|
|
1293
1288
|
* gross sales prices
|
|
1294
1289
|
*/
|
|
@@ -1299,6 +1294,11 @@ export interface Article {
|
|
|
1299
1294
|
*/
|
|
1300
1295
|
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1301
1296
|
|
|
1297
|
+
/**
|
|
1298
|
+
* Vorgabe Herstellungskosten
|
|
1299
|
+
*/
|
|
1300
|
+
defaultFabricationCost: number;
|
|
1301
|
+
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1319,11 +1319,6 @@ export interface Article {
|
|
|
1319
1319
|
*/
|
|
1320
1320
|
shippingLabelPrinting: boolean;
|
|
1321
1321
|
|
|
1322
|
-
/**
|
|
1323
|
-
* rabattierbarer Artikel?
|
|
1324
|
-
*/
|
|
1325
|
-
discountable: boolean;
|
|
1326
|
-
|
|
1327
1322
|
/**
|
|
1328
1323
|
* alternative name of this product
|
|
1329
1324
|
*/
|
|
@@ -1334,6 +1329,11 @@ export interface Article {
|
|
|
1334
1329
|
*/
|
|
1335
1330
|
contingentArticleRef: ApiObjectReference;
|
|
1336
1331
|
|
|
1332
|
+
/**
|
|
1333
|
+
* rabattierbarer Artikel?
|
|
1334
|
+
*/
|
|
1335
|
+
discountable: boolean;
|
|
1336
|
+
|
|
1337
1337
|
/**
|
|
1338
1338
|
* base capacity
|
|
1339
1339
|
*/
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* Nur manuelle Produktion
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
onlyManualFabrication: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* provisionsberechtiger Artikel?
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
commissionable: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1443,14 +1443,14 @@ export interface Article$Metric {
|
|
|
1443
1443
|
sizeX: number;
|
|
1444
1444
|
|
|
1445
1445
|
/**
|
|
1446
|
-
*
|
|
1446
|
+
* size unit
|
|
1447
1447
|
*/
|
|
1448
|
-
|
|
1448
|
+
sizeUnit: UnitTypeReference;
|
|
1449
1449
|
|
|
1450
1450
|
/**
|
|
1451
|
-
*
|
|
1451
|
+
* weight
|
|
1452
1452
|
*/
|
|
1453
|
-
|
|
1453
|
+
weight: number;
|
|
1454
1454
|
|
|
1455
1455
|
/**
|
|
1456
1456
|
* size
|
|
@@ -1458,14 +1458,14 @@ export interface Article$Metric {
|
|
|
1458
1458
|
sizeY: number;
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
*
|
|
1461
|
+
* size
|
|
1462
1462
|
*/
|
|
1463
|
-
|
|
1463
|
+
sizeZ: number;
|
|
1464
1464
|
|
|
1465
1465
|
/**
|
|
1466
|
-
*
|
|
1466
|
+
* weight unit
|
|
1467
1467
|
*/
|
|
1468
|
-
|
|
1468
|
+
weightUnit: UnitTypeReference;
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
1471
|
export interface ArticleAssetInformation {
|
|
@@ -1589,14 +1589,14 @@ export interface ArticleCustomer {
|
|
|
1589
1589
|
articleName: string;
|
|
1590
1590
|
|
|
1591
1591
|
/**
|
|
1592
|
-
*
|
|
1592
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1593
1593
|
*/
|
|
1594
|
-
|
|
1594
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1595
1595
|
|
|
1596
1596
|
/**
|
|
1597
|
-
*
|
|
1597
|
+
* Etikettdruck-Einstellungen
|
|
1598
1598
|
*/
|
|
1599
|
-
|
|
1599
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1600
1600
|
|
|
1601
1601
|
/**
|
|
1602
1602
|
* Kunden-Preise
|
|
@@ -1604,14 +1604,14 @@ export interface ArticleCustomer {
|
|
|
1604
1604
|
productPrices: Array<ProductPrice>;
|
|
1605
1605
|
|
|
1606
1606
|
/**
|
|
1607
|
-
*
|
|
1607
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1608
1608
|
*/
|
|
1609
|
-
|
|
1609
|
+
useDeviatingArticleDescription: boolean;
|
|
1610
1610
|
|
|
1611
1611
|
/**
|
|
1612
|
-
*
|
|
1612
|
+
* Referenced Article
|
|
1613
1613
|
*/
|
|
1614
|
-
|
|
1614
|
+
articleId: number;
|
|
1615
1615
|
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Aktiv?
|
|
@@ -1648,11 +1648,6 @@ export interface ArticleCustomer {
|
|
|
1648
1648
|
*/
|
|
1649
1649
|
defaultGrossPrice: number;
|
|
1650
1650
|
|
|
1651
|
-
/**
|
|
1652
|
-
* Artikelnummer
|
|
1653
|
-
*/
|
|
1654
|
-
articleNumber: string;
|
|
1655
|
-
|
|
1656
1651
|
/**
|
|
1657
1652
|
* Abweichende Produktnummer
|
|
1658
1653
|
*/
|
|
@@ -1663,6 +1658,11 @@ export interface ArticleCustomer {
|
|
|
1663
1658
|
*/
|
|
1664
1659
|
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1665
1660
|
|
|
1661
|
+
/**
|
|
1662
|
+
* Artikelnummer
|
|
1663
|
+
*/
|
|
1664
|
+
articleNumber: string;
|
|
1665
|
+
|
|
1666
1666
|
/**
|
|
1667
1667
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1668
1668
|
*/
|
|
@@ -1771,14 +1771,14 @@ export interface ArticleListing {
|
|
|
1771
1771
|
proposedLowestPriceGross: number;
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
|
-
* der
|
|
1774
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1775
1775
|
*/
|
|
1776
|
-
|
|
1776
|
+
customLowestPriceGross: number;
|
|
1777
1777
|
|
|
1778
1778
|
/**
|
|
1779
|
-
*
|
|
1779
|
+
* der Sales Channel
|
|
1780
1780
|
*/
|
|
1781
|
-
|
|
1781
|
+
salesChannelRef: ApiObjectReference;
|
|
1782
1782
|
|
|
1783
1783
|
/**
|
|
1784
1784
|
* soll der Artikel gelistet werden
|
|
@@ -1984,14 +1984,14 @@ export const enum ArticleSerialType {
|
|
|
1984
1984
|
export interface ArticleStorage {
|
|
1985
1985
|
|
|
1986
1986
|
/**
|
|
1987
|
-
*
|
|
1987
|
+
* Nachschub ab
|
|
1988
1988
|
*/
|
|
1989
|
-
|
|
1989
|
+
replenishmentFrom: number;
|
|
1990
1990
|
|
|
1991
1991
|
/**
|
|
1992
|
-
*
|
|
1992
|
+
* Bestand im Lager
|
|
1993
1993
|
*/
|
|
1994
|
-
|
|
1994
|
+
quantityInStock: number;
|
|
1995
1995
|
|
|
1996
1996
|
/**
|
|
1997
1997
|
* Meldebestand
|
|
@@ -1999,14 +1999,14 @@ export interface ArticleStorage {
|
|
|
1999
1999
|
reorderPoint: number;
|
|
2000
2000
|
|
|
2001
2001
|
/**
|
|
2002
|
-
*
|
|
2002
|
+
* Aktuelle Menge in Kommissionierung
|
|
2003
2003
|
*/
|
|
2004
|
-
|
|
2004
|
+
quantityInPicking: number;
|
|
2005
2005
|
|
|
2006
2006
|
/**
|
|
2007
|
-
*
|
|
2007
|
+
* Bestellte Menge
|
|
2008
2008
|
*/
|
|
2009
|
-
|
|
2009
|
+
orderedQuantity: number;
|
|
2010
2010
|
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Nachschub auf
|
|
@@ -2086,11 +2086,6 @@ export interface ArticleStorage {
|
|
|
2086
2086
|
|
|
2087
2087
|
export interface ArticleSupplier {
|
|
2088
2088
|
|
|
2089
|
-
/**
|
|
2090
|
-
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2091
|
-
*/
|
|
2092
|
-
useSupplierArticleDescription: boolean;
|
|
2093
|
-
|
|
2094
2089
|
/**
|
|
2095
2090
|
* Anzeigename des Accounts
|
|
2096
2091
|
*/
|
|
@@ -2102,15 +2097,20 @@ export interface ArticleSupplier {
|
|
|
2102
2097
|
supplierReportingStock: number;
|
|
2103
2098
|
|
|
2104
2099
|
/**
|
|
2105
|
-
*
|
|
2100
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2106
2101
|
*/
|
|
2107
|
-
|
|
2102
|
+
useSupplierArticleDescription: boolean;
|
|
2108
2103
|
|
|
2109
2104
|
/**
|
|
2110
2105
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2111
2106
|
*/
|
|
2112
2107
|
useSupplierArticleIdentifier: boolean;
|
|
2113
2108
|
|
|
2109
|
+
/**
|
|
2110
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2111
|
+
*/
|
|
2112
|
+
deliveryTime: number;
|
|
2113
|
+
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2116
2116
|
*/
|
|
@@ -4020,14 +4020,14 @@ export interface CurrencyReference {
|
|
|
4020
4020
|
export interface Customer {
|
|
4021
4021
|
|
|
4022
4022
|
/**
|
|
4023
|
-
*
|
|
4023
|
+
* reference to customer group
|
|
4024
4024
|
*/
|
|
4025
|
-
|
|
4025
|
+
customerGroupRef: ApiObjectReference;
|
|
4026
4026
|
|
|
4027
4027
|
/**
|
|
4028
|
-
*
|
|
4028
|
+
* Option für die Stapelverarbeitung
|
|
4029
4029
|
*/
|
|
4030
|
-
|
|
4030
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
4031
4031
|
|
|
4032
4032
|
/**
|
|
4033
4033
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -4045,14 +4045,14 @@ export interface Customer {
|
|
|
4045
4045
|
dueDate: ScriptingDate;
|
|
4046
4046
|
|
|
4047
4047
|
/**
|
|
4048
|
-
*
|
|
4048
|
+
* collective billable
|
|
4049
4049
|
*/
|
|
4050
|
-
|
|
4050
|
+
collectiveBillable: boolean;
|
|
4051
4051
|
|
|
4052
4052
|
/**
|
|
4053
|
-
*
|
|
4053
|
+
* Maximal mögliche Lieferungen
|
|
4054
4054
|
*/
|
|
4055
|
-
|
|
4055
|
+
maxDeliveries: number;
|
|
4056
4056
|
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4105,14 +4105,14 @@ export interface Customer {
|
|
|
4105
4105
|
info: MetaInfo;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
|
-
*
|
|
4108
|
+
* reference to the delivery method
|
|
4109
4109
|
*/
|
|
4110
|
-
|
|
4110
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4111
4111
|
|
|
4112
4112
|
/**
|
|
4113
|
-
*
|
|
4113
|
+
* tax able or tax free
|
|
4114
4114
|
*/
|
|
4115
|
-
|
|
4115
|
+
taxable: boolean;
|
|
4116
4116
|
|
|
4117
4117
|
/**
|
|
4118
4118
|
* active true/false
|
|
@@ -4264,14 +4264,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4264
4264
|
export interface DeliveryMethod {
|
|
4265
4265
|
|
|
4266
4266
|
/**
|
|
4267
|
-
*
|
|
4267
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4268
4268
|
*/
|
|
4269
|
-
|
|
4269
|
+
splitIntoNewDocument: boolean;
|
|
4270
4270
|
|
|
4271
4271
|
/**
|
|
4272
|
-
*
|
|
4272
|
+
* E-Mail an Versender übergeben
|
|
4273
4273
|
*/
|
|
4274
|
-
|
|
4274
|
+
forwardEmailToShipper: boolean;
|
|
4275
4275
|
|
|
4276
4276
|
/**
|
|
4277
4277
|
* Barcode
|
|
@@ -4595,14 +4595,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4595
4595
|
baseDepositPaymentAmount: number;
|
|
4596
4596
|
|
|
4597
4597
|
/**
|
|
4598
|
-
*
|
|
4598
|
+
* Ist der Beleg festgeschrieben?
|
|
4599
4599
|
*/
|
|
4600
|
-
|
|
4600
|
+
frozen: boolean;
|
|
4601
4601
|
|
|
4602
4602
|
/**
|
|
4603
|
-
*
|
|
4603
|
+
* Gesamtpreis vor Rabatt [BRUTTO, NETTO]
|
|
4604
4604
|
*/
|
|
4605
|
-
|
|
4605
|
+
totalBeforeModifier: number;
|
|
4606
4606
|
|
|
4607
4607
|
/**
|
|
4608
4608
|
* Referenz auf verantwortlichen Benutzer
|
|
@@ -4670,14 +4670,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4670
4670
|
documentDate: ScriptingDate;
|
|
4671
4671
|
|
|
4672
4672
|
/**
|
|
4673
|
-
*
|
|
4673
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4674
4674
|
*/
|
|
4675
|
-
|
|
4675
|
+
roundingAmount: number;
|
|
4676
4676
|
|
|
4677
4677
|
/**
|
|
4678
|
-
*
|
|
4678
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4679
4679
|
*/
|
|
4680
|
-
|
|
4680
|
+
taxLiabilityReversed: boolean;
|
|
4681
4681
|
|
|
4682
4682
|
/**
|
|
4683
4683
|
* Versanddatum
|
|
@@ -4712,14 +4712,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4712
4712
|
posReceiptPayed: boolean;
|
|
4713
4713
|
|
|
4714
4714
|
/**
|
|
4715
|
-
*
|
|
4715
|
+
* Maximal mögliche Lieferungen
|
|
4716
4716
|
*/
|
|
4717
|
-
|
|
4717
|
+
maxDeliveries: number;
|
|
4718
4718
|
|
|
4719
4719
|
/**
|
|
4720
|
-
*
|
|
4720
|
+
* Kundennummer beim Lieferanten
|
|
4721
4721
|
*/
|
|
4722
|
-
|
|
4722
|
+
ourCustomerNumber: string;
|
|
4723
4723
|
|
|
4724
4724
|
/**
|
|
4725
4725
|
* Quittung: Summe Zahlbetrag
|
|
@@ -4767,14 +4767,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4767
4767
|
calculationMode: CalculationMode;
|
|
4768
4768
|
|
|
4769
4769
|
/**
|
|
4770
|
-
*
|
|
4770
|
+
* Referenz auf Zahlungsbedingung
|
|
4771
4771
|
*/
|
|
4772
|
-
|
|
4772
|
+
paymentTermRef: PaymentTermRef;
|
|
4773
4773
|
|
|
4774
4774
|
/**
|
|
4775
|
-
*
|
|
4775
|
+
* Wird vom Workflow verarbeitet?
|
|
4776
4776
|
*/
|
|
4777
|
-
|
|
4777
|
+
processedByWorkflow: boolean;
|
|
4778
4778
|
|
|
4779
4779
|
/**
|
|
4780
4780
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4822,14 +4822,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4822
4822
|
stackProcessingType: OrderStackProcessingType;
|
|
4823
4823
|
|
|
4824
4824
|
/**
|
|
4825
|
-
*
|
|
4825
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4826
4826
|
*/
|
|
4827
|
-
|
|
4827
|
+
en16931Profile: EN16931Profile;
|
|
4828
4828
|
|
|
4829
4829
|
/**
|
|
4830
|
-
*
|
|
4830
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4831
4831
|
*/
|
|
4832
|
-
|
|
4832
|
+
dropShippingInvoiceApproved: boolean;
|
|
4833
4833
|
|
|
4834
4834
|
/**
|
|
4835
4835
|
* Wechselkurs
|
|
@@ -4877,14 +4877,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4877
4877
|
dropShipping: boolean;
|
|
4878
4878
|
|
|
4879
4879
|
/**
|
|
4880
|
-
*
|
|
4880
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4881
4881
|
*/
|
|
4882
|
-
|
|
4882
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4883
4883
|
|
|
4884
4884
|
/**
|
|
4885
|
-
*
|
|
4885
|
+
* Gesamtpreis netto
|
|
4886
4886
|
*/
|
|
4887
|
-
|
|
4887
|
+
totalNetPrice: number;
|
|
4888
4888
|
|
|
4889
4889
|
/**
|
|
4890
4890
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -5006,11 +5006,6 @@ true wenn die Quittung bezahlt ist
|
|
|
5006
5006
|
*/
|
|
5007
5007
|
taxIdentificationNumber: string;
|
|
5008
5008
|
|
|
5009
|
-
/**
|
|
5010
|
-
* Rückgeld
|
|
5011
|
-
*/
|
|
5012
|
-
posReceiptChangeAmount: number;
|
|
5013
|
-
|
|
5014
5009
|
/**
|
|
5015
5010
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
5016
5011
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -5023,6 +5018,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
5023
5018
|
*/
|
|
5024
5019
|
deliveryTermRef: ApiObjectReference;
|
|
5025
5020
|
|
|
5021
|
+
/**
|
|
5022
|
+
* Rückgeld
|
|
5023
|
+
*/
|
|
5024
|
+
posReceiptChangeAmount: number;
|
|
5025
|
+
|
|
5026
5026
|
/**
|
|
5027
5027
|
* Gesamtbruttogewicht
|
|
5028
5028
|
*/
|
|
@@ -5199,14 +5199,14 @@ export interface DocumentAddress {
|
|
|
5199
5199
|
postOfficeBox: string;
|
|
5200
5200
|
|
|
5201
5201
|
/**
|
|
5202
|
-
*
|
|
5202
|
+
* country code IsoAlpha3
|
|
5203
5203
|
*/
|
|
5204
|
-
|
|
5204
|
+
countryCode: string;
|
|
5205
5205
|
|
|
5206
5206
|
/**
|
|
5207
|
-
*
|
|
5207
|
+
* Street
|
|
5208
5208
|
*/
|
|
5209
|
-
|
|
5209
|
+
street: string;
|
|
5210
5210
|
|
|
5211
5211
|
/**
|
|
5212
5212
|
* Unique identifier of the Object
|
|
@@ -5672,14 +5672,14 @@ export interface DocumentLine {
|
|
|
5672
5672
|
id: number;
|
|
5673
5673
|
|
|
5674
5674
|
/**
|
|
5675
|
-
*
|
|
5675
|
+
* Preis pro Einheit in Basiswährung
|
|
5676
5676
|
*/
|
|
5677
|
-
|
|
5677
|
+
basePrice: number;
|
|
5678
5678
|
|
|
5679
5679
|
/**
|
|
5680
|
-
*
|
|
5680
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5681
5681
|
*/
|
|
5682
|
-
|
|
5682
|
+
positionOfArticleLine: number;
|
|
5683
5683
|
|
|
5684
5684
|
/**
|
|
5685
5685
|
* Serientyp
|
|
@@ -6067,14 +6067,14 @@ export interface DocumentLine {
|
|
|
6067
6067
|
custom: EavDocumentline;
|
|
6068
6068
|
|
|
6069
6069
|
/**
|
|
6070
|
-
*
|
|
6070
|
+
* Artikel
|
|
6071
6071
|
*/
|
|
6072
|
-
|
|
6072
|
+
articleId: number;
|
|
6073
6073
|
|
|
6074
6074
|
/**
|
|
6075
|
-
*
|
|
6075
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
6076
6076
|
*/
|
|
6077
|
-
|
|
6077
|
+
settledOpenItemComment: string;
|
|
6078
6078
|
|
|
6079
6079
|
/**
|
|
6080
6080
|
* Interne Preisänderungsinformationen
|
|
@@ -6256,14 +6256,14 @@ export interface DocumentLineComponent {
|
|
|
6256
6256
|
pickingQuantity: number;
|
|
6257
6257
|
|
|
6258
6258
|
/**
|
|
6259
|
-
*
|
|
6259
|
+
* Freifelder
|
|
6260
6260
|
*/
|
|
6261
|
-
|
|
6261
|
+
custom: EavDocumentlinecomponent;
|
|
6262
6262
|
|
|
6263
6263
|
/**
|
|
6264
|
-
*
|
|
6264
|
+
* Produktionsdetails
|
|
6265
6265
|
*/
|
|
6266
|
-
|
|
6266
|
+
fabricationDetail: DocumentLineComponentFabricationDetail;
|
|
6267
6267
|
|
|
6268
6268
|
/**
|
|
6269
6269
|
* Referenz auf den Artikel der Komponente
|
|
@@ -6415,14 +6415,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6415
6415
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6416
6416
|
|
|
6417
6417
|
/**
|
|
6418
|
-
*
|
|
6418
|
+
* Abweichende Herstellungskosten
|
|
6419
6419
|
*/
|
|
6420
|
-
|
|
6420
|
+
deviatingUnitPrice: number;
|
|
6421
6421
|
|
|
6422
6422
|
/**
|
|
6423
|
-
*
|
|
6423
|
+
* Menge
|
|
6424
6424
|
*/
|
|
6425
|
-
|
|
6425
|
+
quantity: number;
|
|
6426
6426
|
|
|
6427
6427
|
/**
|
|
6428
6428
|
* Beschreibung
|
|
@@ -7131,14 +7131,14 @@ export interface DocumentShippingCost {
|
|
|
7131
7131
|
manualCosts: boolean;
|
|
7132
7132
|
|
|
7133
7133
|
/**
|
|
7134
|
-
*
|
|
7134
|
+
* Keine Versandkosten (freier Versand)
|
|
7135
7135
|
*/
|
|
7136
|
-
|
|
7136
|
+
freeShipping: boolean;
|
|
7137
7137
|
|
|
7138
7138
|
/**
|
|
7139
|
-
*
|
|
7139
|
+
* Texte
|
|
7140
7140
|
*/
|
|
7141
|
-
|
|
7141
|
+
texts: Array<DocumentText>;
|
|
7142
7142
|
|
|
7143
7143
|
/**
|
|
7144
7144
|
* skontierbar
|
|
@@ -7581,14 +7581,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7581
7581
|
targetExpiryDate: ScriptingDate;
|
|
7582
7582
|
|
|
7583
7583
|
/**
|
|
7584
|
-
*
|
|
7584
|
+
* Quell-Lagerplatz
|
|
7585
7585
|
*/
|
|
7586
|
-
|
|
7586
|
+
sourceStorageBinId: number;
|
|
7587
7587
|
|
|
7588
7588
|
/**
|
|
7589
|
-
*
|
|
7589
|
+
* Menge
|
|
7590
7590
|
*/
|
|
7591
|
-
|
|
7591
|
+
quantity: number;
|
|
7592
7592
|
|
|
7593
7593
|
/**
|
|
7594
7594
|
* Quell-Lager
|
|
@@ -7956,14 +7956,14 @@ export const enum FabricationOfComponents {
|
|
|
7956
7956
|
export interface FabricationProduceRequest {
|
|
7957
7957
|
|
|
7958
7958
|
/**
|
|
7959
|
-
*
|
|
7959
|
+
* Material automatisch bestätigen
|
|
7960
7960
|
*/
|
|
7961
|
-
|
|
7961
|
+
autoCommitComponents: boolean;
|
|
7962
7962
|
|
|
7963
7963
|
/**
|
|
7964
|
-
*
|
|
7964
|
+
* Zu produzierende Menge
|
|
7965
7965
|
*/
|
|
7966
|
-
|
|
7966
|
+
quantity: number;
|
|
7967
7967
|
|
|
7968
7968
|
/**
|
|
7969
7969
|
* Für die Produktion zu verwendendes Material
|
|
@@ -8017,14 +8017,14 @@ export interface FabricationRevertRequest {
|
|
|
8017
8017
|
quantity: number;
|
|
8018
8018
|
|
|
8019
8019
|
/**
|
|
8020
|
-
*
|
|
8020
|
+
* Material automatisch stornieren
|
|
8021
8021
|
*/
|
|
8022
|
-
|
|
8022
|
+
autoRevertComponents: boolean;
|
|
8023
8023
|
|
|
8024
8024
|
/**
|
|
8025
|
-
*
|
|
8025
|
+
* ID der zu stornierenden Position
|
|
8026
8026
|
*/
|
|
8027
|
-
|
|
8027
|
+
documentLineId: number;
|
|
8028
8028
|
|
|
8029
8029
|
/**
|
|
8030
8030
|
* Zu stornierende Seriennummern
|
|
@@ -8379,14 +8379,14 @@ export interface OpenItem {
|
|
|
8379
8379
|
performanceCountryCode: string;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Valutadatum schreibgeschützt
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
valueDateReadOnly: boolean;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* agreed Deposit payment date
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
depositPaymentDate: ScriptingDate;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8424,14 +8424,14 @@ export interface OpenItem {
|
|
|
8424
8424
|
depositPaymentAmount: number;
|
|
8425
8425
|
|
|
8426
8426
|
/**
|
|
8427
|
-
*
|
|
8427
|
+
* Verwendungszweck
|
|
8428
8428
|
*/
|
|
8429
|
-
|
|
8429
|
+
purpose: string;
|
|
8430
8430
|
|
|
8431
8431
|
/**
|
|
8432
|
-
*
|
|
8432
|
+
* free payments
|
|
8433
8433
|
*/
|
|
8434
|
-
|
|
8434
|
+
records: Array<OpenItemRecord>;
|
|
8435
8435
|
|
|
8436
8436
|
/**
|
|
8437
8437
|
* How much discount can be given for speedy payment, rule 2
|
|
@@ -8484,14 +8484,14 @@ export interface OpenItem {
|
|
|
8484
8484
|
sumFee: number;
|
|
8485
8485
|
|
|
8486
8486
|
/**
|
|
8487
|
-
*
|
|
8487
|
+
* The full amount of the payment
|
|
8488
8488
|
*/
|
|
8489
|
-
|
|
8489
|
+
fullPaymentAmount: number;
|
|
8490
8490
|
|
|
8491
8491
|
/**
|
|
8492
|
-
*
|
|
8492
|
+
* Zahlungsplan
|
|
8493
8493
|
*/
|
|
8494
|
-
|
|
8494
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8495
8495
|
|
|
8496
8496
|
/**
|
|
8497
8497
|
* Zahlungssperre
|
|
@@ -8524,14 +8524,14 @@ export interface OpenItem {
|
|
|
8524
8524
|
baseSumDiscount: number;
|
|
8525
8525
|
|
|
8526
8526
|
/**
|
|
8527
|
-
*
|
|
8527
|
+
* Zahlungsvorlage
|
|
8528
8528
|
*/
|
|
8529
|
-
|
|
8529
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8530
8530
|
|
|
8531
8531
|
/**
|
|
8532
|
-
*
|
|
8532
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8533
8533
|
*/
|
|
8534
|
-
|
|
8534
|
+
baseSumDunnings: number;
|
|
8535
8535
|
|
|
8536
8536
|
/**
|
|
8537
8537
|
* Rechnungsbetrag
|
|
@@ -8642,14 +8642,14 @@ export interface OpenItemPaymentPlan {
|
|
|
8642
8642
|
dueDate: ScriptingDate;
|
|
8643
8643
|
|
|
8644
8644
|
/**
|
|
8645
|
-
*
|
|
8645
|
+
* Zahlungsplantyp
|
|
8646
8646
|
*/
|
|
8647
|
-
|
|
8647
|
+
paymentPlanType: OpenItemPaymentPlan$PaymentPlanType;
|
|
8648
8648
|
|
|
8649
8649
|
/**
|
|
8650
|
-
*
|
|
8650
|
+
* Aktiv
|
|
8651
8651
|
*/
|
|
8652
|
-
|
|
8652
|
+
active: boolean;
|
|
8653
8653
|
|
|
8654
8654
|
/**
|
|
8655
8655
|
* Beschreibung
|
|
@@ -8857,14 +8857,14 @@ export interface OpenItemRecord {
|
|
|
8857
8857
|
totalAmount: number;
|
|
8858
8858
|
|
|
8859
8859
|
/**
|
|
8860
|
-
*
|
|
8860
|
+
* id des records, der diesen storniert hat
|
|
8861
8861
|
*/
|
|
8862
|
-
|
|
8862
|
+
revertedByRecordId: number;
|
|
8863
8863
|
|
|
8864
8864
|
/**
|
|
8865
|
-
*
|
|
8865
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8866
8866
|
*/
|
|
8867
|
-
|
|
8867
|
+
baseCurrencyCode: string;
|
|
8868
8868
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* qualifier of open item
|
|
@@ -9012,14 +9012,14 @@ export interface PaymentMethod {
|
|
|
9012
9012
|
dunnable: boolean;
|
|
9013
9013
|
|
|
9014
9014
|
/**
|
|
9015
|
-
*
|
|
9015
|
+
* Debitoren-OP abschließen?
|
|
9016
9016
|
*/
|
|
9017
|
-
|
|
9017
|
+
closeCustomerAccountType: boolean;
|
|
9018
9018
|
|
|
9019
9019
|
/**
|
|
9020
|
-
*
|
|
9020
|
+
* translations
|
|
9021
9021
|
*/
|
|
9022
|
-
|
|
9022
|
+
translations: Array<DocumentTypeTerm>;
|
|
9023
9023
|
|
|
9024
9024
|
/**
|
|
9025
9025
|
* +Tage für Folgelastschrift
|
|
@@ -9027,14 +9027,14 @@ export interface PaymentMethod {
|
|
|
9027
9027
|
daysToAddForFollowup: number;
|
|
9028
9028
|
|
|
9029
9029
|
/**
|
|
9030
|
-
*
|
|
9030
|
+
* Die Business Transaction
|
|
9031
9031
|
*/
|
|
9032
|
-
|
|
9032
|
+
businessTransaction: ApiObjectReference;
|
|
9033
9033
|
|
|
9034
9034
|
/**
|
|
9035
|
-
*
|
|
9035
|
+
* external Payment Id
|
|
9036
9036
|
*/
|
|
9037
|
-
|
|
9037
|
+
externalPaymentId: string;
|
|
9038
9038
|
|
|
9039
9039
|
/**
|
|
9040
9040
|
* Unique identifier of the Object
|
|
@@ -9117,26 +9117,26 @@ export interface PaymentTerm {
|
|
|
9117
9117
|
*/
|
|
9118
9118
|
paymentDiscount2: number;
|
|
9119
9119
|
|
|
9120
|
-
/**
|
|
9121
|
-
* printDescription
|
|
9122
|
-
*/
|
|
9123
|
-
printDescription: string;
|
|
9124
|
-
|
|
9125
9120
|
/**
|
|
9126
9121
|
* Percent for Discount 1
|
|
9127
9122
|
*/
|
|
9128
9123
|
paymentDiscount1: number;
|
|
9129
9124
|
|
|
9130
9125
|
/**
|
|
9131
|
-
*
|
|
9126
|
+
* printDescription
|
|
9132
9127
|
*/
|
|
9133
|
-
|
|
9128
|
+
printDescription: string;
|
|
9134
9129
|
|
|
9135
9130
|
/**
|
|
9136
9131
|
* for deposit: remaining term
|
|
9137
9132
|
*/
|
|
9138
9133
|
remainingTermRef: ApiObjectReference;
|
|
9139
9134
|
|
|
9135
|
+
/**
|
|
9136
|
+
* Days for Discount 1
|
|
9137
|
+
*/
|
|
9138
|
+
paymentDays1: number;
|
|
9139
|
+
|
|
9140
9140
|
/**
|
|
9141
9141
|
* Days for Discount 2
|
|
9142
9142
|
*/
|
|
@@ -9482,14 +9482,14 @@ export interface Picklist {
|
|
|
9482
9482
|
export interface PicklistLine {
|
|
9483
9483
|
|
|
9484
9484
|
/**
|
|
9485
|
-
*
|
|
9485
|
+
* Gesammelte Menge der Position
|
|
9486
9486
|
*/
|
|
9487
|
-
|
|
9487
|
+
quantityCollected: number;
|
|
9488
9488
|
|
|
9489
9489
|
/**
|
|
9490
|
-
*
|
|
9490
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
9491
9491
|
*/
|
|
9492
|
-
|
|
9492
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
9493
9493
|
|
|
9494
9494
|
/**
|
|
9495
9495
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -9849,14 +9849,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9849
9849
|
maxOrderValue: number;
|
|
9850
9850
|
|
|
9851
9851
|
/**
|
|
9852
|
-
* Nur
|
|
9852
|
+
* Nur vollständig lieferbare Positionen
|
|
9853
9853
|
*/
|
|
9854
|
-
|
|
9854
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9855
9855
|
|
|
9856
9856
|
/**
|
|
9857
|
-
* Nur
|
|
9857
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9858
9858
|
*/
|
|
9859
|
-
|
|
9859
|
+
maxOrderCount: number;
|
|
9860
9860
|
|
|
9861
9861
|
/**
|
|
9862
9862
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9941,6 +9941,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9941
9941
|
*/
|
|
9942
9942
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9943
9943
|
|
|
9944
|
+
/**
|
|
9945
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9946
|
+
*/
|
|
9947
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9948
|
+
|
|
9944
9949
|
/**
|
|
9945
9950
|
* Lagerplätze vorgeben
|
|
9946
9951
|
*/
|
|
@@ -9952,20 +9957,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9952
9957
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9953
9958
|
|
|
9954
9959
|
/**
|
|
9955
|
-
*
|
|
9960
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9956
9961
|
*/
|
|
9957
|
-
|
|
9962
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9958
9963
|
|
|
9959
9964
|
/**
|
|
9960
9965
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9961
9966
|
*/
|
|
9962
9967
|
sortByRoutePosition: boolean;
|
|
9963
9968
|
|
|
9964
|
-
/**
|
|
9965
|
-
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9966
|
-
*/
|
|
9967
|
-
useAllAvailOrderPickingTrolleys: boolean;
|
|
9968
|
-
|
|
9969
9969
|
/**
|
|
9970
9970
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9971
9971
|
*/
|
|
@@ -10065,14 +10065,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10065
10065
|
printLabelOnCompleteOrder: boolean;
|
|
10066
10066
|
|
|
10067
10067
|
/**
|
|
10068
|
-
*
|
|
10068
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
10069
10069
|
*/
|
|
10070
|
-
|
|
10070
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
10071
10071
|
|
|
10072
10072
|
/**
|
|
10073
|
-
*
|
|
10073
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
10074
10074
|
*/
|
|
10075
|
-
|
|
10075
|
+
printLabelAfterPicking: boolean;
|
|
10076
10076
|
|
|
10077
10077
|
/**
|
|
10078
10078
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
@@ -10202,14 +10202,14 @@ export interface PriceSelectionCriteria {
|
|
|
10202
10202
|
export interface Product {
|
|
10203
10203
|
|
|
10204
10204
|
/**
|
|
10205
|
-
*
|
|
10205
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
10206
10206
|
*/
|
|
10207
|
-
|
|
10207
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
10208
10208
|
|
|
10209
10209
|
/**
|
|
10210
|
-
*
|
|
10210
|
+
* Zolltarifnummer
|
|
10211
10211
|
*/
|
|
10212
|
-
|
|
10212
|
+
customsTariffNumber: string;
|
|
10213
10213
|
|
|
10214
10214
|
/**
|
|
10215
10215
|
* Gebindeschema dieses Produkts
|
|
@@ -10358,14 +10358,14 @@ export interface ProductArticleRef {
|
|
|
10358
10358
|
export interface ProductDiscount {
|
|
10359
10359
|
|
|
10360
10360
|
/**
|
|
10361
|
-
*
|
|
10361
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10362
10362
|
*/
|
|
10363
|
-
|
|
10363
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10364
10364
|
|
|
10365
10365
|
/**
|
|
10366
|
-
*
|
|
10366
|
+
* Kundengruppe
|
|
10367
10367
|
*/
|
|
10368
|
-
|
|
10368
|
+
customerGroupRef: ApiObjectReference;
|
|
10369
10369
|
|
|
10370
10370
|
/**
|
|
10371
10371
|
* Lieferantengruppe
|
|
@@ -10418,14 +10418,14 @@ export interface ProductDiscount {
|
|
|
10418
10418
|
currencyRef: CurrencyReference;
|
|
10419
10419
|
|
|
10420
10420
|
/**
|
|
10421
|
-
*
|
|
10421
|
+
* Preisgruppe
|
|
10422
10422
|
*/
|
|
10423
|
-
|
|
10423
|
+
priceGroupRef: ApiObjectReference;
|
|
10424
10424
|
|
|
10425
10425
|
/**
|
|
10426
|
-
*
|
|
10426
|
+
* Wert des Rabatts
|
|
10427
10427
|
*/
|
|
10428
|
-
|
|
10428
|
+
modifierValue: number;
|
|
10429
10429
|
|
|
10430
10430
|
/**
|
|
10431
10431
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10433,14 +10433,14 @@ export interface ProductDiscount {
|
|
|
10433
10433
|
qualifier: ProductPriceQualifier;
|
|
10434
10434
|
|
|
10435
10435
|
/**
|
|
10436
|
-
*
|
|
10436
|
+
* Aktionpreis
|
|
10437
10437
|
*/
|
|
10438
|
-
|
|
10438
|
+
specialOfferPrice: boolean;
|
|
10439
10439
|
|
|
10440
10440
|
/**
|
|
10441
|
-
*
|
|
10441
|
+
* Gültig bis
|
|
10442
10442
|
*/
|
|
10443
|
-
|
|
10443
|
+
validUntil: ScriptingDate;
|
|
10444
10444
|
|
|
10445
10445
|
/**
|
|
10446
10446
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10572,14 +10572,14 @@ export interface ProductMainGroup {
|
|
|
10572
10572
|
export interface ProductPrice {
|
|
10573
10573
|
|
|
10574
10574
|
/**
|
|
10575
|
-
*
|
|
10575
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10576
10576
|
*/
|
|
10577
|
-
|
|
10577
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10578
10578
|
|
|
10579
10579
|
/**
|
|
10580
|
-
*
|
|
10580
|
+
* Kundengruppe
|
|
10581
10581
|
*/
|
|
10582
|
-
|
|
10582
|
+
customerGroupRef: ApiObjectReference;
|
|
10583
10583
|
|
|
10584
10584
|
/**
|
|
10585
10585
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10671,6 +10671,11 @@ export interface ProductPrice {
|
|
|
10671
10671
|
*/
|
|
10672
10672
|
qualifier: ProductPriceQualifier;
|
|
10673
10673
|
|
|
10674
|
+
/**
|
|
10675
|
+
* Aktionpreis
|
|
10676
|
+
*/
|
|
10677
|
+
specialOfferPrice: boolean;
|
|
10678
|
+
|
|
10674
10679
|
/**
|
|
10675
10680
|
* Preisbasis
|
|
10676
10681
|
*/
|
|
@@ -10681,11 +10686,6 @@ export interface ProductPrice {
|
|
|
10681
10686
|
*/
|
|
10682
10687
|
validUntil: ScriptingDate;
|
|
10683
10688
|
|
|
10684
|
-
/**
|
|
10685
|
-
* Aktionpreis
|
|
10686
|
-
*/
|
|
10687
|
-
specialOfferPrice: boolean;
|
|
10688
|
-
|
|
10689
10689
|
/**
|
|
10690
10690
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
10691
10691
|
*/
|
|
@@ -10897,14 +10897,14 @@ export interface RequestDocument {
|
|
|
10897
10897
|
paymentTermId: number;
|
|
10898
10898
|
|
|
10899
10899
|
/**
|
|
10900
|
-
*
|
|
10900
|
+
* Schema Freifelder
|
|
10901
10901
|
*/
|
|
10902
|
-
|
|
10902
|
+
custom: EavDocument;
|
|
10903
10903
|
|
|
10904
10904
|
/**
|
|
10905
|
-
*
|
|
10905
|
+
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
10906
10906
|
*/
|
|
10907
|
-
|
|
10907
|
+
dropShipping: boolean;
|
|
10908
10908
|
|
|
10909
10909
|
/**
|
|
10910
10910
|
* target document type for document copy
|
|
@@ -11049,25 +11049,20 @@ export interface RequestDocumentLine {
|
|
|
11049
11049
|
*/
|
|
11050
11050
|
supplierAccountId: number;
|
|
11051
11051
|
|
|
11052
|
-
/**
|
|
11053
|
-
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
11054
|
-
*/
|
|
11055
|
-
quantity: number;
|
|
11056
|
-
|
|
11057
11052
|
/**
|
|
11058
11053
|
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
11059
11054
|
*/
|
|
11060
11055
|
mainArticleLinePosition: number;
|
|
11061
11056
|
|
|
11062
11057
|
/**
|
|
11063
|
-
*
|
|
11058
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
11064
11059
|
*/
|
|
11065
|
-
|
|
11060
|
+
quantity: number;
|
|
11066
11061
|
|
|
11067
11062
|
/**
|
|
11068
|
-
*
|
|
11063
|
+
* Versandkosten mit Bedingungen
|
|
11069
11064
|
*/
|
|
11070
|
-
|
|
11065
|
+
shippingCostDetail: RequestDocumentLineShippingCostDetail;
|
|
11071
11066
|
|
|
11072
11067
|
/**
|
|
11073
11068
|
* Für interne Zwecke: Freifelder
|
|
@@ -11075,15 +11070,20 @@ export interface RequestDocumentLine {
|
|
|
11075
11070
|
custom: EavDocumentline;
|
|
11076
11071
|
|
|
11077
11072
|
/**
|
|
11078
|
-
*
|
|
11073
|
+
* Details Produktionsbelegen
|
|
11079
11074
|
*/
|
|
11080
|
-
|
|
11075
|
+
fabricationDetail: RequestDocumentLineFabricationDetail;
|
|
11081
11076
|
|
|
11082
11077
|
/**
|
|
11083
11078
|
* (optional) ID des Artikels dieser Position
|
|
11084
11079
|
*/
|
|
11085
11080
|
articleId: number;
|
|
11086
11081
|
|
|
11082
|
+
/**
|
|
11083
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
11084
|
+
*/
|
|
11085
|
+
settledOpenItemComment: string;
|
|
11086
|
+
|
|
11087
11087
|
/**
|
|
11088
11088
|
* ID der Belegposition im aktuellen Beleg
|
|
11089
11089
|
*/
|
|
@@ -11362,14 +11362,14 @@ export interface SalesAgent {
|
|
|
11362
11362
|
taxRateRef: ApiObjectReference;
|
|
11363
11363
|
|
|
11364
11364
|
/**
|
|
11365
|
-
*
|
|
11365
|
+
* country code performance country IsoAlpha3
|
|
11366
11366
|
*/
|
|
11367
|
-
|
|
11367
|
+
performanceCountryCode: string;
|
|
11368
11368
|
|
|
11369
11369
|
/**
|
|
11370
|
-
*
|
|
11370
|
+
* reference to the assigned user
|
|
11371
11371
|
*/
|
|
11372
|
-
|
|
11372
|
+
userRef: ApiObjectReference;
|
|
11373
11373
|
|
|
11374
11374
|
/**
|
|
11375
11375
|
* billing type
|
|
@@ -12316,14 +12316,14 @@ export interface StockTransferApi {
|
|
|
12316
12316
|
bookDate: ScriptingDate;
|
|
12317
12317
|
|
|
12318
12318
|
/**
|
|
12319
|
-
*
|
|
12319
|
+
* Quell-Lagerplatz
|
|
12320
12320
|
*/
|
|
12321
|
-
|
|
12321
|
+
sourceStorageBinId: number;
|
|
12322
12322
|
|
|
12323
12323
|
/**
|
|
12324
|
-
*
|
|
12324
|
+
* Menge
|
|
12325
12325
|
*/
|
|
12326
|
-
|
|
12326
|
+
quantity: number;
|
|
12327
12327
|
|
|
12328
12328
|
/**
|
|
12329
12329
|
* Quell-Lager
|
|
@@ -12523,11 +12523,6 @@ export interface Supplier {
|
|
|
12523
12523
|
*/
|
|
12524
12524
|
info: MetaInfo;
|
|
12525
12525
|
|
|
12526
|
-
/**
|
|
12527
|
-
* tax able or tax free
|
|
12528
|
-
*/
|
|
12529
|
-
taxable: boolean;
|
|
12530
|
-
|
|
12531
12526
|
/**
|
|
12532
12527
|
* reference to the delivery method
|
|
12533
12528
|
*/
|
|
@@ -12538,6 +12533,11 @@ export interface Supplier {
|
|
|
12538
12533
|
*/
|
|
12539
12534
|
supplierGroupRef: ApiObjectReference;
|
|
12540
12535
|
|
|
12536
|
+
/**
|
|
12537
|
+
* tax able or tax free
|
|
12538
|
+
*/
|
|
12539
|
+
taxable: boolean;
|
|
12540
|
+
|
|
12541
12541
|
/**
|
|
12542
12542
|
* Mahnen?
|
|
12543
12543
|
*/
|
|
@@ -13066,14 +13066,14 @@ export interface User {
|
|
|
13066
13066
|
version: number;
|
|
13067
13067
|
|
|
13068
13068
|
/**
|
|
13069
|
-
*
|
|
13069
|
+
* is the email verified
|
|
13070
13070
|
*/
|
|
13071
|
-
|
|
13071
|
+
emailVerified: boolean;
|
|
13072
13072
|
|
|
13073
13073
|
/**
|
|
13074
|
-
*
|
|
13074
|
+
* first-name
|
|
13075
13075
|
*/
|
|
13076
|
-
|
|
13076
|
+
firstName: string;
|
|
13077
13077
|
|
|
13078
13078
|
/**
|
|
13079
13079
|
* email-address
|
|
@@ -13152,14 +13152,14 @@ export interface VariantAttributeListing {
|
|
|
13152
13152
|
salesChannelRef: ApiObjectReference;
|
|
13153
13153
|
|
|
13154
13154
|
/**
|
|
13155
|
-
*
|
|
13155
|
+
* Freifelder
|
|
13156
13156
|
*/
|
|
13157
|
-
|
|
13157
|
+
custom: EavVariantattributelisting;
|
|
13158
13158
|
|
|
13159
13159
|
/**
|
|
13160
|
-
*
|
|
13160
|
+
* Variantenattribut
|
|
13161
13161
|
*/
|
|
13162
|
-
|
|
13162
|
+
variantAttributeRef: ApiObjectReference;
|
|
13163
13163
|
|
|
13164
13164
|
/**
|
|
13165
13165
|
* Unique identifier of the Object
|