@vario-software/types 2026.30.1 → 2026.30.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +35 -35
- package/scripting/types.d.ts +469 -469
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -142,26 +142,26 @@ export interface Account {
|
|
|
142
142
|
*/
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
|
-
/**
|
|
146
|
-
* Summe Forderungen
|
|
147
|
-
*/
|
|
148
|
-
receivablesSum: number;
|
|
149
|
-
|
|
150
145
|
/**
|
|
151
146
|
* Kostenstelle
|
|
152
147
|
*/
|
|
153
148
|
costCenter: string;
|
|
154
149
|
|
|
155
150
|
/**
|
|
156
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
157
152
|
*/
|
|
158
|
-
|
|
153
|
+
receivablesSum: number;
|
|
159
154
|
|
|
160
155
|
/**
|
|
161
156
|
* Custom account data
|
|
162
157
|
*/
|
|
163
158
|
custom: EavAccount;
|
|
164
159
|
|
|
160
|
+
/**
|
|
161
|
+
* companyLegal for this account
|
|
162
|
+
*/
|
|
163
|
+
companyLegalRef: ApiCreatableReference;
|
|
164
|
+
|
|
165
165
|
/**
|
|
166
166
|
* tax number/ Steuernummer
|
|
167
167
|
*/
|
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Post office box
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
postOfficeBox: string;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Title
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -346,14 +346,14 @@ export interface AccountAddress {
|
|
|
346
346
|
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* Custom data
|
|
350
350
|
*/
|
|
351
|
-
|
|
351
|
+
custom: EavAccountaddress;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* abweichende Zahlungsart
|
|
355
355
|
*/
|
|
356
|
-
|
|
356
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* Postcode
|
|
@@ -396,14 +396,14 @@ export interface AccountAddress {
|
|
|
396
396
|
additionalAddressLine1: string;
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
|
-
*
|
|
399
|
+
* Additional address line2
|
|
400
400
|
*/
|
|
401
|
-
|
|
401
|
+
additionalAddressLine2: string;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
|
-
*
|
|
404
|
+
* Parcel station
|
|
405
405
|
*/
|
|
406
|
-
|
|
406
|
+
parcelStation: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
409
|
* Street address number
|
|
@@ -451,14 +451,14 @@ export interface AccountAddress {
|
|
|
451
451
|
name1: string;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* Contacts
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
contacts: Array<Contact>;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
*
|
|
459
|
+
* abweichende Zahlungsbedingungen
|
|
460
460
|
*/
|
|
461
|
-
|
|
461
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
462
462
|
|
|
463
463
|
/**
|
|
464
464
|
* is this the default address of the account
|
|
@@ -474,14 +474,14 @@ export interface AccountBankdetail {
|
|
|
474
474
|
active: boolean;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
*
|
|
477
|
+
* name of the bank
|
|
478
478
|
*/
|
|
479
|
-
|
|
479
|
+
bankName: string;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
|
-
*
|
|
482
|
+
* post-code of the bank
|
|
483
483
|
*/
|
|
484
|
-
|
|
484
|
+
bankPostCode: string;
|
|
485
485
|
|
|
486
486
|
/**
|
|
487
487
|
* account from, if differs from account-address
|
|
@@ -493,26 +493,26 @@ export interface AccountBankdetail {
|
|
|
493
493
|
*/
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
|
-
/**
|
|
497
|
-
* Hauptbankverbindung für
|
|
498
|
-
*/
|
|
499
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
|
-
|
|
501
496
|
/**
|
|
502
497
|
* city of the bank
|
|
503
498
|
*/
|
|
504
499
|
bankCity: string;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
|
-
*
|
|
502
|
+
* Hauptbankverbindung für
|
|
508
503
|
*/
|
|
509
|
-
|
|
504
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
510
505
|
|
|
511
506
|
/**
|
|
512
507
|
* Is default bank?
|
|
513
508
|
*/
|
|
514
509
|
defaultBank: boolean;
|
|
515
510
|
|
|
511
|
+
/**
|
|
512
|
+
* origin type
|
|
513
|
+
*/
|
|
514
|
+
originType: AccountBankdetail$OriginType;
|
|
515
|
+
|
|
516
516
|
/**
|
|
517
517
|
* IBAN
|
|
518
518
|
*/
|
|
@@ -610,14 +610,14 @@ export interface AccountLoanValue {
|
|
|
610
610
|
nonInvoicedDocumentLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
|
-
*
|
|
618
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
619
619
|
*/
|
|
620
|
-
|
|
620
|
+
payablesSum: number;
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
623
|
* Überschrittener Kreditbetrag
|
|
@@ -827,14 +827,14 @@ export interface AccountPerson {
|
|
|
827
827
|
tags: Array<TagDto>;
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
|
-
*
|
|
830
|
+
* First name
|
|
831
831
|
*/
|
|
832
|
-
|
|
832
|
+
firstName: string;
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* Default contacts
|
|
836
836
|
*/
|
|
837
|
-
|
|
837
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
840
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -1028,6 +1028,11 @@ export interface Article {
|
|
|
1028
1028
|
*/
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
|
+
/**
|
|
1032
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
|
+
*/
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
|
+
|
|
1031
1036
|
/**
|
|
1032
1037
|
* is this product sellable without any quantity at the stock
|
|
1033
1038
|
*/
|
|
@@ -1038,11 +1043,6 @@ export interface Article {
|
|
|
1038
1043
|
*/
|
|
1039
1044
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1045
|
|
|
1041
|
-
/**
|
|
1042
|
-
* Durchschnittl. EKP (Startwert)
|
|
1043
|
-
*/
|
|
1044
|
-
initialAvgPurchasePrice: number;
|
|
1045
|
-
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
1048
1048
|
*/
|
|
@@ -1069,14 +1069,14 @@ export interface Article {
|
|
|
1069
1069
|
warrantyInMonths: number;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1077
|
+
* weight and size w.o. packaging
|
|
1078
1078
|
*/
|
|
1079
|
-
|
|
1079
|
+
netMetric: Article$Metric;
|
|
1080
1080
|
|
|
1081
1081
|
/**
|
|
1082
1082
|
* unique product number
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Soll-Handelsspanne
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
targetTradingMargin: number;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Produktion
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
fabrication: boolean;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1189,14 +1189,14 @@ export interface Article {
|
|
|
1189
1189
|
solvable: boolean;
|
|
1190
1190
|
|
|
1191
1191
|
/**
|
|
1192
|
-
*
|
|
1192
|
+
* Verkaufseinheit
|
|
1193
1193
|
*/
|
|
1194
|
-
|
|
1194
|
+
salesUnit: number;
|
|
1195
1195
|
|
|
1196
1196
|
/**
|
|
1197
|
-
*
|
|
1197
|
+
* weight and size inc. packaging
|
|
1198
1198
|
*/
|
|
1199
|
-
|
|
1199
|
+
grossMetric: Article$Metric;
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
1202
|
* name of this product
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Arbeitseinheit in Minuten
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
workUnitInMinutes: number;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Country code
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
countryOfOriginRef: CountryReference;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Frei kommissionierbar
|
|
@@ -1228,11 +1228,6 @@ export interface Article {
|
|
|
1228
1228
|
*/
|
|
1229
1229
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1230
|
|
|
1231
|
-
/**
|
|
1232
|
-
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1233
|
-
*/
|
|
1234
|
-
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1235
|
-
|
|
1236
1231
|
/**
|
|
1237
1232
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1238
1233
|
*/
|
|
@@ -1243,6 +1238,11 @@ export interface Article {
|
|
|
1243
1238
|
*/
|
|
1244
1239
|
note: string;
|
|
1245
1240
|
|
|
1241
|
+
/**
|
|
1242
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1243
|
+
*/
|
|
1244
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1245
|
+
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Erlaubte Arten der Kommissionierung
|
|
1248
1248
|
*/
|
|
@@ -1278,11 +1278,6 @@ export interface Article {
|
|
|
1278
1278
|
*/
|
|
1279
1279
|
capacity: number;
|
|
1280
1280
|
|
|
1281
|
-
/**
|
|
1282
|
-
* gross sales prices
|
|
1283
|
-
*/
|
|
1284
|
-
grossSalesPrice: number;
|
|
1285
|
-
|
|
1286
1281
|
/**
|
|
1287
1282
|
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1288
1283
|
*/
|
|
@@ -1293,6 +1288,11 @@ export interface Article {
|
|
|
1293
1288
|
*/
|
|
1294
1289
|
defaultFabricationCost: number;
|
|
1295
1290
|
|
|
1291
|
+
/**
|
|
1292
|
+
* gross sales prices
|
|
1293
|
+
*/
|
|
1294
|
+
grossSalesPrice: number;
|
|
1295
|
+
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Letzter EKP (Startwert)
|
|
1298
1298
|
*/
|
|
@@ -1303,26 +1303,26 @@ export interface Article {
|
|
|
1303
1303
|
*/
|
|
1304
1304
|
permissibleForOrderProposal: boolean;
|
|
1305
1305
|
|
|
1306
|
-
/**
|
|
1307
|
-
* Versandlabeldruck
|
|
1308
|
-
*/
|
|
1309
|
-
shippingLabelPrinting: boolean;
|
|
1310
|
-
|
|
1311
1306
|
/**
|
|
1312
1307
|
* reference to Product
|
|
1313
1308
|
*/
|
|
1314
1309
|
productRef: ApiObjectReference;
|
|
1315
1310
|
|
|
1316
1311
|
/**
|
|
1317
|
-
*
|
|
1312
|
+
* Versandlabeldruck
|
|
1318
1313
|
*/
|
|
1319
|
-
|
|
1314
|
+
shippingLabelPrinting: boolean;
|
|
1320
1315
|
|
|
1321
1316
|
/**
|
|
1322
1317
|
* rabattierbarer Artikel?
|
|
1323
1318
|
*/
|
|
1324
1319
|
discountable: boolean;
|
|
1325
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* Kontingentartikel
|
|
1323
|
+
*/
|
|
1324
|
+
contingentArticleRef: ApiObjectReference;
|
|
1325
|
+
|
|
1326
1326
|
/**
|
|
1327
1327
|
* alternative name of this product
|
|
1328
1328
|
*/
|
|
@@ -1399,14 +1399,14 @@ export interface Article {
|
|
|
1399
1399
|
listed: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* provisionsberechtiger Artikel?
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
commissionable: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
|
-
*
|
|
1407
|
+
* Nur manuelle Produktion
|
|
1408
1408
|
*/
|
|
1409
|
-
|
|
1409
|
+
onlyManualFabrication: boolean;
|
|
1410
1410
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1436,30 +1436,30 @@ export interface Article$Metric {
|
|
|
1436
1436
|
*/
|
|
1437
1437
|
sizeX: number;
|
|
1438
1438
|
|
|
1439
|
-
/**
|
|
1440
|
-
* size unit
|
|
1441
|
-
*/
|
|
1442
|
-
sizeUnit: UnitTypeReference;
|
|
1443
|
-
|
|
1444
1439
|
/**
|
|
1445
1440
|
* weight
|
|
1446
1441
|
*/
|
|
1447
1442
|
weight: number;
|
|
1448
1443
|
|
|
1449
1444
|
/**
|
|
1450
|
-
* size
|
|
1445
|
+
* size unit
|
|
1451
1446
|
*/
|
|
1452
|
-
|
|
1447
|
+
sizeUnit: UnitTypeReference;
|
|
1453
1448
|
|
|
1454
1449
|
/**
|
|
1455
1450
|
* size
|
|
1456
1451
|
*/
|
|
1457
|
-
|
|
1452
|
+
sizeY: number;
|
|
1458
1453
|
|
|
1459
1454
|
/**
|
|
1460
1455
|
* weight unit
|
|
1461
1456
|
*/
|
|
1462
1457
|
weightUnit: UnitTypeReference;
|
|
1458
|
+
|
|
1459
|
+
/**
|
|
1460
|
+
* size
|
|
1461
|
+
*/
|
|
1462
|
+
sizeZ: number;
|
|
1463
1463
|
}
|
|
1464
1464
|
|
|
1465
1465
|
export interface ArticleAssetInformation {
|
|
@@ -1547,14 +1547,14 @@ export interface ArticleCustomer {
|
|
|
1547
1547
|
articleName: string;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Etikettdruck-Einstellungen
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
|
-
*
|
|
1555
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1556
1556
|
*/
|
|
1557
|
-
|
|
1557
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Kunden-Preise
|
|
@@ -1562,14 +1562,14 @@ export interface ArticleCustomer {
|
|
|
1562
1562
|
productPrices: Array<ProductPrice>;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
*
|
|
1565
|
+
* Referenced Article
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
articleId: number;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
*
|
|
1570
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1571
1571
|
*/
|
|
1572
|
-
|
|
1572
|
+
useDeviatingArticleDescription: boolean;
|
|
1573
1573
|
|
|
1574
1574
|
/**
|
|
1575
1575
|
* Aktiv?
|
|
@@ -1607,9 +1607,9 @@ export interface ArticleCustomer {
|
|
|
1607
1607
|
defaultGrossPrice: number;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Artikelnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
articleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Art der Preisermittlung
|
|
@@ -1617,9 +1617,9 @@ export interface ArticleCustomer {
|
|
|
1617
1617
|
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1618
1618
|
|
|
1619
1619
|
/**
|
|
1620
|
-
*
|
|
1620
|
+
* Abweichende Produktnummer
|
|
1621
1621
|
*/
|
|
1622
|
-
|
|
1622
|
+
deviatingArticleNumber: string;
|
|
1623
1623
|
|
|
1624
1624
|
/**
|
|
1625
1625
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -1729,14 +1729,14 @@ export interface ArticleListing {
|
|
|
1729
1729
|
proposedLowestPriceGross: number;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
|
-
*
|
|
1732
|
+
* der Sales Channel
|
|
1733
1733
|
*/
|
|
1734
|
-
|
|
1734
|
+
salesChannelRef: ApiObjectReference;
|
|
1735
1735
|
|
|
1736
1736
|
/**
|
|
1737
|
-
* der
|
|
1737
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1738
1738
|
*/
|
|
1739
|
-
|
|
1739
|
+
customLowestPriceGross: number;
|
|
1740
1740
|
|
|
1741
1741
|
/**
|
|
1742
1742
|
* soll der Artikel gelistet werden
|
|
@@ -1946,11 +1946,6 @@ export interface ArticleStorage {
|
|
|
1946
1946
|
*/
|
|
1947
1947
|
replenishmentFrom: number;
|
|
1948
1948
|
|
|
1949
|
-
/**
|
|
1950
|
-
* Meldebestand
|
|
1951
|
-
*/
|
|
1952
|
-
reorderPoint: number;
|
|
1953
|
-
|
|
1954
1949
|
/**
|
|
1955
1950
|
* Bestellte Menge
|
|
1956
1951
|
*/
|
|
@@ -1961,6 +1956,11 @@ export interface ArticleStorage {
|
|
|
1961
1956
|
*/
|
|
1962
1957
|
quantityInPicking: number;
|
|
1963
1958
|
|
|
1959
|
+
/**
|
|
1960
|
+
* Meldebestand
|
|
1961
|
+
*/
|
|
1962
|
+
reorderPoint: number;
|
|
1963
|
+
|
|
1964
1964
|
/**
|
|
1965
1965
|
* Nachschub auf
|
|
1966
1966
|
*/
|
|
@@ -2012,14 +2012,14 @@ export interface ArticleStorage {
|
|
|
2012
2012
|
storageRef: ApiObjectReference;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
|
-
*
|
|
2015
|
+
* Sollbestand
|
|
2016
2016
|
*/
|
|
2017
|
-
|
|
2017
|
+
targetStock: number;
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
|
-
*
|
|
2020
|
+
* Vorgabe-Lagerplätze
|
|
2021
2021
|
*/
|
|
2022
|
-
|
|
2022
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2023
2023
|
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Aktuelle Menge in Produktion
|
|
@@ -2039,6 +2039,11 @@ export interface ArticleStorage {
|
|
|
2039
2039
|
|
|
2040
2040
|
export interface ArticleSupplier {
|
|
2041
2041
|
|
|
2042
|
+
/**
|
|
2043
|
+
* Lieferanten-Meldebestand
|
|
2044
|
+
*/
|
|
2045
|
+
supplierReportingStock: number;
|
|
2046
|
+
|
|
2042
2047
|
/**
|
|
2043
2048
|
* Anzeigename des Accounts
|
|
2044
2049
|
*/
|
|
@@ -2049,11 +2054,6 @@ export interface ArticleSupplier {
|
|
|
2049
2054
|
*/
|
|
2050
2055
|
useSupplierArticleDescription: boolean;
|
|
2051
2056
|
|
|
2052
|
-
/**
|
|
2053
|
-
* Lieferanten-Meldebestand
|
|
2054
|
-
*/
|
|
2055
|
-
supplierReportingStock: number;
|
|
2056
|
-
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Lieferzeit in (Werk-)Tagen
|
|
2059
2059
|
*/
|
|
@@ -2110,14 +2110,14 @@ export interface ArticleSupplier {
|
|
|
2110
2110
|
info: MetaInfo;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Verpackungseinheit
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
packagingUnit: number;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
|
-
*
|
|
2118
|
+
* Referenced Article name
|
|
2119
2119
|
*/
|
|
2120
|
-
|
|
2120
|
+
articleName: string;
|
|
2121
2121
|
|
|
2122
2122
|
/**
|
|
2123
2123
|
* Lieferanten-Preise
|
|
@@ -2150,14 +2150,14 @@ export interface ArticleSupplier {
|
|
|
2150
2150
|
dropShippingAllowed: boolean;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
|
-
* Abweichende
|
|
2158
|
+
* Abweichende Produktbezeichnung
|
|
2159
2159
|
*/
|
|
2160
|
-
|
|
2160
|
+
supplierArticleName: string;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
2163
|
* Standardpreis Netto
|
|
@@ -2170,14 +2170,14 @@ export interface ArticleSupplier {
|
|
|
2170
2170
|
purchaseUnit: number;
|
|
2171
2171
|
|
|
2172
2172
|
/**
|
|
2173
|
-
*
|
|
2173
|
+
* Referenced Supplier-Account
|
|
2174
2174
|
*/
|
|
2175
|
-
|
|
2175
|
+
accountId: number;
|
|
2176
2176
|
|
|
2177
2177
|
/**
|
|
2178
|
-
*
|
|
2178
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2179
2179
|
*/
|
|
2180
|
-
|
|
2180
|
+
orderOnComponentBase: boolean;
|
|
2181
2181
|
|
|
2182
2182
|
/**
|
|
2183
2183
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2223,14 +2223,14 @@ export interface Asset {
|
|
|
2223
2223
|
active: boolean;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
|
-
*
|
|
2231
|
+
* Ende Garantie
|
|
2232
2232
|
*/
|
|
2233
|
-
|
|
2233
|
+
warrantyEndDate: ScriptingDate;
|
|
2234
2234
|
|
|
2235
2235
|
/**
|
|
2236
2236
|
* Asset-Bezeichnung
|
|
@@ -2517,14 +2517,14 @@ export interface CountryReference {
|
|
|
2517
2517
|
export interface CreateNewDocumentRequest {
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Belegart
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
documentTypeLabel: string;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
|
-
* Belegart
|
|
2525
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2640,14 +2640,14 @@ export interface CrmActivity {
|
|
|
2640
2640
|
userRef: ApiObjectReference;
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
|
-
*
|
|
2643
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2644
2644
|
*/
|
|
2645
|
-
|
|
2645
|
+
system: boolean;
|
|
2646
2646
|
|
|
2647
2647
|
/**
|
|
2648
|
-
*
|
|
2648
|
+
* tatsächliche Startzeit
|
|
2649
2649
|
*/
|
|
2650
|
-
|
|
2650
|
+
startDateTime: ScriptingDateTime;
|
|
2651
2651
|
|
|
2652
2652
|
/**
|
|
2653
2653
|
* Inhalt dieser Aktivität
|
|
@@ -2754,14 +2754,14 @@ export interface CrmActivityType {
|
|
|
2754
2754
|
export interface CrmChecklistItem {
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
|
-
*
|
|
2757
|
+
* Text des Checklisten-Elements
|
|
2758
2758
|
*/
|
|
2759
|
-
|
|
2759
|
+
memo: string;
|
|
2760
2760
|
|
|
2761
2761
|
/**
|
|
2762
|
-
*
|
|
2762
|
+
* Ist das Element "angehakt"?
|
|
2763
2763
|
*/
|
|
2764
|
-
|
|
2764
|
+
checked: boolean;
|
|
2765
2765
|
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Unique identifier of the Object
|
|
@@ -3163,14 +3163,14 @@ export interface CrmProject {
|
|
|
3163
3163
|
priorityRef: ApiObjectReference;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
|
-
*
|
|
3166
|
+
* Projektleiter vom Auftragnehmer
|
|
3167
3167
|
*/
|
|
3168
|
-
|
|
3168
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3169
3169
|
|
|
3170
3170
|
/**
|
|
3171
|
-
*
|
|
3171
|
+
* Phase
|
|
3172
3172
|
*/
|
|
3173
|
-
|
|
3173
|
+
phaseRef: ApiObjectReference;
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* Aufgaben-Nummer
|
|
@@ -3228,14 +3228,14 @@ export interface CrmProject {
|
|
|
3228
3228
|
info: MetaInfo;
|
|
3229
3229
|
|
|
3230
3230
|
/**
|
|
3231
|
-
*
|
|
3231
|
+
* Projektleiter vom Auftraggeber
|
|
3232
3232
|
*/
|
|
3233
|
-
|
|
3233
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3234
3234
|
|
|
3235
3235
|
/**
|
|
3236
|
-
*
|
|
3236
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3237
3237
|
*/
|
|
3238
|
-
|
|
3238
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3239
3239
|
|
|
3240
3240
|
/**
|
|
3241
3241
|
* Übergeordnete CRM-Objekte
|
|
@@ -3480,14 +3480,14 @@ export interface CrmSubType {
|
|
|
3480
3480
|
export interface CrmTask {
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
|
-
*
|
|
3488
|
+
* Liste von Erinnerungen
|
|
3489
3489
|
*/
|
|
3490
|
-
|
|
3490
|
+
reminders: Array<CrmReminder>;
|
|
3491
3491
|
|
|
3492
3492
|
/**
|
|
3493
3493
|
* Angebot
|
|
@@ -3864,14 +3864,14 @@ export interface CurrencyReference {
|
|
|
3864
3864
|
export interface Customer {
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
|
-
*
|
|
3867
|
+
* Option für die Stapelverarbeitung
|
|
3868
3868
|
*/
|
|
3869
|
-
|
|
3869
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3870
3870
|
|
|
3871
3871
|
/**
|
|
3872
|
-
*
|
|
3872
|
+
* reference to customer group
|
|
3873
3873
|
*/
|
|
3874
|
-
|
|
3874
|
+
customerGroupRef: ApiObjectReference;
|
|
3875
3875
|
|
|
3876
3876
|
/**
|
|
3877
3877
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3889,14 +3889,14 @@ export interface Customer {
|
|
|
3889
3889
|
dueDate: ScriptingDate;
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
|
-
*
|
|
3892
|
+
* Maximal mögliche Lieferungen
|
|
3893
3893
|
*/
|
|
3894
|
-
|
|
3894
|
+
maxDeliveries: number;
|
|
3895
3895
|
|
|
3896
3896
|
/**
|
|
3897
|
-
*
|
|
3897
|
+
* collective billable
|
|
3898
3898
|
*/
|
|
3899
|
-
|
|
3899
|
+
collectiveBillable: boolean;
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
3902
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4108,14 +4108,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4108
4108
|
export interface DeliveryMethod {
|
|
4109
4109
|
|
|
4110
4110
|
/**
|
|
4111
|
-
*
|
|
4111
|
+
* E-Mail an Versender übergeben
|
|
4112
4112
|
*/
|
|
4113
|
-
|
|
4113
|
+
forwardEmailToShipper: boolean;
|
|
4114
4114
|
|
|
4115
4115
|
/**
|
|
4116
|
-
*
|
|
4116
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4117
4117
|
*/
|
|
4118
|
-
|
|
4118
|
+
splitIntoNewDocument: boolean;
|
|
4119
4119
|
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Min. Gewicht pro Paket
|
|
@@ -4246,14 +4246,14 @@ export interface DeliveryTerm {
|
|
|
4246
4246
|
label: string;
|
|
4247
4247
|
|
|
4248
4248
|
/**
|
|
4249
|
-
*
|
|
4249
|
+
* Sprache des Accounts
|
|
4250
4250
|
*/
|
|
4251
|
-
|
|
4251
|
+
languageCode: string;
|
|
4252
4252
|
|
|
4253
4253
|
/**
|
|
4254
|
-
*
|
|
4254
|
+
* information, when the shipping charges should be calculated
|
|
4255
4255
|
*/
|
|
4256
|
-
|
|
4256
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
4259
|
* calculate shipping charges per parcel
|
|
@@ -4266,14 +4266,14 @@ export interface DeliveryTerm {
|
|
|
4266
4266
|
version: number;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
|
-
*
|
|
4269
|
+
* translations
|
|
4270
4270
|
*/
|
|
4271
|
-
|
|
4271
|
+
translations: Array<DocumentTypeTerm>;
|
|
4272
4272
|
|
|
4273
4273
|
/**
|
|
4274
|
-
*
|
|
4274
|
+
* information, how the shipping charges should be calculated
|
|
4275
4275
|
*/
|
|
4276
|
-
|
|
4276
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
4279
|
* Lieferarten
|
|
@@ -4286,14 +4286,14 @@ export interface DeliveryTerm {
|
|
|
4286
4286
|
id: number;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
|
-
*
|
|
4289
|
+
* Versandkostenartikel
|
|
4290
4290
|
*/
|
|
4291
|
-
|
|
4291
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4292
4292
|
|
|
4293
4293
|
/**
|
|
4294
|
-
*
|
|
4294
|
+
* free shipping net value
|
|
4295
4295
|
*/
|
|
4296
|
-
|
|
4296
|
+
freeShippingNetValue: number;
|
|
4297
4297
|
|
|
4298
4298
|
/**
|
|
4299
4299
|
* MetaInformations for this Object
|
|
@@ -4361,14 +4361,14 @@ export interface Document {
|
|
|
4361
4361
|
totalVat: number;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
|
-
*
|
|
4364
|
+
* Standardlager für neue Positionen
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
defaultStorageRef: ApiObjectReference;
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
|
-
*
|
|
4369
|
+
* Name der bestellenden Person
|
|
4370
4370
|
*/
|
|
4371
|
-
|
|
4371
|
+
orderedBy: string;
|
|
4372
4372
|
|
|
4373
4373
|
/**
|
|
4374
4374
|
* Lieferadresse
|
|
@@ -4404,14 +4404,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4404
4404
|
deliveryQuantityPackages: number;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
|
-
*
|
|
4407
|
+
* Bestellnummer aus Vorbeleg
|
|
4408
4408
|
*/
|
|
4409
|
-
|
|
4409
|
+
referencedOrderNumber: string;
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
|
-
*
|
|
4412
|
+
* Steuerpflichtig oder steuerfrei
|
|
4413
4413
|
*/
|
|
4414
|
-
|
|
4414
|
+
taxable: boolean;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* Leitweg-ID
|
|
@@ -4469,14 +4469,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4469
4469
|
accountId: number;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
|
-
* Länderkennzeichen
|
|
4472
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4473
4473
|
*/
|
|
4474
|
-
|
|
4474
|
+
performanceCountryCode: string;
|
|
4475
4475
|
|
|
4476
4476
|
/**
|
|
4477
|
-
* Länderkennzeichen
|
|
4477
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4478
4478
|
*/
|
|
4479
|
-
|
|
4479
|
+
sourceCountryCode: string;
|
|
4480
4480
|
|
|
4481
4481
|
/**
|
|
4482
4482
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4539,21 +4539,21 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4539
4539
|
posPayments: Array<DocumentPosPayment>;
|
|
4540
4540
|
|
|
4541
4541
|
/**
|
|
4542
|
-
*
|
|
4543
|
-
true wenn die Quittung bezahlt ist
|
|
4544
|
-
|
|
4542
|
+
* Kundennummer beim Lieferanten
|
|
4545
4543
|
*/
|
|
4546
|
-
|
|
4544
|
+
ourCustomerNumber: string;
|
|
4547
4545
|
|
|
4548
4546
|
/**
|
|
4549
|
-
*
|
|
4547
|
+
* Maximal mögliche Lieferungen
|
|
4550
4548
|
*/
|
|
4551
|
-
|
|
4549
|
+
maxDeliveries: number;
|
|
4550
|
+
|
|
4551
|
+
/**
|
|
4552
|
+
* Ist die Quittung bezahlt
|
|
4553
|
+
true wenn die Quittung bezahlt ist
|
|
4552
4554
|
|
|
4553
|
-
/**
|
|
4554
|
-
* Maximal mögliche Lieferungen
|
|
4555
4555
|
*/
|
|
4556
|
-
|
|
4556
|
+
posReceiptPayed: boolean;
|
|
4557
4557
|
|
|
4558
4558
|
/**
|
|
4559
4559
|
* Quittung: Summe Zahlbetrag
|
|
@@ -4601,14 +4601,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4601
4601
|
accountNumber: string;
|
|
4602
4602
|
|
|
4603
4603
|
/**
|
|
4604
|
-
*
|
|
4604
|
+
* Wird vom Workflow verarbeitet?
|
|
4605
4605
|
*/
|
|
4606
|
-
|
|
4606
|
+
processedByWorkflow: boolean;
|
|
4607
4607
|
|
|
4608
4608
|
/**
|
|
4609
|
-
*
|
|
4609
|
+
* Referenz auf Zahlungsbedingung
|
|
4610
4610
|
*/
|
|
4611
|
-
|
|
4611
|
+
paymentTermRef: PaymentTermRef;
|
|
4612
4612
|
|
|
4613
4613
|
/**
|
|
4614
4614
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4676,14 +4676,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4676
4676
|
additionalInfo: DocumentAdditionalInfo;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
|
-
*
|
|
4679
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4680
4680
|
*/
|
|
4681
|
-
|
|
4681
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4682
4682
|
|
|
4683
4683
|
/**
|
|
4684
|
-
*
|
|
4684
|
+
* Bestelldatum
|
|
4685
4685
|
*/
|
|
4686
|
-
|
|
4686
|
+
orderedOn: ScriptingDate;
|
|
4687
4687
|
|
|
4688
4688
|
/**
|
|
4689
4689
|
* MetaInformations for this Object
|
|
@@ -4873,14 +4873,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4873
4873
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4874
4874
|
|
|
4875
4875
|
/**
|
|
4876
|
-
*
|
|
4876
|
+
* Status der USt-ID-Prüfung
|
|
4877
4877
|
*/
|
|
4878
|
-
|
|
4878
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4879
4879
|
|
|
4880
4880
|
/**
|
|
4881
|
-
*
|
|
4881
|
+
* Rechnungsadresse
|
|
4882
4882
|
*/
|
|
4883
|
-
|
|
4883
|
+
billingAddress: DocumentAddress;
|
|
4884
4884
|
|
|
4885
4885
|
/**
|
|
4886
4886
|
* Report-Gruppe, falls vom Standard abweichend
|
|
@@ -4901,14 +4901,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4901
4901
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
|
-
*
|
|
4904
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4905
4905
|
*/
|
|
4906
|
-
|
|
4906
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4907
4907
|
|
|
4908
4908
|
/**
|
|
4909
|
-
*
|
|
4909
|
+
* Herkunft der Sprache
|
|
4910
4910
|
*/
|
|
4911
|
-
|
|
4911
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4912
4912
|
|
|
4913
4913
|
/**
|
|
4914
4914
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5274,14 +5274,14 @@ export interface DocumentFabricationDetail {
|
|
|
5274
5274
|
targetStorageRef: ApiObjectReference;
|
|
5275
5275
|
|
|
5276
5276
|
/**
|
|
5277
|
-
*
|
|
5277
|
+
* Notiz
|
|
5278
5278
|
*/
|
|
5279
|
-
|
|
5279
|
+
note: string;
|
|
5280
5280
|
|
|
5281
5281
|
/**
|
|
5282
|
-
*
|
|
5282
|
+
* Material-Lager
|
|
5283
5283
|
*/
|
|
5284
|
-
|
|
5284
|
+
componentsStorageRef: ApiObjectReference;
|
|
5285
5285
|
|
|
5286
5286
|
/**
|
|
5287
5287
|
* QS-Lager
|
|
@@ -5444,14 +5444,14 @@ export interface DocumentLine {
|
|
|
5444
5444
|
number: string;
|
|
5445
5445
|
|
|
5446
5446
|
/**
|
|
5447
|
-
*
|
|
5447
|
+
* Referenz zur Kundenauftragszeile
|
|
5448
5448
|
*/
|
|
5449
|
-
|
|
5449
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
|
-
*
|
|
5452
|
+
* Gesamtbruttogewicht
|
|
5453
5453
|
*/
|
|
5454
|
-
|
|
5454
|
+
totalGrossWeight: number;
|
|
5455
5455
|
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5879,14 +5879,14 @@ export interface DocumentLine {
|
|
|
5879
5879
|
custom: EavDocumentline;
|
|
5880
5880
|
|
|
5881
5881
|
/**
|
|
5882
|
-
*
|
|
5882
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5883
5883
|
*/
|
|
5884
|
-
|
|
5884
|
+
settledOpenItemComment: string;
|
|
5885
5885
|
|
|
5886
5886
|
/**
|
|
5887
|
-
*
|
|
5887
|
+
* Artikel
|
|
5888
5888
|
*/
|
|
5889
|
-
|
|
5889
|
+
articleId: number;
|
|
5890
5890
|
|
|
5891
5891
|
/**
|
|
5892
5892
|
* Interne Preisänderungsinformationen
|
|
@@ -6217,14 +6217,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6217
6217
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6218
6218
|
|
|
6219
6219
|
/**
|
|
6220
|
-
*
|
|
6220
|
+
* Menge
|
|
6221
6221
|
*/
|
|
6222
|
-
|
|
6222
|
+
quantity: number;
|
|
6223
6223
|
|
|
6224
6224
|
/**
|
|
6225
|
-
*
|
|
6225
|
+
* Abweichende Herstellungskosten
|
|
6226
6226
|
*/
|
|
6227
|
-
|
|
6227
|
+
deviatingUnitPrice: number;
|
|
6228
6228
|
|
|
6229
6229
|
/**
|
|
6230
6230
|
* Beschreibung
|
|
@@ -6279,11 +6279,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
6279
6279
|
*/
|
|
6280
6280
|
quantityFinished: number;
|
|
6281
6281
|
|
|
6282
|
-
/**
|
|
6283
|
-
* Menge defekt
|
|
6284
|
-
*/
|
|
6285
|
-
quantityDefective: number;
|
|
6286
|
-
|
|
6287
6282
|
/**
|
|
6288
6283
|
* Produzierte Seriennummern
|
|
6289
6284
|
*/
|
|
@@ -6294,6 +6289,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
6294
6289
|
*/
|
|
6295
6290
|
custom: EavFabricationline;
|
|
6296
6291
|
|
|
6292
|
+
/**
|
|
6293
|
+
* Menge defekt
|
|
6294
|
+
*/
|
|
6295
|
+
quantityDefective: number;
|
|
6296
|
+
|
|
6297
6297
|
/**
|
|
6298
6298
|
* Menge produziert
|
|
6299
6299
|
*/
|
|
@@ -6659,14 +6659,14 @@ export interface DocumentPosPayment {
|
|
|
6659
6659
|
version: number;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
|
-
*
|
|
6662
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6663
6663
|
*/
|
|
6664
|
-
|
|
6664
|
+
withdrawalAmount: number;
|
|
6665
6665
|
|
|
6666
6666
|
/**
|
|
6667
|
-
*
|
|
6667
|
+
* Zahlungsart
|
|
6668
6668
|
*/
|
|
6669
|
-
|
|
6669
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6670
6670
|
|
|
6671
6671
|
/**
|
|
6672
6672
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6814,14 +6814,14 @@ export const enum DocumentRounding {
|
|
|
6814
6814
|
export interface DocumentShippingCost {
|
|
6815
6815
|
|
|
6816
6816
|
/**
|
|
6817
|
-
*
|
|
6817
|
+
* Die Versandkosten
|
|
6818
6818
|
*/
|
|
6819
|
-
|
|
6819
|
+
costs: number;
|
|
6820
6820
|
|
|
6821
6821
|
/**
|
|
6822
|
-
*
|
|
6822
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6823
6823
|
*/
|
|
6824
|
-
|
|
6824
|
+
manualCosts: boolean;
|
|
6825
6825
|
|
|
6826
6826
|
/**
|
|
6827
6827
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6949,14 +6949,14 @@ export interface DocumentText {
|
|
|
6949
6949
|
transferableIntoSubsequentDocuments: boolean;
|
|
6950
6950
|
|
|
6951
6951
|
/**
|
|
6952
|
-
*
|
|
6952
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6953
6953
|
*/
|
|
6954
|
-
|
|
6954
|
+
textPosition: TextPosition;
|
|
6955
6955
|
|
|
6956
6956
|
/**
|
|
6957
|
-
*
|
|
6957
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6958
6958
|
*/
|
|
6959
|
-
|
|
6959
|
+
deleted: boolean;
|
|
6960
6960
|
|
|
6961
6961
|
/**
|
|
6962
6962
|
* textBaustein Vorlage
|
|
@@ -7066,14 +7066,14 @@ export interface DocumentType {
|
|
|
7066
7066
|
labels: Array<DocumentTypeLabel>;
|
|
7067
7067
|
|
|
7068
7068
|
/**
|
|
7069
|
-
*
|
|
7069
|
+
* Zählerkreis
|
|
7070
7070
|
*/
|
|
7071
|
-
|
|
7071
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7072
7072
|
|
|
7073
7073
|
/**
|
|
7074
|
-
*
|
|
7074
|
+
* nächste Belegnummer
|
|
7075
7075
|
*/
|
|
7076
|
-
|
|
7076
|
+
nextNumber: string;
|
|
7077
7077
|
|
|
7078
7078
|
/**
|
|
7079
7079
|
* Sortierung
|
|
@@ -7254,14 +7254,14 @@ export const enum DropShippingPolicy {
|
|
|
7254
7254
|
export interface DummySerialNumberStockTransferApi {
|
|
7255
7255
|
|
|
7256
7256
|
/**
|
|
7257
|
-
*
|
|
7257
|
+
* Seriennummer
|
|
7258
7258
|
*/
|
|
7259
|
-
|
|
7259
|
+
serialNumberId: number;
|
|
7260
7260
|
|
|
7261
7261
|
/**
|
|
7262
|
-
*
|
|
7262
|
+
* Ziel-Lager
|
|
7263
7263
|
*/
|
|
7264
|
-
|
|
7264
|
+
targetStorageId: number;
|
|
7265
7265
|
|
|
7266
7266
|
/**
|
|
7267
7267
|
* Bemerkung
|
|
@@ -7529,14 +7529,14 @@ export interface ExternalDocumentWithTaxesLine {
|
|
|
7529
7529
|
quantity: number;
|
|
7530
7530
|
|
|
7531
7531
|
/**
|
|
7532
|
-
*
|
|
7532
|
+
* Steuerbetrag (nur bei steuerpflichtigem Beleg)
|
|
7533
7533
|
*/
|
|
7534
|
-
|
|
7534
|
+
taxValue: number;
|
|
7535
7535
|
|
|
7536
7536
|
/**
|
|
7537
|
-
*
|
|
7537
|
+
* Zeilen-Netto
|
|
7538
7538
|
*/
|
|
7539
|
-
|
|
7539
|
+
netAmount: number;
|
|
7540
7540
|
|
|
7541
7541
|
/**
|
|
7542
7542
|
* Netto-Einzelpreis
|
|
@@ -7595,14 +7595,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7595
7595
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7596
7596
|
|
|
7597
7597
|
/**
|
|
7598
|
-
*
|
|
7598
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7599
7599
|
*/
|
|
7600
|
-
|
|
7600
|
+
taxIdentificationNumber: string;
|
|
7601
7601
|
|
|
7602
7602
|
/**
|
|
7603
|
-
*
|
|
7603
|
+
* Key der Belegart
|
|
7604
7604
|
*/
|
|
7605
|
-
|
|
7605
|
+
documentTypeKey: string;
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
7608
7608
|
export interface FabricationComponentForProduction {
|
|
@@ -7656,14 +7656,14 @@ export const enum FabricationOfComponents {
|
|
|
7656
7656
|
export interface FabricationProduceRequest {
|
|
7657
7657
|
|
|
7658
7658
|
/**
|
|
7659
|
-
*
|
|
7659
|
+
* Zu produzierende Menge
|
|
7660
7660
|
*/
|
|
7661
|
-
|
|
7661
|
+
quantity: number;
|
|
7662
7662
|
|
|
7663
7663
|
/**
|
|
7664
|
-
*
|
|
7664
|
+
* Material automatisch bestätigen
|
|
7665
7665
|
*/
|
|
7666
|
-
|
|
7666
|
+
autoCommitComponents: boolean;
|
|
7667
7667
|
|
|
7668
7668
|
/**
|
|
7669
7669
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7717,14 +7717,14 @@ export interface FabricationRevertRequest {
|
|
|
7717
7717
|
quantity: number;
|
|
7718
7718
|
|
|
7719
7719
|
/**
|
|
7720
|
-
*
|
|
7720
|
+
* ID der zu stornierenden Position
|
|
7721
7721
|
*/
|
|
7722
|
-
|
|
7722
|
+
documentLineId: number;
|
|
7723
7723
|
|
|
7724
7724
|
/**
|
|
7725
|
-
*
|
|
7725
|
+
* Material automatisch stornieren
|
|
7726
7726
|
*/
|
|
7727
|
-
|
|
7727
|
+
autoRevertComponents: boolean;
|
|
7728
7728
|
|
|
7729
7729
|
/**
|
|
7730
7730
|
* Zu stornierende Seriennummern
|
|
@@ -8068,14 +8068,14 @@ export interface OpenItem {
|
|
|
8068
8068
|
paymentDueDate: ScriptingDate;
|
|
8069
8069
|
|
|
8070
8070
|
/**
|
|
8071
|
-
* Länderkennzeichen
|
|
8071
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8072
8072
|
*/
|
|
8073
|
-
|
|
8073
|
+
performanceCountryCode: string;
|
|
8074
8074
|
|
|
8075
8075
|
/**
|
|
8076
|
-
* Länderkennzeichen
|
|
8076
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8077
8077
|
*/
|
|
8078
|
-
|
|
8078
|
+
sourceCountryCode: string;
|
|
8079
8079
|
|
|
8080
8080
|
/**
|
|
8081
8081
|
* Valutadatum schreibgeschützt
|
|
@@ -8183,14 +8183,14 @@ export interface OpenItem {
|
|
|
8183
8183
|
sumFee: number;
|
|
8184
8184
|
|
|
8185
8185
|
/**
|
|
8186
|
-
*
|
|
8186
|
+
* Zahlungsplan
|
|
8187
8187
|
*/
|
|
8188
|
-
|
|
8188
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8189
8189
|
|
|
8190
8190
|
/**
|
|
8191
|
-
*
|
|
8191
|
+
* The full amount of the payment
|
|
8192
8192
|
*/
|
|
8193
|
-
|
|
8193
|
+
fullPaymentAmount: number;
|
|
8194
8194
|
|
|
8195
8195
|
/**
|
|
8196
8196
|
* Zahlungssperre
|
|
@@ -8223,14 +8223,14 @@ export interface OpenItem {
|
|
|
8223
8223
|
baseSumDiscount: number;
|
|
8224
8224
|
|
|
8225
8225
|
/**
|
|
8226
|
-
*
|
|
8226
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8227
8227
|
*/
|
|
8228
|
-
|
|
8228
|
+
baseSumDunnings: number;
|
|
8229
8229
|
|
|
8230
8230
|
/**
|
|
8231
|
-
*
|
|
8231
|
+
* Zahlungsvorlage
|
|
8232
8232
|
*/
|
|
8233
|
-
|
|
8233
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8234
8234
|
|
|
8235
8235
|
/**
|
|
8236
8236
|
* Rechnungsbetrag
|
|
@@ -8243,14 +8243,14 @@ export interface OpenItem {
|
|
|
8243
8243
|
taxRateRef: ApiObjectReference;
|
|
8244
8244
|
|
|
8245
8245
|
/**
|
|
8246
|
-
*
|
|
8246
|
+
* Anzahlungsrechnung
|
|
8247
8247
|
*/
|
|
8248
|
-
|
|
8248
|
+
depositInvoice: ApiObjectReference;
|
|
8249
8249
|
|
|
8250
8250
|
/**
|
|
8251
|
-
*
|
|
8251
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8252
8252
|
*/
|
|
8253
|
-
|
|
8253
|
+
baseCurrencyCode: string;
|
|
8254
8254
|
|
|
8255
8255
|
/**
|
|
8256
8256
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8551,14 +8551,14 @@ export interface OpenItemRecord {
|
|
|
8551
8551
|
totalAmount: number;
|
|
8552
8552
|
|
|
8553
8553
|
/**
|
|
8554
|
-
*
|
|
8554
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8555
8555
|
*/
|
|
8556
|
-
|
|
8556
|
+
baseCurrencyCode: string;
|
|
8557
8557
|
|
|
8558
8558
|
/**
|
|
8559
|
-
*
|
|
8559
|
+
* id des records, der diesen storniert hat
|
|
8560
8560
|
*/
|
|
8561
|
-
|
|
8561
|
+
revertedByRecordId: number;
|
|
8562
8562
|
|
|
8563
8563
|
/**
|
|
8564
8564
|
* qualifier of open item
|
|
@@ -8798,26 +8798,26 @@ export interface PaymentTerm {
|
|
|
8798
8798
|
*/
|
|
8799
8799
|
paymentDiscount2: number;
|
|
8800
8800
|
|
|
8801
|
-
/**
|
|
8802
|
-
* printDescription
|
|
8803
|
-
*/
|
|
8804
|
-
printDescription: string;
|
|
8805
|
-
|
|
8806
8801
|
/**
|
|
8807
8802
|
* Percent for Discount 1
|
|
8808
8803
|
*/
|
|
8809
8804
|
paymentDiscount1: number;
|
|
8810
8805
|
|
|
8811
8806
|
/**
|
|
8812
|
-
*
|
|
8807
|
+
* printDescription
|
|
8813
8808
|
*/
|
|
8814
|
-
|
|
8809
|
+
printDescription: string;
|
|
8815
8810
|
|
|
8816
8811
|
/**
|
|
8817
8812
|
* Days for Discount 1
|
|
8818
8813
|
*/
|
|
8819
8814
|
paymentDays1: number;
|
|
8820
8815
|
|
|
8816
|
+
/**
|
|
8817
|
+
* for deposit: remaining term
|
|
8818
|
+
*/
|
|
8819
|
+
remainingTermRef: ApiObjectReference;
|
|
8820
|
+
|
|
8821
8821
|
/**
|
|
8822
8822
|
* Days for Discount 2
|
|
8823
8823
|
*/
|
|
@@ -8937,14 +8937,14 @@ export interface PickTrolley {
|
|
|
8937
8937
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8938
8938
|
|
|
8939
8939
|
/**
|
|
8940
|
-
*
|
|
8940
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8941
8941
|
*/
|
|
8942
|
-
|
|
8942
|
+
storageBinRef: StorageBinRef;
|
|
8943
8943
|
|
|
8944
8944
|
/**
|
|
8945
|
-
*
|
|
8945
|
+
* Bearbeiter der Pickliste
|
|
8946
8946
|
*/
|
|
8947
|
-
|
|
8947
|
+
processedByUserRef: ApiObjectReference;
|
|
8948
8948
|
|
|
8949
8949
|
/**
|
|
8950
8950
|
* Beschreibung des Wagens
|
|
@@ -9099,14 +9099,14 @@ export const enum PickingType {
|
|
|
9099
9099
|
export interface Picklist {
|
|
9100
9100
|
|
|
9101
9101
|
/**
|
|
9102
|
-
*
|
|
9102
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
9103
9103
|
*/
|
|
9104
|
-
|
|
9104
|
+
usedTemplate: PicklistTemplate;
|
|
9105
9105
|
|
|
9106
9106
|
/**
|
|
9107
|
-
*
|
|
9107
|
+
* Ziellager für Nachschub
|
|
9108
9108
|
*/
|
|
9109
|
-
|
|
9109
|
+
targetStorageRef: ApiObjectReference;
|
|
9110
9110
|
|
|
9111
9111
|
/**
|
|
9112
9112
|
* Nummer der Pickliste
|
|
@@ -9172,14 +9172,14 @@ export interface PicklistLine {
|
|
|
9172
9172
|
components: Array<PicklistLineComponent>;
|
|
9173
9173
|
|
|
9174
9174
|
/**
|
|
9175
|
-
*
|
|
9175
|
+
* Menge der Position
|
|
9176
9176
|
*/
|
|
9177
|
-
|
|
9177
|
+
quantity: number;
|
|
9178
9178
|
|
|
9179
9179
|
/**
|
|
9180
|
-
*
|
|
9180
|
+
* Artikelbezeichnung
|
|
9181
9181
|
*/
|
|
9182
|
-
|
|
9182
|
+
articleName: string;
|
|
9183
9183
|
|
|
9184
9184
|
/**
|
|
9185
9185
|
* Artikelbeschreibung
|
|
@@ -9217,14 +9217,14 @@ export interface PicklistLine {
|
|
|
9217
9217
|
articleNumber: string;
|
|
9218
9218
|
|
|
9219
9219
|
/**
|
|
9220
|
-
*
|
|
9220
|
+
* Art der Position
|
|
9221
9221
|
*/
|
|
9222
|
-
|
|
9222
|
+
lineType: PicklistLineType;
|
|
9223
9223
|
|
|
9224
9224
|
/**
|
|
9225
|
-
*
|
|
9225
|
+
* Lagernummer
|
|
9226
9226
|
*/
|
|
9227
|
-
|
|
9227
|
+
storageNumber: string;
|
|
9228
9228
|
|
|
9229
9229
|
/**
|
|
9230
9230
|
* ID der Ziel-Dokumentposition
|
|
@@ -9318,14 +9318,14 @@ export interface PicklistLineComponent {
|
|
|
9318
9318
|
quantityCollected: number;
|
|
9319
9319
|
|
|
9320
9320
|
/**
|
|
9321
|
-
*
|
|
9321
|
+
* Menge der Position
|
|
9322
9322
|
*/
|
|
9323
|
-
|
|
9323
|
+
quantity: number;
|
|
9324
9324
|
|
|
9325
9325
|
/**
|
|
9326
|
-
*
|
|
9326
|
+
* Artikelbezeichnung
|
|
9327
9327
|
*/
|
|
9328
|
-
|
|
9328
|
+
articleName: string;
|
|
9329
9329
|
|
|
9330
9330
|
/**
|
|
9331
9331
|
* Artikelbeschreibung
|
|
@@ -9363,14 +9363,14 @@ export interface PicklistLineComponent {
|
|
|
9363
9363
|
targetDocumentLineComponentId: number;
|
|
9364
9364
|
|
|
9365
9365
|
/**
|
|
9366
|
-
*
|
|
9366
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9367
9367
|
*/
|
|
9368
|
-
|
|
9368
|
+
quantityPerAssemblyGroup: number;
|
|
9369
9369
|
|
|
9370
9370
|
/**
|
|
9371
|
-
*
|
|
9371
|
+
* abweichende Artikelbezeichnung
|
|
9372
9372
|
*/
|
|
9373
|
-
|
|
9373
|
+
articleAlternativeName: string;
|
|
9374
9374
|
|
|
9375
9375
|
/**
|
|
9376
9376
|
* Verpackte Menge der Position
|
|
@@ -9548,6 +9548,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9548
9548
|
*/
|
|
9549
9549
|
alternativeSelectionInVql: string;
|
|
9550
9550
|
|
|
9551
|
+
/**
|
|
9552
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9553
|
+
*/
|
|
9554
|
+
maxOrderCount: number;
|
|
9555
|
+
|
|
9551
9556
|
/**
|
|
9552
9557
|
* Selektion über den Bereich vom Lieferdatum
|
|
9553
9558
|
*/
|
|
@@ -9558,25 +9563,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9558
9563
|
*/
|
|
9559
9564
|
onlyFullDeliverableOrderLines: boolean;
|
|
9560
9565
|
|
|
9561
|
-
/**
|
|
9562
|
-
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9563
|
-
*/
|
|
9564
|
-
maxOrderCount: number;
|
|
9565
|
-
|
|
9566
9566
|
/**
|
|
9567
9567
|
* Selektion über den Bereich vom Belegdatum
|
|
9568
9568
|
*/
|
|
9569
9569
|
documentDateRange: PicklistTemplate$DateRange;
|
|
9570
9570
|
|
|
9571
9571
|
/**
|
|
9572
|
-
*
|
|
9572
|
+
* Id des salesChannels der bei der Selektion berücksichtigt wird
|
|
9573
9573
|
*/
|
|
9574
|
-
|
|
9574
|
+
salesChannelId: number;
|
|
9575
9575
|
|
|
9576
9576
|
/**
|
|
9577
|
-
*
|
|
9577
|
+
* Liste von gültigen Lagerbereichen
|
|
9578
9578
|
*/
|
|
9579
|
-
|
|
9579
|
+
storageAreaRefs: Array<ApiObjectReference>;
|
|
9580
9580
|
|
|
9581
9581
|
/**
|
|
9582
9582
|
* Nur vollständig lieferbare Aufträge
|
|
@@ -9632,14 +9632,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9632
9632
|
printPicklist: boolean;
|
|
9633
9633
|
|
|
9634
9634
|
/**
|
|
9635
|
-
*
|
|
9635
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9636
9636
|
*/
|
|
9637
|
-
|
|
9637
|
+
maxPicklistLineCount: number;
|
|
9638
9638
|
|
|
9639
9639
|
/**
|
|
9640
|
-
*
|
|
9640
|
+
* Die zu verwendende Pickwagengruppe
|
|
9641
9641
|
*/
|
|
9642
|
-
|
|
9642
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9643
9643
|
|
|
9644
9644
|
/**
|
|
9645
9645
|
* Der zu verwendende Pickwagen
|
|
@@ -9730,9 +9730,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9730
9730
|
useDigitalPicklist: boolean;
|
|
9731
9731
|
|
|
9732
9732
|
/**
|
|
9733
|
-
*
|
|
9733
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9734
9734
|
*/
|
|
9735
|
-
|
|
9735
|
+
printLabelOnScan: boolean;
|
|
9736
9736
|
|
|
9737
9737
|
/**
|
|
9738
9738
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -9740,9 +9740,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9740
9740
|
allowPickingOfServiceArticles: boolean;
|
|
9741
9741
|
|
|
9742
9742
|
/**
|
|
9743
|
-
*
|
|
9743
|
+
* Sammelbestätigung erlauben
|
|
9744
9744
|
*/
|
|
9745
|
-
|
|
9745
|
+
allowFullConfirmation: boolean;
|
|
9746
9746
|
|
|
9747
9747
|
/**
|
|
9748
9748
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9759,26 +9759,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9759
9759
|
*/
|
|
9760
9760
|
printLabelOnCompleteOrder: boolean;
|
|
9761
9761
|
|
|
9762
|
-
/**
|
|
9763
|
-
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9764
|
-
*/
|
|
9765
|
-
printLabelAfterPicking: boolean;
|
|
9766
|
-
|
|
9767
9762
|
/**
|
|
9768
9763
|
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9769
9764
|
*/
|
|
9770
9765
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9771
9766
|
|
|
9772
9767
|
/**
|
|
9773
|
-
* Sollen
|
|
9768
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9774
9769
|
*/
|
|
9775
|
-
|
|
9770
|
+
printLabelAfterPicking: boolean;
|
|
9776
9771
|
|
|
9777
9772
|
/**
|
|
9778
9773
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9779
9774
|
*/
|
|
9780
9775
|
autoDeterminationOfLots: boolean;
|
|
9781
9776
|
|
|
9777
|
+
/**
|
|
9778
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9779
|
+
*/
|
|
9780
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9781
|
+
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Zielmengen in Masken verstecken?
|
|
9784
9784
|
*/
|
|
@@ -9859,14 +9859,14 @@ export interface PriceSelectionCriteria {
|
|
|
9859
9859
|
quantity: number;
|
|
9860
9860
|
|
|
9861
9861
|
/**
|
|
9862
|
-
* Liste von
|
|
9862
|
+
* Liste von Account-IDs
|
|
9863
9863
|
*/
|
|
9864
|
-
|
|
9864
|
+
accountIds: Array<number>;
|
|
9865
9865
|
|
|
9866
9866
|
/**
|
|
9867
|
-
* Liste von
|
|
9867
|
+
* Liste von Artikel-IDs
|
|
9868
9868
|
*/
|
|
9869
|
-
|
|
9869
|
+
articleIds: Array<number>;
|
|
9870
9870
|
|
|
9871
9871
|
/**
|
|
9872
9872
|
* ein qualifier
|
|
@@ -9892,14 +9892,14 @@ export interface PriceSelectionCriteria {
|
|
|
9892
9892
|
export interface Product {
|
|
9893
9893
|
|
|
9894
9894
|
/**
|
|
9895
|
-
*
|
|
9895
|
+
* Zolltarifnummer
|
|
9896
9896
|
*/
|
|
9897
|
-
|
|
9897
|
+
customsTariffNumber: string;
|
|
9898
9898
|
|
|
9899
9899
|
/**
|
|
9900
|
-
*
|
|
9900
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
9901
9901
|
*/
|
|
9902
|
-
|
|
9902
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
9903
9903
|
|
|
9904
9904
|
/**
|
|
9905
9905
|
* Gebindeschema dieses Produkts
|
|
@@ -10033,14 +10033,14 @@ export interface ProductArticleRef {
|
|
|
10033
10033
|
export interface ProductDiscount {
|
|
10034
10034
|
|
|
10035
10035
|
/**
|
|
10036
|
-
*
|
|
10036
|
+
* Kundengruppe
|
|
10037
10037
|
*/
|
|
10038
|
-
|
|
10038
|
+
customerGroupRef: ApiObjectReference;
|
|
10039
10039
|
|
|
10040
10040
|
/**
|
|
10041
|
-
*
|
|
10041
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10042
10042
|
*/
|
|
10043
|
-
|
|
10043
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10044
10044
|
|
|
10045
10045
|
/**
|
|
10046
10046
|
* Lieferantengruppe
|
|
@@ -10063,14 +10063,14 @@ export interface ProductDiscount {
|
|
|
10063
10063
|
validFrom: ScriptingDate;
|
|
10064
10064
|
|
|
10065
10065
|
/**
|
|
10066
|
-
*
|
|
10066
|
+
* Bestimmt die Art des Rabatts
|
|
10067
10067
|
*/
|
|
10068
|
-
|
|
10068
|
+
modifierType: PriceModifierType;
|
|
10069
10069
|
|
|
10070
10070
|
/**
|
|
10071
|
-
*
|
|
10071
|
+
* Warengruppe
|
|
10072
10072
|
*/
|
|
10073
|
-
|
|
10073
|
+
productGroupRef: ApiObjectReference;
|
|
10074
10074
|
|
|
10075
10075
|
/**
|
|
10076
10076
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10103,14 +10103,14 @@ export interface ProductDiscount {
|
|
|
10103
10103
|
qualifier: ProductPriceQualifier;
|
|
10104
10104
|
|
|
10105
10105
|
/**
|
|
10106
|
-
*
|
|
10106
|
+
* Gültig bis
|
|
10107
10107
|
*/
|
|
10108
|
-
|
|
10108
|
+
validUntil: ScriptingDate;
|
|
10109
10109
|
|
|
10110
10110
|
/**
|
|
10111
|
-
*
|
|
10111
|
+
* Aktionpreis
|
|
10112
10112
|
*/
|
|
10113
|
-
|
|
10113
|
+
specialOfferPrice: boolean;
|
|
10114
10114
|
|
|
10115
10115
|
/**
|
|
10116
10116
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10118,14 +10118,14 @@ export interface ProductDiscount {
|
|
|
10118
10118
|
modifierValueType: ValueType;
|
|
10119
10119
|
|
|
10120
10120
|
/**
|
|
10121
|
-
*
|
|
10121
|
+
* Account, für den der Rabatt gültig ist
|
|
10122
10122
|
*/
|
|
10123
|
-
|
|
10123
|
+
accountRef: ApiObjectReference;
|
|
10124
10124
|
|
|
10125
10125
|
/**
|
|
10126
|
-
*
|
|
10126
|
+
* Name des Rabatts
|
|
10127
10127
|
*/
|
|
10128
|
-
|
|
10128
|
+
modifierName: string;
|
|
10129
10129
|
|
|
10130
10130
|
/**
|
|
10131
10131
|
* Unique identifier of the Object
|
|
@@ -10242,14 +10242,14 @@ export interface ProductMainGroup {
|
|
|
10242
10242
|
export interface ProductPrice {
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* Kundengruppe
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
customerGroupRef: ApiObjectReference;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10251
10251
|
*/
|
|
10252
|
-
|
|
10252
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
10255
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10336,6 +10336,11 @@ export interface ProductPrice {
|
|
|
10336
10336
|
*/
|
|
10337
10337
|
qualifier: ProductPriceQualifier;
|
|
10338
10338
|
|
|
10339
|
+
/**
|
|
10340
|
+
* Gültig bis
|
|
10341
|
+
*/
|
|
10342
|
+
validUntil: ScriptingDate;
|
|
10343
|
+
|
|
10339
10344
|
/**
|
|
10340
10345
|
* Aktionpreis
|
|
10341
10346
|
*/
|
|
@@ -10346,11 +10351,6 @@ export interface ProductPrice {
|
|
|
10346
10351
|
*/
|
|
10347
10352
|
priceBase: ArticlePriceBase;
|
|
10348
10353
|
|
|
10349
|
-
/**
|
|
10350
|
-
* Gültig bis
|
|
10351
|
-
*/
|
|
10352
|
-
validUntil: ScriptingDate;
|
|
10353
|
-
|
|
10354
10354
|
/**
|
|
10355
10355
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
10356
10356
|
*/
|
|
@@ -10451,20 +10451,15 @@ export const enum RegulationSet {
|
|
|
10451
10451
|
|
|
10452
10452
|
export interface RequestDocument {
|
|
10453
10453
|
|
|
10454
|
-
/**
|
|
10455
|
-
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10456
|
-
*/
|
|
10457
|
-
incomingGoodsStorageBinId: number;
|
|
10458
|
-
|
|
10459
10454
|
/**
|
|
10460
10455
|
* Belegdatum
|
|
10461
10456
|
*/
|
|
10462
10457
|
documentDate: ScriptingDate;
|
|
10463
10458
|
|
|
10464
10459
|
/**
|
|
10465
|
-
* ID
|
|
10460
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10466
10461
|
*/
|
|
10467
|
-
|
|
10462
|
+
incomingGoodsStorageBinId: number;
|
|
10468
10463
|
|
|
10469
10464
|
/**
|
|
10470
10465
|
* Der Anzahlungsbetrag
|
|
@@ -10476,6 +10471,11 @@ export interface RequestDocument {
|
|
|
10476
10471
|
*/
|
|
10477
10472
|
performanceDate: ScriptingDate;
|
|
10478
10473
|
|
|
10474
|
+
/**
|
|
10475
|
+
* ID der Kassenschublade (bei POS)
|
|
10476
|
+
*/
|
|
10477
|
+
cashDrawerId: number;
|
|
10478
|
+
|
|
10479
10479
|
/**
|
|
10480
10480
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10481
10481
|
*/
|
|
@@ -10537,14 +10537,14 @@ export interface RequestDocument {
|
|
|
10537
10537
|
lines: Array<RequestDocumentLine>;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
|
-
*
|
|
10540
|
+
* Die Vertragsdetails
|
|
10541
10541
|
*/
|
|
10542
|
-
|
|
10542
|
+
contractDetail: DocumentContractDetail;
|
|
10543
10543
|
|
|
10544
10544
|
/**
|
|
10545
|
-
*
|
|
10545
|
+
* ID der Kasse (bei POS)
|
|
10546
10546
|
*/
|
|
10547
|
-
|
|
10547
|
+
posRegisterId: number;
|
|
10548
10548
|
|
|
10549
10549
|
/**
|
|
10550
10550
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10705,14 +10705,14 @@ export interface RequestDocumentLine {
|
|
|
10705
10705
|
supplierAccountId: number;
|
|
10706
10706
|
|
|
10707
10707
|
/**
|
|
10708
|
-
*
|
|
10708
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
10709
10709
|
*/
|
|
10710
|
-
|
|
10710
|
+
quantity: number;
|
|
10711
10711
|
|
|
10712
10712
|
/**
|
|
10713
|
-
*
|
|
10713
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
10714
10714
|
*/
|
|
10715
|
-
|
|
10715
|
+
mainArticleLinePosition: number;
|
|
10716
10716
|
|
|
10717
10717
|
/**
|
|
10718
10718
|
* Versandkosten mit Bedingungen
|
|
@@ -10730,14 +10730,14 @@ export interface RequestDocumentLine {
|
|
|
10730
10730
|
custom: EavDocumentline;
|
|
10731
10731
|
|
|
10732
10732
|
/**
|
|
10733
|
-
*
|
|
10733
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10734
10734
|
*/
|
|
10735
|
-
|
|
10735
|
+
settledOpenItemComment: string;
|
|
10736
10736
|
|
|
10737
10737
|
/**
|
|
10738
|
-
*
|
|
10738
|
+
* (optional) ID des Artikels dieser Position
|
|
10739
10739
|
*/
|
|
10740
|
-
|
|
10740
|
+
articleId: number;
|
|
10741
10741
|
|
|
10742
10742
|
/**
|
|
10743
10743
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -10779,11 +10779,6 @@ export interface RequestDocumentLine {
|
|
|
10779
10779
|
*/
|
|
10780
10780
|
name: string;
|
|
10781
10781
|
|
|
10782
|
-
/**
|
|
10783
|
-
* Für interne Zwecke: Externe Artikelnummer
|
|
10784
|
-
*/
|
|
10785
|
-
externalArticleNumber: string;
|
|
10786
|
-
|
|
10787
10782
|
/**
|
|
10788
10783
|
* ID der Quell-Belegposition
|
|
10789
10784
|
*/
|
|
@@ -10795,14 +10790,19 @@ export interface RequestDocumentLine {
|
|
|
10795
10790
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10796
10791
|
|
|
10797
10792
|
/**
|
|
10798
|
-
*
|
|
10793
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10799
10794
|
*/
|
|
10800
|
-
|
|
10795
|
+
externalArticleNumber: string;
|
|
10801
10796
|
|
|
10802
10797
|
/**
|
|
10803
10798
|
* (optional) Preis des Artikels dieser Position
|
|
10804
10799
|
*/
|
|
10805
10800
|
productPrice: number;
|
|
10801
|
+
|
|
10802
|
+
/**
|
|
10803
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10804
|
+
*/
|
|
10805
|
+
doLabelPrint: boolean;
|
|
10806
10806
|
}
|
|
10807
10807
|
|
|
10808
10808
|
export interface RequestDocumentLineBooking {
|
|
@@ -10931,14 +10931,14 @@ export interface RequestDocumentText {
|
|
|
10931
10931
|
export interface RevenueCalculation {
|
|
10932
10932
|
|
|
10933
10933
|
/**
|
|
10934
|
-
*
|
|
10934
|
+
* Netto Umsatz
|
|
10935
10935
|
*/
|
|
10936
|
-
|
|
10936
|
+
salesValue: number;
|
|
10937
10937
|
|
|
10938
10938
|
/**
|
|
10939
|
-
*
|
|
10939
|
+
* Deckungsbeitrag (absolut)
|
|
10940
10940
|
*/
|
|
10941
|
-
|
|
10941
|
+
revenue: number;
|
|
10942
10942
|
|
|
10943
10943
|
/**
|
|
10944
10944
|
* Einkaufspreis
|
|
@@ -11582,14 +11582,14 @@ export interface ShelfDocumentType {
|
|
|
11582
11582
|
active: boolean;
|
|
11583
11583
|
|
|
11584
11584
|
/**
|
|
11585
|
-
*
|
|
11585
|
+
* label of type
|
|
11586
11586
|
*/
|
|
11587
|
-
|
|
11587
|
+
label: string;
|
|
11588
11588
|
|
|
11589
11589
|
/**
|
|
11590
|
-
*
|
|
11590
|
+
* access level or reading
|
|
11591
11591
|
*/
|
|
11592
|
-
|
|
11592
|
+
accessLevelRead: number;
|
|
11593
11593
|
|
|
11594
11594
|
/**
|
|
11595
11595
|
* storage rule for revisions
|
|
@@ -11635,14 +11635,14 @@ export interface ShelfFile {
|
|
|
11635
11635
|
subFiles: Array<SubFileInfo>;
|
|
11636
11636
|
|
|
11637
11637
|
/**
|
|
11638
|
-
*
|
|
11638
|
+
* fileSize
|
|
11639
11639
|
*/
|
|
11640
|
-
|
|
11640
|
+
fileSize: number;
|
|
11641
11641
|
|
|
11642
11642
|
/**
|
|
11643
|
-
*
|
|
11643
|
+
* revision number of this file
|
|
11644
11644
|
*/
|
|
11645
|
-
|
|
11645
|
+
revisionNumber: number;
|
|
11646
11646
|
|
|
11647
11647
|
/**
|
|
11648
11648
|
* file-extension of this entry
|
|
@@ -11724,14 +11724,14 @@ export interface ShelfShare {
|
|
|
11724
11724
|
publishState: ShelfSharePublishState;
|
|
11725
11725
|
|
|
11726
11726
|
/**
|
|
11727
|
-
*
|
|
11727
|
+
* Freifelder
|
|
11728
11728
|
*/
|
|
11729
|
-
|
|
11729
|
+
custom: EavShelfshare;
|
|
11730
11730
|
|
|
11731
11731
|
/**
|
|
11732
|
-
*
|
|
11732
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11733
11733
|
*/
|
|
11734
|
-
|
|
11734
|
+
publicUrlDurationInMinutes: number;
|
|
11735
11735
|
|
|
11736
11736
|
/**
|
|
11737
11737
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -11943,14 +11943,14 @@ export interface StockMovementManualApi {
|
|
|
11943
11943
|
export interface StockTransferApi {
|
|
11944
11944
|
|
|
11945
11945
|
/**
|
|
11946
|
-
*
|
|
11946
|
+
* Seriennummer
|
|
11947
11947
|
*/
|
|
11948
|
-
|
|
11948
|
+
serialNumberId: number;
|
|
11949
11949
|
|
|
11950
11950
|
/**
|
|
11951
|
-
*
|
|
11951
|
+
* Ziel-Lager
|
|
11952
11952
|
*/
|
|
11953
|
-
|
|
11953
|
+
targetStorageId: number;
|
|
11954
11954
|
|
|
11955
11955
|
/**
|
|
11956
11956
|
* Bemerkung
|
|
@@ -12171,14 +12171,14 @@ export interface Supplier {
|
|
|
12171
12171
|
deliveryMethodRef: ApiObjectReference;
|
|
12172
12172
|
|
|
12173
12173
|
/**
|
|
12174
|
-
*
|
|
12174
|
+
* tax able or tax free
|
|
12175
12175
|
*/
|
|
12176
|
-
|
|
12176
|
+
taxable: boolean;
|
|
12177
12177
|
|
|
12178
12178
|
/**
|
|
12179
|
-
*
|
|
12179
|
+
* Lieferantengruppe
|
|
12180
12180
|
*/
|
|
12181
|
-
|
|
12181
|
+
supplierGroupRef: ApiObjectReference;
|
|
12182
12182
|
|
|
12183
12183
|
/**
|
|
12184
12184
|
* Mahnen?
|
|
@@ -12264,14 +12264,14 @@ export interface TagDto {
|
|
|
12264
12264
|
editColor: string;
|
|
12265
12265
|
|
|
12266
12266
|
/**
|
|
12267
|
-
* Farbe
|
|
12267
|
+
* Farbe für die Anzeige des Tags
|
|
12268
12268
|
*/
|
|
12269
|
-
|
|
12269
|
+
color: string;
|
|
12270
12270
|
|
|
12271
12271
|
/**
|
|
12272
|
-
* Farbe
|
|
12272
|
+
* Farbe in Such-GUI
|
|
12273
12273
|
*/
|
|
12274
|
-
|
|
12274
|
+
searchColor: string;
|
|
12275
12275
|
|
|
12276
12276
|
/**
|
|
12277
12277
|
* Beschriftung des Tags
|
|
@@ -12315,14 +12315,14 @@ export const enum TagType {
|
|
|
12315
12315
|
export interface TaxIdForeignCountry {
|
|
12316
12316
|
|
|
12317
12317
|
/**
|
|
12318
|
-
*
|
|
12318
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12319
12319
|
*/
|
|
12320
|
-
|
|
12320
|
+
countryCode: string;
|
|
12321
12321
|
|
|
12322
12322
|
/**
|
|
12323
|
-
*
|
|
12323
|
+
* Tax ID of the company in the associated country
|
|
12324
12324
|
*/
|
|
12325
|
-
|
|
12325
|
+
taxId: string;
|
|
12326
12326
|
|
|
12327
12327
|
/**
|
|
12328
12328
|
* Unique identifier of the Object
|
|
@@ -12502,26 +12502,26 @@ export interface TextTemplate {
|
|
|
12502
12502
|
*/
|
|
12503
12503
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12504
12504
|
|
|
12505
|
-
/**
|
|
12506
|
-
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12507
|
-
*/
|
|
12508
|
-
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12509
|
-
|
|
12510
12505
|
/**
|
|
12511
12506
|
* Texte in den angebotenen Sprachen
|
|
12512
12507
|
*/
|
|
12513
12508
|
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12514
12509
|
|
|
12515
12510
|
/**
|
|
12516
|
-
*
|
|
12511
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12517
12512
|
*/
|
|
12518
|
-
|
|
12513
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12519
12514
|
|
|
12520
12515
|
/**
|
|
12521
12516
|
* article für den diese Templates gelten
|
|
12522
12517
|
*/
|
|
12523
12518
|
articleId: number;
|
|
12524
12519
|
|
|
12520
|
+
/**
|
|
12521
|
+
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12522
|
+
*/
|
|
12523
|
+
separateLine: boolean;
|
|
12524
|
+
|
|
12525
12525
|
/**
|
|
12526
12526
|
* Wann wird ein UI-Hint angezeigt
|
|
12527
12527
|
*/
|
|
@@ -12707,14 +12707,14 @@ export interface User {
|
|
|
12707
12707
|
version: number;
|
|
12708
12708
|
|
|
12709
12709
|
/**
|
|
12710
|
-
*
|
|
12710
|
+
* first-name
|
|
12711
12711
|
*/
|
|
12712
|
-
|
|
12712
|
+
firstName: string;
|
|
12713
12713
|
|
|
12714
12714
|
/**
|
|
12715
|
-
*
|
|
12715
|
+
* is the email verified
|
|
12716
12716
|
*/
|
|
12717
|
-
|
|
12717
|
+
emailVerified: boolean;
|
|
12718
12718
|
|
|
12719
12719
|
/**
|
|
12720
12720
|
* email-address
|
|
@@ -12727,14 +12727,14 @@ export interface User {
|
|
|
12727
12727
|
id: number;
|
|
12728
12728
|
|
|
12729
12729
|
/**
|
|
12730
|
-
*
|
|
12730
|
+
* Valid to
|
|
12731
12731
|
*/
|
|
12732
|
-
|
|
12732
|
+
validTo: ScriptingDateTime;
|
|
12733
12733
|
|
|
12734
12734
|
/**
|
|
12735
|
-
*
|
|
12735
|
+
* username
|
|
12736
12736
|
*/
|
|
12737
|
-
|
|
12737
|
+
username: string;
|
|
12738
12738
|
|
|
12739
12739
|
/**
|
|
12740
12740
|
* MetaInformations for this Object
|