@vario-software/types 2026.12.5 → 2026.13.0
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/readme.md +15 -0
- package/schema/erp.d.ts +15653 -5637
- package/scripting/eav_types.d.ts +12 -0
- package/scripting/services.d.ts +646 -72
- package/scripting/types.d.ts +1121 -330
package/scripting/types.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
EavDocumentline, EavDocumentlinecomponent, EavFabrication,
|
|
6
6
|
EavFabricationline, EavFabricationlinecomponent, EavProductgroup,
|
|
7
7
|
EavProductmaingroup, EavSalesagent, EavShelfdocument, EavShelfshare,
|
|
8
|
-
EavTextenumeration
|
|
8
|
+
EavTextenumeration, EavVariantattributelisting, EavVariantvaluelisting
|
|
9
9
|
} from "./eav_types"
|
|
10
10
|
|
|
11
11
|
export const enum AccessoryInsertTerm {
|
|
@@ -138,14 +138,14 @@ export interface Account {
|
|
|
138
138
|
payablesSum: number;
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* Summe Forderungen
|
|
142
142
|
*/
|
|
143
|
-
|
|
143
|
+
receivablesSum: number;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Kostenstelle
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
costCenter: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
151
|
* companyLegal for this account
|
|
@@ -173,14 +173,14 @@ export interface Account {
|
|
|
173
173
|
responsibleUserRef: ApiObjectReference;
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
*
|
|
176
|
+
* Erstkontakt am
|
|
177
177
|
*/
|
|
178
|
-
|
|
178
|
+
initialContactAt: ScriptingDate;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* Sprache des Accounts
|
|
@@ -208,14 +208,14 @@ export interface Account {
|
|
|
208
208
|
persons: Array<AccountPerson>;
|
|
209
209
|
|
|
210
210
|
/**
|
|
211
|
-
*
|
|
211
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
212
212
|
*/
|
|
213
|
-
|
|
213
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
221
|
* Account-Beziehungen
|
|
@@ -285,26 +285,26 @@ export interface AccountAddress {
|
|
|
285
285
|
*/
|
|
286
286
|
regionRef: ApiObjectReference;
|
|
287
287
|
|
|
288
|
-
/**
|
|
289
|
-
* Title
|
|
290
|
-
*/
|
|
291
|
-
titleRef: ApiCreatableReference;
|
|
292
|
-
|
|
293
288
|
/**
|
|
294
289
|
* Post office box
|
|
295
290
|
*/
|
|
296
291
|
postOfficeBox: string;
|
|
297
292
|
|
|
298
293
|
/**
|
|
299
|
-
*
|
|
294
|
+
* Title
|
|
300
295
|
*/
|
|
301
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
299
|
* Street
|
|
305
300
|
*/
|
|
306
301
|
street: string;
|
|
307
302
|
|
|
303
|
+
/**
|
|
304
|
+
* Country code
|
|
305
|
+
*/
|
|
306
|
+
countryCode: string;
|
|
307
|
+
|
|
308
308
|
/**
|
|
309
309
|
* Unique identifier of the Object
|
|
310
310
|
*/
|
|
@@ -454,6 +454,84 @@ export const enum AccountAddressType {
|
|
|
454
454
|
OTHER = 'OTHER'
|
|
455
455
|
}
|
|
456
456
|
|
|
457
|
+
export interface AccountBankdetail {
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Is active?
|
|
461
|
+
*/
|
|
462
|
+
active: boolean;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* name of the bank
|
|
466
|
+
*/
|
|
467
|
+
bankName: string;
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* post-code of the bank
|
|
471
|
+
*/
|
|
472
|
+
bankPostCode: string;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* account from, if differs from account-address
|
|
476
|
+
*/
|
|
477
|
+
accountFrom: string;
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* Version Identifier for this Object (for PUT)
|
|
481
|
+
*/
|
|
482
|
+
version: number;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Hauptbankverbindung für
|
|
486
|
+
*/
|
|
487
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* city of the bank
|
|
491
|
+
*/
|
|
492
|
+
bankCity: string;
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* origin type
|
|
496
|
+
*/
|
|
497
|
+
originType: AccountBankdetail$OriginType;
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* Is default bank?
|
|
501
|
+
*/
|
|
502
|
+
defaultBank: boolean;
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* IBAN
|
|
506
|
+
*/
|
|
507
|
+
iban: string;
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* origin info
|
|
511
|
+
*/
|
|
512
|
+
originInfo: string;
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* Unique identifier of the Object
|
|
516
|
+
*/
|
|
517
|
+
id: number;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* BIC
|
|
521
|
+
*/
|
|
522
|
+
bic: string;
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* MetaInformations for this Object
|
|
526
|
+
*/
|
|
527
|
+
info: MetaInfo;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export const enum AccountBankdetail$OriginType {
|
|
531
|
+
FRONTEND = 'FRONTEND',
|
|
532
|
+
IMPORT = 'IMPORT'
|
|
533
|
+
}
|
|
534
|
+
|
|
457
535
|
export const enum AccountBillingType {
|
|
458
536
|
GROSS = 'GROSS',
|
|
459
537
|
NET = 'NET'
|
|
@@ -462,14 +540,14 @@ export const enum AccountBillingType {
|
|
|
462
540
|
export interface AccountLoanValue {
|
|
463
541
|
|
|
464
542
|
/**
|
|
465
|
-
*
|
|
543
|
+
* Account
|
|
466
544
|
*/
|
|
467
|
-
|
|
545
|
+
accountId: number;
|
|
468
546
|
|
|
469
547
|
/**
|
|
470
|
-
*
|
|
548
|
+
* Nicht berücksichtigter Betrag
|
|
471
549
|
*/
|
|
472
|
-
|
|
550
|
+
unconsideredAmount: number;
|
|
473
551
|
|
|
474
552
|
/**
|
|
475
553
|
* Betrag aus Aufträgen
|
|
@@ -477,14 +555,14 @@ export interface AccountLoanValue {
|
|
|
477
555
|
nonInvoicedDocumentLoan: number;
|
|
478
556
|
|
|
479
557
|
/**
|
|
480
|
-
*
|
|
558
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
481
559
|
*/
|
|
482
|
-
|
|
560
|
+
payablesSum: number;
|
|
483
561
|
|
|
484
562
|
/**
|
|
485
|
-
*
|
|
563
|
+
* Kreditlimit
|
|
486
564
|
*/
|
|
487
|
-
|
|
565
|
+
maximalLoan: number;
|
|
488
566
|
|
|
489
567
|
/**
|
|
490
568
|
* Überschrittener Kreditbetrag
|
|
@@ -818,11 +896,6 @@ export interface Article {
|
|
|
818
896
|
*/
|
|
819
897
|
baseCapacityUnit: UnitTypeReference;
|
|
820
898
|
|
|
821
|
-
/**
|
|
822
|
-
* Seriennummern Auszeichnungsart
|
|
823
|
-
*/
|
|
824
|
-
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
825
|
-
|
|
826
899
|
/**
|
|
827
900
|
* Durchschnittl. EKP (Startwert)
|
|
828
901
|
*/
|
|
@@ -833,6 +906,11 @@ export interface Article {
|
|
|
833
906
|
*/
|
|
834
907
|
sellableWithoutStock: boolean;
|
|
835
908
|
|
|
909
|
+
/**
|
|
910
|
+
* Seriennummern Auszeichnungsart
|
|
911
|
+
*/
|
|
912
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
913
|
+
|
|
836
914
|
/**
|
|
837
915
|
* gross Volume in cubic meters
|
|
838
916
|
*/
|
|
@@ -854,14 +932,14 @@ export interface Article {
|
|
|
854
932
|
warrantyInMonths: number;
|
|
855
933
|
|
|
856
934
|
/**
|
|
857
|
-
*
|
|
935
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
858
936
|
*/
|
|
859
|
-
|
|
937
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
860
938
|
|
|
861
939
|
/**
|
|
862
|
-
*
|
|
940
|
+
* weight and size w.o. packaging
|
|
863
941
|
*/
|
|
864
|
-
|
|
942
|
+
netMetric: Article$Metric;
|
|
865
943
|
|
|
866
944
|
/**
|
|
867
945
|
* unique product number
|
|
@@ -969,14 +1047,14 @@ export interface Article {
|
|
|
969
1047
|
solvable: boolean;
|
|
970
1048
|
|
|
971
1049
|
/**
|
|
972
|
-
*
|
|
1050
|
+
* weight and size inc. packaging
|
|
973
1051
|
*/
|
|
974
|
-
|
|
1052
|
+
grossMetric: Article$Metric;
|
|
975
1053
|
|
|
976
1054
|
/**
|
|
977
|
-
*
|
|
1055
|
+
* Verkaufseinheit
|
|
978
1056
|
*/
|
|
979
|
-
|
|
1057
|
+
salesUnit: number;
|
|
980
1058
|
|
|
981
1059
|
/**
|
|
982
1060
|
* name of this product
|
|
@@ -999,14 +1077,14 @@ export interface Article {
|
|
|
999
1077
|
countryOfOriginRef: CountryReference;
|
|
1000
1078
|
|
|
1001
1079
|
/**
|
|
1002
|
-
*
|
|
1080
|
+
* Frei kommissionierbar
|
|
1003
1081
|
*/
|
|
1004
|
-
|
|
1082
|
+
freelyPickable: boolean;
|
|
1005
1083
|
|
|
1006
1084
|
/**
|
|
1007
|
-
*
|
|
1085
|
+
* description custom data
|
|
1008
1086
|
*/
|
|
1009
|
-
|
|
1087
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1010
1088
|
|
|
1011
1089
|
/**
|
|
1012
1090
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1083,11 +1161,6 @@ export interface Article {
|
|
|
1083
1161
|
*/
|
|
1084
1162
|
productRef: ApiObjectReference;
|
|
1085
1163
|
|
|
1086
|
-
/**
|
|
1087
|
-
* rabattierbarer Artikel?
|
|
1088
|
-
*/
|
|
1089
|
-
discountable: boolean;
|
|
1090
|
-
|
|
1091
1164
|
/**
|
|
1092
1165
|
* Kontingentartikel
|
|
1093
1166
|
*/
|
|
@@ -1098,6 +1171,11 @@ export interface Article {
|
|
|
1098
1171
|
*/
|
|
1099
1172
|
alternativeName: string;
|
|
1100
1173
|
|
|
1174
|
+
/**
|
|
1175
|
+
* rabattierbarer Artikel?
|
|
1176
|
+
*/
|
|
1177
|
+
discountable: boolean;
|
|
1178
|
+
|
|
1101
1179
|
/**
|
|
1102
1180
|
* base capacity
|
|
1103
1181
|
*/
|
|
@@ -1129,14 +1207,14 @@ export interface Article {
|
|
|
1129
1207
|
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1130
1208
|
|
|
1131
1209
|
/**
|
|
1132
|
-
*
|
|
1210
|
+
* Hersteller des Produkts
|
|
1133
1211
|
*/
|
|
1134
|
-
|
|
1212
|
+
manufacturerId: number;
|
|
1135
1213
|
|
|
1136
1214
|
/**
|
|
1137
|
-
*
|
|
1215
|
+
* Art des Haltbarkeitsdatums
|
|
1138
1216
|
*/
|
|
1139
|
-
|
|
1217
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1140
1218
|
|
|
1141
1219
|
/**
|
|
1142
1220
|
* net sales prices
|
|
@@ -1159,14 +1237,14 @@ export interface Article {
|
|
|
1159
1237
|
listed: boolean;
|
|
1160
1238
|
|
|
1161
1239
|
/**
|
|
1162
|
-
*
|
|
1240
|
+
* Nur manuelle Produktion
|
|
1163
1241
|
*/
|
|
1164
|
-
|
|
1242
|
+
onlyManualFabrication: boolean;
|
|
1165
1243
|
|
|
1166
1244
|
/**
|
|
1167
|
-
*
|
|
1245
|
+
* provisionsberechtiger Artikel?
|
|
1168
1246
|
*/
|
|
1169
|
-
|
|
1247
|
+
commissionable: boolean;
|
|
1170
1248
|
|
|
1171
1249
|
/**
|
|
1172
1250
|
* Preisbasis
|
|
@@ -1207,14 +1285,14 @@ export interface Article$Metric {
|
|
|
1207
1285
|
sizeY: number;
|
|
1208
1286
|
|
|
1209
1287
|
/**
|
|
1210
|
-
*
|
|
1288
|
+
* size
|
|
1211
1289
|
*/
|
|
1212
|
-
|
|
1290
|
+
sizeZ: number;
|
|
1213
1291
|
|
|
1214
1292
|
/**
|
|
1215
|
-
*
|
|
1293
|
+
* weight unit
|
|
1216
1294
|
*/
|
|
1217
|
-
|
|
1295
|
+
weightUnit: UnitTypeReference;
|
|
1218
1296
|
}
|
|
1219
1297
|
|
|
1220
1298
|
export interface ArticleAvailabilityDetermination {
|
|
@@ -1317,14 +1395,14 @@ export interface ArticleListing {
|
|
|
1317
1395
|
proposedLowestPriceGross: number;
|
|
1318
1396
|
|
|
1319
1397
|
/**
|
|
1320
|
-
* der
|
|
1398
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1321
1399
|
*/
|
|
1322
|
-
|
|
1400
|
+
customLowestPriceGross: number;
|
|
1323
1401
|
|
|
1324
1402
|
/**
|
|
1325
|
-
*
|
|
1403
|
+
* der Sales Channel
|
|
1326
1404
|
*/
|
|
1327
|
-
|
|
1405
|
+
salesChannelRef: ApiObjectReference;
|
|
1328
1406
|
|
|
1329
1407
|
/**
|
|
1330
1408
|
* soll der Artikel gelistet werden
|
|
@@ -1357,14 +1435,14 @@ export interface ArticleListing {
|
|
|
1357
1435
|
alternativeName: WithDefaults<String>;
|
|
1358
1436
|
|
|
1359
1437
|
/**
|
|
1360
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1438
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1361
1439
|
*/
|
|
1362
|
-
|
|
1440
|
+
customLowestPriceNet: number;
|
|
1363
1441
|
|
|
1364
1442
|
/**
|
|
1365
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1443
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1366
1444
|
*/
|
|
1367
|
-
|
|
1445
|
+
proposedLowestPriceNet: number;
|
|
1368
1446
|
|
|
1369
1447
|
/**
|
|
1370
1448
|
* der aktuelle listing stand
|
|
@@ -1524,14 +1602,14 @@ export const enum ArticleSerialType {
|
|
|
1524
1602
|
export interface ArticleSupplier {
|
|
1525
1603
|
|
|
1526
1604
|
/**
|
|
1527
|
-
*
|
|
1605
|
+
* Anzeigename des Accounts
|
|
1528
1606
|
*/
|
|
1529
|
-
|
|
1607
|
+
accountDisplayName: string;
|
|
1530
1608
|
|
|
1531
1609
|
/**
|
|
1532
|
-
*
|
|
1610
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1533
1611
|
*/
|
|
1534
|
-
|
|
1612
|
+
useSupplierArticleDescription: boolean;
|
|
1535
1613
|
|
|
1536
1614
|
/**
|
|
1537
1615
|
* Lieferanten-Meldebestand
|
|
@@ -1539,14 +1617,14 @@ export interface ArticleSupplier {
|
|
|
1539
1617
|
supplierReportingStock: number;
|
|
1540
1618
|
|
|
1541
1619
|
/**
|
|
1542
|
-
*
|
|
1620
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1543
1621
|
*/
|
|
1544
|
-
|
|
1622
|
+
useSupplierArticleIdentifier: boolean;
|
|
1545
1623
|
|
|
1546
1624
|
/**
|
|
1547
|
-
*
|
|
1625
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1548
1626
|
*/
|
|
1549
|
-
|
|
1627
|
+
deliveryTime: number;
|
|
1550
1628
|
|
|
1551
1629
|
/**
|
|
1552
1630
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -1633,25 +1711,20 @@ export interface ArticleSupplier {
|
|
|
1633
1711
|
*/
|
|
1634
1712
|
dropShippingAllowed: boolean;
|
|
1635
1713
|
|
|
1636
|
-
/**
|
|
1637
|
-
* Abweichende Produktbeschreibung
|
|
1638
|
-
*/
|
|
1639
|
-
supplierArticleDescription: string;
|
|
1640
|
-
|
|
1641
1714
|
/**
|
|
1642
1715
|
* Abweichende Produktbezeichnung
|
|
1643
1716
|
*/
|
|
1644
1717
|
supplierArticleName: string;
|
|
1645
1718
|
|
|
1646
1719
|
/**
|
|
1647
|
-
*
|
|
1720
|
+
* Abweichende Produktbeschreibung
|
|
1648
1721
|
*/
|
|
1649
|
-
|
|
1722
|
+
supplierArticleDescription: string;
|
|
1650
1723
|
|
|
1651
1724
|
/**
|
|
1652
|
-
*
|
|
1725
|
+
* Standardpreis Netto
|
|
1653
1726
|
*/
|
|
1654
|
-
|
|
1727
|
+
defaultNetPrice: number;
|
|
1655
1728
|
|
|
1656
1729
|
/**
|
|
1657
1730
|
* Referenced Supplier-Account
|
|
@@ -1663,6 +1736,11 @@ export interface ArticleSupplier {
|
|
|
1663
1736
|
*/
|
|
1664
1737
|
purchaseUnit: number;
|
|
1665
1738
|
|
|
1739
|
+
/**
|
|
1740
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1741
|
+
*/
|
|
1742
|
+
orderOnComponentBase: boolean;
|
|
1743
|
+
|
|
1666
1744
|
/**
|
|
1667
1745
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1668
1746
|
*/
|
|
@@ -1904,14 +1982,14 @@ export interface CrmActivity {
|
|
|
1904
1982
|
info: MetaInfo;
|
|
1905
1983
|
|
|
1906
1984
|
/**
|
|
1907
|
-
*
|
|
1985
|
+
* geplante Dauer
|
|
1908
1986
|
*/
|
|
1909
|
-
|
|
1987
|
+
plannedDurationInSeconds: number;
|
|
1910
1988
|
|
|
1911
1989
|
/**
|
|
1912
|
-
*
|
|
1990
|
+
* Aktivität intern abgerechnet?
|
|
1913
1991
|
*/
|
|
1914
|
-
|
|
1992
|
+
internalBilled: boolean;
|
|
1915
1993
|
|
|
1916
1994
|
/**
|
|
1917
1995
|
* Freie Felder der CRM-Aktivität
|
|
@@ -1949,14 +2027,14 @@ export interface CrmActivity {
|
|
|
1949
2027
|
userRef: ApiObjectReference;
|
|
1950
2028
|
|
|
1951
2029
|
/**
|
|
1952
|
-
*
|
|
2030
|
+
* Handelt es sich um eine System-Aktivität?
|
|
1953
2031
|
*/
|
|
1954
|
-
|
|
2032
|
+
system: boolean;
|
|
1955
2033
|
|
|
1956
2034
|
/**
|
|
1957
|
-
*
|
|
2035
|
+
* tatsächliche Startzeit
|
|
1958
2036
|
*/
|
|
1959
|
-
|
|
2037
|
+
startDateTime: ScriptingDateTime;
|
|
1960
2038
|
|
|
1961
2039
|
/**
|
|
1962
2040
|
* Inhalt dieser Aktivität
|
|
@@ -2063,14 +2141,14 @@ export interface CrmActivityType {
|
|
|
2063
2141
|
export interface CrmChecklistItem {
|
|
2064
2142
|
|
|
2065
2143
|
/**
|
|
2066
|
-
*
|
|
2144
|
+
* Ist das Element "angehakt"?
|
|
2067
2145
|
*/
|
|
2068
|
-
|
|
2146
|
+
checked: boolean;
|
|
2069
2147
|
|
|
2070
2148
|
/**
|
|
2071
|
-
*
|
|
2149
|
+
* Text des Checklisten-Elements
|
|
2072
2150
|
*/
|
|
2073
|
-
|
|
2151
|
+
memo: string;
|
|
2074
2152
|
|
|
2075
2153
|
/**
|
|
2076
2154
|
* Unique identifier of the Object
|
|
@@ -2225,18 +2303,18 @@ export interface CrmDeal {
|
|
|
2225
2303
|
*/
|
|
2226
2304
|
childRefs: Array<CrmObjectRef>;
|
|
2227
2305
|
|
|
2228
|
-
/**
|
|
2229
|
-
* Tags
|
|
2230
|
-
*/
|
|
2231
|
-
tags: Array<TagDto>;
|
|
2232
|
-
|
|
2233
2306
|
/**
|
|
2234
2307
|
* Übergeordnetes CRM-Objekt
|
|
2235
2308
|
*/
|
|
2236
2309
|
parentRef: CrmObjectRef;
|
|
2237
2310
|
|
|
2238
2311
|
/**
|
|
2239
|
-
*
|
|
2312
|
+
* Tags
|
|
2313
|
+
*/
|
|
2314
|
+
tags: Array<TagDto>;
|
|
2315
|
+
|
|
2316
|
+
/**
|
|
2317
|
+
* Zu Erledigen von Benutzergruppe (zugeordnete Benutzergruppe)
|
|
2240
2318
|
*/
|
|
2241
2319
|
assignedGroupRef: ApiObjectReference;
|
|
2242
2320
|
|
|
@@ -2462,14 +2540,14 @@ export interface CrmProject {
|
|
|
2462
2540
|
priorityRef: ApiObjectReference;
|
|
2463
2541
|
|
|
2464
2542
|
/**
|
|
2465
|
-
*
|
|
2543
|
+
* Projektleiter vom Auftragnehmer
|
|
2466
2544
|
*/
|
|
2467
|
-
|
|
2545
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2468
2546
|
|
|
2469
2547
|
/**
|
|
2470
|
-
*
|
|
2548
|
+
* Phase
|
|
2471
2549
|
*/
|
|
2472
|
-
|
|
2550
|
+
phaseRef: ApiObjectReference;
|
|
2473
2551
|
|
|
2474
2552
|
/**
|
|
2475
2553
|
* Aufgaben-Nummer
|
|
@@ -2487,14 +2565,14 @@ export interface CrmProject {
|
|
|
2487
2565
|
billedTimes: number;
|
|
2488
2566
|
|
|
2489
2567
|
/**
|
|
2490
|
-
*
|
|
2568
|
+
* Einkaufsbelege
|
|
2491
2569
|
*/
|
|
2492
|
-
|
|
2570
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2493
2571
|
|
|
2494
2572
|
/**
|
|
2495
|
-
*
|
|
2573
|
+
* Geplanter Projektzeitraum (von)
|
|
2496
2574
|
*/
|
|
2497
|
-
|
|
2575
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2498
2576
|
|
|
2499
2577
|
/**
|
|
2500
2578
|
* Verkaufsbelege
|
|
@@ -2572,14 +2650,14 @@ export interface CrmProject {
|
|
|
2572
2650
|
childRefs: Array<CrmObjectRef>;
|
|
2573
2651
|
|
|
2574
2652
|
/**
|
|
2575
|
-
*
|
|
2653
|
+
* Übergeordnetes CRM-Objekt
|
|
2576
2654
|
*/
|
|
2577
|
-
|
|
2655
|
+
parentRef: CrmObjectRef;
|
|
2578
2656
|
|
|
2579
2657
|
/**
|
|
2580
|
-
*
|
|
2658
|
+
* Tags
|
|
2581
2659
|
*/
|
|
2582
|
-
|
|
2660
|
+
tags: Array<TagDto>;
|
|
2583
2661
|
|
|
2584
2662
|
/**
|
|
2585
2663
|
* Weitere Teilnehmer vom Auftragnehmer
|
|
@@ -2768,14 +2846,14 @@ export interface CrmSubType {
|
|
|
2768
2846
|
export interface CrmTask {
|
|
2769
2847
|
|
|
2770
2848
|
/**
|
|
2771
|
-
*
|
|
2849
|
+
* Angebot
|
|
2772
2850
|
*/
|
|
2773
|
-
|
|
2851
|
+
customerOfferRef: DocumentRef;
|
|
2774
2852
|
|
|
2775
2853
|
/**
|
|
2776
|
-
*
|
|
2854
|
+
* Liste von Erinnerungen
|
|
2777
2855
|
*/
|
|
2778
|
-
|
|
2856
|
+
reminders: Array<CrmReminder>;
|
|
2779
2857
|
|
|
2780
2858
|
/**
|
|
2781
2859
|
* Notizen
|
|
@@ -2943,14 +3021,14 @@ export interface CrmTask {
|
|
|
2943
3021
|
assignedUserRef: ApiObjectReference;
|
|
2944
3022
|
|
|
2945
3023
|
/**
|
|
2946
|
-
*
|
|
3024
|
+
* Beauftragte Zeit in Sekunden
|
|
2947
3025
|
*/
|
|
2948
|
-
|
|
3026
|
+
effortCommissioned: number;
|
|
2949
3027
|
|
|
2950
3028
|
/**
|
|
2951
|
-
*
|
|
3029
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
2952
3030
|
*/
|
|
2953
|
-
|
|
3031
|
+
externalRecordedTimes: number;
|
|
2954
3032
|
|
|
2955
3033
|
/**
|
|
2956
3034
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3084,14 +3162,14 @@ export interface CurrencyReference {
|
|
|
3084
3162
|
export interface Customer {
|
|
3085
3163
|
|
|
3086
3164
|
/**
|
|
3087
|
-
*
|
|
3165
|
+
* reference to customer group
|
|
3088
3166
|
*/
|
|
3089
|
-
|
|
3167
|
+
customerGroupRef: ApiObjectReference;
|
|
3090
3168
|
|
|
3091
3169
|
/**
|
|
3092
|
-
*
|
|
3170
|
+
* Option für die Stapelverarbeitung
|
|
3093
3171
|
*/
|
|
3094
|
-
|
|
3172
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3095
3173
|
|
|
3096
3174
|
/**
|
|
3097
3175
|
* Kreditlimit
|
|
@@ -3149,14 +3227,14 @@ export interface Customer {
|
|
|
3149
3227
|
info: MetaInfo;
|
|
3150
3228
|
|
|
3151
3229
|
/**
|
|
3152
|
-
*
|
|
3230
|
+
* tax able or tax free
|
|
3153
3231
|
*/
|
|
3154
|
-
|
|
3232
|
+
taxable: boolean;
|
|
3155
3233
|
|
|
3156
3234
|
/**
|
|
3157
|
-
*
|
|
3235
|
+
* reference to the delivery method
|
|
3158
3236
|
*/
|
|
3159
|
-
|
|
3237
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3160
3238
|
|
|
3161
3239
|
/**
|
|
3162
3240
|
* active true/false
|
|
@@ -3289,14 +3367,14 @@ export interface DeliveryMethod {
|
|
|
3289
3367
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3290
3368
|
|
|
3291
3369
|
/**
|
|
3292
|
-
*
|
|
3370
|
+
* Versand-Anbieter
|
|
3293
3371
|
*/
|
|
3294
|
-
|
|
3372
|
+
vdsCarrierId: number;
|
|
3295
3373
|
|
|
3296
3374
|
/**
|
|
3297
|
-
*
|
|
3375
|
+
* Gültige Ländercodes
|
|
3298
3376
|
*/
|
|
3299
|
-
|
|
3377
|
+
validCountryCodes: Array<string>;
|
|
3300
3378
|
|
|
3301
3379
|
/**
|
|
3302
3380
|
* Standardgewichtseinheit
|
|
@@ -3357,14 +3435,14 @@ export interface DeliveryTerm {
|
|
|
3357
3435
|
label: string;
|
|
3358
3436
|
|
|
3359
3437
|
/**
|
|
3360
|
-
*
|
|
3438
|
+
* Sprache des Accounts
|
|
3361
3439
|
*/
|
|
3362
|
-
|
|
3440
|
+
languageCode: string;
|
|
3363
3441
|
|
|
3364
3442
|
/**
|
|
3365
|
-
*
|
|
3443
|
+
* information, when the shipping charges should be calculated
|
|
3366
3444
|
*/
|
|
3367
|
-
|
|
3445
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
3368
3446
|
|
|
3369
3447
|
/**
|
|
3370
3448
|
* calculate shipping charges per parcel
|
|
@@ -3377,14 +3455,14 @@ export interface DeliveryTerm {
|
|
|
3377
3455
|
version: number;
|
|
3378
3456
|
|
|
3379
3457
|
/**
|
|
3380
|
-
*
|
|
3458
|
+
* translations
|
|
3381
3459
|
*/
|
|
3382
|
-
|
|
3460
|
+
translations: Array<DocumentTypeTerm>;
|
|
3383
3461
|
|
|
3384
3462
|
/**
|
|
3385
|
-
*
|
|
3463
|
+
* information, how the shipping charges should be calculated
|
|
3386
3464
|
*/
|
|
3387
|
-
|
|
3465
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3388
3466
|
|
|
3389
3467
|
/**
|
|
3390
3468
|
* Lieferarten
|
|
@@ -3502,11 +3580,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3502
3580
|
*/
|
|
3503
3581
|
deliveryQuantityPackages: number;
|
|
3504
3582
|
|
|
3505
|
-
/**
|
|
3506
|
-
* Steuerpflichtig oder steuerfrei
|
|
3507
|
-
*/
|
|
3508
|
-
taxable: boolean;
|
|
3509
|
-
|
|
3510
3583
|
/**
|
|
3511
3584
|
* Leitweg-ID
|
|
3512
3585
|
*/
|
|
@@ -3517,6 +3590,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3517
3590
|
*/
|
|
3518
3591
|
referencedOrderNumber: string;
|
|
3519
3592
|
|
|
3593
|
+
/**
|
|
3594
|
+
* Steuerpflichtig oder steuerfrei
|
|
3595
|
+
*/
|
|
3596
|
+
taxable: boolean;
|
|
3597
|
+
|
|
3520
3598
|
/**
|
|
3521
3599
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
3522
3600
|
*/
|
|
@@ -3563,14 +3641,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3563
3641
|
accountId: number;
|
|
3564
3642
|
|
|
3565
3643
|
/**
|
|
3566
|
-
* Länderkennzeichen
|
|
3644
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3567
3645
|
*/
|
|
3568
|
-
|
|
3646
|
+
sourceCountryCode: string;
|
|
3569
3647
|
|
|
3570
3648
|
/**
|
|
3571
|
-
* Länderkennzeichen
|
|
3649
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3572
3650
|
*/
|
|
3573
|
-
|
|
3651
|
+
performanceCountryCode: string;
|
|
3574
3652
|
|
|
3575
3653
|
/**
|
|
3576
3654
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -3613,14 +3691,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3613
3691
|
supplierNumber: string;
|
|
3614
3692
|
|
|
3615
3693
|
/**
|
|
3616
|
-
*
|
|
3694
|
+
* Gesamtpreis brutto
|
|
3617
3695
|
*/
|
|
3618
|
-
|
|
3696
|
+
totalGrossPrice: number;
|
|
3619
3697
|
|
|
3620
3698
|
/**
|
|
3621
|
-
*
|
|
3699
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
3622
3700
|
*/
|
|
3623
|
-
|
|
3701
|
+
deliveryApproved: boolean;
|
|
3624
3702
|
|
|
3625
3703
|
/**
|
|
3626
3704
|
* Kassen-Zahlungspositionen
|
|
@@ -3680,14 +3758,14 @@ true wenn die Quittung bezahlt ist
|
|
|
3680
3758
|
fabricationDetail: DocumentFabricationDetail;
|
|
3681
3759
|
|
|
3682
3760
|
/**
|
|
3683
|
-
*
|
|
3761
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
3684
3762
|
*/
|
|
3685
|
-
|
|
3763
|
+
accountNumber: string;
|
|
3686
3764
|
|
|
3687
3765
|
/**
|
|
3688
|
-
*
|
|
3766
|
+
* Berechnungsmodus
|
|
3689
3767
|
*/
|
|
3690
|
-
|
|
3768
|
+
calculationMode: CalculationMode;
|
|
3691
3769
|
|
|
3692
3770
|
/**
|
|
3693
3771
|
* Referenz auf Zahlungsbedingung
|
|
@@ -3700,14 +3778,14 @@ true wenn die Quittung bezahlt ist
|
|
|
3700
3778
|
processedByWorkflow: boolean;
|
|
3701
3779
|
|
|
3702
3780
|
/**
|
|
3703
|
-
*
|
|
3781
|
+
* Telefon an Versender übergeben
|
|
3704
3782
|
*/
|
|
3705
|
-
|
|
3783
|
+
forwardPhoneToShipper: boolean;
|
|
3706
3784
|
|
|
3707
3785
|
/**
|
|
3708
|
-
*
|
|
3786
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
3709
3787
|
*/
|
|
3710
|
-
|
|
3788
|
+
baseTotalDocumentPriceModifier: number;
|
|
3711
3789
|
|
|
3712
3790
|
/**
|
|
3713
3791
|
* Liste der Belegtexte
|
|
@@ -3765,14 +3843,14 @@ true wenn die Quittung bezahlt ist
|
|
|
3765
3843
|
additionalInfo: DocumentAdditionalInfo;
|
|
3766
3844
|
|
|
3767
3845
|
/**
|
|
3768
|
-
*
|
|
3846
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
3769
3847
|
*/
|
|
3770
|
-
|
|
3848
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
3771
3849
|
|
|
3772
3850
|
/**
|
|
3773
|
-
*
|
|
3851
|
+
* Bestelldatum
|
|
3774
3852
|
*/
|
|
3775
|
-
|
|
3853
|
+
orderedOn: ScriptingDate;
|
|
3776
3854
|
|
|
3777
3855
|
/**
|
|
3778
3856
|
* MetaInformations for this Object
|
|
@@ -3795,14 +3873,14 @@ true wenn die Quittung bezahlt ist
|
|
|
3795
3873
|
dropShipping: boolean;
|
|
3796
3874
|
|
|
3797
3875
|
/**
|
|
3798
|
-
*
|
|
3876
|
+
* Gesamtpreis netto
|
|
3799
3877
|
*/
|
|
3800
|
-
|
|
3878
|
+
totalNetPrice: number;
|
|
3801
3879
|
|
|
3802
3880
|
/**
|
|
3803
|
-
*
|
|
3881
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
3804
3882
|
*/
|
|
3805
|
-
|
|
3883
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
3806
3884
|
|
|
3807
3885
|
/**
|
|
3808
3886
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -3914,25 +3992,20 @@ true wenn die Quittung bezahlt ist
|
|
|
3914
3992
|
*/
|
|
3915
3993
|
shippingCosts: Array<DocumentShippingCost>;
|
|
3916
3994
|
|
|
3917
|
-
/**
|
|
3918
|
-
* Statusinstanz des Belegs
|
|
3919
|
-
*/
|
|
3920
|
-
documentState: DocumentTypeState;
|
|
3921
|
-
|
|
3922
3995
|
/**
|
|
3923
3996
|
* Umsatzsteuer-Identifikationsnummer
|
|
3924
3997
|
*/
|
|
3925
3998
|
taxIdentificationNumber: string;
|
|
3926
3999
|
|
|
3927
4000
|
/**
|
|
3928
|
-
*
|
|
4001
|
+
* Statusinstanz des Belegs
|
|
3929
4002
|
*/
|
|
3930
|
-
|
|
4003
|
+
documentState: DocumentTypeState;
|
|
3931
4004
|
|
|
3932
4005
|
/**
|
|
3933
|
-
*
|
|
4006
|
+
* Rückgeld
|
|
3934
4007
|
*/
|
|
3935
|
-
|
|
4008
|
+
posReceiptChangeAmount: number;
|
|
3936
4009
|
|
|
3937
4010
|
/**
|
|
3938
4011
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -3941,6 +4014,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
3941
4014
|
*/
|
|
3942
4015
|
posReceiptBalanced: boolean;
|
|
3943
4016
|
|
|
4017
|
+
/**
|
|
4018
|
+
* Referenz auf Lieferbedingung
|
|
4019
|
+
*/
|
|
4020
|
+
deliveryTermRef: ApiObjectReference;
|
|
4021
|
+
|
|
3944
4022
|
/**
|
|
3945
4023
|
* Gesamtbruttogewicht
|
|
3946
4024
|
*/
|
|
@@ -3990,14 +4068,14 @@ export interface DocumentAdditionalInfo {
|
|
|
3990
4068
|
taxSituationOrigin: TaxSituationOrigin;
|
|
3991
4069
|
|
|
3992
4070
|
/**
|
|
3993
|
-
*
|
|
4071
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
3994
4072
|
*/
|
|
3995
|
-
|
|
4073
|
+
contextParameters: Array<AdditionalParameter>;
|
|
3996
4074
|
|
|
3997
4075
|
/**
|
|
3998
|
-
*
|
|
4076
|
+
* Herkunft der Sprache
|
|
3999
4077
|
*/
|
|
4000
|
-
|
|
4078
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4001
4079
|
|
|
4002
4080
|
/**
|
|
4003
4081
|
* Herkunft der Käufer-Referenz
|
|
@@ -4130,14 +4208,14 @@ export interface DocumentAddress {
|
|
|
4130
4208
|
postOfficeBox: string;
|
|
4131
4209
|
|
|
4132
4210
|
/**
|
|
4133
|
-
*
|
|
4211
|
+
* Street
|
|
4134
4212
|
*/
|
|
4135
|
-
|
|
4213
|
+
street: string;
|
|
4136
4214
|
|
|
4137
4215
|
/**
|
|
4138
|
-
*
|
|
4216
|
+
* country code IsoAlpha3
|
|
4139
4217
|
*/
|
|
4140
|
-
|
|
4218
|
+
countryCode: string;
|
|
4141
4219
|
|
|
4142
4220
|
/**
|
|
4143
4221
|
* Unique identifier of the Object
|
|
@@ -4195,14 +4273,14 @@ export interface DocumentAddress {
|
|
|
4195
4273
|
additionalAddressLine2: string;
|
|
4196
4274
|
|
|
4197
4275
|
/**
|
|
4198
|
-
*
|
|
4276
|
+
* Street address number
|
|
4199
4277
|
*/
|
|
4200
|
-
|
|
4278
|
+
streetAddressNumber: string;
|
|
4201
4279
|
|
|
4202
4280
|
/**
|
|
4203
|
-
*
|
|
4281
|
+
* Lieferbedingungen
|
|
4204
4282
|
*/
|
|
4205
|
-
|
|
4283
|
+
deliveryTermRef: ApiObjectReference;
|
|
4206
4284
|
|
|
4207
4285
|
/**
|
|
4208
4286
|
* address line 3
|
|
@@ -4403,11 +4481,31 @@ export interface DocumentFabricationDetail {
|
|
|
4403
4481
|
*/
|
|
4404
4482
|
version: number;
|
|
4405
4483
|
|
|
4484
|
+
/**
|
|
4485
|
+
* Defekt-Lagerplatz (wenn das Lager mit Lagerplätzen ist)
|
|
4486
|
+
*/
|
|
4487
|
+
defectiveStorageBinRef: ApiObjectReference;
|
|
4488
|
+
|
|
4489
|
+
/**
|
|
4490
|
+
* QS-Lagerplatz (wenn das Lager mit Lagerplätzen ist)
|
|
4491
|
+
*/
|
|
4492
|
+
qualityAssuranceStorageBinRef: ApiObjectReference;
|
|
4493
|
+
|
|
4406
4494
|
/**
|
|
4407
4495
|
* Defekt-Lager
|
|
4408
4496
|
*/
|
|
4409
4497
|
defectiveStorageRef: ApiObjectReference;
|
|
4410
4498
|
|
|
4499
|
+
/**
|
|
4500
|
+
* Ziel-Lagerplatz (wenn das Lager mit Lagerplätzen ist)
|
|
4501
|
+
*/
|
|
4502
|
+
targetStorageBinRef: ApiObjectReference;
|
|
4503
|
+
|
|
4504
|
+
/**
|
|
4505
|
+
* Werkbank-Lagerplatz (wenn das Lager mit Lagerplätzen ist)
|
|
4506
|
+
*/
|
|
4507
|
+
workbenchStorageBinRef: ApiObjectReference;
|
|
4508
|
+
|
|
4411
4509
|
/**
|
|
4412
4510
|
* Unique identifier of the Object
|
|
4413
4511
|
*/
|
|
@@ -4622,11 +4720,6 @@ export interface DocumentLine {
|
|
|
4622
4720
|
*/
|
|
4623
4721
|
id: number;
|
|
4624
4722
|
|
|
4625
|
-
/**
|
|
4626
|
-
* Serientyp
|
|
4627
|
-
*/
|
|
4628
|
-
serialType: ArticleSerialType;
|
|
4629
|
-
|
|
4630
4723
|
/**
|
|
4631
4724
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
4632
4725
|
*/
|
|
@@ -4642,6 +4735,11 @@ export interface DocumentLine {
|
|
|
4642
4735
|
*/
|
|
4643
4736
|
basePrice: number;
|
|
4644
4737
|
|
|
4738
|
+
/**
|
|
4739
|
+
* Serientyp
|
|
4740
|
+
*/
|
|
4741
|
+
serialType: ArticleSerialType;
|
|
4742
|
+
|
|
4645
4743
|
/**
|
|
4646
4744
|
* MetaInformations for this Object
|
|
4647
4745
|
*/
|
|
@@ -4787,26 +4885,26 @@ export interface DocumentLine {
|
|
|
4787
4885
|
*/
|
|
4788
4886
|
revenueCalculation: RevenueCalculation;
|
|
4789
4887
|
|
|
4790
|
-
/**
|
|
4791
|
-
* Einheitentyp
|
|
4792
|
-
*/
|
|
4793
|
-
unitType: UnitTypeReference;
|
|
4794
|
-
|
|
4795
4888
|
/**
|
|
4796
4889
|
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
4797
4890
|
*/
|
|
4798
4891
|
totalLinePrice: number;
|
|
4799
4892
|
|
|
4800
4893
|
/**
|
|
4801
|
-
*
|
|
4894
|
+
* Einheitentyp
|
|
4802
4895
|
*/
|
|
4803
|
-
|
|
4896
|
+
unitType: UnitTypeReference;
|
|
4804
4897
|
|
|
4805
4898
|
/**
|
|
4806
4899
|
* Referenz zur Basiszeile
|
|
4807
4900
|
*/
|
|
4808
4901
|
baseLineId: number;
|
|
4809
4902
|
|
|
4903
|
+
/**
|
|
4904
|
+
* Zubehör Einfügeart
|
|
4905
|
+
*/
|
|
4906
|
+
insertTerm: AccessoryInsertTerm;
|
|
4907
|
+
|
|
4810
4908
|
/**
|
|
4811
4909
|
* Einheit Bruttogewicht
|
|
4812
4910
|
*/
|
|
@@ -5170,55 +5268,166 @@ export interface DocumentLineComponentFabricationDetail {
|
|
|
5170
5268
|
info: MetaInfo;
|
|
5171
5269
|
}
|
|
5172
5270
|
|
|
5173
|
-
export interface
|
|
5271
|
+
export interface DocumentLineFabricationBookedComponent {
|
|
5174
5272
|
|
|
5175
5273
|
/**
|
|
5176
|
-
*
|
|
5274
|
+
* Nummer des Artikels
|
|
5177
5275
|
*/
|
|
5178
|
-
|
|
5276
|
+
number: string;
|
|
5179
5277
|
|
|
5180
5278
|
/**
|
|
5181
|
-
*
|
|
5279
|
+
* Seriennummer
|
|
5182
5280
|
*/
|
|
5183
|
-
|
|
5281
|
+
serialNumberRef: ApiObjectReference;
|
|
5184
5282
|
|
|
5185
5283
|
/**
|
|
5186
|
-
*
|
|
5284
|
+
* Verwendete Menge
|
|
5187
5285
|
*/
|
|
5188
|
-
|
|
5286
|
+
quantity: number;
|
|
5189
5287
|
|
|
5190
5288
|
/**
|
|
5191
|
-
*
|
|
5289
|
+
* ID des Artikels
|
|
5192
5290
|
*/
|
|
5193
|
-
|
|
5194
|
-
}
|
|
5195
|
-
|
|
5196
|
-
export interface DocumentLinePosDetail {
|
|
5291
|
+
articleId: number;
|
|
5197
5292
|
|
|
5198
5293
|
/**
|
|
5199
|
-
*
|
|
5294
|
+
* Name des Artikels
|
|
5200
5295
|
*/
|
|
5201
|
-
|
|
5296
|
+
name: string;
|
|
5202
5297
|
|
|
5203
5298
|
/**
|
|
5204
|
-
*
|
|
5299
|
+
* Beschreibung des Artikels
|
|
5205
5300
|
*/
|
|
5206
|
-
|
|
5301
|
+
description: string;
|
|
5302
|
+
}
|
|
5303
|
+
|
|
5304
|
+
export interface DocumentLineFabricationDetail {
|
|
5207
5305
|
|
|
5208
5306
|
/**
|
|
5209
|
-
*
|
|
5307
|
+
* Menge abgeschlossen
|
|
5210
5308
|
*/
|
|
5211
|
-
|
|
5309
|
+
quantityFinished: number;
|
|
5212
5310
|
|
|
5213
5311
|
/**
|
|
5214
|
-
*
|
|
5312
|
+
* Menge defekt
|
|
5215
5313
|
*/
|
|
5216
|
-
|
|
5314
|
+
quantityDefective: number;
|
|
5217
5315
|
|
|
5218
5316
|
/**
|
|
5219
|
-
*
|
|
5317
|
+
* Produzierte Seriennummern
|
|
5220
5318
|
*/
|
|
5221
|
-
|
|
5319
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5320
|
+
|
|
5321
|
+
/**
|
|
5322
|
+
* Freifeld
|
|
5323
|
+
*/
|
|
5324
|
+
custom: EavFabricationline;
|
|
5325
|
+
|
|
5326
|
+
/**
|
|
5327
|
+
* Menge produziert
|
|
5328
|
+
*/
|
|
5329
|
+
quantityCommitted: number;
|
|
5330
|
+
|
|
5331
|
+
/**
|
|
5332
|
+
* Unique identifier of the Object
|
|
5333
|
+
*/
|
|
5334
|
+
id: number;
|
|
5335
|
+
|
|
5336
|
+
/**
|
|
5337
|
+
* Version Identifier for this Object (for PUT)
|
|
5338
|
+
*/
|
|
5339
|
+
version: number;
|
|
5340
|
+
|
|
5341
|
+
/**
|
|
5342
|
+
* Menge in QS
|
|
5343
|
+
*/
|
|
5344
|
+
quantityInQA: number;
|
|
5345
|
+
|
|
5346
|
+
/**
|
|
5347
|
+
* MetaInformations for this Object
|
|
5348
|
+
*/
|
|
5349
|
+
info: MetaInfo;
|
|
5350
|
+
}
|
|
5351
|
+
|
|
5352
|
+
export interface DocumentLineFabricationDetailSerialNumber {
|
|
5353
|
+
|
|
5354
|
+
/**
|
|
5355
|
+
* Menge abgeschlossen
|
|
5356
|
+
*/
|
|
5357
|
+
quantityFinished: number;
|
|
5358
|
+
|
|
5359
|
+
/**
|
|
5360
|
+
* Produzierte/geplante Menge
|
|
5361
|
+
*/
|
|
5362
|
+
quantity: number;
|
|
5363
|
+
|
|
5364
|
+
/**
|
|
5365
|
+
* Produzierte Seriennummer
|
|
5366
|
+
*/
|
|
5367
|
+
serialNumber: ArticleSerialNumber;
|
|
5368
|
+
|
|
5369
|
+
/**
|
|
5370
|
+
* Gebuchte Komponenten
|
|
5371
|
+
*/
|
|
5372
|
+
bookedComponents: Array<DocumentLineFabricationBookedComponent>;
|
|
5373
|
+
|
|
5374
|
+
/**
|
|
5375
|
+
* Menge defekt
|
|
5376
|
+
*/
|
|
5377
|
+
quantityDefective: number;
|
|
5378
|
+
|
|
5379
|
+
/**
|
|
5380
|
+
* Tatsächlich produzierte Menge
|
|
5381
|
+
*/
|
|
5382
|
+
quantityCommitted: number;
|
|
5383
|
+
|
|
5384
|
+
/**
|
|
5385
|
+
* Unique identifier of the Object
|
|
5386
|
+
*/
|
|
5387
|
+
id: number;
|
|
5388
|
+
|
|
5389
|
+
/**
|
|
5390
|
+
* Version Identifier for this Object (for PUT)
|
|
5391
|
+
*/
|
|
5392
|
+
version: number;
|
|
5393
|
+
|
|
5394
|
+
/**
|
|
5395
|
+
* Menge in QS
|
|
5396
|
+
*/
|
|
5397
|
+
quantityInQA: number;
|
|
5398
|
+
|
|
5399
|
+
/**
|
|
5400
|
+
* MetaInformations for this Object
|
|
5401
|
+
*/
|
|
5402
|
+
info: MetaInfo;
|
|
5403
|
+
}
|
|
5404
|
+
|
|
5405
|
+
export interface DocumentLinePosDetail {
|
|
5406
|
+
|
|
5407
|
+
/**
|
|
5408
|
+
* Zahlungsart
|
|
5409
|
+
*/
|
|
5410
|
+
paymentMethodId: number;
|
|
5411
|
+
|
|
5412
|
+
/**
|
|
5413
|
+
* Typ der Einlage/Ausgabe
|
|
5414
|
+
*/
|
|
5415
|
+
depositExpenseTypeId: number;
|
|
5416
|
+
|
|
5417
|
+
/**
|
|
5418
|
+
* Typ der Position
|
|
5419
|
+
*/
|
|
5420
|
+
posLineType: PosLineType;
|
|
5421
|
+
|
|
5422
|
+
/**
|
|
5423
|
+
* Unique identifier of the Object
|
|
5424
|
+
*/
|
|
5425
|
+
id: number;
|
|
5426
|
+
|
|
5427
|
+
/**
|
|
5428
|
+
* Version Identifier for this Object (for PUT)
|
|
5429
|
+
*/
|
|
5430
|
+
version: number;
|
|
5222
5431
|
|
|
5223
5432
|
/**
|
|
5224
5433
|
* MetaInformations for this Object
|
|
@@ -5239,14 +5448,14 @@ export interface DocumentLineRef {
|
|
|
5239
5448
|
quantity: number;
|
|
5240
5449
|
|
|
5241
5450
|
/**
|
|
5242
|
-
*
|
|
5451
|
+
* Artikelnummer
|
|
5243
5452
|
*/
|
|
5244
|
-
|
|
5453
|
+
articleNumber: string;
|
|
5245
5454
|
|
|
5246
5455
|
/**
|
|
5247
|
-
*
|
|
5456
|
+
* Belegart
|
|
5248
5457
|
*/
|
|
5249
|
-
|
|
5458
|
+
documentType: string;
|
|
5250
5459
|
|
|
5251
5460
|
/**
|
|
5252
5461
|
* price per quantity [GROSS, NET]
|
|
@@ -5620,7 +5829,10 @@ export interface DocumentText {
|
|
|
5620
5829
|
*/
|
|
5621
5830
|
transferableIntoSubsequentDocuments: boolean;
|
|
5622
5831
|
|
|
5623
|
-
|
|
5832
|
+
/**
|
|
5833
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
5834
|
+
*/
|
|
5835
|
+
deleted: boolean;
|
|
5624
5836
|
|
|
5625
5837
|
/**
|
|
5626
5838
|
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
@@ -5628,9 +5840,14 @@ export interface DocumentText {
|
|
|
5628
5840
|
textPosition: TextPosition;
|
|
5629
5841
|
|
|
5630
5842
|
/**
|
|
5631
|
-
*
|
|
5843
|
+
* textBaustein Vorlage
|
|
5632
5844
|
*/
|
|
5633
|
-
|
|
5845
|
+
textTemplateRef: ApiObjectReference;
|
|
5846
|
+
|
|
5847
|
+
/**
|
|
5848
|
+
* ist der content befüllt?
|
|
5849
|
+
*/
|
|
5850
|
+
initialized: boolean;
|
|
5634
5851
|
|
|
5635
5852
|
/**
|
|
5636
5853
|
* Unique identifier of the Object
|
|
@@ -5730,14 +5947,14 @@ export interface DocumentType {
|
|
|
5730
5947
|
labels: Array<DocumentTypeLabel>;
|
|
5731
5948
|
|
|
5732
5949
|
/**
|
|
5733
|
-
*
|
|
5950
|
+
* nächste Belegnummer
|
|
5734
5951
|
*/
|
|
5735
|
-
|
|
5952
|
+
nextNumber: string;
|
|
5736
5953
|
|
|
5737
5954
|
/**
|
|
5738
|
-
*
|
|
5955
|
+
* Zählerkreis
|
|
5739
5956
|
*/
|
|
5740
|
-
|
|
5957
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
5741
5958
|
|
|
5742
5959
|
/**
|
|
5743
5960
|
* Sortierung
|
|
@@ -6012,14 +6229,22 @@ export const enum EDocumentTransition {
|
|
|
6012
6229
|
DISSOLVE = 'DISSOLVE',
|
|
6013
6230
|
/**Produktion starten **/
|
|
6014
6231
|
START_FABRICATION = 'START_FABRICATION',
|
|
6232
|
+
/**Produktion stornieren **/
|
|
6233
|
+
CANCEL_FABRICATION = 'CANCEL_FABRICATION',
|
|
6234
|
+
UPDATE_WHILE_IN_FABRICATION = 'UPDATE_WHILE_IN_FABRICATION',
|
|
6015
6235
|
/**Produktion pausieren **/
|
|
6016
6236
|
PAUSE_FABRICATION = 'PAUSE_FABRICATION',
|
|
6017
6237
|
/**Produktion fortsetzen **/
|
|
6018
6238
|
RESUME_FABRICATION = 'RESUME_FABRICATION',
|
|
6019
|
-
/**Produktion
|
|
6239
|
+
/**Produktion fertigstellen **/
|
|
6020
6240
|
COMPLETE_FABRICATION = 'COMPLETE_FABRICATION',
|
|
6241
|
+
/**Produktion fortsetzen **/
|
|
6242
|
+
RESTART_FABRICATION = 'RESTART_FABRICATION',
|
|
6021
6243
|
/**QS-Prüfung starten **/
|
|
6022
6244
|
START_FABRICATION_QA = 'START_FABRICATION_QA',
|
|
6245
|
+
START_PROCESSING_FABRICATION_QA = 'START_PROCESSING_FABRICATION_QA',
|
|
6246
|
+
PROCESSING_FABRICATION_QA = 'PROCESSING_FABRICATION_QA',
|
|
6247
|
+
FINISH_PROCESSING_FABRICATION_QA = 'FINISH_PROCESSING_FABRICATION_QA',
|
|
6023
6248
|
/**QS-Prüfung abbrechen **/
|
|
6024
6249
|
CANCEL_FABRICATION_QA = 'CANCEL_FABRICATION_QA',
|
|
6025
6250
|
/**QS-Prüfung abschließen **/
|
|
@@ -6047,6 +6272,18 @@ export const enum EN16931Profile {
|
|
|
6047
6272
|
NO_EN_PROFILE = 'NO_EN_PROFILE'
|
|
6048
6273
|
}
|
|
6049
6274
|
|
|
6275
|
+
export const enum EScriptingAuthenticationType {
|
|
6276
|
+
BASIC_AUTH = 'BASIC_AUTH',
|
|
6277
|
+
BEARER_TOKEN = 'BEARER_TOKEN'
|
|
6278
|
+
}
|
|
6279
|
+
|
|
6280
|
+
export const enum EShelfDocumentDeletionState {
|
|
6281
|
+
NOT_YET = 'NOT_YET',
|
|
6282
|
+
PREPARE_DELETE = 'PREPARE_DELETE',
|
|
6283
|
+
FILE_DELETED = 'FILE_DELETED',
|
|
6284
|
+
MANUALLY_RETAIN = 'MANUALLY_RETAIN'
|
|
6285
|
+
}
|
|
6286
|
+
|
|
6050
6287
|
export const enum EWorkflowInstanceState {
|
|
6051
6288
|
/**Erstellt **/
|
|
6052
6289
|
CREATED = 'CREATED',
|
|
@@ -6076,6 +6313,47 @@ export const enum ExchangeRateOrigin {
|
|
|
6076
6313
|
USER_DEFINED = 'USER_DEFINED'
|
|
6077
6314
|
}
|
|
6078
6315
|
|
|
6316
|
+
export interface FabricationComponentForProduction {
|
|
6317
|
+
|
|
6318
|
+
/**
|
|
6319
|
+
* Zu produzierende Seriennummer, für die die Komponente verwendet werden
|
|
6320
|
+
*/
|
|
6321
|
+
serialNumberId: number;
|
|
6322
|
+
|
|
6323
|
+
/**
|
|
6324
|
+
* Zu verwendende Menge
|
|
6325
|
+
*/
|
|
6326
|
+
quantity: number;
|
|
6327
|
+
|
|
6328
|
+
/**
|
|
6329
|
+
* ID der Komponente
|
|
6330
|
+
*/
|
|
6331
|
+
documentLineComponentId: number;
|
|
6332
|
+
|
|
6333
|
+
/**
|
|
6334
|
+
* ID einer Seriennummer
|
|
6335
|
+
*/
|
|
6336
|
+
articleSerialNumberId: number;
|
|
6337
|
+
}
|
|
6338
|
+
|
|
6339
|
+
export interface FabricationDefectiveRequest {
|
|
6340
|
+
|
|
6341
|
+
/**
|
|
6342
|
+
* (Nicht mehr) defekte Menge
|
|
6343
|
+
*/
|
|
6344
|
+
quantity: number;
|
|
6345
|
+
|
|
6346
|
+
/**
|
|
6347
|
+
* (Nicht mehr) defekte Seriennummern
|
|
6348
|
+
*/
|
|
6349
|
+
serialNumberIdsWithQuantity: Array<SerialNumberWithQuantityApi>;
|
|
6350
|
+
|
|
6351
|
+
/**
|
|
6352
|
+
* Soll eine neue Position zur Nachproduktion der defekten Artikel erstellt werden?
|
|
6353
|
+
*/
|
|
6354
|
+
createLineForReproduction: boolean;
|
|
6355
|
+
}
|
|
6356
|
+
|
|
6079
6357
|
export const enum FabricationOfComponents {
|
|
6080
6358
|
NEVER = 'NEVER',
|
|
6081
6359
|
COMPLETELY_IF_NECESSARY = 'COMPLETELY_IF_NECESSARY',
|
|
@@ -6083,6 +6361,131 @@ export const enum FabricationOfComponents {
|
|
|
6083
6361
|
ALWAYS = 'ALWAYS'
|
|
6084
6362
|
}
|
|
6085
6363
|
|
|
6364
|
+
export interface FabricationProduceRequest {
|
|
6365
|
+
|
|
6366
|
+
/**
|
|
6367
|
+
* Material automatisch bestätigen
|
|
6368
|
+
*/
|
|
6369
|
+
autoCommitComponents: boolean;
|
|
6370
|
+
|
|
6371
|
+
/**
|
|
6372
|
+
* Zu produzierende Menge
|
|
6373
|
+
*/
|
|
6374
|
+
quantity: number;
|
|
6375
|
+
|
|
6376
|
+
/**
|
|
6377
|
+
* Für die Produktion zu verwendendes Material
|
|
6378
|
+
*/
|
|
6379
|
+
componentsForProduction: Array<FabricationComponentForProduction>;
|
|
6380
|
+
|
|
6381
|
+
/**
|
|
6382
|
+
* ID der zu produzierenden Position
|
|
6383
|
+
*/
|
|
6384
|
+
documentLineId: number;
|
|
6385
|
+
|
|
6386
|
+
/**
|
|
6387
|
+
* Zu produzierende Seriennummern
|
|
6388
|
+
*/
|
|
6389
|
+
serialNumbers: Array<FabricationSerialNumber>;
|
|
6390
|
+
}
|
|
6391
|
+
|
|
6392
|
+
export interface FabricationRemainingComponent {
|
|
6393
|
+
|
|
6394
|
+
/**
|
|
6395
|
+
* Zu produzierende Seriennummer, zu der die Komponente gehört
|
|
6396
|
+
*/
|
|
6397
|
+
lineSerialNumber: ArticleSerialNumber;
|
|
6398
|
+
|
|
6399
|
+
/**
|
|
6400
|
+
* Offene Menge
|
|
6401
|
+
*/
|
|
6402
|
+
quantity: number;
|
|
6403
|
+
|
|
6404
|
+
/**
|
|
6405
|
+
* ID der Komponente
|
|
6406
|
+
*/
|
|
6407
|
+
documentLineComponentId: number;
|
|
6408
|
+
|
|
6409
|
+
/**
|
|
6410
|
+
* Artikel
|
|
6411
|
+
*/
|
|
6412
|
+
articleRef: ApiObjectReference;
|
|
6413
|
+
|
|
6414
|
+
/**
|
|
6415
|
+
* Serientyp
|
|
6416
|
+
*/
|
|
6417
|
+
serialType: ArticleSerialType;
|
|
6418
|
+
}
|
|
6419
|
+
|
|
6420
|
+
export interface FabricationRevertRequest {
|
|
6421
|
+
|
|
6422
|
+
/**
|
|
6423
|
+
* Zu stornierende Menge
|
|
6424
|
+
*/
|
|
6425
|
+
quantity: number;
|
|
6426
|
+
|
|
6427
|
+
/**
|
|
6428
|
+
* ID der zu stornierenden Position
|
|
6429
|
+
*/
|
|
6430
|
+
documentLineId: number;
|
|
6431
|
+
|
|
6432
|
+
/**
|
|
6433
|
+
* Material automatisch stornieren
|
|
6434
|
+
*/
|
|
6435
|
+
autoRevertComponents: boolean;
|
|
6436
|
+
|
|
6437
|
+
/**
|
|
6438
|
+
* Zu stornierende Seriennummern
|
|
6439
|
+
*/
|
|
6440
|
+
serialNumbers: Array<FabricationSerialNumber>;
|
|
6441
|
+
|
|
6442
|
+
/**
|
|
6443
|
+
* Zu stornierendes Material
|
|
6444
|
+
*/
|
|
6445
|
+
componentsToRevert: Array<FabricationComponentForProduction>;
|
|
6446
|
+
}
|
|
6447
|
+
|
|
6448
|
+
export interface FabricationSerialNumber {
|
|
6449
|
+
|
|
6450
|
+
/**
|
|
6451
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6452
|
+
*/
|
|
6453
|
+
serialNumberId: number;
|
|
6454
|
+
|
|
6455
|
+
/**
|
|
6456
|
+
* MHD / Verfallsdatum
|
|
6457
|
+
*/
|
|
6458
|
+
expiryDate: ScriptingDate;
|
|
6459
|
+
|
|
6460
|
+
/**
|
|
6461
|
+
* Bemerkung
|
|
6462
|
+
*/
|
|
6463
|
+
note: string;
|
|
6464
|
+
|
|
6465
|
+
/**
|
|
6466
|
+
* Abweichende Menge für Chargen
|
|
6467
|
+
*/
|
|
6468
|
+
quantity: number;
|
|
6469
|
+
|
|
6470
|
+
/**
|
|
6471
|
+
* Seriennummer 2
|
|
6472
|
+
*/
|
|
6473
|
+
serialNumber2: string;
|
|
6474
|
+
|
|
6475
|
+
/**
|
|
6476
|
+
* Seriennummer 1
|
|
6477
|
+
*/
|
|
6478
|
+
serialNumber1: string;
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6481
|
+
export const enum FabricationSerialNumberLabelingType {
|
|
6482
|
+
QUERY_ON_START = 'QUERY_ON_START',
|
|
6483
|
+
QUERY_ON_FINISH = 'QUERY_ON_FINISH',
|
|
6484
|
+
INHERITANCE = 'INHERITANCE',
|
|
6485
|
+
AUTOMATICALLY_ON_START = 'AUTOMATICALLY_ON_START',
|
|
6486
|
+
AUTOMATICALLY_ON_FINISH = 'AUTOMATICALLY_ON_FINISH'
|
|
6487
|
+
}
|
|
6488
|
+
|
|
6086
6489
|
export interface Group {
|
|
6087
6490
|
|
|
6088
6491
|
/**
|
|
@@ -6291,26 +6694,26 @@ export interface PaymentTerm {
|
|
|
6291
6694
|
*/
|
|
6292
6695
|
paymentDiscount2: number;
|
|
6293
6696
|
|
|
6294
|
-
/**
|
|
6295
|
-
* printDescription
|
|
6296
|
-
*/
|
|
6297
|
-
printDescription: string;
|
|
6298
|
-
|
|
6299
6697
|
/**
|
|
6300
6698
|
* Percent for Discount 1
|
|
6301
6699
|
*/
|
|
6302
6700
|
paymentDiscount1: number;
|
|
6303
6701
|
|
|
6304
6702
|
/**
|
|
6305
|
-
*
|
|
6703
|
+
* printDescription
|
|
6306
6704
|
*/
|
|
6307
|
-
|
|
6705
|
+
printDescription: string;
|
|
6308
6706
|
|
|
6309
6707
|
/**
|
|
6310
6708
|
* Days for Discount 1
|
|
6311
6709
|
*/
|
|
6312
6710
|
paymentDays1: number;
|
|
6313
6711
|
|
|
6712
|
+
/**
|
|
6713
|
+
* for deposit: remaining term
|
|
6714
|
+
*/
|
|
6715
|
+
remainingTermRef: ApiObjectReference;
|
|
6716
|
+
|
|
6314
6717
|
/**
|
|
6315
6718
|
* Days for Discount 2
|
|
6316
6719
|
*/
|
|
@@ -6430,14 +6833,14 @@ export interface PickTrolley {
|
|
|
6430
6833
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
6431
6834
|
|
|
6432
6835
|
/**
|
|
6433
|
-
*
|
|
6836
|
+
* Bearbeiter der Pickliste
|
|
6434
6837
|
*/
|
|
6435
|
-
|
|
6838
|
+
processedByUserRef: ApiObjectReference;
|
|
6436
6839
|
|
|
6437
6840
|
/**
|
|
6438
|
-
*
|
|
6841
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
6439
6842
|
*/
|
|
6440
|
-
|
|
6843
|
+
storageBinRef: StorageBinRef;
|
|
6441
6844
|
|
|
6442
6845
|
/**
|
|
6443
6846
|
* Beschreibung des Wagens
|
|
@@ -6693,14 +7096,14 @@ export interface PicklistLine {
|
|
|
6693
7096
|
articleNumber: string;
|
|
6694
7097
|
|
|
6695
7098
|
/**
|
|
6696
|
-
*
|
|
7099
|
+
* Lagernummer
|
|
6697
7100
|
*/
|
|
6698
|
-
|
|
7101
|
+
storageNumber: string;
|
|
6699
7102
|
|
|
6700
7103
|
/**
|
|
6701
|
-
*
|
|
7104
|
+
* Art der Position
|
|
6702
7105
|
*/
|
|
6703
|
-
|
|
7106
|
+
lineType: PicklistLineType;
|
|
6704
7107
|
|
|
6705
7108
|
/**
|
|
6706
7109
|
* ID der Ziel-Dokumentposition
|
|
@@ -6839,14 +7242,14 @@ export interface PicklistLineComponent {
|
|
|
6839
7242
|
targetDocumentLineComponentId: number;
|
|
6840
7243
|
|
|
6841
7244
|
/**
|
|
6842
|
-
*
|
|
7245
|
+
* abweichende Artikelbezeichnung
|
|
6843
7246
|
*/
|
|
6844
|
-
|
|
7247
|
+
articleAlternativeName: string;
|
|
6845
7248
|
|
|
6846
7249
|
/**
|
|
6847
|
-
*
|
|
7250
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
6848
7251
|
*/
|
|
6849
|
-
|
|
7252
|
+
quantityPerAssemblyGroup: number;
|
|
6850
7253
|
|
|
6851
7254
|
/**
|
|
6852
7255
|
* Verpackte Menge der Position
|
|
@@ -7013,19 +7416,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7013
7416
|
maxArticleCountPerOrder: number;
|
|
7014
7417
|
|
|
7015
7418
|
/**
|
|
7016
|
-
*
|
|
7419
|
+
* Maximaler Auftragswert
|
|
7017
7420
|
*/
|
|
7018
|
-
|
|
7421
|
+
maxOrderValue: number;
|
|
7019
7422
|
|
|
7020
7423
|
/**
|
|
7021
|
-
*
|
|
7424
|
+
* Alternative Selektion in VQL
|
|
7022
7425
|
*/
|
|
7023
|
-
|
|
7426
|
+
alternativeSelectionInVql: string;
|
|
7024
7427
|
|
|
7025
7428
|
/**
|
|
7026
|
-
*
|
|
7429
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
7027
7430
|
*/
|
|
7028
|
-
|
|
7431
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7029
7432
|
|
|
7030
7433
|
/**
|
|
7031
7434
|
* Nur vollständig lieferbare Positionen
|
|
@@ -7033,9 +7436,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7033
7436
|
onlyFullDeliverableOrderLines: boolean;
|
|
7034
7437
|
|
|
7035
7438
|
/**
|
|
7036
|
-
*
|
|
7439
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7037
7440
|
*/
|
|
7038
|
-
|
|
7441
|
+
maxOrderCount: number;
|
|
7039
7442
|
|
|
7040
7443
|
/**
|
|
7041
7444
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -7105,11 +7508,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7105
7508
|
*/
|
|
7106
7509
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7107
7510
|
|
|
7108
|
-
/**
|
|
7109
|
-
* Lagerplätze vorgeben
|
|
7110
|
-
*/
|
|
7111
|
-
specifyStorageBins: boolean;
|
|
7112
|
-
|
|
7113
7511
|
/**
|
|
7114
7512
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
7115
7513
|
*/
|
|
@@ -7121,15 +7519,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7121
7519
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
7122
7520
|
|
|
7123
7521
|
/**
|
|
7124
|
-
*
|
|
7522
|
+
* Lagerplätze vorgeben
|
|
7125
7523
|
*/
|
|
7126
|
-
|
|
7524
|
+
specifyStorageBins: boolean;
|
|
7127
7525
|
|
|
7128
7526
|
/**
|
|
7129
7527
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7130
7528
|
*/
|
|
7131
7529
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
7132
7530
|
|
|
7531
|
+
/**
|
|
7532
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7533
|
+
*/
|
|
7534
|
+
sortByRoutePosition: boolean;
|
|
7535
|
+
|
|
7133
7536
|
/**
|
|
7134
7537
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
7135
7538
|
*/
|
|
@@ -7174,14 +7577,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7174
7577
|
alwaysShowDeliveryMethod: boolean;
|
|
7175
7578
|
|
|
7176
7579
|
/**
|
|
7177
|
-
*
|
|
7580
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
7178
7581
|
*/
|
|
7179
|
-
|
|
7582
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
7180
7583
|
|
|
7181
7584
|
/**
|
|
7182
|
-
*
|
|
7585
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
7183
7586
|
*/
|
|
7184
|
-
|
|
7587
|
+
autoPrintDeliveryDocument: boolean;
|
|
7185
7588
|
|
|
7186
7589
|
/**
|
|
7187
7590
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -7267,14 +7670,14 @@ export interface PriceSelectionCriteria {
|
|
|
7267
7670
|
date: ScriptingDate;
|
|
7268
7671
|
|
|
7269
7672
|
/**
|
|
7270
|
-
*
|
|
7673
|
+
* Eine Menge
|
|
7271
7674
|
*/
|
|
7272
|
-
|
|
7675
|
+
quantity: number;
|
|
7273
7676
|
|
|
7274
7677
|
/**
|
|
7275
|
-
*
|
|
7678
|
+
* Die Preisgruppe
|
|
7276
7679
|
*/
|
|
7277
|
-
|
|
7680
|
+
priceGroupId: number;
|
|
7278
7681
|
|
|
7279
7682
|
/**
|
|
7280
7683
|
* Liste von Artikel-IDs
|
|
@@ -7292,14 +7695,14 @@ export interface PriceSelectionCriteria {
|
|
|
7292
7695
|
qualifier: ProductPriceQualifier;
|
|
7293
7696
|
|
|
7294
7697
|
/**
|
|
7295
|
-
*
|
|
7698
|
+
* Ein Herstellet
|
|
7296
7699
|
*/
|
|
7297
|
-
|
|
7700
|
+
manufacturerId: number;
|
|
7298
7701
|
|
|
7299
7702
|
/**
|
|
7300
|
-
*
|
|
7703
|
+
* Die Warengruppe
|
|
7301
7704
|
*/
|
|
7302
|
-
|
|
7705
|
+
productGroupId: number;
|
|
7303
7706
|
|
|
7304
7707
|
/**
|
|
7305
7708
|
* soll nur der Standardpreis selektiert werden?
|
|
@@ -7312,6 +7715,132 @@ export interface PriceSelectionCriteria {
|
|
|
7312
7715
|
noteSpecialOfferPrice: boolean;
|
|
7313
7716
|
}
|
|
7314
7717
|
|
|
7718
|
+
export interface Product {
|
|
7719
|
+
|
|
7720
|
+
/**
|
|
7721
|
+
* Variantenhauptartikel
|
|
7722
|
+
*/
|
|
7723
|
+
mainVariantProductRef: ApiObjectReference;
|
|
7724
|
+
|
|
7725
|
+
/**
|
|
7726
|
+
* Zolltarifnummer
|
|
7727
|
+
*/
|
|
7728
|
+
customsTariffNumber: string;
|
|
7729
|
+
|
|
7730
|
+
/**
|
|
7731
|
+
* Variantenschema
|
|
7732
|
+
*/
|
|
7733
|
+
variantSchemaRef: ApiObjectReference;
|
|
7734
|
+
|
|
7735
|
+
/**
|
|
7736
|
+
* Eigener Zählerkreis für Seriennummern
|
|
7737
|
+
*/
|
|
7738
|
+
serialSequencerConfiguration: SequencerConfiguration;
|
|
7739
|
+
|
|
7740
|
+
/**
|
|
7741
|
+
* Gebindeschema dieses Produkts
|
|
7742
|
+
*/
|
|
7743
|
+
bundleSchemaRef: ApiObjectReference;
|
|
7744
|
+
|
|
7745
|
+
/**
|
|
7746
|
+
* Seriennummern Auszeichnungsart
|
|
7747
|
+
*/
|
|
7748
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
7749
|
+
|
|
7750
|
+
/**
|
|
7751
|
+
* Art des Haltbarkeitsdatums
|
|
7752
|
+
*/
|
|
7753
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
7754
|
+
|
|
7755
|
+
/**
|
|
7756
|
+
* Ursprungsregion
|
|
7757
|
+
*/
|
|
7758
|
+
regionOfOrigin: ApiObjectReference;
|
|
7759
|
+
|
|
7760
|
+
/**
|
|
7761
|
+
* Produkt-Art
|
|
7762
|
+
*/
|
|
7763
|
+
type: ProductType;
|
|
7764
|
+
|
|
7765
|
+
/**
|
|
7766
|
+
* Version Identifier for this Object (for PUT)
|
|
7767
|
+
*/
|
|
7768
|
+
version: number;
|
|
7769
|
+
|
|
7770
|
+
/**
|
|
7771
|
+
* Garantie in Monaten
|
|
7772
|
+
*/
|
|
7773
|
+
warrantyInMonths: number;
|
|
7774
|
+
|
|
7775
|
+
/**
|
|
7776
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
7777
|
+
*/
|
|
7778
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
7779
|
+
|
|
7780
|
+
/**
|
|
7781
|
+
* alle artikel, die zu diesem Produkt gehören
|
|
7782
|
+
*/
|
|
7783
|
+
articleRefs: Array<ProductArticleRef>;
|
|
7784
|
+
|
|
7785
|
+
/**
|
|
7786
|
+
* Soll ein eigener Zählerkreis für Seriennummern verwendet werden?
|
|
7787
|
+
*/
|
|
7788
|
+
useSerialSequencerConfiguration: boolean;
|
|
7789
|
+
|
|
7790
|
+
/**
|
|
7791
|
+
* Produktions-S/N-Auszeichnungsart
|
|
7792
|
+
*/
|
|
7793
|
+
fabricationSerialNumberLabelingType: FabricationSerialNumberLabelingType;
|
|
7794
|
+
|
|
7795
|
+
/**
|
|
7796
|
+
* Country code
|
|
7797
|
+
*/
|
|
7798
|
+
countryOfOrigin: CountryReference;
|
|
7799
|
+
|
|
7800
|
+
/**
|
|
7801
|
+
* Unique identifier of the Object
|
|
7802
|
+
*/
|
|
7803
|
+
id: number;
|
|
7804
|
+
|
|
7805
|
+
/**
|
|
7806
|
+
* Handelt es sich um ein Gebinde?
|
|
7807
|
+
*/
|
|
7808
|
+
bundle: boolean;
|
|
7809
|
+
|
|
7810
|
+
/**
|
|
7811
|
+
* Serientyp
|
|
7812
|
+
*/
|
|
7813
|
+
serialType: ArticleSerialType;
|
|
7814
|
+
|
|
7815
|
+
/**
|
|
7816
|
+
* Variantenwerte
|
|
7817
|
+
*/
|
|
7818
|
+
variantValues: Array<VariantValueReference>;
|
|
7819
|
+
|
|
7820
|
+
/**
|
|
7821
|
+
* MetaInformations for this Object
|
|
7822
|
+
*/
|
|
7823
|
+
info: MetaInfo;
|
|
7824
|
+
}
|
|
7825
|
+
|
|
7826
|
+
export interface ProductArticleRef {
|
|
7827
|
+
|
|
7828
|
+
/**
|
|
7829
|
+
* Article number
|
|
7830
|
+
*/
|
|
7831
|
+
number: string;
|
|
7832
|
+
|
|
7833
|
+
/**
|
|
7834
|
+
* named unit of this article (piece, palette, container)
|
|
7835
|
+
*/
|
|
7836
|
+
unit: UnitTypeReference;
|
|
7837
|
+
|
|
7838
|
+
/**
|
|
7839
|
+
* Article ID
|
|
7840
|
+
*/
|
|
7841
|
+
id: number;
|
|
7842
|
+
}
|
|
7843
|
+
|
|
7315
7844
|
export interface ProductDiscount {
|
|
7316
7845
|
|
|
7317
7846
|
/**
|
|
@@ -7330,14 +7859,14 @@ export interface ProductDiscount {
|
|
|
7330
7859
|
fromQuantity: number;
|
|
7331
7860
|
|
|
7332
7861
|
/**
|
|
7333
|
-
*
|
|
7862
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
7334
7863
|
*/
|
|
7335
|
-
|
|
7864
|
+
articleRef: ApiObjectReference;
|
|
7336
7865
|
|
|
7337
7866
|
/**
|
|
7338
|
-
*
|
|
7867
|
+
* Hersteller
|
|
7339
7868
|
*/
|
|
7340
|
-
|
|
7869
|
+
manufacturerRef: ApiObjectReference;
|
|
7341
7870
|
|
|
7342
7871
|
/**
|
|
7343
7872
|
* Gültig von
|
|
@@ -7345,14 +7874,14 @@ export interface ProductDiscount {
|
|
|
7345
7874
|
validFrom: ScriptingDate;
|
|
7346
7875
|
|
|
7347
7876
|
/**
|
|
7348
|
-
*
|
|
7877
|
+
* Warengruppe
|
|
7349
7878
|
*/
|
|
7350
|
-
|
|
7879
|
+
productGroupRef: ApiObjectReference;
|
|
7351
7880
|
|
|
7352
7881
|
/**
|
|
7353
|
-
*
|
|
7882
|
+
* Bestimmt die Art des Rabatts
|
|
7354
7883
|
*/
|
|
7355
|
-
|
|
7884
|
+
modifierType: PriceModifierType;
|
|
7356
7885
|
|
|
7357
7886
|
/**
|
|
7358
7887
|
* Version Identifier for this Object (for PUT)
|
|
@@ -7400,14 +7929,14 @@ export interface ProductDiscount {
|
|
|
7400
7929
|
validUntil: ScriptingDate;
|
|
7401
7930
|
|
|
7402
7931
|
/**
|
|
7403
|
-
*
|
|
7932
|
+
* Account, für den der Rabatt gültig ist
|
|
7404
7933
|
*/
|
|
7405
|
-
|
|
7934
|
+
accountRef: ApiObjectReference;
|
|
7406
7935
|
|
|
7407
7936
|
/**
|
|
7408
|
-
*
|
|
7937
|
+
* Name des Rabatts
|
|
7409
7938
|
*/
|
|
7410
|
-
|
|
7939
|
+
modifierName: string;
|
|
7411
7940
|
|
|
7412
7941
|
/**
|
|
7413
7942
|
* Unique identifier of the Object
|
|
@@ -7543,6 +8072,11 @@ export interface ProductPrice {
|
|
|
7543
8072
|
*/
|
|
7544
8073
|
fromQuantity: number;
|
|
7545
8074
|
|
|
8075
|
+
/**
|
|
8076
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
8077
|
+
*/
|
|
8078
|
+
articleRef: ApiObjectReference;
|
|
8079
|
+
|
|
7546
8080
|
/**
|
|
7547
8081
|
* Hersteller
|
|
7548
8082
|
*/
|
|
@@ -7553,11 +8087,6 @@ export interface ProductPrice {
|
|
|
7553
8087
|
*/
|
|
7554
8088
|
netPrice: number;
|
|
7555
8089
|
|
|
7556
|
-
/**
|
|
7557
|
-
* Produkt, für welches dieser Preis gültig ist
|
|
7558
|
-
*/
|
|
7559
|
-
articleRef: ApiObjectReference;
|
|
7560
|
-
|
|
7561
8090
|
/**
|
|
7562
8091
|
* Brutto-Preis
|
|
7563
8092
|
*/
|
|
@@ -7604,14 +8133,14 @@ export interface ProductPrice {
|
|
|
7604
8133
|
specialOfferPrice: boolean;
|
|
7605
8134
|
|
|
7606
8135
|
/**
|
|
7607
|
-
*
|
|
8136
|
+
* Preisbasis
|
|
7608
8137
|
*/
|
|
7609
|
-
|
|
8138
|
+
priceBase: ArticlePriceBase;
|
|
7610
8139
|
|
|
7611
8140
|
/**
|
|
7612
|
-
*
|
|
8141
|
+
* Gültig bis
|
|
7613
8142
|
*/
|
|
7614
|
-
|
|
8143
|
+
validUntil: ScriptingDate;
|
|
7615
8144
|
|
|
7616
8145
|
/**
|
|
7617
8146
|
* Account, für den der Preis gültig ist
|
|
@@ -7678,14 +8207,14 @@ export interface RequestDocument {
|
|
|
7678
8207
|
cashDrawerId: number;
|
|
7679
8208
|
|
|
7680
8209
|
/**
|
|
7681
|
-
*
|
|
8210
|
+
* Der Anzahlungsbetrag
|
|
7682
8211
|
*/
|
|
7683
|
-
|
|
8212
|
+
depositPaymentAmount: number;
|
|
7684
8213
|
|
|
7685
8214
|
/**
|
|
7686
|
-
*
|
|
8215
|
+
* Leistungsdatum
|
|
7687
8216
|
*/
|
|
7688
|
-
|
|
8217
|
+
performanceDate: ScriptingDate;
|
|
7689
8218
|
|
|
7690
8219
|
/**
|
|
7691
8220
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -7905,6 +8434,11 @@ export interface RequestDocumentLine {
|
|
|
7905
8434
|
*/
|
|
7906
8435
|
quantity: number;
|
|
7907
8436
|
|
|
8437
|
+
/**
|
|
8438
|
+
* Details Produktionsbelegen
|
|
8439
|
+
*/
|
|
8440
|
+
fabricationDetail: RequestDocumentLineFabricationDetail;
|
|
8441
|
+
|
|
7908
8442
|
/**
|
|
7909
8443
|
* Für interne Zwecke: Freifelder
|
|
7910
8444
|
*/
|
|
@@ -8024,7 +8558,15 @@ export interface RequestDocumentLineCommission {
|
|
|
8024
8558
|
/**
|
|
8025
8559
|
* Provision Prozent/Wert
|
|
8026
8560
|
*/
|
|
8027
|
-
value: number;
|
|
8561
|
+
value: number;
|
|
8562
|
+
}
|
|
8563
|
+
|
|
8564
|
+
export interface RequestDocumentLineFabricationDetail {
|
|
8565
|
+
|
|
8566
|
+
/**
|
|
8567
|
+
* Nur füllen, wenn die Seriennummern vor der Start der Produktion manuell bestimmt werden sollen
|
|
8568
|
+
*/
|
|
8569
|
+
fabricationSerialNumbers: Array<FabricationSerialNumber>;
|
|
8028
8570
|
}
|
|
8029
8571
|
|
|
8030
8572
|
export interface RequestDocumentPriceModifier {
|
|
@@ -8403,7 +8945,7 @@ export interface ScriptingDateTime {
|
|
|
8403
8945
|
/**
|
|
8404
8946
|
* HTTP-Client fürs Scripting
|
|
8405
8947
|
*/
|
|
8406
|
-
export interface
|
|
8948
|
+
export interface SecureHttpClient {
|
|
8407
8949
|
}
|
|
8408
8950
|
|
|
8409
8951
|
export const enum SequenceAssignmentMode {
|
|
@@ -8505,6 +9047,19 @@ export interface SequencerConfigurationDetail {
|
|
|
8505
9047
|
initialValue: number;
|
|
8506
9048
|
}
|
|
8507
9049
|
|
|
9050
|
+
export interface SerialNumberWithQuantityApi {
|
|
9051
|
+
|
|
9052
|
+
/**
|
|
9053
|
+
* Menge
|
|
9054
|
+
*/
|
|
9055
|
+
quantity: number;
|
|
9056
|
+
|
|
9057
|
+
/**
|
|
9058
|
+
* Seriennummer
|
|
9059
|
+
*/
|
|
9060
|
+
serialNumber: ArticleSerialNumber;
|
|
9061
|
+
}
|
|
9062
|
+
|
|
8508
9063
|
export interface ShelfDocument {
|
|
8509
9064
|
|
|
8510
9065
|
/**
|
|
@@ -8553,14 +9108,14 @@ export interface ShelfDocument {
|
|
|
8553
9108
|
tags: Array<TagDto>;
|
|
8554
9109
|
|
|
8555
9110
|
/**
|
|
8556
|
-
*
|
|
9111
|
+
* share informations
|
|
8557
9112
|
*/
|
|
8558
|
-
|
|
9113
|
+
shares: Array<ShelfShare>;
|
|
8559
9114
|
|
|
8560
9115
|
/**
|
|
8561
|
-
*
|
|
9116
|
+
* Mehrsprachige Bezeichnungen
|
|
8562
9117
|
*/
|
|
8563
|
-
|
|
9118
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
8564
9119
|
|
|
8565
9120
|
/**
|
|
8566
9121
|
* Automatische Löschung ab
|
|
@@ -9059,9 +9614,9 @@ export interface Supplier {
|
|
|
9059
9614
|
info: MetaInfo;
|
|
9060
9615
|
|
|
9061
9616
|
/**
|
|
9062
|
-
*
|
|
9617
|
+
* Lieferantengruppe
|
|
9063
9618
|
*/
|
|
9064
|
-
|
|
9619
|
+
supplierGroupRef: ApiObjectReference;
|
|
9065
9620
|
|
|
9066
9621
|
/**
|
|
9067
9622
|
* tax able or tax free
|
|
@@ -9069,9 +9624,9 @@ export interface Supplier {
|
|
|
9069
9624
|
taxable: boolean;
|
|
9070
9625
|
|
|
9071
9626
|
/**
|
|
9072
|
-
*
|
|
9627
|
+
* reference to the delivery method
|
|
9073
9628
|
*/
|
|
9074
|
-
|
|
9629
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9075
9630
|
|
|
9076
9631
|
/**
|
|
9077
9632
|
* Mahnen?
|
|
@@ -9152,14 +9707,14 @@ export interface TagDto {
|
|
|
9152
9707
|
editColor: string;
|
|
9153
9708
|
|
|
9154
9709
|
/**
|
|
9155
|
-
* Farbe
|
|
9710
|
+
* Farbe für die Anzeige des Tags
|
|
9156
9711
|
*/
|
|
9157
|
-
|
|
9712
|
+
color: string;
|
|
9158
9713
|
|
|
9159
9714
|
/**
|
|
9160
|
-
* Farbe
|
|
9715
|
+
* Farbe in Such-GUI
|
|
9161
9716
|
*/
|
|
9162
|
-
|
|
9717
|
+
searchColor: string;
|
|
9163
9718
|
|
|
9164
9719
|
/**
|
|
9165
9720
|
* Beschriftung des Tags
|
|
@@ -9203,14 +9758,14 @@ export const enum TagType {
|
|
|
9203
9758
|
export interface TaxIdForeignCountry {
|
|
9204
9759
|
|
|
9205
9760
|
/**
|
|
9206
|
-
*
|
|
9761
|
+
* Tax ID of the company in the associated country
|
|
9207
9762
|
*/
|
|
9208
|
-
|
|
9763
|
+
taxId: string;
|
|
9209
9764
|
|
|
9210
9765
|
/**
|
|
9211
|
-
*
|
|
9766
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
9212
9767
|
*/
|
|
9213
|
-
|
|
9768
|
+
countryCode: string;
|
|
9214
9769
|
|
|
9215
9770
|
/**
|
|
9216
9771
|
* Unique identifier of the Object
|
|
@@ -9508,6 +10063,242 @@ export const enum ValueType {
|
|
|
9508
10063
|
FIX = 'FIX'
|
|
9509
10064
|
}
|
|
9510
10065
|
|
|
10066
|
+
export interface VariantAttribute {
|
|
10067
|
+
|
|
10068
|
+
/**
|
|
10069
|
+
* Aktiv?
|
|
10070
|
+
*/
|
|
10071
|
+
active: boolean;
|
|
10072
|
+
|
|
10073
|
+
/**
|
|
10074
|
+
* Beschreibung
|
|
10075
|
+
*/
|
|
10076
|
+
description: string;
|
|
10077
|
+
|
|
10078
|
+
/**
|
|
10079
|
+
* Unique identifier of the Object
|
|
10080
|
+
*/
|
|
10081
|
+
id: number;
|
|
10082
|
+
|
|
10083
|
+
/**
|
|
10084
|
+
* Version Identifier for this Object (for PUT)
|
|
10085
|
+
*/
|
|
10086
|
+
version: number;
|
|
10087
|
+
|
|
10088
|
+
/**
|
|
10089
|
+
* Bezeichnung (mehrsprachig)
|
|
10090
|
+
*/
|
|
10091
|
+
labels: Array<VariantDescription>;
|
|
10092
|
+
|
|
10093
|
+
/**
|
|
10094
|
+
* MetaInformations for this Object
|
|
10095
|
+
*/
|
|
10096
|
+
info: MetaInfo;
|
|
10097
|
+
}
|
|
10098
|
+
|
|
10099
|
+
export interface VariantAttributeListing {
|
|
10100
|
+
|
|
10101
|
+
/**
|
|
10102
|
+
* Verkaufskanal
|
|
10103
|
+
*/
|
|
10104
|
+
salesChannelRef: ApiObjectReference;
|
|
10105
|
+
|
|
10106
|
+
/**
|
|
10107
|
+
* Variantenattribut
|
|
10108
|
+
*/
|
|
10109
|
+
variantAttributeRef: ApiObjectReference;
|
|
10110
|
+
|
|
10111
|
+
/**
|
|
10112
|
+
* Freifelder
|
|
10113
|
+
*/
|
|
10114
|
+
custom: EavVariantattributelisting;
|
|
10115
|
+
|
|
10116
|
+
/**
|
|
10117
|
+
* Unique identifier of the Object
|
|
10118
|
+
*/
|
|
10119
|
+
id: number;
|
|
10120
|
+
|
|
10121
|
+
/**
|
|
10122
|
+
* Version Identifier for this Object (for PUT)
|
|
10123
|
+
*/
|
|
10124
|
+
version: number;
|
|
10125
|
+
|
|
10126
|
+
/**
|
|
10127
|
+
* MetaInformations for this Object
|
|
10128
|
+
*/
|
|
10129
|
+
info: MetaInfo;
|
|
10130
|
+
}
|
|
10131
|
+
|
|
10132
|
+
export interface VariantDescription {
|
|
10133
|
+
|
|
10134
|
+
/**
|
|
10135
|
+
* Bezeichnung
|
|
10136
|
+
*/
|
|
10137
|
+
label: string;
|
|
10138
|
+
|
|
10139
|
+
/**
|
|
10140
|
+
* Unique identifier of the Object
|
|
10141
|
+
*/
|
|
10142
|
+
id: number;
|
|
10143
|
+
|
|
10144
|
+
/**
|
|
10145
|
+
* Sprache
|
|
10146
|
+
*/
|
|
10147
|
+
languageCode: string;
|
|
10148
|
+
|
|
10149
|
+
/**
|
|
10150
|
+
* Version Identifier for this Object (for PUT)
|
|
10151
|
+
*/
|
|
10152
|
+
version: number;
|
|
10153
|
+
|
|
10154
|
+
/**
|
|
10155
|
+
* MetaInformations for this Object
|
|
10156
|
+
*/
|
|
10157
|
+
info: MetaInfo;
|
|
10158
|
+
}
|
|
10159
|
+
|
|
10160
|
+
export interface VariantSchema {
|
|
10161
|
+
|
|
10162
|
+
/**
|
|
10163
|
+
* Wählbare Werte
|
|
10164
|
+
*/
|
|
10165
|
+
eligibleValueRefs: Array<ApiObjectReference>;
|
|
10166
|
+
|
|
10167
|
+
/**
|
|
10168
|
+
* Zugeordnete Attribute
|
|
10169
|
+
*/
|
|
10170
|
+
attributeRefs: Array<ApiObjectReference>;
|
|
10171
|
+
|
|
10172
|
+
/**
|
|
10173
|
+
* Aktiv?
|
|
10174
|
+
*/
|
|
10175
|
+
active: boolean;
|
|
10176
|
+
|
|
10177
|
+
/**
|
|
10178
|
+
* Beschreibung
|
|
10179
|
+
*/
|
|
10180
|
+
description: string;
|
|
10181
|
+
|
|
10182
|
+
/**
|
|
10183
|
+
* Bezeichnung
|
|
10184
|
+
*/
|
|
10185
|
+
label: string;
|
|
10186
|
+
|
|
10187
|
+
/**
|
|
10188
|
+
* Unique identifier of the Object
|
|
10189
|
+
*/
|
|
10190
|
+
id: number;
|
|
10191
|
+
|
|
10192
|
+
/**
|
|
10193
|
+
* Version Identifier for this Object (for PUT)
|
|
10194
|
+
*/
|
|
10195
|
+
version: number;
|
|
10196
|
+
|
|
10197
|
+
/**
|
|
10198
|
+
* MetaInformations for this Object
|
|
10199
|
+
*/
|
|
10200
|
+
info: MetaInfo;
|
|
10201
|
+
}
|
|
10202
|
+
|
|
10203
|
+
export interface VariantValue {
|
|
10204
|
+
|
|
10205
|
+
/**
|
|
10206
|
+
* Sortierung
|
|
10207
|
+
*/
|
|
10208
|
+
sortOrder: number;
|
|
10209
|
+
|
|
10210
|
+
/**
|
|
10211
|
+
* Aktiv?
|
|
10212
|
+
*/
|
|
10213
|
+
active: boolean;
|
|
10214
|
+
|
|
10215
|
+
/**
|
|
10216
|
+
* Unique identifier of the Object
|
|
10217
|
+
*/
|
|
10218
|
+
id: number;
|
|
10219
|
+
|
|
10220
|
+
/**
|
|
10221
|
+
* Abkürzung
|
|
10222
|
+
*/
|
|
10223
|
+
abbreviation: string;
|
|
10224
|
+
|
|
10225
|
+
/**
|
|
10226
|
+
* Version Identifier for this Object (for PUT)
|
|
10227
|
+
*/
|
|
10228
|
+
version: number;
|
|
10229
|
+
|
|
10230
|
+
/**
|
|
10231
|
+
* Variantenattribut
|
|
10232
|
+
*/
|
|
10233
|
+
attributeRef: ApiObjectReference;
|
|
10234
|
+
|
|
10235
|
+
/**
|
|
10236
|
+
* Mehrsprachige Bezeichnungen
|
|
10237
|
+
*/
|
|
10238
|
+
labels: Array<VariantDescription>;
|
|
10239
|
+
|
|
10240
|
+
/**
|
|
10241
|
+
* MetaInformations for this Object
|
|
10242
|
+
*/
|
|
10243
|
+
info: MetaInfo;
|
|
10244
|
+
}
|
|
10245
|
+
|
|
10246
|
+
export interface VariantValueListing {
|
|
10247
|
+
|
|
10248
|
+
/**
|
|
10249
|
+
* Variantenattributwert
|
|
10250
|
+
*/
|
|
10251
|
+
variantValueRef: ApiObjectReference;
|
|
10252
|
+
|
|
10253
|
+
/**
|
|
10254
|
+
* Verkaufskanal
|
|
10255
|
+
*/
|
|
10256
|
+
salesChannelRef: ApiObjectReference;
|
|
10257
|
+
|
|
10258
|
+
/**
|
|
10259
|
+
* Freifelder
|
|
10260
|
+
*/
|
|
10261
|
+
custom: EavVariantvaluelisting;
|
|
10262
|
+
|
|
10263
|
+
/**
|
|
10264
|
+
* Unique identifier of the Object
|
|
10265
|
+
*/
|
|
10266
|
+
id: number;
|
|
10267
|
+
|
|
10268
|
+
/**
|
|
10269
|
+
* Version Identifier for this Object (for PUT)
|
|
10270
|
+
*/
|
|
10271
|
+
version: number;
|
|
10272
|
+
|
|
10273
|
+
/**
|
|
10274
|
+
* MetaInformations for this Object
|
|
10275
|
+
*/
|
|
10276
|
+
info: MetaInfo;
|
|
10277
|
+
}
|
|
10278
|
+
|
|
10279
|
+
export interface VariantValueReference {
|
|
10280
|
+
|
|
10281
|
+
/**
|
|
10282
|
+
* Variantenattribut
|
|
10283
|
+
*/
|
|
10284
|
+
variantAttributeRef: ApiObjectReference;
|
|
10285
|
+
|
|
10286
|
+
/**
|
|
10287
|
+
* Beschreibung
|
|
10288
|
+
*/
|
|
10289
|
+
description: string;
|
|
10290
|
+
|
|
10291
|
+
/**
|
|
10292
|
+
* Bezeichnung
|
|
10293
|
+
*/
|
|
10294
|
+
label: string;
|
|
10295
|
+
|
|
10296
|
+
/**
|
|
10297
|
+
* Identifier
|
|
10298
|
+
*/
|
|
10299
|
+
id: number;
|
|
10300
|
+
}
|
|
10301
|
+
|
|
9511
10302
|
export interface WithDefaults<List<ArticleIdentifier>> {
|
|
9512
10303
|
|
|
9513
10304
|
/**
|