@vario-software/types 2026.34.1 → 2026.34.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/schema/erp.d.ts +14 -3
- package/scripting/services.d.ts +51 -51
- package/scripting/types.d.ts +465 -465
package/scripting/types.d.ts
CHANGED
|
@@ -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
|
|
@@ -143,26 +143,26 @@ export interface Account {
|
|
|
143
143
|
*/
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
|
-
/**
|
|
147
|
-
* Kostenstelle
|
|
148
|
-
*/
|
|
149
|
-
costCenter: string;
|
|
150
|
-
|
|
151
146
|
/**
|
|
152
147
|
* Summe Forderungen
|
|
153
148
|
*/
|
|
154
149
|
receivablesSum: number;
|
|
155
150
|
|
|
156
151
|
/**
|
|
157
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
158
153
|
*/
|
|
159
|
-
|
|
154
|
+
costCenter: string;
|
|
160
155
|
|
|
161
156
|
/**
|
|
162
157
|
* companyLegal for this account
|
|
163
158
|
*/
|
|
164
159
|
companyLegalRef: ApiCreatableReference;
|
|
165
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Custom account data
|
|
163
|
+
*/
|
|
164
|
+
custom: EavAccount;
|
|
165
|
+
|
|
166
166
|
/**
|
|
167
167
|
* tax number/ Steuernummer
|
|
168
168
|
*/
|
|
@@ -336,26 +336,26 @@ export interface AccountAddress {
|
|
|
336
336
|
*/
|
|
337
337
|
types: Array<ApiCreatableReference>;
|
|
338
338
|
|
|
339
|
-
/**
|
|
340
|
-
* Leitweg-ID
|
|
341
|
-
*/
|
|
342
|
-
buyerReference: string;
|
|
343
|
-
|
|
344
339
|
/**
|
|
345
340
|
* GLN/ILN as location identifier for this address
|
|
346
341
|
*/
|
|
347
342
|
globalLocationNumber: string;
|
|
348
343
|
|
|
349
344
|
/**
|
|
350
|
-
*
|
|
345
|
+
* Leitweg-ID
|
|
351
346
|
*/
|
|
352
|
-
|
|
347
|
+
buyerReference: string;
|
|
353
348
|
|
|
354
349
|
/**
|
|
355
350
|
* abweichende Zahlungsart
|
|
356
351
|
*/
|
|
357
352
|
deviatingPaymentMethodRef: ApiObjectReference;
|
|
358
353
|
|
|
354
|
+
/**
|
|
355
|
+
* Custom data
|
|
356
|
+
*/
|
|
357
|
+
custom: EavAccountaddress;
|
|
358
|
+
|
|
359
359
|
/**
|
|
360
360
|
* Postcode
|
|
361
361
|
*/
|
|
@@ -452,14 +452,14 @@ export interface AccountAddress {
|
|
|
452
452
|
name1: string;
|
|
453
453
|
|
|
454
454
|
/**
|
|
455
|
-
*
|
|
455
|
+
* abweichende Zahlungsbedingungen
|
|
456
456
|
*/
|
|
457
|
-
|
|
457
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
|
-
*
|
|
460
|
+
* Contacts
|
|
461
461
|
*/
|
|
462
|
-
|
|
462
|
+
contacts: Array<Contact>;
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
465
|
* is this the default address of the account
|
|
@@ -475,14 +475,14 @@ export interface AccountBankdetail {
|
|
|
475
475
|
active: boolean;
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
|
-
*
|
|
478
|
+
* post-code of the bank
|
|
479
479
|
*/
|
|
480
|
-
|
|
480
|
+
bankPostCode: string;
|
|
481
481
|
|
|
482
482
|
/**
|
|
483
|
-
*
|
|
483
|
+
* name of the bank
|
|
484
484
|
*/
|
|
485
|
-
|
|
485
|
+
bankName: string;
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
488
|
* account from, if differs from account-address
|
|
@@ -505,14 +505,14 @@ export interface AccountBankdetail {
|
|
|
505
505
|
bankCity: string;
|
|
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
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
payablesSum: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Kreditlimit
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
maximalLoan: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -828,14 +828,14 @@ export interface AccountPerson {
|
|
|
828
828
|
tags: Array<TagDto>;
|
|
829
829
|
|
|
830
830
|
/**
|
|
831
|
-
*
|
|
831
|
+
* Default contacts
|
|
832
832
|
*/
|
|
833
|
-
|
|
833
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
834
834
|
|
|
835
835
|
/**
|
|
836
|
-
*
|
|
836
|
+
* First name
|
|
837
837
|
*/
|
|
838
|
-
|
|
838
|
+
firstName: string;
|
|
839
839
|
|
|
840
840
|
/**
|
|
841
841
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -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
|
*/
|
|
@@ -1075,14 +1075,14 @@ export interface Article {
|
|
|
1075
1075
|
number: string;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* weight and size w.o. packaging
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
netMetric: Article$Metric;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
|
-
*
|
|
1083
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1084
1084
|
*/
|
|
1085
|
-
|
|
1085
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1086
1086
|
|
|
1087
1087
|
/**
|
|
1088
1088
|
* is this product mergeable to another package-variant
|
|
@@ -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
|
|
@@ -1234,11 +1234,6 @@ export interface Article {
|
|
|
1234
1234
|
*/
|
|
1235
1235
|
freelyPickable: boolean;
|
|
1236
1236
|
|
|
1237
|
-
/**
|
|
1238
|
-
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1239
|
-
*/
|
|
1240
|
-
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1241
|
-
|
|
1242
1237
|
/**
|
|
1243
1238
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1244
1239
|
*/
|
|
@@ -1249,6 +1244,11 @@ export interface Article {
|
|
|
1249
1244
|
*/
|
|
1250
1245
|
note: string;
|
|
1251
1246
|
|
|
1247
|
+
/**
|
|
1248
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1249
|
+
*/
|
|
1250
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1251
|
+
|
|
1252
1252
|
/**
|
|
1253
1253
|
* Erlaubte Arten der Kommissionierung
|
|
1254
1254
|
*/
|
|
@@ -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
|
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1294
1289
|
*/
|
|
@@ -1299,6 +1294,11 @@ export interface Article {
|
|
|
1299
1294
|
*/
|
|
1300
1295
|
grossSalesPrice: number;
|
|
1301
1296
|
|
|
1297
|
+
/**
|
|
1298
|
+
* Vorgabe Herstellungskosten
|
|
1299
|
+
*/
|
|
1300
|
+
defaultFabricationCost: number;
|
|
1301
|
+
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1309,20 +1309,15 @@ export interface Article {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
|
-
/**
|
|
1313
|
-
* Versandlabeldruck
|
|
1314
|
-
*/
|
|
1315
|
-
shippingLabelPrinting: boolean;
|
|
1316
|
-
|
|
1317
1312
|
/**
|
|
1318
1313
|
* reference to Product
|
|
1319
1314
|
*/
|
|
1320
1315
|
productRef: ApiObjectReference;
|
|
1321
1316
|
|
|
1322
1317
|
/**
|
|
1323
|
-
*
|
|
1318
|
+
* Versandlabeldruck
|
|
1324
1319
|
*/
|
|
1325
|
-
|
|
1320
|
+
shippingLabelPrinting: boolean;
|
|
1326
1321
|
|
|
1327
1322
|
/**
|
|
1328
1323
|
* alternative name of this product
|
|
@@ -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
|
|
@@ -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?
|
|
@@ -1649,9 +1649,9 @@ export interface ArticleCustomer {
|
|
|
1649
1649
|
defaultGrossPrice: number;
|
|
1650
1650
|
|
|
1651
1651
|
/**
|
|
1652
|
-
*
|
|
1652
|
+
* Artikelnummer
|
|
1653
1653
|
*/
|
|
1654
|
-
|
|
1654
|
+
articleNumber: string;
|
|
1655
1655
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Abweichende Produktnummer
|
|
@@ -1659,9 +1659,9 @@ export interface ArticleCustomer {
|
|
|
1659
1659
|
deviatingArticleNumber: string;
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
|
-
*
|
|
1662
|
+
* Art der Preisermittlung
|
|
1663
1663
|
*/
|
|
1664
|
-
|
|
1664
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1665
1665
|
|
|
1666
1666
|
/**
|
|
1667
1667
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -1741,14 +1741,14 @@ export interface ArticleListing {
|
|
|
1741
1741
|
identifiers: WithDefaults<List<ArticleIdentifier>>;
|
|
1742
1742
|
|
|
1743
1743
|
/**
|
|
1744
|
-
*
|
|
1744
|
+
* is this product sellable without any quantity at the stock
|
|
1745
1745
|
*/
|
|
1746
|
-
|
|
1746
|
+
sellableWithoutStock: boolean;
|
|
1747
1747
|
|
|
1748
1748
|
/**
|
|
1749
|
-
*
|
|
1749
|
+
* custom data
|
|
1750
1750
|
*/
|
|
1751
|
-
|
|
1751
|
+
custom: EavArticleListing;
|
|
1752
1752
|
|
|
1753
1753
|
/**
|
|
1754
1754
|
* description custom data
|
|
@@ -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
|
|
@@ -1993,11 +1993,6 @@ export interface ArticleStorage {
|
|
|
1993
1993
|
*/
|
|
1994
1994
|
replenishmentFrom: number;
|
|
1995
1995
|
|
|
1996
|
-
/**
|
|
1997
|
-
* Bestellte Menge
|
|
1998
|
-
*/
|
|
1999
|
-
orderedQuantity: number;
|
|
2000
|
-
|
|
2001
1996
|
/**
|
|
2002
1997
|
* Meldebestand
|
|
2003
1998
|
*/
|
|
@@ -2008,6 +2003,11 @@ export interface ArticleStorage {
|
|
|
2008
2003
|
*/
|
|
2009
2004
|
quantityInPicking: number;
|
|
2010
2005
|
|
|
2006
|
+
/**
|
|
2007
|
+
* Bestellte Menge
|
|
2008
|
+
*/
|
|
2009
|
+
orderedQuantity: number;
|
|
2010
|
+
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Nachschub auf
|
|
2013
2013
|
*/
|
|
@@ -2086,6 +2086,11 @@ export interface ArticleStorage {
|
|
|
2086
2086
|
|
|
2087
2087
|
export interface ArticleSupplier {
|
|
2088
2088
|
|
|
2089
|
+
/**
|
|
2090
|
+
* Anzeigename des Accounts
|
|
2091
|
+
*/
|
|
2092
|
+
accountDisplayName: string;
|
|
2093
|
+
|
|
2089
2094
|
/**
|
|
2090
2095
|
* Lieferanten-Meldebestand
|
|
2091
2096
|
*/
|
|
@@ -2097,20 +2102,15 @@ export interface ArticleSupplier {
|
|
|
2097
2102
|
useSupplierArticleDescription: boolean;
|
|
2098
2103
|
|
|
2099
2104
|
/**
|
|
2100
|
-
*
|
|
2105
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2101
2106
|
*/
|
|
2102
|
-
|
|
2107
|
+
useSupplierArticleIdentifier: boolean;
|
|
2103
2108
|
|
|
2104
2109
|
/**
|
|
2105
2110
|
* Lieferzeit in (Werk-)Tagen
|
|
2106
2111
|
*/
|
|
2107
2112
|
deliveryTime: number;
|
|
2108
2113
|
|
|
2109
|
-
/**
|
|
2110
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2111
|
-
*/
|
|
2112
|
-
useSupplierArticleIdentifier: boolean;
|
|
2113
|
-
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2116
2116
|
*/
|
|
@@ -2211,6 +2211,11 @@ export interface ArticleSupplier {
|
|
|
2211
2211
|
*/
|
|
2212
2212
|
defaultNetPrice: number;
|
|
2213
2213
|
|
|
2214
|
+
/**
|
|
2215
|
+
* Referenced Supplier-Account
|
|
2216
|
+
*/
|
|
2217
|
+
accountId: number;
|
|
2218
|
+
|
|
2214
2219
|
/**
|
|
2215
2220
|
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2216
2221
|
*/
|
|
@@ -2221,11 +2226,6 @@ export interface ArticleSupplier {
|
|
|
2221
2226
|
*/
|
|
2222
2227
|
purchaseUnit: number;
|
|
2223
2228
|
|
|
2224
|
-
/**
|
|
2225
|
-
* Referenced Supplier-Account
|
|
2226
|
-
*/
|
|
2227
|
-
accountId: number;
|
|
2228
|
-
|
|
2229
2229
|
/**
|
|
2230
2230
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
2231
2231
|
*/
|
|
@@ -2791,14 +2791,14 @@ export interface CrmActivity {
|
|
|
2791
2791
|
userRef: ApiObjectReference;
|
|
2792
2792
|
|
|
2793
2793
|
/**
|
|
2794
|
-
*
|
|
2794
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2795
2795
|
*/
|
|
2796
|
-
|
|
2796
|
+
system: boolean;
|
|
2797
2797
|
|
|
2798
2798
|
/**
|
|
2799
|
-
*
|
|
2799
|
+
* tatsächliche Startzeit
|
|
2800
2800
|
*/
|
|
2801
|
-
|
|
2801
|
+
startDateTime: ScriptingDateTime;
|
|
2802
2802
|
|
|
2803
2803
|
/**
|
|
2804
2804
|
* Inhalt dieser Aktivität
|
|
@@ -3028,14 +3028,14 @@ export interface CrmDeal {
|
|
|
3028
3028
|
info: MetaInfo;
|
|
3029
3029
|
|
|
3030
3030
|
/**
|
|
3031
|
-
*
|
|
3031
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
3032
3032
|
*/
|
|
3033
|
-
|
|
3033
|
+
assignedUserRef: ApiObjectReference;
|
|
3034
3034
|
|
|
3035
3035
|
/**
|
|
3036
|
-
*
|
|
3036
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3037
3037
|
*/
|
|
3038
|
-
|
|
3038
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3039
3039
|
|
|
3040
3040
|
/**
|
|
3041
3041
|
* Chance (in Prozent)
|
|
@@ -3379,14 +3379,14 @@ export interface CrmProject {
|
|
|
3379
3379
|
info: MetaInfo;
|
|
3380
3380
|
|
|
3381
3381
|
/**
|
|
3382
|
-
*
|
|
3382
|
+
* Projektleiter vom Auftraggeber
|
|
3383
3383
|
*/
|
|
3384
|
-
|
|
3384
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3385
3385
|
|
|
3386
3386
|
/**
|
|
3387
|
-
*
|
|
3387
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3388
3388
|
*/
|
|
3389
|
-
|
|
3389
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3390
3390
|
|
|
3391
3391
|
/**
|
|
3392
3392
|
* Übergeordnete CRM-Objekte
|
|
@@ -3630,11 +3630,6 @@ export interface CrmSubType {
|
|
|
3630
3630
|
|
|
3631
3631
|
export interface CrmTask {
|
|
3632
3632
|
|
|
3633
|
-
/**
|
|
3634
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3635
|
-
*/
|
|
3636
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3637
|
-
|
|
3638
3633
|
/**
|
|
3639
3634
|
* Liste von Erinnerungen
|
|
3640
3635
|
*/
|
|
@@ -3645,6 +3640,11 @@ export interface CrmTask {
|
|
|
3645
3640
|
*/
|
|
3646
3641
|
customerOfferRef: DocumentRef;
|
|
3647
3642
|
|
|
3643
|
+
/**
|
|
3644
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3645
|
+
*/
|
|
3646
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3647
|
+
|
|
3648
3648
|
/**
|
|
3649
3649
|
* Notizen
|
|
3650
3650
|
*/
|
|
@@ -3881,14 +3881,14 @@ export interface CrmTask {
|
|
|
3881
3881
|
blocksTaskRefs: Array<ApiObjectReference>;
|
|
3882
3882
|
|
|
3883
3883
|
/**
|
|
3884
|
-
*
|
|
3884
|
+
* Soll die Aufgabe veröffentlicht werden?
|
|
3885
3885
|
*/
|
|
3886
|
-
|
|
3886
|
+
publish: boolean;
|
|
3887
3887
|
|
|
3888
3888
|
/**
|
|
3889
|
-
*
|
|
3889
|
+
* Weitere Teilnehmer vom Auftragnehmer
|
|
3890
3890
|
*/
|
|
3891
|
-
|
|
3891
|
+
additionalParticipantsOfContractor: Array<CrmTaskParticipant>;
|
|
3892
3892
|
|
|
3893
3893
|
/**
|
|
3894
3894
|
* Fortschritt in Prozent
|
|
@@ -4015,14 +4015,14 @@ export interface CurrencyReference {
|
|
|
4015
4015
|
export interface Customer {
|
|
4016
4016
|
|
|
4017
4017
|
/**
|
|
4018
|
-
*
|
|
4018
|
+
* reference to customer group
|
|
4019
4019
|
*/
|
|
4020
|
-
|
|
4020
|
+
customerGroupRef: ApiObjectReference;
|
|
4021
4021
|
|
|
4022
4022
|
/**
|
|
4023
|
-
*
|
|
4023
|
+
* Option für die Stapelverarbeitung
|
|
4024
4024
|
*/
|
|
4025
|
-
|
|
4025
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
4026
4026
|
|
|
4027
4027
|
/**
|
|
4028
4028
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -4040,14 +4040,14 @@ export interface Customer {
|
|
|
4040
4040
|
dueDate: ScriptingDate;
|
|
4041
4041
|
|
|
4042
4042
|
/**
|
|
4043
|
-
*
|
|
4043
|
+
* collective billable
|
|
4044
4044
|
*/
|
|
4045
|
-
|
|
4045
|
+
collectiveBillable: boolean;
|
|
4046
4046
|
|
|
4047
4047
|
/**
|
|
4048
|
-
*
|
|
4048
|
+
* Maximal mögliche Lieferungen
|
|
4049
4049
|
*/
|
|
4050
|
-
|
|
4050
|
+
maxDeliveries: number;
|
|
4051
4051
|
|
|
4052
4052
|
/**
|
|
4053
4053
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4100,14 +4100,14 @@ export interface Customer {
|
|
|
4100
4100
|
info: MetaInfo;
|
|
4101
4101
|
|
|
4102
4102
|
/**
|
|
4103
|
-
*
|
|
4103
|
+
* reference to the delivery method
|
|
4104
4104
|
*/
|
|
4105
|
-
|
|
4105
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
|
-
*
|
|
4108
|
+
* tax able or tax free
|
|
4109
4109
|
*/
|
|
4110
|
-
|
|
4110
|
+
taxable: boolean;
|
|
4111
4111
|
|
|
4112
4112
|
/**
|
|
4113
4113
|
* active true/false
|
|
@@ -4168,14 +4168,14 @@ export interface DangerousGoodInformation {
|
|
|
4168
4168
|
tunnelRestrictionCode: TunnelRestrictionCode;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* transportation category
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
transportCategory: string;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
|
-
*
|
|
4176
|
+
* description
|
|
4177
4177
|
*/
|
|
4178
|
-
|
|
4178
|
+
description: string;
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* technical name
|
|
@@ -4259,14 +4259,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4259
4259
|
export interface DeliveryMethod {
|
|
4260
4260
|
|
|
4261
4261
|
/**
|
|
4262
|
-
*
|
|
4262
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4263
4263
|
*/
|
|
4264
|
-
|
|
4264
|
+
splitIntoNewDocument: boolean;
|
|
4265
4265
|
|
|
4266
4266
|
/**
|
|
4267
|
-
*
|
|
4267
|
+
* E-Mail an Versender übergeben
|
|
4268
4268
|
*/
|
|
4269
|
-
|
|
4269
|
+
forwardEmailToShipper: boolean;
|
|
4270
4270
|
|
|
4271
4271
|
/**
|
|
4272
4272
|
* Barcode
|
|
@@ -4630,14 +4630,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4630
4630
|
accountId: number;
|
|
4631
4631
|
|
|
4632
4632
|
/**
|
|
4633
|
-
* Länderkennzeichen
|
|
4633
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4634
4634
|
*/
|
|
4635
|
-
|
|
4635
|
+
performanceCountryCode: string;
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
|
-
* Länderkennzeichen
|
|
4638
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4639
4639
|
*/
|
|
4640
|
-
|
|
4640
|
+
sourceCountryCode: string;
|
|
4641
4641
|
|
|
4642
4642
|
/**
|
|
4643
4643
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4685,14 +4685,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4685
4685
|
supplierNumber: string;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
*
|
|
4688
|
+
* Gesamtpreis brutto
|
|
4689
4689
|
*/
|
|
4690
|
-
|
|
4690
|
+
totalGrossPrice: number;
|
|
4691
4691
|
|
|
4692
4692
|
/**
|
|
4693
|
-
*
|
|
4693
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4694
4694
|
*/
|
|
4695
|
-
|
|
4695
|
+
deliveryApproved: boolean;
|
|
4696
4696
|
|
|
4697
4697
|
/**
|
|
4698
4698
|
* Kassen-Zahlungspositionen
|
|
@@ -4762,14 +4762,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4762
4762
|
calculationMode: CalculationMode;
|
|
4763
4763
|
|
|
4764
4764
|
/**
|
|
4765
|
-
*
|
|
4765
|
+
* Referenz auf Zahlungsbedingung
|
|
4766
4766
|
*/
|
|
4767
|
-
|
|
4767
|
+
paymentTermRef: PaymentTermRef;
|
|
4768
4768
|
|
|
4769
4769
|
/**
|
|
4770
|
-
*
|
|
4770
|
+
* Wird vom Workflow verarbeitet?
|
|
4771
4771
|
*/
|
|
4772
|
-
|
|
4772
|
+
processedByWorkflow: boolean;
|
|
4773
4773
|
|
|
4774
4774
|
/**
|
|
4775
4775
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4872,14 +4872,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4872
4872
|
dropShipping: boolean;
|
|
4873
4873
|
|
|
4874
4874
|
/**
|
|
4875
|
-
*
|
|
4875
|
+
* Gesamtpreis netto
|
|
4876
4876
|
*/
|
|
4877
|
-
|
|
4877
|
+
totalNetPrice: number;
|
|
4878
4878
|
|
|
4879
4879
|
/**
|
|
4880
|
-
*
|
|
4880
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4881
4881
|
*/
|
|
4882
|
-
|
|
4882
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4883
4883
|
|
|
4884
4884
|
/**
|
|
4885
4885
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -5006,6 +5006,11 @@ true wenn die Quittung bezahlt ist
|
|
|
5006
5006
|
*/
|
|
5007
5007
|
posReceiptChangeAmount: number;
|
|
5008
5008
|
|
|
5009
|
+
/**
|
|
5010
|
+
* Referenz auf Lieferbedingung
|
|
5011
|
+
*/
|
|
5012
|
+
deliveryTermRef: ApiObjectReference;
|
|
5013
|
+
|
|
5009
5014
|
/**
|
|
5010
5015
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
5011
5016
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -5013,11 +5018,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
5013
5018
|
*/
|
|
5014
5019
|
posReceiptBalanced: boolean;
|
|
5015
5020
|
|
|
5016
|
-
/**
|
|
5017
|
-
* Referenz auf Lieferbedingung
|
|
5018
|
-
*/
|
|
5019
|
-
deliveryTermRef: ApiObjectReference;
|
|
5020
|
-
|
|
5021
5021
|
/**
|
|
5022
5022
|
* Gesamtbruttogewicht
|
|
5023
5023
|
*/
|
|
@@ -5049,14 +5049,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
5049
5049
|
taxIdVerificationState: TaxIdVerificationState;
|
|
5050
5050
|
|
|
5051
5051
|
/**
|
|
5052
|
-
*
|
|
5052
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
5053
5053
|
*/
|
|
5054
|
-
|
|
5054
|
+
reportGroupRef: ApiObjectReference;
|
|
5055
5055
|
|
|
5056
5056
|
/**
|
|
5057
|
-
*
|
|
5057
|
+
* Bestellt durch Ansprechpartner
|
|
5058
5058
|
*/
|
|
5059
|
-
|
|
5059
|
+
orderedByPersonRef: ApiObjectReference;
|
|
5060
5060
|
}
|
|
5061
5061
|
|
|
5062
5062
|
export interface DocumentAdditionalInfo {
|
|
@@ -5087,14 +5087,14 @@ export interface DocumentAdditionalInfo {
|
|
|
5087
5087
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
5088
5088
|
|
|
5089
5089
|
/**
|
|
5090
|
-
*
|
|
5090
|
+
* Herkunft des Berechnungsmodus
|
|
5091
5091
|
*/
|
|
5092
|
-
|
|
5092
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
5093
5093
|
|
|
5094
5094
|
/**
|
|
5095
|
-
*
|
|
5095
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
5096
5096
|
*/
|
|
5097
|
-
|
|
5097
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
5100
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -5409,14 +5409,14 @@ export interface DocumentContractDetail {
|
|
|
5409
5409
|
runtimeToDate: ScriptingDate;
|
|
5410
5410
|
|
|
5411
5411
|
/**
|
|
5412
|
-
*
|
|
5412
|
+
* Nächste Fälligkeit
|
|
5413
5413
|
*/
|
|
5414
|
-
|
|
5414
|
+
nextDueDate: ScriptingDate;
|
|
5415
5415
|
|
|
5416
5416
|
/**
|
|
5417
|
-
*
|
|
5417
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5418
5418
|
*/
|
|
5419
|
-
|
|
5419
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5420
5420
|
|
|
5421
5421
|
/**
|
|
5422
5422
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5447,14 +5447,14 @@ export interface DocumentFabricationDetail {
|
|
|
5447
5447
|
targetStorageRef: ApiObjectReference;
|
|
5448
5448
|
|
|
5449
5449
|
/**
|
|
5450
|
-
*
|
|
5450
|
+
* Notiz
|
|
5451
5451
|
*/
|
|
5452
|
-
|
|
5452
|
+
note: string;
|
|
5453
5453
|
|
|
5454
5454
|
/**
|
|
5455
|
-
*
|
|
5455
|
+
* Material-Lager
|
|
5456
5456
|
*/
|
|
5457
|
-
|
|
5457
|
+
componentsStorageRef: ApiObjectReference;
|
|
5458
5458
|
|
|
5459
5459
|
/**
|
|
5460
5460
|
* QS-Lager
|
|
@@ -5617,14 +5617,14 @@ export interface DocumentLine {
|
|
|
5617
5617
|
number: string;
|
|
5618
5618
|
|
|
5619
5619
|
/**
|
|
5620
|
-
*
|
|
5620
|
+
* Gesamtbruttogewicht
|
|
5621
5621
|
*/
|
|
5622
|
-
|
|
5622
|
+
totalGrossWeight: number;
|
|
5623
5623
|
|
|
5624
5624
|
/**
|
|
5625
|
-
*
|
|
5625
|
+
* Referenz zur Kundenauftragszeile
|
|
5626
5626
|
*/
|
|
5627
|
-
|
|
5627
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5628
5628
|
|
|
5629
5629
|
/**
|
|
5630
5630
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5667,14 +5667,14 @@ export interface DocumentLine {
|
|
|
5667
5667
|
id: number;
|
|
5668
5668
|
|
|
5669
5669
|
/**
|
|
5670
|
-
*
|
|
5670
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5671
5671
|
*/
|
|
5672
|
-
|
|
5672
|
+
positionOfArticleLine: 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
|
* Serientyp
|
|
@@ -5682,14 +5682,14 @@ export interface DocumentLine {
|
|
|
5682
5682
|
serialType: ArticleSerialType;
|
|
5683
5683
|
|
|
5684
5684
|
/**
|
|
5685
|
-
*
|
|
5685
|
+
* Preiseinheit
|
|
5686
5686
|
*/
|
|
5687
|
-
|
|
5687
|
+
priceUnit: number;
|
|
5688
5688
|
|
|
5689
5689
|
/**
|
|
5690
|
-
*
|
|
5690
|
+
* Steuerschema
|
|
5691
5691
|
*/
|
|
5692
|
-
|
|
5692
|
+
taxSchemaRef: ApiObjectReference;
|
|
5693
5693
|
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Preisanpassungen - Position Basiswährung
|
|
@@ -5792,14 +5792,14 @@ export interface DocumentLine {
|
|
|
5792
5792
|
settledOpenItemDiscountAmount: number;
|
|
5793
5793
|
|
|
5794
5794
|
/**
|
|
5795
|
-
*
|
|
5795
|
+
* Einheit Nettogewicht
|
|
5796
5796
|
*/
|
|
5797
|
-
|
|
5797
|
+
netWeightUnit: UnitTypeReference;
|
|
5798
5798
|
|
|
5799
5799
|
/**
|
|
5800
|
-
*
|
|
5800
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5801
5801
|
*/
|
|
5802
|
-
|
|
5802
|
+
baseSalesValueNet: number;
|
|
5803
5803
|
|
|
5804
5804
|
/**
|
|
5805
5805
|
* Vertragsinformationen
|
|
@@ -5937,14 +5937,14 @@ export interface DocumentLine {
|
|
|
5937
5937
|
countryRegion: ApiObjectReference;
|
|
5938
5938
|
|
|
5939
5939
|
/**
|
|
5940
|
-
*
|
|
5940
|
+
* Nettogewicht
|
|
5941
5941
|
*/
|
|
5942
|
-
|
|
5942
|
+
netWeight: number;
|
|
5943
5943
|
|
|
5944
5944
|
/**
|
|
5945
|
-
*
|
|
5945
|
+
* Provisionsursprung
|
|
5946
5946
|
*/
|
|
5947
|
-
|
|
5947
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
5948
5948
|
|
|
5949
5949
|
/**
|
|
5950
5950
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
@@ -5962,14 +5962,14 @@ export interface DocumentLine {
|
|
|
5962
5962
|
position: number;
|
|
5963
5963
|
|
|
5964
5964
|
/**
|
|
5965
|
-
*
|
|
5965
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5966
5966
|
*/
|
|
5967
|
-
|
|
5967
|
+
recalcLinePriceViaComponents: boolean;
|
|
5968
5968
|
|
|
5969
5969
|
/**
|
|
5970
|
-
*
|
|
5970
|
+
* Buchungen
|
|
5971
5971
|
*/
|
|
5972
|
-
|
|
5972
|
+
bookings: Array<DocumentLineBooking>;
|
|
5973
5973
|
|
|
5974
5974
|
/**
|
|
5975
5975
|
* unit gross Volume in cubic meters
|
|
@@ -6410,14 +6410,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6410
6410
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
|
-
*
|
|
6413
|
+
* Menge
|
|
6414
6414
|
*/
|
|
6415
|
-
|
|
6415
|
+
quantity: number;
|
|
6416
6416
|
|
|
6417
6417
|
/**
|
|
6418
|
-
*
|
|
6418
|
+
* Abweichende Herstellungskosten
|
|
6419
6419
|
*/
|
|
6420
|
-
|
|
6420
|
+
deviatingUnitPrice: number;
|
|
6421
6421
|
|
|
6422
6422
|
/**
|
|
6423
6423
|
* Beschreibung
|
|
@@ -6473,14 +6473,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6473
6473
|
quantityFinished: number;
|
|
6474
6474
|
|
|
6475
6475
|
/**
|
|
6476
|
-
*
|
|
6476
|
+
* Freifeld
|
|
6477
6477
|
*/
|
|
6478
|
-
|
|
6478
|
+
custom: EavFabricationline;
|
|
6479
6479
|
|
|
6480
6480
|
/**
|
|
6481
|
-
*
|
|
6481
|
+
* Menge defekt
|
|
6482
6482
|
*/
|
|
6483
|
-
|
|
6483
|
+
quantityDefective: number;
|
|
6484
6484
|
|
|
6485
6485
|
/**
|
|
6486
6486
|
* Produzierte Seriennummern
|
|
@@ -6750,14 +6750,14 @@ export interface DocumentLineReturnDetail {
|
|
|
6750
6750
|
customerShareOnReduction: number;
|
|
6751
6751
|
|
|
6752
6752
|
/**
|
|
6753
|
-
*
|
|
6753
|
+
* Lieferbedingung für die Retoure (wie der Kunde zurücksendet)
|
|
6754
6754
|
*/
|
|
6755
|
-
|
|
6755
|
+
deliveryTermRef: ApiObjectReference;
|
|
6756
6756
|
|
|
6757
6757
|
/**
|
|
6758
|
-
*
|
|
6758
|
+
* Auf Retoure warten vor Warenersatz? (nur bei GOODS_EXCHANGE_ITEM_GETS_SEND_BACK)
|
|
6759
6759
|
*/
|
|
6760
|
-
|
|
6760
|
+
waitForReturnBeforeExchange: boolean;
|
|
6761
6761
|
|
|
6762
6762
|
/**
|
|
6763
6763
|
* Referenz auf Retourengrund
|
|
@@ -6940,14 +6940,14 @@ export interface DocumentPosPayment {
|
|
|
6940
6940
|
version: number;
|
|
6941
6941
|
|
|
6942
6942
|
/**
|
|
6943
|
-
*
|
|
6943
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6944
6944
|
*/
|
|
6945
|
-
|
|
6945
|
+
withdrawalAmount: number;
|
|
6946
6946
|
|
|
6947
6947
|
/**
|
|
6948
|
-
*
|
|
6948
|
+
* Zahlungsart
|
|
6949
6949
|
*/
|
|
6950
|
-
|
|
6950
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6951
6951
|
|
|
6952
6952
|
/**
|
|
6953
6953
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -7241,14 +7241,14 @@ export interface DocumentText {
|
|
|
7241
7241
|
transferableIntoSubsequentDocuments: boolean;
|
|
7242
7242
|
|
|
7243
7243
|
/**
|
|
7244
|
-
*
|
|
7244
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
7245
7245
|
*/
|
|
7246
|
-
|
|
7246
|
+
deleted: boolean;
|
|
7247
7247
|
|
|
7248
7248
|
/**
|
|
7249
|
-
*
|
|
7249
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
7250
7250
|
*/
|
|
7251
|
-
|
|
7251
|
+
textPosition: TextPosition;
|
|
7252
7252
|
|
|
7253
7253
|
/**
|
|
7254
7254
|
* textBaustein Vorlage
|
|
@@ -7358,14 +7358,14 @@ export interface DocumentType {
|
|
|
7358
7358
|
labels: Array<DocumentTypeLabel>;
|
|
7359
7359
|
|
|
7360
7360
|
/**
|
|
7361
|
-
*
|
|
7361
|
+
* nächste Belegnummer
|
|
7362
7362
|
*/
|
|
7363
|
-
|
|
7363
|
+
nextNumber: string;
|
|
7364
7364
|
|
|
7365
7365
|
/**
|
|
7366
|
-
*
|
|
7366
|
+
* Zählerkreis
|
|
7367
7367
|
*/
|
|
7368
|
-
|
|
7368
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7369
7369
|
|
|
7370
7370
|
/**
|
|
7371
7371
|
* Sortierung
|
|
@@ -7546,14 +7546,14 @@ export const enum DropShippingPolicy {
|
|
|
7546
7546
|
export interface DummySerialNumberStockTransferApi {
|
|
7547
7547
|
|
|
7548
7548
|
/**
|
|
7549
|
-
*
|
|
7549
|
+
* Ziel-Lager
|
|
7550
7550
|
*/
|
|
7551
|
-
|
|
7551
|
+
targetStorageId: number;
|
|
7552
7552
|
|
|
7553
7553
|
/**
|
|
7554
|
-
*
|
|
7554
|
+
* Seriennummer
|
|
7555
7555
|
*/
|
|
7556
|
-
|
|
7556
|
+
serialNumberId: number;
|
|
7557
7557
|
|
|
7558
7558
|
/**
|
|
7559
7559
|
* Bemerkung
|
|
@@ -7576,14 +7576,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7576
7576
|
targetExpiryDate: ScriptingDate;
|
|
7577
7577
|
|
|
7578
7578
|
/**
|
|
7579
|
-
*
|
|
7579
|
+
* Quell-Lagerplatz
|
|
7580
7580
|
*/
|
|
7581
|
-
|
|
7581
|
+
sourceStorageBinId: number;
|
|
7582
7582
|
|
|
7583
7583
|
/**
|
|
7584
|
-
*
|
|
7584
|
+
* Menge
|
|
7585
7585
|
*/
|
|
7586
|
-
|
|
7586
|
+
quantity: number;
|
|
7587
7587
|
|
|
7588
7588
|
/**
|
|
7589
7589
|
* Quell-Lager
|
|
@@ -7951,14 +7951,14 @@ export const enum FabricationOfComponents {
|
|
|
7951
7951
|
export interface FabricationProduceRequest {
|
|
7952
7952
|
|
|
7953
7953
|
/**
|
|
7954
|
-
*
|
|
7954
|
+
* Zu produzierende Menge
|
|
7955
7955
|
*/
|
|
7956
|
-
|
|
7956
|
+
quantity: number;
|
|
7957
7957
|
|
|
7958
7958
|
/**
|
|
7959
|
-
*
|
|
7959
|
+
* Material automatisch bestätigen
|
|
7960
7960
|
*/
|
|
7961
|
-
|
|
7961
|
+
autoCommitComponents: boolean;
|
|
7962
7962
|
|
|
7963
7963
|
/**
|
|
7964
7964
|
* Für die Produktion zu verwendendes Material
|
|
@@ -8012,14 +8012,14 @@ export interface FabricationRevertRequest {
|
|
|
8012
8012
|
quantity: number;
|
|
8013
8013
|
|
|
8014
8014
|
/**
|
|
8015
|
-
*
|
|
8015
|
+
* ID der zu stornierenden Position
|
|
8016
8016
|
*/
|
|
8017
|
-
|
|
8017
|
+
documentLineId: number;
|
|
8018
8018
|
|
|
8019
8019
|
/**
|
|
8020
|
-
*
|
|
8020
|
+
* Material automatisch stornieren
|
|
8021
8021
|
*/
|
|
8022
|
-
|
|
8022
|
+
autoRevertComponents: boolean;
|
|
8023
8023
|
|
|
8024
8024
|
/**
|
|
8025
8025
|
* Zu stornierende Seriennummern
|
|
@@ -8035,14 +8035,14 @@ export interface FabricationRevertRequest {
|
|
|
8035
8035
|
export interface FabricationSerialNumber {
|
|
8036
8036
|
|
|
8037
8037
|
/**
|
|
8038
|
-
*
|
|
8038
|
+
* MHD / Verfallsdatum
|
|
8039
8039
|
*/
|
|
8040
|
-
|
|
8040
|
+
expiryDate: ScriptingDate;
|
|
8041
8041
|
|
|
8042
8042
|
/**
|
|
8043
|
-
*
|
|
8043
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
8044
8044
|
*/
|
|
8045
|
-
|
|
8045
|
+
serialNumberId: number;
|
|
8046
8046
|
|
|
8047
8047
|
/**
|
|
8048
8048
|
* Bemerkung
|
|
@@ -8309,14 +8309,14 @@ export interface OpenItem {
|
|
|
8309
8309
|
dunningBlock: boolean;
|
|
8310
8310
|
|
|
8311
8311
|
/**
|
|
8312
|
-
*
|
|
8312
|
+
* order
|
|
8313
8313
|
*/
|
|
8314
|
-
|
|
8314
|
+
order: ApiObjectReference;
|
|
8315
8315
|
|
|
8316
8316
|
/**
|
|
8317
|
-
*
|
|
8317
|
+
* Summe der Zahlungen in Basiswährung
|
|
8318
8318
|
*/
|
|
8319
|
-
|
|
8319
|
+
baseSumPayments: number;
|
|
8320
8320
|
|
|
8321
8321
|
/**
|
|
8322
8322
|
* MetaInformations for this Object
|
|
@@ -8363,26 +8363,26 @@ export interface OpenItem {
|
|
|
8363
8363
|
*/
|
|
8364
8364
|
paymentDueDate: ScriptingDate;
|
|
8365
8365
|
|
|
8366
|
-
/**
|
|
8367
|
-
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8368
|
-
*/
|
|
8369
|
-
sourceCountryCode: string;
|
|
8370
|
-
|
|
8371
8366
|
/**
|
|
8372
8367
|
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8373
8368
|
*/
|
|
8374
8369
|
performanceCountryCode: string;
|
|
8375
8370
|
|
|
8376
8371
|
/**
|
|
8377
|
-
*
|
|
8372
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8378
8373
|
*/
|
|
8379
|
-
|
|
8374
|
+
sourceCountryCode: string;
|
|
8380
8375
|
|
|
8381
8376
|
/**
|
|
8382
8377
|
* agreed Deposit payment date
|
|
8383
8378
|
*/
|
|
8384
8379
|
depositPaymentDate: ScriptingDate;
|
|
8385
8380
|
|
|
8381
|
+
/**
|
|
8382
|
+
* Valutadatum schreibgeschützt
|
|
8383
|
+
*/
|
|
8384
|
+
valueDateReadOnly: boolean;
|
|
8385
|
+
|
|
8386
8386
|
/**
|
|
8387
8387
|
* Does this open item belong to accounts payable or accounts receivable
|
|
8388
8388
|
*/
|
|
@@ -8419,14 +8419,14 @@ export interface OpenItem {
|
|
|
8419
8419
|
depositPaymentAmount: number;
|
|
8420
8420
|
|
|
8421
8421
|
/**
|
|
8422
|
-
*
|
|
8422
|
+
* free payments
|
|
8423
8423
|
*/
|
|
8424
|
-
|
|
8424
|
+
records: Array<OpenItemRecord>;
|
|
8425
8425
|
|
|
8426
8426
|
/**
|
|
8427
|
-
*
|
|
8427
|
+
* Verwendungszweck
|
|
8428
8428
|
*/
|
|
8429
|
-
|
|
8429
|
+
purpose: string;
|
|
8430
8430
|
|
|
8431
8431
|
/**
|
|
8432
8432
|
* How much discount can be given for speedy payment, rule 2
|
|
@@ -8617,14 +8617,14 @@ export const enum OpenItemDunningState {
|
|
|
8617
8617
|
export interface OpenItemPaymentPlan {
|
|
8618
8618
|
|
|
8619
8619
|
/**
|
|
8620
|
-
*
|
|
8620
|
+
* Fälligkeitsregel
|
|
8621
8621
|
*/
|
|
8622
|
-
|
|
8622
|
+
dueDateCalculation: string;
|
|
8623
8623
|
|
|
8624
8624
|
/**
|
|
8625
|
-
*
|
|
8625
|
+
* Betrag
|
|
8626
8626
|
*/
|
|
8627
|
-
|
|
8627
|
+
amount: number;
|
|
8628
8628
|
|
|
8629
8629
|
/**
|
|
8630
8630
|
* Enddatum
|
|
@@ -8762,14 +8762,14 @@ export interface OpenItemRecord {
|
|
|
8762
8762
|
exchangeRate: number;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
|
-
*
|
|
8770
|
+
* record discountable amount
|
|
8771
8771
|
*/
|
|
8772
|
-
|
|
8772
|
+
discountableAmount: number;
|
|
8773
8773
|
|
|
8774
8774
|
/**
|
|
8775
8775
|
* record date
|
|
@@ -8827,14 +8827,14 @@ export interface OpenItemRecord {
|
|
|
8827
8827
|
version: number;
|
|
8828
8828
|
|
|
8829
8829
|
/**
|
|
8830
|
-
*
|
|
8830
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8831
8831
|
*/
|
|
8832
|
-
|
|
8832
|
+
transactionId: number;
|
|
8833
8833
|
|
|
8834
8834
|
/**
|
|
8835
|
-
*
|
|
8835
|
+
* Buchungsbetrag in Basiswährung
|
|
8836
8836
|
*/
|
|
8837
|
-
|
|
8837
|
+
baseAmount: number;
|
|
8838
8838
|
|
|
8839
8839
|
/**
|
|
8840
8840
|
* Abzugsbetrag in Basiswährung
|
|
@@ -9022,14 +9022,14 @@ export interface PaymentMethod {
|
|
|
9022
9022
|
daysToAddForFollowup: number;
|
|
9023
9023
|
|
|
9024
9024
|
/**
|
|
9025
|
-
*
|
|
9025
|
+
* external Payment Id
|
|
9026
9026
|
*/
|
|
9027
|
-
|
|
9027
|
+
externalPaymentId: string;
|
|
9028
9028
|
|
|
9029
9029
|
/**
|
|
9030
|
-
*
|
|
9030
|
+
* Die Business Transaction
|
|
9031
9031
|
*/
|
|
9032
|
-
|
|
9032
|
+
businessTransaction: ApiObjectReference;
|
|
9033
9033
|
|
|
9034
9034
|
/**
|
|
9035
9035
|
* Unique identifier of the Object
|
|
@@ -9113,14 +9113,14 @@ export interface PaymentTerm {
|
|
|
9113
9113
|
paymentDiscount2: number;
|
|
9114
9114
|
|
|
9115
9115
|
/**
|
|
9116
|
-
*
|
|
9116
|
+
* printDescription
|
|
9117
9117
|
*/
|
|
9118
|
-
|
|
9118
|
+
printDescription: string;
|
|
9119
9119
|
|
|
9120
9120
|
/**
|
|
9121
|
-
*
|
|
9121
|
+
* Percent for Discount 1
|
|
9122
9122
|
*/
|
|
9123
|
-
|
|
9123
|
+
paymentDiscount1: number;
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* for deposit: remaining term
|
|
@@ -9251,14 +9251,14 @@ export interface PickTrolley {
|
|
|
9251
9251
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
9252
9252
|
|
|
9253
9253
|
/**
|
|
9254
|
-
*
|
|
9254
|
+
* Bearbeiter der Pickliste
|
|
9255
9255
|
*/
|
|
9256
|
-
|
|
9256
|
+
processedByUserRef: ApiObjectReference;
|
|
9257
9257
|
|
|
9258
9258
|
/**
|
|
9259
|
-
*
|
|
9259
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
9260
9260
|
*/
|
|
9261
|
-
|
|
9261
|
+
storageBinRef: StorageBinRef;
|
|
9262
9262
|
|
|
9263
9263
|
/**
|
|
9264
9264
|
* Beschreibung des Wagens
|
|
@@ -9608,14 +9608,14 @@ export interface PicklistLineComponent {
|
|
|
9608
9608
|
quantityCollected: number;
|
|
9609
9609
|
|
|
9610
9610
|
/**
|
|
9611
|
-
*
|
|
9611
|
+
* Menge der Position
|
|
9612
9612
|
*/
|
|
9613
|
-
|
|
9613
|
+
quantity: number;
|
|
9614
9614
|
|
|
9615
9615
|
/**
|
|
9616
|
-
*
|
|
9616
|
+
* Artikelbezeichnung
|
|
9617
9617
|
*/
|
|
9618
|
-
|
|
9618
|
+
articleName: string;
|
|
9619
9619
|
|
|
9620
9620
|
/**
|
|
9621
9621
|
* Artikelbeschreibung
|
|
@@ -9843,6 +9843,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9843
9843
|
*/
|
|
9844
9844
|
maxOrderValue: number;
|
|
9845
9845
|
|
|
9846
|
+
/**
|
|
9847
|
+
* Nur vollständig lieferbare Positionen
|
|
9848
|
+
*/
|
|
9849
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9850
|
+
|
|
9846
9851
|
/**
|
|
9847
9852
|
* Selektion über den Bereich vom Lieferdatum
|
|
9848
9853
|
*/
|
|
@@ -9853,25 +9858,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9853
9858
|
*/
|
|
9854
9859
|
maxOrderCount: number;
|
|
9855
9860
|
|
|
9856
|
-
/**
|
|
9857
|
-
* Nur vollständig lieferbare Positionen
|
|
9858
|
-
*/
|
|
9859
|
-
onlyFullDeliverableOrderLines: boolean;
|
|
9860
|
-
|
|
9861
9861
|
/**
|
|
9862
9862
|
* Selektion über den Bereich vom Belegdatum
|
|
9863
9863
|
*/
|
|
9864
9864
|
documentDateRange: PicklistTemplate$DateRange;
|
|
9865
9865
|
|
|
9866
9866
|
/**
|
|
9867
|
-
*
|
|
9867
|
+
* Liste von gültigen Lagerbereichen
|
|
9868
9868
|
*/
|
|
9869
|
-
|
|
9869
|
+
storageAreaRefs: Array<ApiObjectReference>;
|
|
9870
9870
|
|
|
9871
9871
|
/**
|
|
9872
|
-
*
|
|
9872
|
+
* Id des salesChannels der bei der Selektion berücksichtigt wird
|
|
9873
9873
|
*/
|
|
9874
|
-
|
|
9874
|
+
salesChannelId: number;
|
|
9875
9875
|
|
|
9876
9876
|
/**
|
|
9877
9877
|
* Nur vollständig lieferbare Aufträge
|
|
@@ -9936,6 +9936,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9936
9936
|
*/
|
|
9937
9937
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9938
9938
|
|
|
9939
|
+
/**
|
|
9940
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9941
|
+
*/
|
|
9942
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9943
|
+
|
|
9939
9944
|
/**
|
|
9940
9945
|
* Lagerplätze vorgeben
|
|
9941
9946
|
*/
|
|
@@ -9947,20 +9952,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9947
9952
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9948
9953
|
|
|
9949
9954
|
/**
|
|
9950
|
-
*
|
|
9955
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9951
9956
|
*/
|
|
9952
|
-
|
|
9957
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9953
9958
|
|
|
9954
9959
|
/**
|
|
9955
9960
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9956
9961
|
*/
|
|
9957
9962
|
sortByRoutePosition: boolean;
|
|
9958
9963
|
|
|
9959
|
-
/**
|
|
9960
|
-
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9961
|
-
*/
|
|
9962
|
-
useAllAvailOrderPickingTrolleys: boolean;
|
|
9963
|
-
|
|
9964
9964
|
/**
|
|
9965
9965
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9966
9966
|
*/
|
|
@@ -10010,14 +10010,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10010
10010
|
alwaysShowDeliveryMethod: boolean;
|
|
10011
10011
|
|
|
10012
10012
|
/**
|
|
10013
|
-
*
|
|
10013
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
10014
10014
|
*/
|
|
10015
|
-
|
|
10015
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
10016
10016
|
|
|
10017
10017
|
/**
|
|
10018
|
-
*
|
|
10018
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
10019
10019
|
*/
|
|
10020
|
-
|
|
10020
|
+
autoPrintDeliveryDocument: boolean;
|
|
10021
10021
|
|
|
10022
10022
|
/**
|
|
10023
10023
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -10025,24 +10025,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10025
10025
|
showShippingFormOnPickingFinish: boolean;
|
|
10026
10026
|
|
|
10027
10027
|
/**
|
|
10028
|
-
*
|
|
10028
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
10029
10029
|
*/
|
|
10030
|
-
|
|
10030
|
+
useDigitalPicklist: boolean;
|
|
10031
10031
|
|
|
10032
10032
|
/**
|
|
10033
|
-
*
|
|
10033
|
+
* Sammelbestätigung erlauben
|
|
10034
10034
|
*/
|
|
10035
|
-
|
|
10035
|
+
allowFullConfirmation: boolean;
|
|
10036
10036
|
|
|
10037
10037
|
/**
|
|
10038
|
-
*
|
|
10038
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
10039
10039
|
*/
|
|
10040
|
-
|
|
10040
|
+
printLabelOnScan: boolean;
|
|
10041
10041
|
|
|
10042
10042
|
/**
|
|
10043
|
-
*
|
|
10043
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
10044
10044
|
*/
|
|
10045
|
-
|
|
10045
|
+
allowPickingOfServiceArticles: boolean;
|
|
10046
10046
|
|
|
10047
10047
|
/**
|
|
10048
10048
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -10060,14 +10060,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10060
10060
|
printLabelOnCompleteOrder: boolean;
|
|
10061
10061
|
|
|
10062
10062
|
/**
|
|
10063
|
-
*
|
|
10063
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
10064
10064
|
*/
|
|
10065
|
-
|
|
10065
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
10066
10066
|
|
|
10067
10067
|
/**
|
|
10068
|
-
*
|
|
10068
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
10069
10069
|
*/
|
|
10070
|
-
|
|
10070
|
+
printLabelAfterPicking: boolean;
|
|
10071
10071
|
|
|
10072
10072
|
/**
|
|
10073
10073
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
@@ -10154,14 +10154,14 @@ export interface PriceSelectionCriteria {
|
|
|
10154
10154
|
date: ScriptingDate;
|
|
10155
10155
|
|
|
10156
10156
|
/**
|
|
10157
|
-
*
|
|
10157
|
+
* Eine Menge
|
|
10158
10158
|
*/
|
|
10159
|
-
|
|
10159
|
+
quantity: number;
|
|
10160
10160
|
|
|
10161
10161
|
/**
|
|
10162
|
-
*
|
|
10162
|
+
* Die Preisgruppe
|
|
10163
10163
|
*/
|
|
10164
|
-
|
|
10164
|
+
priceGroupId: number;
|
|
10165
10165
|
|
|
10166
10166
|
/**
|
|
10167
10167
|
* Liste von Artikel-IDs
|
|
@@ -10197,14 +10197,14 @@ export interface PriceSelectionCriteria {
|
|
|
10197
10197
|
export interface Product {
|
|
10198
10198
|
|
|
10199
10199
|
/**
|
|
10200
|
-
*
|
|
10200
|
+
* Zolltarifnummer
|
|
10201
10201
|
*/
|
|
10202
|
-
|
|
10202
|
+
customsTariffNumber: string;
|
|
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
|
* Gebindeschema dieses Produkts
|
|
@@ -10353,14 +10353,14 @@ export interface ProductArticleRef {
|
|
|
10353
10353
|
export interface ProductDiscount {
|
|
10354
10354
|
|
|
10355
10355
|
/**
|
|
10356
|
-
*
|
|
10356
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10357
10357
|
*/
|
|
10358
|
-
|
|
10358
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10359
10359
|
|
|
10360
10360
|
/**
|
|
10361
|
-
*
|
|
10361
|
+
* Kundengruppe
|
|
10362
10362
|
*/
|
|
10363
|
-
|
|
10363
|
+
customerGroupRef: ApiObjectReference;
|
|
10364
10364
|
|
|
10365
10365
|
/**
|
|
10366
10366
|
* Lieferantengruppe
|
|
@@ -10373,14 +10373,14 @@ export interface ProductDiscount {
|
|
|
10373
10373
|
fromQuantity: number;
|
|
10374
10374
|
|
|
10375
10375
|
/**
|
|
10376
|
-
*
|
|
10376
|
+
* Hersteller
|
|
10377
10377
|
*/
|
|
10378
|
-
|
|
10378
|
+
manufacturerRef: ApiObjectReference;
|
|
10379
10379
|
|
|
10380
10380
|
/**
|
|
10381
|
-
*
|
|
10381
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10382
10382
|
*/
|
|
10383
|
-
|
|
10383
|
+
articleRef: ApiObjectReference;
|
|
10384
10384
|
|
|
10385
10385
|
/**
|
|
10386
10386
|
* Gültig von
|
|
@@ -10388,14 +10388,14 @@ export interface ProductDiscount {
|
|
|
10388
10388
|
validFrom: ScriptingDate;
|
|
10389
10389
|
|
|
10390
10390
|
/**
|
|
10391
|
-
*
|
|
10391
|
+
* Warengruppe
|
|
10392
10392
|
*/
|
|
10393
|
-
|
|
10393
|
+
productGroupRef: ApiObjectReference;
|
|
10394
10394
|
|
|
10395
10395
|
/**
|
|
10396
|
-
*
|
|
10396
|
+
* Bestimmt die Art des Rabatts
|
|
10397
10397
|
*/
|
|
10398
|
-
|
|
10398
|
+
modifierType: PriceModifierType;
|
|
10399
10399
|
|
|
10400
10400
|
/**
|
|
10401
10401
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10413,14 +10413,14 @@ export interface ProductDiscount {
|
|
|
10413
10413
|
currencyRef: CurrencyReference;
|
|
10414
10414
|
|
|
10415
10415
|
/**
|
|
10416
|
-
*
|
|
10416
|
+
* Preisgruppe
|
|
10417
10417
|
*/
|
|
10418
|
-
|
|
10418
|
+
priceGroupRef: ApiObjectReference;
|
|
10419
10419
|
|
|
10420
10420
|
/**
|
|
10421
|
-
*
|
|
10421
|
+
* Wert des Rabatts
|
|
10422
10422
|
*/
|
|
10423
|
-
|
|
10423
|
+
modifierValue: number;
|
|
10424
10424
|
|
|
10425
10425
|
/**
|
|
10426
10426
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10428,14 +10428,14 @@ export interface ProductDiscount {
|
|
|
10428
10428
|
qualifier: ProductPriceQualifier;
|
|
10429
10429
|
|
|
10430
10430
|
/**
|
|
10431
|
-
*
|
|
10431
|
+
* Aktionpreis
|
|
10432
10432
|
*/
|
|
10433
|
-
|
|
10433
|
+
specialOfferPrice: boolean;
|
|
10434
10434
|
|
|
10435
10435
|
/**
|
|
10436
|
-
*
|
|
10436
|
+
* Gültig bis
|
|
10437
10437
|
*/
|
|
10438
|
-
|
|
10438
|
+
validUntil: ScriptingDate;
|
|
10439
10439
|
|
|
10440
10440
|
/**
|
|
10441
10441
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10443,14 +10443,14 @@ export interface ProductDiscount {
|
|
|
10443
10443
|
modifierValueType: ValueType;
|
|
10444
10444
|
|
|
10445
10445
|
/**
|
|
10446
|
-
*
|
|
10446
|
+
* Account, für den der Rabatt gültig ist
|
|
10447
10447
|
*/
|
|
10448
|
-
|
|
10448
|
+
accountRef: ApiObjectReference;
|
|
10449
10449
|
|
|
10450
10450
|
/**
|
|
10451
|
-
*
|
|
10451
|
+
* Name des Rabatts
|
|
10452
10452
|
*/
|
|
10453
|
-
|
|
10453
|
+
modifierName: string;
|
|
10454
10454
|
|
|
10455
10455
|
/**
|
|
10456
10456
|
* Unique identifier of the Object
|
|
@@ -10481,14 +10481,14 @@ export interface ProductGroup {
|
|
|
10481
10481
|
targetTradingMargin: number;
|
|
10482
10482
|
|
|
10483
10483
|
/**
|
|
10484
|
-
*
|
|
10484
|
+
* main product group
|
|
10485
10485
|
*/
|
|
10486
|
-
|
|
10486
|
+
mainGroupRef: ApiObjectReference;
|
|
10487
10487
|
|
|
10488
10488
|
/**
|
|
10489
|
-
*
|
|
10489
|
+
* Freifeld
|
|
10490
10490
|
*/
|
|
10491
|
-
|
|
10491
|
+
custom: EavProductgroup;
|
|
10492
10492
|
|
|
10493
10493
|
/**
|
|
10494
10494
|
* warengruppe aktiv ja/nein
|
|
@@ -10567,14 +10567,14 @@ export interface ProductMainGroup {
|
|
|
10567
10567
|
export interface ProductPrice {
|
|
10568
10568
|
|
|
10569
10569
|
/**
|
|
10570
|
-
*
|
|
10570
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10571
10571
|
*/
|
|
10572
|
-
|
|
10572
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10573
10573
|
|
|
10574
10574
|
/**
|
|
10575
|
-
*
|
|
10575
|
+
* Kundengruppe
|
|
10576
10576
|
*/
|
|
10577
|
-
|
|
10577
|
+
customerGroupRef: ApiObjectReference;
|
|
10578
10578
|
|
|
10579
10579
|
/**
|
|
10580
10580
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10637,14 +10637,14 @@ export interface ProductPrice {
|
|
|
10637
10637
|
supplierGroupRef: ApiObjectReference;
|
|
10638
10638
|
|
|
10639
10639
|
/**
|
|
10640
|
-
*
|
|
10640
|
+
* Hersteller
|
|
10641
10641
|
*/
|
|
10642
|
-
|
|
10642
|
+
manufacturerRef: ApiObjectReference;
|
|
10643
10643
|
|
|
10644
10644
|
/**
|
|
10645
|
-
*
|
|
10645
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10646
10646
|
*/
|
|
10647
|
-
|
|
10647
|
+
articleRef: ApiObjectReference;
|
|
10648
10648
|
|
|
10649
10649
|
/**
|
|
10650
10650
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10667,9 +10667,9 @@ export interface ProductPrice {
|
|
|
10667
10667
|
qualifier: ProductPriceQualifier;
|
|
10668
10668
|
|
|
10669
10669
|
/**
|
|
10670
|
-
*
|
|
10670
|
+
* Aktionpreis
|
|
10671
10671
|
*/
|
|
10672
|
-
|
|
10672
|
+
specialOfferPrice: boolean;
|
|
10673
10673
|
|
|
10674
10674
|
/**
|
|
10675
10675
|
* Gültig bis
|
|
@@ -10677,9 +10677,9 @@ export interface ProductPrice {
|
|
|
10677
10677
|
validUntil: ScriptingDate;
|
|
10678
10678
|
|
|
10679
10679
|
/**
|
|
10680
|
-
*
|
|
10680
|
+
* Preisbasis
|
|
10681
10681
|
*/
|
|
10682
|
-
|
|
10682
|
+
priceBase: ArticlePriceBase;
|
|
10683
10683
|
|
|
10684
10684
|
/**
|
|
10685
10685
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
@@ -10882,14 +10882,14 @@ export interface RequestDocument {
|
|
|
10882
10882
|
contractDetail: DocumentContractDetail;
|
|
10883
10883
|
|
|
10884
10884
|
/**
|
|
10885
|
-
*
|
|
10885
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10886
10886
|
*/
|
|
10887
|
-
|
|
10887
|
+
paymentTermId: number;
|
|
10888
10888
|
|
|
10889
10889
|
/**
|
|
10890
|
-
*
|
|
10890
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10891
10891
|
*/
|
|
10892
|
-
|
|
10892
|
+
supplierAccountId: number;
|
|
10893
10893
|
|
|
10894
10894
|
/**
|
|
10895
10895
|
* Schema Freifelder
|
|
@@ -11025,14 +11025,14 @@ export interface RequestDocumentLine {
|
|
|
11025
11025
|
dropShippingPolicy: DropShippingPolicy;
|
|
11026
11026
|
|
|
11027
11027
|
/**
|
|
11028
|
-
*
|
|
11028
|
+
* Positionsnummer der Artikel
|
|
11029
11029
|
*/
|
|
11030
|
-
|
|
11030
|
+
positionOfArticleLine: number;
|
|
11031
11031
|
|
|
11032
11032
|
/**
|
|
11033
|
-
*
|
|
11033
|
+
* (optional) Lager-ID
|
|
11034
11034
|
*/
|
|
11035
|
-
|
|
11035
|
+
storageId: number;
|
|
11036
11036
|
|
|
11037
11037
|
/**
|
|
11038
11038
|
* Vertragsdetails zur Belegposition
|
|
@@ -11045,14 +11045,14 @@ export interface RequestDocumentLine {
|
|
|
11045
11045
|
supplierAccountId: number;
|
|
11046
11046
|
|
|
11047
11047
|
/**
|
|
11048
|
-
*
|
|
11048
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
11049
11049
|
*/
|
|
11050
|
-
|
|
11050
|
+
quantity: number;
|
|
11051
11051
|
|
|
11052
11052
|
/**
|
|
11053
|
-
*
|
|
11053
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
11054
11054
|
*/
|
|
11055
|
-
|
|
11055
|
+
mainArticleLinePosition: number;
|
|
11056
11056
|
|
|
11057
11057
|
/**
|
|
11058
11058
|
* Versandkosten mit Bedingungen
|
|
@@ -11119,6 +11119,11 @@ export interface RequestDocumentLine {
|
|
|
11119
11119
|
*/
|
|
11120
11120
|
priceModifiers: Array<RequestDocumentPriceModifier>;
|
|
11121
11121
|
|
|
11122
|
+
/**
|
|
11123
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
11124
|
+
*/
|
|
11125
|
+
externalArticleNumber: string;
|
|
11126
|
+
|
|
11122
11127
|
/**
|
|
11123
11128
|
* ID der Quell-Belegposition
|
|
11124
11129
|
*/
|
|
@@ -11130,19 +11135,14 @@ export interface RequestDocumentLine {
|
|
|
11130
11135
|
bookings: Array<RequestDocumentLineBooking>;
|
|
11131
11136
|
|
|
11132
11137
|
/**
|
|
11133
|
-
*
|
|
11138
|
+
* (optional) Preis des Artikels dieser Position
|
|
11134
11139
|
*/
|
|
11135
|
-
|
|
11140
|
+
productPrice: number;
|
|
11136
11141
|
|
|
11137
11142
|
/**
|
|
11138
11143
|
* Zu der Zeile Etikettendruck anstoßen
|
|
11139
11144
|
*/
|
|
11140
11145
|
doLabelPrint: boolean;
|
|
11141
|
-
|
|
11142
|
-
/**
|
|
11143
|
-
* (optional) Preis des Artikels dieser Position
|
|
11144
|
-
*/
|
|
11145
|
-
productPrice: number;
|
|
11146
11146
|
}
|
|
11147
11147
|
|
|
11148
11148
|
export interface RequestDocumentLineBooking {
|
|
@@ -11357,14 +11357,14 @@ export interface SalesAgent {
|
|
|
11357
11357
|
taxRateRef: ApiObjectReference;
|
|
11358
11358
|
|
|
11359
11359
|
/**
|
|
11360
|
-
*
|
|
11360
|
+
* country code performance country IsoAlpha3
|
|
11361
11361
|
*/
|
|
11362
|
-
|
|
11362
|
+
performanceCountryCode: string;
|
|
11363
11363
|
|
|
11364
11364
|
/**
|
|
11365
|
-
*
|
|
11365
|
+
* reference to the assigned user
|
|
11366
11366
|
*/
|
|
11367
|
-
|
|
11367
|
+
userRef: ApiObjectReference;
|
|
11368
11368
|
|
|
11369
11369
|
/**
|
|
11370
11370
|
* billing type
|
|
@@ -11563,14 +11563,14 @@ export interface ScenarioDimensionValue {
|
|
|
11563
11563
|
export interface ScenarioFactDef {
|
|
11564
11564
|
|
|
11565
11565
|
/**
|
|
11566
|
-
* Attribut
|
|
11566
|
+
* Attribut Name
|
|
11567
11567
|
*/
|
|
11568
|
-
|
|
11568
|
+
factAttribute: string;
|
|
11569
11569
|
|
|
11570
11570
|
/**
|
|
11571
|
-
* Attribut
|
|
11571
|
+
* Attribut Typ
|
|
11572
11572
|
*/
|
|
11573
|
-
|
|
11573
|
+
attributeType: ScenarioFactDef$FactType;
|
|
11574
11574
|
|
|
11575
11575
|
/**
|
|
11576
11576
|
* Unique identifier of the Object
|
|
@@ -11791,14 +11791,14 @@ export interface ShelfDocument {
|
|
|
11791
11791
|
tags: Array<TagDto>;
|
|
11792
11792
|
|
|
11793
11793
|
/**
|
|
11794
|
-
*
|
|
11794
|
+
* share informations
|
|
11795
11795
|
*/
|
|
11796
|
-
|
|
11796
|
+
shares: Array<ShelfShare>;
|
|
11797
11797
|
|
|
11798
11798
|
/**
|
|
11799
|
-
*
|
|
11799
|
+
* Mehrsprachige Bezeichnungen
|
|
11800
11800
|
*/
|
|
11801
|
-
|
|
11801
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11802
11802
|
|
|
11803
11803
|
/**
|
|
11804
11804
|
* Automatische Löschung ab
|
|
@@ -11983,14 +11983,14 @@ export interface ShelfFile {
|
|
|
11983
11983
|
subFiles: Array<SubFileInfo>;
|
|
11984
11984
|
|
|
11985
11985
|
/**
|
|
11986
|
-
*
|
|
11986
|
+
* revision number of this file
|
|
11987
11987
|
*/
|
|
11988
|
-
|
|
11988
|
+
revisionNumber: number;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* fileSize
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
fileSize: number;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
11996
|
* file-extension of this entry
|
|
@@ -12018,14 +12018,14 @@ export interface ShelfFile {
|
|
|
12018
12018
|
version: number;
|
|
12019
12019
|
|
|
12020
12020
|
/**
|
|
12021
|
-
*
|
|
12021
|
+
* current reference of this file in our storage
|
|
12022
12022
|
*/
|
|
12023
|
-
|
|
12023
|
+
storageHandle: string;
|
|
12024
12024
|
|
|
12025
12025
|
/**
|
|
12026
|
-
*
|
|
12026
|
+
* meta data
|
|
12027
12027
|
*/
|
|
12028
|
-
|
|
12028
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
12029
12029
|
|
|
12030
12030
|
/**
|
|
12031
12031
|
* MetaInformations for this Object
|
|
@@ -12273,14 +12273,14 @@ export interface StockMovementManualApi {
|
|
|
12273
12273
|
expiryDate: ScriptingDate;
|
|
12274
12274
|
|
|
12275
12275
|
/**
|
|
12276
|
-
*
|
|
12276
|
+
* Notiz zur Seriennummer
|
|
12277
12277
|
*/
|
|
12278
|
-
|
|
12278
|
+
serialNumberNote: string;
|
|
12279
12279
|
|
|
12280
12280
|
/**
|
|
12281
|
-
*
|
|
12281
|
+
* Zugang oder Abgang
|
|
12282
12282
|
*/
|
|
12283
|
-
|
|
12283
|
+
factor: StockJournalFactor;
|
|
12284
12284
|
|
|
12285
12285
|
/**
|
|
12286
12286
|
* Lager
|
|
@@ -12291,14 +12291,14 @@ export interface StockMovementManualApi {
|
|
|
12291
12291
|
export interface StockTransferApi {
|
|
12292
12292
|
|
|
12293
12293
|
/**
|
|
12294
|
-
*
|
|
12294
|
+
* Ziel-Lager
|
|
12295
12295
|
*/
|
|
12296
|
-
|
|
12296
|
+
targetStorageId: number;
|
|
12297
12297
|
|
|
12298
12298
|
/**
|
|
12299
|
-
*
|
|
12299
|
+
* Seriennummer
|
|
12300
12300
|
*/
|
|
12301
|
-
|
|
12301
|
+
serialNumberId: number;
|
|
12302
12302
|
|
|
12303
12303
|
/**
|
|
12304
12304
|
* Bemerkung
|
|
@@ -12311,14 +12311,14 @@ export interface StockTransferApi {
|
|
|
12311
12311
|
bookDate: ScriptingDate;
|
|
12312
12312
|
|
|
12313
12313
|
/**
|
|
12314
|
-
*
|
|
12314
|
+
* Quell-Lagerplatz
|
|
12315
12315
|
*/
|
|
12316
|
-
|
|
12316
|
+
sourceStorageBinId: number;
|
|
12317
12317
|
|
|
12318
12318
|
/**
|
|
12319
|
-
*
|
|
12319
|
+
* Menge
|
|
12320
12320
|
*/
|
|
12321
|
-
|
|
12321
|
+
quantity: number;
|
|
12322
12322
|
|
|
12323
12323
|
/**
|
|
12324
12324
|
* Quell-Lager
|
|
@@ -12518,11 +12518,6 @@ export interface Supplier {
|
|
|
12518
12518
|
*/
|
|
12519
12519
|
info: MetaInfo;
|
|
12520
12520
|
|
|
12521
|
-
/**
|
|
12522
|
-
* tax able or tax free
|
|
12523
|
-
*/
|
|
12524
|
-
taxable: boolean;
|
|
12525
|
-
|
|
12526
12521
|
/**
|
|
12527
12522
|
* reference to the delivery method
|
|
12528
12523
|
*/
|
|
@@ -12533,6 +12528,11 @@ export interface Supplier {
|
|
|
12533
12528
|
*/
|
|
12534
12529
|
supplierGroupRef: ApiObjectReference;
|
|
12535
12530
|
|
|
12531
|
+
/**
|
|
12532
|
+
* tax able or tax free
|
|
12533
|
+
*/
|
|
12534
|
+
taxable: boolean;
|
|
12535
|
+
|
|
12536
12536
|
/**
|
|
12537
12537
|
* Mahnen?
|
|
12538
12538
|
*/
|
|
@@ -12855,26 +12855,26 @@ export interface TextTemplate {
|
|
|
12855
12855
|
*/
|
|
12856
12856
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12857
12857
|
|
|
12858
|
-
/**
|
|
12859
|
-
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12860
|
-
*/
|
|
12861
|
-
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12862
|
-
|
|
12863
12858
|
/**
|
|
12864
12859
|
* Texte in den angebotenen Sprachen
|
|
12865
12860
|
*/
|
|
12866
12861
|
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12867
12862
|
|
|
12868
12863
|
/**
|
|
12869
|
-
*
|
|
12864
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12870
12865
|
*/
|
|
12871
|
-
|
|
12866
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12872
12867
|
|
|
12873
12868
|
/**
|
|
12874
12869
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12875
12870
|
*/
|
|
12876
12871
|
separateLine: boolean;
|
|
12877
12872
|
|
|
12873
|
+
/**
|
|
12874
|
+
* article für den diese Templates gelten
|
|
12875
|
+
*/
|
|
12876
|
+
articleId: number;
|
|
12877
|
+
|
|
12878
12878
|
/**
|
|
12879
12879
|
* Wann wird ein UI-Hint angezeigt
|
|
12880
12880
|
*/
|
|
@@ -13146,14 +13146,14 @@ export interface VariantAttributeListing {
|
|
|
13146
13146
|
salesChannelRef: ApiObjectReference;
|
|
13147
13147
|
|
|
13148
13148
|
/**
|
|
13149
|
-
*
|
|
13149
|
+
* Variantenattribut
|
|
13150
13150
|
*/
|
|
13151
|
-
|
|
13151
|
+
variantAttributeRef: ApiObjectReference;
|
|
13152
13152
|
|
|
13153
13153
|
/**
|
|
13154
|
-
*
|
|
13154
|
+
* Freifelder
|
|
13155
13155
|
*/
|
|
13156
|
-
|
|
13156
|
+
custom: EavVariantattributelisting;
|
|
13157
13157
|
|
|
13158
13158
|
/**
|
|
13159
13159
|
* Unique identifier of the Object
|