@vario-software/types 2026.31.0 → 2026.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +2 -0
- package/scripting/services.d.ts +46 -46
- package/scripting/types.d.ts +304 -304
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
accountZoneId: AccountZoneId;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* first contact type for this account
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Kostenstelle
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
costCenter: string;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Summe Forderungen
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
receivablesSum: number;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -179,14 +179,14 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* Erstkontakt am
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
initialContactAt: ScriptingDate;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* calculation mode of this document
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
calculationMode: CalculationMode;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Sprache des Accounts
|
|
@@ -214,14 +214,14 @@ export interface Account {
|
|
|
214
214
|
persons: Array<AccountPerson>;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Standard-Ansprechpartner
|
|
218
218
|
*/
|
|
219
|
-
|
|
219
|
+
defaultPerson: AccountPerson;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
227
|
* Account-Beziehungen
|
|
@@ -337,14 +337,14 @@ export interface AccountAddress {
|
|
|
337
337
|
types: Array<ApiCreatableReference>;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* Leitweg-ID
|
|
341
341
|
*/
|
|
342
|
-
|
|
342
|
+
buyerReference: string;
|
|
343
343
|
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* GLN/ILN as location identifier for this address
|
|
346
346
|
*/
|
|
347
|
-
|
|
347
|
+
globalLocationNumber: string;
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* abweichende Zahlungsart
|
|
@@ -397,14 +397,14 @@ export interface AccountAddress {
|
|
|
397
397
|
additionalAddressLine1: string;
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
|
-
*
|
|
400
|
+
* Additional address line2
|
|
401
401
|
*/
|
|
402
|
-
|
|
402
|
+
additionalAddressLine2: string;
|
|
403
403
|
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* Parcel station
|
|
406
406
|
*/
|
|
407
|
-
|
|
407
|
+
parcelStation: string;
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Street address number
|
|
@@ -475,14 +475,14 @@ export interface AccountBankdetail {
|
|
|
475
475
|
active: boolean;
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
|
-
*
|
|
478
|
+
* name of the bank
|
|
479
479
|
*/
|
|
480
|
-
|
|
480
|
+
bankName: string;
|
|
481
481
|
|
|
482
482
|
/**
|
|
483
|
-
*
|
|
483
|
+
* post-code of the bank
|
|
484
484
|
*/
|
|
485
|
-
|
|
485
|
+
bankPostCode: string;
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
488
|
* account from, if differs from account-address
|
|
@@ -505,14 +505,14 @@ export interface AccountBankdetail {
|
|
|
505
505
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
506
|
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
508
|
+
* Is default bank?
|
|
509
509
|
*/
|
|
510
|
-
|
|
510
|
+
defaultBank: boolean;
|
|
511
511
|
|
|
512
512
|
/**
|
|
513
|
-
*
|
|
513
|
+
* origin type
|
|
514
514
|
*/
|
|
515
|
-
|
|
515
|
+
originType: AccountBankdetail$OriginType;
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
@@ -1014,25 +1014,20 @@ export interface Article {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
customsTariffNumber: string;
|
|
1016
1016
|
|
|
1017
|
-
/**
|
|
1018
|
-
* is this product purchasable
|
|
1019
|
-
*/
|
|
1020
|
-
purchasable: boolean;
|
|
1021
|
-
|
|
1022
1017
|
/**
|
|
1023
1018
|
* Product custom data
|
|
1024
1019
|
*/
|
|
1025
1020
|
listingCustom: EavArticleListing;
|
|
1026
1021
|
|
|
1027
1022
|
/**
|
|
1028
|
-
*
|
|
1023
|
+
* is this product purchasable
|
|
1029
1024
|
*/
|
|
1030
|
-
|
|
1025
|
+
purchasable: boolean;
|
|
1031
1026
|
|
|
1032
1027
|
/**
|
|
1033
|
-
*
|
|
1028
|
+
* base capacity unit
|
|
1034
1029
|
*/
|
|
1035
|
-
|
|
1030
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1036
1031
|
|
|
1037
1032
|
/**
|
|
1038
1033
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1044,6 +1039,11 @@ export interface Article {
|
|
|
1044
1039
|
*/
|
|
1045
1040
|
sellableWithoutStock: boolean;
|
|
1046
1041
|
|
|
1042
|
+
/**
|
|
1043
|
+
* Seriennummern Auszeichnungsart
|
|
1044
|
+
*/
|
|
1045
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1046
|
+
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* weight and size w.o. packaging
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
netMetric: Article$Metric;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* weight and size inc. packaging
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
grossMetric: Article$Metric;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* Verkaufseinheit
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
salesUnit: number;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -1224,26 +1224,26 @@ export interface Article {
|
|
|
1224
1224
|
*/
|
|
1225
1225
|
countryOfOriginRef: CountryReference;
|
|
1226
1226
|
|
|
1227
|
-
/**
|
|
1228
|
-
* description custom data
|
|
1229
|
-
*/
|
|
1230
|
-
listingDescriptionCustom: EavArticleListingDescription;
|
|
1231
|
-
|
|
1232
1227
|
/**
|
|
1233
1228
|
* Frei kommissionierbar
|
|
1234
1229
|
*/
|
|
1235
1230
|
freelyPickable: boolean;
|
|
1236
1231
|
|
|
1237
1232
|
/**
|
|
1238
|
-
*
|
|
1233
|
+
* description custom data
|
|
1239
1234
|
*/
|
|
1240
|
-
|
|
1235
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1241
1236
|
|
|
1242
1237
|
/**
|
|
1243
1238
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1244
1239
|
*/
|
|
1245
1240
|
taxLiabilityReversed: boolean;
|
|
1246
1241
|
|
|
1242
|
+
/**
|
|
1243
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1244
|
+
*/
|
|
1245
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1246
|
+
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Notiz
|
|
1249
1249
|
*/
|
|
@@ -1284,6 +1284,11 @@ export interface Article {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
|
+
/**
|
|
1288
|
+
* Vorgabe Herstellungskosten
|
|
1289
|
+
*/
|
|
1290
|
+
defaultFabricationCost: number;
|
|
1291
|
+
|
|
1287
1292
|
/**
|
|
1288
1293
|
* gross sales prices
|
|
1289
1294
|
*/
|
|
@@ -1294,11 +1299,6 @@ export interface Article {
|
|
|
1294
1299
|
*/
|
|
1295
1300
|
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1296
1301
|
|
|
1297
|
-
/**
|
|
1298
|
-
* Vorgabe Herstellungskosten
|
|
1299
|
-
*/
|
|
1300
|
-
defaultFabricationCost: number;
|
|
1301
|
-
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1310,14 +1310,14 @@ export interface Article {
|
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
1312
|
/**
|
|
1313
|
-
*
|
|
1313
|
+
* Versandlabeldruck
|
|
1314
1314
|
*/
|
|
1315
|
-
|
|
1315
|
+
shippingLabelPrinting: boolean;
|
|
1316
1316
|
|
|
1317
1317
|
/**
|
|
1318
|
-
*
|
|
1318
|
+
* reference to Product
|
|
1319
1319
|
*/
|
|
1320
|
-
|
|
1320
|
+
productRef: ApiObjectReference;
|
|
1321
1321
|
|
|
1322
1322
|
/**
|
|
1323
1323
|
* rabattierbarer Artikel?
|
|
@@ -1325,14 +1325,14 @@ export interface Article {
|
|
|
1325
1325
|
discountable: boolean;
|
|
1326
1326
|
|
|
1327
1327
|
/**
|
|
1328
|
-
*
|
|
1328
|
+
* Kontingentartikel
|
|
1329
1329
|
*/
|
|
1330
|
-
|
|
1330
|
+
contingentArticleRef: ApiObjectReference;
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
|
-
*
|
|
1333
|
+
* alternative name of this product
|
|
1334
1334
|
*/
|
|
1335
|
-
|
|
1335
|
+
alternativeName: string;
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
1338
|
* base capacity
|
|
@@ -1443,14 +1443,14 @@ export interface Article$Metric {
|
|
|
1443
1443
|
sizeX: number;
|
|
1444
1444
|
|
|
1445
1445
|
/**
|
|
1446
|
-
*
|
|
1446
|
+
* size unit
|
|
1447
1447
|
*/
|
|
1448
|
-
|
|
1448
|
+
sizeUnit: UnitTypeReference;
|
|
1449
1449
|
|
|
1450
1450
|
/**
|
|
1451
|
-
*
|
|
1451
|
+
* weight
|
|
1452
1452
|
*/
|
|
1453
|
-
|
|
1453
|
+
weight: number;
|
|
1454
1454
|
|
|
1455
1455
|
/**
|
|
1456
1456
|
* size
|
|
@@ -1458,14 +1458,14 @@ export interface Article$Metric {
|
|
|
1458
1458
|
sizeY: number;
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
*
|
|
1461
|
+
* size
|
|
1462
1462
|
*/
|
|
1463
|
-
|
|
1463
|
+
sizeZ: number;
|
|
1464
1464
|
|
|
1465
1465
|
/**
|
|
1466
|
-
*
|
|
1466
|
+
* weight unit
|
|
1467
1467
|
*/
|
|
1468
|
-
|
|
1468
|
+
weightUnit: UnitTypeReference;
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
1471
|
export interface ArticleAssetInformation {
|
|
@@ -1553,14 +1553,14 @@ export interface ArticleCustomer {
|
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
1556
|
-
*
|
|
1556
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1557
1557
|
*/
|
|
1558
|
-
|
|
1558
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1559
1559
|
|
|
1560
1560
|
/**
|
|
1561
|
-
*
|
|
1561
|
+
* Etikettdruck-Einstellungen
|
|
1562
1562
|
*/
|
|
1563
|
-
|
|
1563
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Kunden-Preise
|
|
@@ -1568,14 +1568,14 @@ export interface ArticleCustomer {
|
|
|
1568
1568
|
productPrices: Array<ProductPrice>;
|
|
1569
1569
|
|
|
1570
1570
|
/**
|
|
1571
|
-
*
|
|
1571
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1572
1572
|
*/
|
|
1573
|
-
|
|
1573
|
+
useDeviatingArticleDescription: boolean;
|
|
1574
1574
|
|
|
1575
1575
|
/**
|
|
1576
|
-
*
|
|
1576
|
+
* Referenced Article
|
|
1577
1577
|
*/
|
|
1578
|
-
|
|
1578
|
+
articleId: number;
|
|
1579
1579
|
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Aktiv?
|
|
@@ -1613,14 +1613,14 @@ export interface ArticleCustomer {
|
|
|
1613
1613
|
defaultGrossPrice: number;
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
|
-
*
|
|
1616
|
+
* Abweichende Produktnummer
|
|
1617
1617
|
*/
|
|
1618
|
-
|
|
1618
|
+
deviatingArticleNumber: string;
|
|
1619
1619
|
|
|
1620
1620
|
/**
|
|
1621
|
-
*
|
|
1621
|
+
* Art der Preisermittlung
|
|
1622
1622
|
*/
|
|
1623
|
-
|
|
1623
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1624
1624
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Artikelnummer
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
*
|
|
1738
|
+
* der Sales Channel
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
salesChannelRef: ApiObjectReference;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
* der
|
|
1743
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
customLowestPriceGross: number;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -1963,14 +1963,14 @@ export interface ArticleStorage {
|
|
|
1963
1963
|
reorderPoint: number;
|
|
1964
1964
|
|
|
1965
1965
|
/**
|
|
1966
|
-
*
|
|
1966
|
+
* Bestellte Menge
|
|
1967
1967
|
*/
|
|
1968
|
-
|
|
1968
|
+
orderedQuantity: number;
|
|
1969
1969
|
|
|
1970
1970
|
/**
|
|
1971
|
-
*
|
|
1971
|
+
* Aktuelle Menge in Kommissionierung
|
|
1972
1972
|
*/
|
|
1973
|
-
|
|
1973
|
+
quantityInPicking: number;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Nachschub auf
|
|
@@ -2050,6 +2050,11 @@ export interface ArticleStorage {
|
|
|
2050
2050
|
|
|
2051
2051
|
export interface ArticleSupplier {
|
|
2052
2052
|
|
|
2053
|
+
/**
|
|
2054
|
+
* Anzeigename des Accounts
|
|
2055
|
+
*/
|
|
2056
|
+
accountDisplayName: string;
|
|
2057
|
+
|
|
2053
2058
|
/**
|
|
2054
2059
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2055
2060
|
*/
|
|
@@ -2060,11 +2065,6 @@ export interface ArticleSupplier {
|
|
|
2060
2065
|
*/
|
|
2061
2066
|
supplierReportingStock: number;
|
|
2062
2067
|
|
|
2063
|
-
/**
|
|
2064
|
-
* Anzeigename des Accounts
|
|
2065
|
-
*/
|
|
2066
|
-
accountDisplayName: string;
|
|
2067
|
-
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2070
2070
|
*/
|
|
@@ -2121,14 +2121,14 @@ export interface ArticleSupplier {
|
|
|
2121
2121
|
info: MetaInfo;
|
|
2122
2122
|
|
|
2123
2123
|
/**
|
|
2124
|
-
*
|
|
2124
|
+
* Referenced Article name
|
|
2125
2125
|
*/
|
|
2126
|
-
|
|
2126
|
+
articleName: string;
|
|
2127
2127
|
|
|
2128
2128
|
/**
|
|
2129
|
-
*
|
|
2129
|
+
* Verpackungseinheit
|
|
2130
2130
|
*/
|
|
2131
|
-
|
|
2131
|
+
packagingUnit: number;
|
|
2132
2132
|
|
|
2133
2133
|
/**
|
|
2134
2134
|
* Lieferanten-Preise
|
|
@@ -2161,14 +2161,14 @@ export interface ArticleSupplier {
|
|
|
2161
2161
|
dropShippingAllowed: boolean;
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
|
-
* Abweichende
|
|
2164
|
+
* Abweichende Produktbeschreibung
|
|
2165
2165
|
*/
|
|
2166
|
-
|
|
2166
|
+
supplierArticleDescription: string;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
|
-
* Abweichende
|
|
2169
|
+
* Abweichende Produktbezeichnung
|
|
2170
2170
|
*/
|
|
2171
|
-
|
|
2171
|
+
supplierArticleName: string;
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Standardpreis Netto
|
|
@@ -2176,14 +2176,14 @@ export interface ArticleSupplier {
|
|
|
2176
2176
|
defaultNetPrice: number;
|
|
2177
2177
|
|
|
2178
2178
|
/**
|
|
2179
|
-
*
|
|
2179
|
+
* Einkaufseinheit
|
|
2180
2180
|
*/
|
|
2181
|
-
|
|
2181
|
+
purchaseUnit: number;
|
|
2182
2182
|
|
|
2183
2183
|
/**
|
|
2184
|
-
*
|
|
2184
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2185
2185
|
*/
|
|
2186
|
-
|
|
2186
|
+
orderOnComponentBase: boolean;
|
|
2187
2187
|
|
|
2188
2188
|
/**
|
|
2189
2189
|
* Referenced Supplier-Account
|
|
@@ -2556,14 +2556,14 @@ export interface CountryReference {
|
|
|
2556
2556
|
export interface CreateNewDocumentRequest {
|
|
2557
2557
|
|
|
2558
2558
|
/**
|
|
2559
|
-
*
|
|
2559
|
+
* Belegart
|
|
2560
2560
|
*/
|
|
2561
|
-
|
|
2561
|
+
documentTypeLabel: string;
|
|
2562
2562
|
|
|
2563
2563
|
/**
|
|
2564
|
-
* Belegart
|
|
2564
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2565
2565
|
*/
|
|
2566
|
-
|
|
2566
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
2569
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* Aktivität intern abgerechnet?
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
internalBilled: boolean;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* geplante Dauer
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
plannedDurationInSeconds: number;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2793,14 +2793,14 @@ export interface CrmActivityType {
|
|
|
2793
2793
|
export interface CrmChecklistItem {
|
|
2794
2794
|
|
|
2795
2795
|
/**
|
|
2796
|
-
*
|
|
2796
|
+
* Ist das Element "angehakt"?
|
|
2797
2797
|
*/
|
|
2798
|
-
|
|
2798
|
+
checked: boolean;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Text des Checklisten-Elements
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
memo: string;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Unique identifier of the Object
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Einkaufsbelege
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Geplanter Projektzeitraum (von)
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3267,14 +3267,14 @@ export interface CrmProject {
|
|
|
3267
3267
|
info: MetaInfo;
|
|
3268
3268
|
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3270
|
+
* Projektleiter vom Auftraggeber
|
|
3271
3271
|
*/
|
|
3272
|
-
|
|
3272
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3276
3276
|
*/
|
|
3277
|
-
|
|
3277
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3278
3278
|
|
|
3279
3279
|
/**
|
|
3280
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3463,14 +3463,14 @@ export interface CrmState {
|
|
|
3463
3463
|
readyToBill: boolean;
|
|
3464
3464
|
|
|
3465
3465
|
/**
|
|
3466
|
-
*
|
|
3466
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3467
3467
|
*/
|
|
3468
|
-
|
|
3468
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3469
3469
|
|
|
3470
3470
|
/**
|
|
3471
|
-
*
|
|
3471
|
+
* Handelt es sich um einen Anfang-Status
|
|
3472
3472
|
*/
|
|
3473
|
-
|
|
3473
|
+
startState: boolean;
|
|
3474
3474
|
|
|
3475
3475
|
/**
|
|
3476
3476
|
* MetaInformations for this Object
|
|
@@ -3519,9 +3519,9 @@ export interface CrmSubType {
|
|
|
3519
3519
|
export interface CrmTask {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
3527
|
* Angebot
|
|
@@ -3529,9 +3529,9 @@ export interface CrmTask {
|
|
|
3529
3529
|
customerOfferRef: DocumentRef;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
|
-
*
|
|
3532
|
+
* Liste von Erinnerungen
|
|
3533
3533
|
*/
|
|
3534
|
-
|
|
3534
|
+
reminders: Array<CrmReminder>;
|
|
3535
3535
|
|
|
3536
3536
|
/**
|
|
3537
3537
|
* Notizen
|
|
@@ -3903,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3903
3903
|
export interface Customer {
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* Option für die Stapelverarbeitung
|
|
3907
3907
|
*/
|
|
3908
|
-
|
|
3908
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
|
-
*
|
|
3911
|
+
* reference to customer group
|
|
3912
3912
|
*/
|
|
3913
|
-
|
|
3913
|
+
customerGroupRef: ApiObjectReference;
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3928,14 +3928,14 @@ export interface Customer {
|
|
|
3928
3928
|
dueDate: ScriptingDate;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* Maximal mögliche Lieferungen
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
maxDeliveries: number;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
|
-
*
|
|
3936
|
+
* collective billable
|
|
3937
3937
|
*/
|
|
3938
|
-
|
|
3938
|
+
collectiveBillable: boolean;
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4206,26 +4206,26 @@ export interface DeliveryMethod {
|
|
|
4206
4206
|
*/
|
|
4207
4207
|
defaultSizeUnit: UnitTypeReference;
|
|
4208
4208
|
|
|
4209
|
-
/**
|
|
4210
|
-
* translations
|
|
4211
|
-
*/
|
|
4212
|
-
translations: Array<DocumentTypeTerm>;
|
|
4213
|
-
|
|
4214
4209
|
/**
|
|
4215
4210
|
* Quelle für Paketgewicht
|
|
4216
4211
|
*/
|
|
4217
4212
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4218
4213
|
|
|
4219
4214
|
/**
|
|
4220
|
-
*
|
|
4215
|
+
* translations
|
|
4221
4216
|
*/
|
|
4222
|
-
|
|
4217
|
+
translations: Array<DocumentTypeTerm>;
|
|
4223
4218
|
|
|
4224
4219
|
/**
|
|
4225
4220
|
* Versand-Anbieter
|
|
4226
4221
|
*/
|
|
4227
4222
|
vdsCarrierId: number;
|
|
4228
4223
|
|
|
4224
|
+
/**
|
|
4225
|
+
* Gültige Ländercodes
|
|
4226
|
+
*/
|
|
4227
|
+
validCountryCodes: Array<string>;
|
|
4228
|
+
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
4231
4231
|
*/
|
|
@@ -4305,14 +4305,14 @@ export interface DeliveryTerm {
|
|
|
4305
4305
|
version: number;
|
|
4306
4306
|
|
|
4307
4307
|
/**
|
|
4308
|
-
*
|
|
4308
|
+
* information, how the shipping charges should be calculated
|
|
4309
4309
|
*/
|
|
4310
|
-
|
|
4310
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4311
4311
|
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* translations
|
|
4314
4314
|
*/
|
|
4315
|
-
|
|
4315
|
+
translations: Array<DocumentTypeTerm>;
|
|
4316
4316
|
|
|
4317
4317
|
/**
|
|
4318
4318
|
* Lieferarten
|
|
@@ -4513,14 +4513,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4513
4513
|
accountId: number;
|
|
4514
4514
|
|
|
4515
4515
|
/**
|
|
4516
|
-
* Länderkennzeichen
|
|
4516
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4517
4517
|
*/
|
|
4518
|
-
|
|
4518
|
+
sourceCountryCode: string;
|
|
4519
4519
|
|
|
4520
4520
|
/**
|
|
4521
|
-
* Länderkennzeichen
|
|
4521
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4522
4522
|
*/
|
|
4523
|
-
|
|
4523
|
+
performanceCountryCode: string;
|
|
4524
4524
|
|
|
4525
4525
|
/**
|
|
4526
4526
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4645,14 +4645,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4645
4645
|
calculationMode: CalculationMode;
|
|
4646
4646
|
|
|
4647
4647
|
/**
|
|
4648
|
-
*
|
|
4648
|
+
* Wird vom Workflow verarbeitet?
|
|
4649
4649
|
*/
|
|
4650
|
-
|
|
4650
|
+
processedByWorkflow: boolean;
|
|
4651
4651
|
|
|
4652
4652
|
/**
|
|
4653
|
-
*
|
|
4653
|
+
* Referenz auf Zahlungsbedingung
|
|
4654
4654
|
*/
|
|
4655
|
-
|
|
4655
|
+
paymentTermRef: PaymentTermRef;
|
|
4656
4656
|
|
|
4657
4657
|
/**
|
|
4658
4658
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -5097,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5097
5097
|
info: MetaInfo;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
|
-
*
|
|
5100
|
+
* Lieferart
|
|
5101
5101
|
*/
|
|
5102
|
-
|
|
5102
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
|
-
*
|
|
5105
|
+
* GLN
|
|
5106
5106
|
*/
|
|
5107
|
-
|
|
5107
|
+
globalLocationNumber: string;
|
|
5108
5108
|
|
|
5109
5109
|
/**
|
|
5110
5110
|
* Postcode
|
|
@@ -5159,18 +5159,18 @@ export interface DocumentAddress {
|
|
|
5159
5159
|
/**
|
|
5160
5160
|
* Zahlungsart
|
|
5161
5161
|
*/
|
|
5162
|
-
paymentMethodRef: ApiObjectReference;
|
|
5163
|
-
|
|
5164
|
-
/**
|
|
5165
|
-
* Referenz zum Account
|
|
5166
|
-
*/
|
|
5167
|
-
accountRef: ApiObjectReference;
|
|
5162
|
+
paymentMethodRef: ApiObjectReference;
|
|
5168
5163
|
|
|
5169
5164
|
/**
|
|
5170
5165
|
* salutation for this address
|
|
5171
5166
|
*/
|
|
5172
5167
|
salutation: string;
|
|
5173
5168
|
|
|
5169
|
+
/**
|
|
5170
|
+
* Referenz zum Account
|
|
5171
|
+
*/
|
|
5172
|
+
accountRef: ApiObjectReference;
|
|
5173
|
+
|
|
5174
5174
|
/**
|
|
5175
5175
|
* address line 2
|
|
5176
5176
|
*/
|
|
@@ -5325,14 +5325,14 @@ export interface DocumentFabricationDetail {
|
|
|
5325
5325
|
targetStorageRef: ApiObjectReference;
|
|
5326
5326
|
|
|
5327
5327
|
/**
|
|
5328
|
-
*
|
|
5328
|
+
* Material-Lager
|
|
5329
5329
|
*/
|
|
5330
|
-
|
|
5330
|
+
componentsStorageRef: ApiObjectReference;
|
|
5331
5331
|
|
|
5332
5332
|
/**
|
|
5333
|
-
*
|
|
5333
|
+
* Notiz
|
|
5334
5334
|
*/
|
|
5335
|
-
|
|
5335
|
+
note: string;
|
|
5336
5336
|
|
|
5337
5337
|
/**
|
|
5338
5338
|
* QS-Lager
|
|
@@ -5495,14 +5495,14 @@ export interface DocumentLine {
|
|
|
5495
5495
|
number: string;
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
|
-
*
|
|
5498
|
+
* Gesamtbruttogewicht
|
|
5499
5499
|
*/
|
|
5500
|
-
|
|
5500
|
+
totalGrossWeight: number;
|
|
5501
5501
|
|
|
5502
5502
|
/**
|
|
5503
|
-
*
|
|
5503
|
+
* Referenz zur Kundenauftragszeile
|
|
5504
5504
|
*/
|
|
5505
|
-
|
|
5505
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
5508
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5545,14 +5545,14 @@ export interface DocumentLine {
|
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
|
-
*
|
|
5548
|
+
* Preis pro Einheit in Basiswährung
|
|
5549
5549
|
*/
|
|
5550
|
-
|
|
5550
|
+
basePrice: number;
|
|
5551
5551
|
|
|
5552
5552
|
/**
|
|
5553
|
-
*
|
|
5553
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5554
5554
|
*/
|
|
5555
|
-
|
|
5555
|
+
positionOfArticleLine: number;
|
|
5556
5556
|
|
|
5557
5557
|
/**
|
|
5558
5558
|
* Serientyp
|
|
@@ -5560,14 +5560,14 @@ export interface DocumentLine {
|
|
|
5560
5560
|
serialType: ArticleSerialType;
|
|
5561
5561
|
|
|
5562
5562
|
/**
|
|
5563
|
-
*
|
|
5563
|
+
* Preiseinheit
|
|
5564
5564
|
*/
|
|
5565
|
-
|
|
5565
|
+
priceUnit: number;
|
|
5566
5566
|
|
|
5567
5567
|
/**
|
|
5568
|
-
*
|
|
5568
|
+
* Steuerschema
|
|
5569
5569
|
*/
|
|
5570
|
-
|
|
5570
|
+
taxSchemaRef: ApiObjectReference;
|
|
5571
5571
|
|
|
5572
5572
|
/**
|
|
5573
5573
|
* Preisanpassungen - Position Basiswährung
|
|
@@ -6273,14 +6273,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6273
6273
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6274
6274
|
|
|
6275
6275
|
/**
|
|
6276
|
-
*
|
|
6276
|
+
* Menge
|
|
6277
6277
|
*/
|
|
6278
|
-
|
|
6278
|
+
quantity: number;
|
|
6279
6279
|
|
|
6280
6280
|
/**
|
|
6281
|
-
*
|
|
6281
|
+
* Abweichende Herstellungskosten
|
|
6282
6282
|
*/
|
|
6283
|
-
|
|
6283
|
+
deviatingUnitPrice: number;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
6286
|
* Beschreibung
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Menge defekt
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
quantityDefective: number;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Produzierte Seriennummern
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -7211,14 +7211,14 @@ export interface DocumentType {
|
|
|
7211
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7212
|
|
|
7213
7213
|
/**
|
|
7214
|
-
*
|
|
7214
|
+
* Zählerkreis
|
|
7215
7215
|
*/
|
|
7216
|
-
|
|
7216
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7217
7217
|
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* nächste Belegnummer
|
|
7220
7220
|
*/
|
|
7221
|
-
|
|
7221
|
+
nextNumber: string;
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* Sortierung
|
|
@@ -7804,14 +7804,14 @@ export const enum FabricationOfComponents {
|
|
|
7804
7804
|
export interface FabricationProduceRequest {
|
|
7805
7805
|
|
|
7806
7806
|
/**
|
|
7807
|
-
*
|
|
7807
|
+
* Material automatisch bestätigen
|
|
7808
7808
|
*/
|
|
7809
|
-
|
|
7809
|
+
autoCommitComponents: boolean;
|
|
7810
7810
|
|
|
7811
7811
|
/**
|
|
7812
|
-
*
|
|
7812
|
+
* Zu produzierende Menge
|
|
7813
7813
|
*/
|
|
7814
|
-
|
|
7814
|
+
quantity: number;
|
|
7815
7815
|
|
|
7816
7816
|
/**
|
|
7817
7817
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7865,14 +7865,14 @@ export interface FabricationRevertRequest {
|
|
|
7865
7865
|
quantity: number;
|
|
7866
7866
|
|
|
7867
7867
|
/**
|
|
7868
|
-
*
|
|
7868
|
+
* Material automatisch stornieren
|
|
7869
7869
|
*/
|
|
7870
|
-
|
|
7870
|
+
autoRevertComponents: boolean;
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
|
-
*
|
|
7873
|
+
* ID der zu stornierenden Position
|
|
7874
7874
|
*/
|
|
7875
|
-
|
|
7875
|
+
documentLineId: number;
|
|
7876
7876
|
|
|
7877
7877
|
/**
|
|
7878
7878
|
* Zu stornierende Seriennummern
|
|
@@ -8217,14 +8217,14 @@ export interface OpenItem {
|
|
|
8217
8217
|
paymentDueDate: ScriptingDate;
|
|
8218
8218
|
|
|
8219
8219
|
/**
|
|
8220
|
-
* Länderkennzeichen
|
|
8220
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8221
8221
|
*/
|
|
8222
|
-
|
|
8222
|
+
sourceCountryCode: string;
|
|
8223
8223
|
|
|
8224
8224
|
/**
|
|
8225
|
-
* Länderkennzeichen
|
|
8225
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8226
8226
|
*/
|
|
8227
|
-
|
|
8227
|
+
performanceCountryCode: string;
|
|
8228
8228
|
|
|
8229
8229
|
/**
|
|
8230
8230
|
* Valutadatum schreibgeschützt
|
|
@@ -8332,14 +8332,14 @@ export interface OpenItem {
|
|
|
8332
8332
|
sumFee: number;
|
|
8333
8333
|
|
|
8334
8334
|
/**
|
|
8335
|
-
*
|
|
8335
|
+
* The full amount of the payment
|
|
8336
8336
|
*/
|
|
8337
|
-
|
|
8337
|
+
fullPaymentAmount: number;
|
|
8338
8338
|
|
|
8339
8339
|
/**
|
|
8340
|
-
*
|
|
8340
|
+
* Zahlungsplan
|
|
8341
8341
|
*/
|
|
8342
|
-
|
|
8342
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8343
8343
|
|
|
8344
8344
|
/**
|
|
8345
8345
|
* Zahlungssperre
|
|
@@ -8392,14 +8392,14 @@ export interface OpenItem {
|
|
|
8392
8392
|
taxRateRef: ApiObjectReference;
|
|
8393
8393
|
|
|
8394
8394
|
/**
|
|
8395
|
-
*
|
|
8395
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8396
8396
|
*/
|
|
8397
|
-
|
|
8397
|
+
baseCurrencyCode: string;
|
|
8398
8398
|
|
|
8399
8399
|
/**
|
|
8400
|
-
*
|
|
8400
|
+
* Anzahlungsrechnung
|
|
8401
8401
|
*/
|
|
8402
|
-
|
|
8402
|
+
depositInvoice: ApiObjectReference;
|
|
8403
8403
|
|
|
8404
8404
|
/**
|
|
8405
8405
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8675,14 +8675,14 @@ export interface OpenItemRecord {
|
|
|
8675
8675
|
version: number;
|
|
8676
8676
|
|
|
8677
8677
|
/**
|
|
8678
|
-
*
|
|
8678
|
+
* Buchungsbetrag in Basiswährung
|
|
8679
8679
|
*/
|
|
8680
|
-
|
|
8680
|
+
baseAmount: number;
|
|
8681
8681
|
|
|
8682
8682
|
/**
|
|
8683
|
-
*
|
|
8683
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8684
8684
|
*/
|
|
8685
|
-
|
|
8685
|
+
transactionId: number;
|
|
8686
8686
|
|
|
8687
8687
|
/**
|
|
8688
8688
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8700,14 +8700,14 @@ export interface OpenItemRecord {
|
|
|
8700
8700
|
totalAmount: number;
|
|
8701
8701
|
|
|
8702
8702
|
/**
|
|
8703
|
-
*
|
|
8703
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8704
8704
|
*/
|
|
8705
|
-
|
|
8705
|
+
baseCurrencyCode: string;
|
|
8706
8706
|
|
|
8707
8707
|
/**
|
|
8708
|
-
*
|
|
8708
|
+
* id des records, der diesen storniert hat
|
|
8709
8709
|
*/
|
|
8710
|
-
|
|
8710
|
+
revertedByRecordId: number;
|
|
8711
8711
|
|
|
8712
8712
|
/**
|
|
8713
8713
|
* qualifier of open item
|
|
@@ -8857,14 +8857,14 @@ export interface PaymentMethod {
|
|
|
8857
8857
|
daysToAddForFollowup: number;
|
|
8858
8858
|
|
|
8859
8859
|
/**
|
|
8860
|
-
*
|
|
8860
|
+
* external Payment Id
|
|
8861
8861
|
*/
|
|
8862
|
-
|
|
8862
|
+
externalPaymentId: string;
|
|
8863
8863
|
|
|
8864
8864
|
/**
|
|
8865
|
-
*
|
|
8865
|
+
* Die Business Transaction
|
|
8866
8866
|
*/
|
|
8867
|
-
|
|
8867
|
+
businessTransaction: ApiObjectReference;
|
|
8868
8868
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* Unique identifier of the Object
|
|
@@ -9687,20 +9687,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9687
9687
|
*/
|
|
9688
9688
|
maxArticleCountPerOrder: number;
|
|
9689
9689
|
|
|
9690
|
-
/**
|
|
9691
|
-
* Maximaler Auftragswert
|
|
9692
|
-
*/
|
|
9693
|
-
maxOrderValue: number;
|
|
9694
|
-
|
|
9695
9690
|
/**
|
|
9696
9691
|
* Alternative Selektion in VQL
|
|
9697
9692
|
*/
|
|
9698
9693
|
alternativeSelectionInVql: string;
|
|
9699
9694
|
|
|
9700
9695
|
/**
|
|
9701
|
-
*
|
|
9696
|
+
* Maximaler Auftragswert
|
|
9702
9697
|
*/
|
|
9703
|
-
|
|
9698
|
+
maxOrderValue: number;
|
|
9704
9699
|
|
|
9705
9700
|
/**
|
|
9706
9701
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9712,6 +9707,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9712
9707
|
*/
|
|
9713
9708
|
onlyFullDeliverableOrderLines: boolean;
|
|
9714
9709
|
|
|
9710
|
+
/**
|
|
9711
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9712
|
+
*/
|
|
9713
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9714
|
+
|
|
9715
9715
|
/**
|
|
9716
9716
|
* Selektion über den Bereich vom Belegdatum
|
|
9717
9717
|
*/
|
|
@@ -9791,14 +9791,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9791
9791
|
maxPicklistLineCount: number;
|
|
9792
9792
|
|
|
9793
9793
|
/**
|
|
9794
|
-
*
|
|
9794
|
+
* Der zu verwendende Pickwagen
|
|
9795
9795
|
*/
|
|
9796
|
-
|
|
9796
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9797
9797
|
|
|
9798
9798
|
/**
|
|
9799
|
-
*
|
|
9799
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9800
9800
|
*/
|
|
9801
|
-
|
|
9801
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9802
9802
|
|
|
9803
9803
|
/**
|
|
9804
9804
|
* Lagerplätze vorgeben
|
|
@@ -9873,6 +9873,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9873
9873
|
*/
|
|
9874
9874
|
showShippingFormOnPickingFinish: boolean;
|
|
9875
9875
|
|
|
9876
|
+
/**
|
|
9877
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9878
|
+
*/
|
|
9879
|
+
allowPickingOfServiceArticles: boolean;
|
|
9880
|
+
|
|
9876
9881
|
/**
|
|
9877
9882
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9878
9883
|
*/
|
|
@@ -9883,11 +9888,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9883
9888
|
*/
|
|
9884
9889
|
allowFullConfirmation: boolean;
|
|
9885
9890
|
|
|
9886
|
-
/**
|
|
9887
|
-
* Sollen Dienstleistungen kommissioniert werden?
|
|
9888
|
-
*/
|
|
9889
|
-
allowPickingOfServiceArticles: boolean;
|
|
9890
|
-
|
|
9891
9891
|
/**
|
|
9892
9892
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9893
9893
|
*/
|
|
@@ -10217,14 +10217,14 @@ export interface ProductDiscount {
|
|
|
10217
10217
|
validFrom: ScriptingDate;
|
|
10218
10218
|
|
|
10219
10219
|
/**
|
|
10220
|
-
*
|
|
10220
|
+
* Warengruppe
|
|
10221
10221
|
*/
|
|
10222
|
-
|
|
10222
|
+
productGroupRef: ApiObjectReference;
|
|
10223
10223
|
|
|
10224
10224
|
/**
|
|
10225
|
-
*
|
|
10225
|
+
* Bestimmt die Art des Rabatts
|
|
10226
10226
|
*/
|
|
10227
|
-
|
|
10227
|
+
modifierType: PriceModifierType;
|
|
10228
10228
|
|
|
10229
10229
|
/**
|
|
10230
10230
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10626,14 +10626,14 @@ export interface RequestDocument {
|
|
|
10626
10626
|
cashDrawerId: number;
|
|
10627
10627
|
|
|
10628
10628
|
/**
|
|
10629
|
-
*
|
|
10629
|
+
* Leistungsdatum
|
|
10630
10630
|
*/
|
|
10631
|
-
|
|
10631
|
+
performanceDate: ScriptingDate;
|
|
10632
10632
|
|
|
10633
10633
|
/**
|
|
10634
|
-
*
|
|
10634
|
+
* Der Anzahlungsbetrag
|
|
10635
10635
|
*/
|
|
10636
|
-
|
|
10636
|
+
depositPaymentAmount: number;
|
|
10637
10637
|
|
|
10638
10638
|
/**
|
|
10639
10639
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10686,14 +10686,14 @@ export interface RequestDocument {
|
|
|
10686
10686
|
deliveryTermId: number;
|
|
10687
10687
|
|
|
10688
10688
|
/**
|
|
10689
|
-
*
|
|
10689
|
+
* Dokumentzeilen
|
|
10690
10690
|
*/
|
|
10691
|
-
|
|
10691
|
+
lines: Array<RequestDocumentLine>;
|
|
10692
10692
|
|
|
10693
10693
|
/**
|
|
10694
|
-
*
|
|
10694
|
+
* Für interne Zwecke: Währung für das Document
|
|
10695
10695
|
*/
|
|
10696
|
-
|
|
10696
|
+
currencyId: number;
|
|
10697
10697
|
|
|
10698
10698
|
/**
|
|
10699
10699
|
* Nur für interne Zwecke: neue Positionen für einzeln retournierte Baugruppen-Komponenten
|
|
@@ -10701,14 +10701,14 @@ export interface RequestDocument {
|
|
|
10701
10701
|
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10702
10702
|
|
|
10703
10703
|
/**
|
|
10704
|
-
*
|
|
10704
|
+
* Die Vertragsdetails
|
|
10705
10705
|
*/
|
|
10706
|
-
|
|
10706
|
+
contractDetail: DocumentContractDetail;
|
|
10707
10707
|
|
|
10708
10708
|
/**
|
|
10709
|
-
*
|
|
10709
|
+
* ID der Kasse (bei POS)
|
|
10710
10710
|
*/
|
|
10711
|
-
|
|
10711
|
+
posRegisterId: number;
|
|
10712
10712
|
|
|
10713
10713
|
/**
|
|
10714
10714
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10854,14 +10854,14 @@ export interface RequestDocumentLine {
|
|
|
10854
10854
|
dropShippingPolicy: DropShippingPolicy;
|
|
10855
10855
|
|
|
10856
10856
|
/**
|
|
10857
|
-
*
|
|
10857
|
+
* (optional) Lager-ID
|
|
10858
10858
|
*/
|
|
10859
|
-
|
|
10859
|
+
storageId: number;
|
|
10860
10860
|
|
|
10861
10861
|
/**
|
|
10862
|
-
*
|
|
10862
|
+
* Positionsnummer der Artikel
|
|
10863
10863
|
*/
|
|
10864
|
-
|
|
10864
|
+
positionOfArticleLine: number;
|
|
10865
10865
|
|
|
10866
10866
|
/**
|
|
10867
10867
|
* Vertragsdetails zur Belegposition
|
|
@@ -11136,14 +11136,14 @@ export interface SalesAgent {
|
|
|
11136
11136
|
note: string;
|
|
11137
11137
|
|
|
11138
11138
|
/**
|
|
11139
|
-
*
|
|
11139
|
+
* reference to the delivery method
|
|
11140
11140
|
*/
|
|
11141
|
-
|
|
11141
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11142
11142
|
|
|
11143
11143
|
/**
|
|
11144
|
-
*
|
|
11144
|
+
* is sales agent taxable
|
|
11145
11145
|
*/
|
|
11146
|
-
|
|
11146
|
+
taxable: boolean;
|
|
11147
11147
|
|
|
11148
11148
|
/**
|
|
11149
11149
|
* Freifelder
|
|
@@ -11498,14 +11498,14 @@ export interface SequencerConfiguration {
|
|
|
11498
11498
|
key: string;
|
|
11499
11499
|
|
|
11500
11500
|
/**
|
|
11501
|
-
*
|
|
11501
|
+
* Contains details about the sequencer configuration
|
|
11502
11502
|
*/
|
|
11503
|
-
|
|
11503
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11504
11504
|
|
|
11505
11505
|
/**
|
|
11506
|
-
*
|
|
11506
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11507
11507
|
*/
|
|
11508
|
-
|
|
11508
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11509
11509
|
|
|
11510
11510
|
/**
|
|
11511
11511
|
* MetaInformations for this Object
|
|
@@ -11759,14 +11759,14 @@ export interface ShelfDocumentType {
|
|
|
11759
11759
|
active: boolean;
|
|
11760
11760
|
|
|
11761
11761
|
/**
|
|
11762
|
-
*
|
|
11762
|
+
* label of type
|
|
11763
11763
|
*/
|
|
11764
|
-
|
|
11764
|
+
label: string;
|
|
11765
11765
|
|
|
11766
11766
|
/**
|
|
11767
|
-
*
|
|
11767
|
+
* access level or reading
|
|
11768
11768
|
*/
|
|
11769
|
-
|
|
11769
|
+
accessLevelRead: number;
|
|
11770
11770
|
|
|
11771
11771
|
/**
|
|
11772
11772
|
* storage rule for revisions
|
|
@@ -12342,11 +12342,6 @@ export interface Supplier {
|
|
|
12342
12342
|
*/
|
|
12343
12343
|
info: MetaInfo;
|
|
12344
12344
|
|
|
12345
|
-
/**
|
|
12346
|
-
* Lieferantengruppe
|
|
12347
|
-
*/
|
|
12348
|
-
supplierGroupRef: ApiObjectReference;
|
|
12349
|
-
|
|
12350
12345
|
/**
|
|
12351
12346
|
* reference to the delivery method
|
|
12352
12347
|
*/
|
|
@@ -12357,6 +12352,11 @@ export interface Supplier {
|
|
|
12357
12352
|
*/
|
|
12358
12353
|
taxable: boolean;
|
|
12359
12354
|
|
|
12355
|
+
/**
|
|
12356
|
+
* Lieferantengruppe
|
|
12357
|
+
*/
|
|
12358
|
+
supplierGroupRef: ApiObjectReference;
|
|
12359
|
+
|
|
12360
12360
|
/**
|
|
12361
12361
|
* Mahnen?
|
|
12362
12362
|
*/
|
|
@@ -12408,14 +12408,14 @@ export interface Supplier {
|
|
|
12408
12408
|
performanceCountryCode: string;
|
|
12409
12409
|
|
|
12410
12410
|
/**
|
|
12411
|
-
*
|
|
12411
|
+
* reference to the payment method
|
|
12412
12412
|
*/
|
|
12413
|
-
|
|
12413
|
+
paymentMethodRef: ApiObjectReference;
|
|
12414
12414
|
|
|
12415
12415
|
/**
|
|
12416
|
-
*
|
|
12416
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12417
12417
|
*/
|
|
12418
|
-
|
|
12418
|
+
defaultDeliveryTime: number;
|
|
12419
12419
|
|
|
12420
12420
|
/**
|
|
12421
12421
|
* Bestellsperre
|
|
@@ -12441,14 +12441,14 @@ export interface TagDto {
|
|
|
12441
12441
|
editColor: string;
|
|
12442
12442
|
|
|
12443
12443
|
/**
|
|
12444
|
-
* Farbe
|
|
12444
|
+
* Farbe in Such-GUI
|
|
12445
12445
|
*/
|
|
12446
|
-
|
|
12446
|
+
searchColor: string;
|
|
12447
12447
|
|
|
12448
12448
|
/**
|
|
12449
|
-
* Farbe
|
|
12449
|
+
* Farbe für die Anzeige des Tags
|
|
12450
12450
|
*/
|
|
12451
|
-
|
|
12451
|
+
color: string;
|
|
12452
12452
|
|
|
12453
12453
|
/**
|
|
12454
12454
|
* Beschriftung des Tags
|
|
@@ -12884,14 +12884,14 @@ export interface User {
|
|
|
12884
12884
|
version: number;
|
|
12885
12885
|
|
|
12886
12886
|
/**
|
|
12887
|
-
*
|
|
12887
|
+
* is the email verified
|
|
12888
12888
|
*/
|
|
12889
|
-
|
|
12889
|
+
emailVerified: boolean;
|
|
12890
12890
|
|
|
12891
12891
|
/**
|
|
12892
|
-
*
|
|
12892
|
+
* first-name
|
|
12893
12893
|
*/
|
|
12894
|
-
|
|
12894
|
+
firstName: string;
|
|
12895
12895
|
|
|
12896
12896
|
/**
|
|
12897
12897
|
* email-address
|