@vario-software/types 2026.26.2 → 2026.27.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/schema/erp.d.ts +4402 -1712
- package/scripting/eav_types.d.ts +6 -0
- package/scripting/services.d.ts +208 -32
- package/scripting/types.d.ts +729 -524
package/scripting/types.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EavAccount, EavAccountaddress, EavAccountlisting, EavAccountperson,
|
|
3
|
-
EavArticle, EavArticleListing, EavArticleListingDescription,
|
|
4
|
-
EavCrmactivity, EavCrmdeal, EavCrmproject, EavCrmtask,
|
|
5
|
-
EavDocumentline, EavDocumentlinecomponent, EavFabrication,
|
|
3
|
+
EavArticle, EavArticleListing, EavArticleListingDescription, EavAsset,
|
|
4
|
+
EavContact, EavCrmactivity, EavCrmdeal, EavCrmproject, EavCrmtask,
|
|
5
|
+
EavDocument, EavDocumentline, EavDocumentlinecomponent, EavFabrication,
|
|
6
6
|
EavFabricationline, EavFabricationlinecomponent, EavProductgroup,
|
|
7
7
|
EavProductmaingroup, EavSalesagent, EavShelfdocument, EavShelfshare,
|
|
8
8
|
EavTextenumeration, EavVariantattributelisting, EavVariantvaluelisting
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Street
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
street: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Country code
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
countryCode: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Kreditlimit
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
maximalLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
payablesSum: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1024,9 +1024,9 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Seriennummern Auszeichnungsart
|
|
@@ -1034,9 +1034,9 @@ export interface Article {
|
|
|
1034
1034
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* weight and size w.o. packaging
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
netMetric: Article$Metric;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -1108,6 +1108,11 @@ export interface Article {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
dropShippingPolicy: DropShippingPolicy;
|
|
1110
1110
|
|
|
1111
|
+
/**
|
|
1112
|
+
* Information zur Verbindung zwischen Asset und Article
|
|
1113
|
+
*/
|
|
1114
|
+
articleAssetInformation: ArticleAssetInformation;
|
|
1115
|
+
|
|
1111
1116
|
/**
|
|
1112
1117
|
* Unique identifier of the Object
|
|
1113
1118
|
*/
|
|
@@ -1134,14 +1139,14 @@ export interface Article {
|
|
|
1134
1139
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1140
|
|
|
1136
1141
|
/**
|
|
1137
|
-
*
|
|
1142
|
+
* Produktion
|
|
1138
1143
|
*/
|
|
1139
|
-
|
|
1144
|
+
fabrication: boolean;
|
|
1140
1145
|
|
|
1141
1146
|
/**
|
|
1142
|
-
*
|
|
1147
|
+
* Soll-Handelsspanne
|
|
1143
1148
|
*/
|
|
1144
|
-
|
|
1149
|
+
targetTradingMargin: number;
|
|
1145
1150
|
|
|
1146
1151
|
/**
|
|
1147
1152
|
* active
|
|
@@ -1179,14 +1184,14 @@ export interface Article {
|
|
|
1179
1184
|
solvable: boolean;
|
|
1180
1185
|
|
|
1181
1186
|
/**
|
|
1182
|
-
*
|
|
1187
|
+
* weight and size inc. packaging
|
|
1183
1188
|
*/
|
|
1184
|
-
|
|
1189
|
+
grossMetric: Article$Metric;
|
|
1185
1190
|
|
|
1186
1191
|
/**
|
|
1187
|
-
*
|
|
1192
|
+
* Verkaufseinheit
|
|
1188
1193
|
*/
|
|
1189
|
-
|
|
1194
|
+
salesUnit: number;
|
|
1190
1195
|
|
|
1191
1196
|
/**
|
|
1192
1197
|
* name of this product
|
|
@@ -1198,26 +1203,26 @@ export interface Article {
|
|
|
1198
1203
|
*/
|
|
1199
1204
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1205
|
|
|
1201
|
-
/**
|
|
1202
|
-
* Arbeitseinheit in Minuten
|
|
1203
|
-
*/
|
|
1204
|
-
workUnitInMinutes: number;
|
|
1205
|
-
|
|
1206
1206
|
/**
|
|
1207
1207
|
* Country code
|
|
1208
1208
|
*/
|
|
1209
1209
|
countryOfOriginRef: CountryReference;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Arbeitseinheit in Minuten
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
workUnitInMinutes: number;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
1217
|
* description custom data
|
|
1218
1218
|
*/
|
|
1219
1219
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1220
|
|
|
1221
|
+
/**
|
|
1222
|
+
* Frei kommissionierbar
|
|
1223
|
+
*/
|
|
1224
|
+
freelyPickable: boolean;
|
|
1225
|
+
|
|
1221
1226
|
/**
|
|
1222
1227
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1228
|
*/
|
|
@@ -1299,9 +1304,9 @@ export interface Article {
|
|
|
1299
1304
|
shippingLabelPrinting: boolean;
|
|
1300
1305
|
|
|
1301
1306
|
/**
|
|
1302
|
-
*
|
|
1307
|
+
* Kontingentartikel
|
|
1303
1308
|
*/
|
|
1304
|
-
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1305
1310
|
|
|
1306
1311
|
/**
|
|
1307
1312
|
* rabattierbarer Artikel?
|
|
@@ -1309,9 +1314,9 @@ export interface Article {
|
|
|
1309
1314
|
discountable: boolean;
|
|
1310
1315
|
|
|
1311
1316
|
/**
|
|
1312
|
-
*
|
|
1317
|
+
* alternative name of this product
|
|
1313
1318
|
*/
|
|
1314
|
-
|
|
1319
|
+
alternativeName: string;
|
|
1315
1320
|
|
|
1316
1321
|
/**
|
|
1317
1322
|
* base capacity
|
|
@@ -1384,14 +1389,14 @@ export interface Article {
|
|
|
1384
1389
|
listed: boolean;
|
|
1385
1390
|
|
|
1386
1391
|
/**
|
|
1387
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1388
1393
|
*/
|
|
1389
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1390
1395
|
|
|
1391
1396
|
/**
|
|
1392
|
-
*
|
|
1397
|
+
* provisionsberechtiger Artikel?
|
|
1393
1398
|
*/
|
|
1394
|
-
|
|
1399
|
+
commissionable: boolean;
|
|
1395
1400
|
|
|
1396
1401
|
/**
|
|
1397
1402
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1447,6 +1452,44 @@ export interface Article$Metric {
|
|
|
1447
1452
|
weightUnit: UnitTypeReference;
|
|
1448
1453
|
}
|
|
1449
1454
|
|
|
1455
|
+
export interface ArticleAssetInformation {
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* Assets automatisch beim Lagerzugang erstellen
|
|
1459
|
+
*/
|
|
1460
|
+
createAssetOnStorageEntry: boolean;
|
|
1461
|
+
|
|
1462
|
+
/**
|
|
1463
|
+
* Asset automatisch beim Verkauf erstellen
|
|
1464
|
+
*/
|
|
1465
|
+
createAssetOnSale: boolean;
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Asset erstellen bei Belegtyp
|
|
1469
|
+
*/
|
|
1470
|
+
createAssetOnDocumentCategory: AssetCreateOnDocumentCategory;
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* Asset Asset-Typ zum Erstellen
|
|
1474
|
+
*/
|
|
1475
|
+
createWithAssetType: AssetType;
|
|
1476
|
+
|
|
1477
|
+
/**
|
|
1478
|
+
* Unique identifier of the Object
|
|
1479
|
+
*/
|
|
1480
|
+
id: number;
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* Version Identifier for this Object (for PUT)
|
|
1484
|
+
*/
|
|
1485
|
+
version: number;
|
|
1486
|
+
|
|
1487
|
+
/**
|
|
1488
|
+
* MetaInformations for this Object
|
|
1489
|
+
*/
|
|
1490
|
+
info: MetaInfo;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1450
1493
|
export interface ArticleAvailabilityDetermination {
|
|
1451
1494
|
|
|
1452
1495
|
/**
|
|
@@ -1494,14 +1537,14 @@ export interface ArticleCustomer {
|
|
|
1494
1537
|
articleName: string;
|
|
1495
1538
|
|
|
1496
1539
|
/**
|
|
1497
|
-
*
|
|
1540
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1498
1541
|
*/
|
|
1499
|
-
|
|
1542
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1500
1543
|
|
|
1501
1544
|
/**
|
|
1502
|
-
*
|
|
1545
|
+
* Etikettdruck-Einstellungen
|
|
1503
1546
|
*/
|
|
1504
|
-
|
|
1547
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1548
|
|
|
1506
1549
|
/**
|
|
1507
1550
|
* Kunden-Preise
|
|
@@ -1509,14 +1552,14 @@ export interface ArticleCustomer {
|
|
|
1509
1552
|
productPrices: Array<ProductPrice>;
|
|
1510
1553
|
|
|
1511
1554
|
/**
|
|
1512
|
-
*
|
|
1555
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1513
1556
|
*/
|
|
1514
|
-
|
|
1557
|
+
useDeviatingArticleDescription: boolean;
|
|
1515
1558
|
|
|
1516
1559
|
/**
|
|
1517
|
-
*
|
|
1560
|
+
* Referenced Article
|
|
1518
1561
|
*/
|
|
1519
|
-
|
|
1562
|
+
articleId: number;
|
|
1520
1563
|
|
|
1521
1564
|
/**
|
|
1522
1565
|
* Aktiv?
|
|
@@ -1899,14 +1942,14 @@ export interface ArticleStorage {
|
|
|
1899
1942
|
reorderPoint: number;
|
|
1900
1943
|
|
|
1901
1944
|
/**
|
|
1902
|
-
*
|
|
1945
|
+
* Aktuelle Menge in Kommissionierung
|
|
1903
1946
|
*/
|
|
1904
|
-
|
|
1947
|
+
quantityInPicking: number;
|
|
1905
1948
|
|
|
1906
1949
|
/**
|
|
1907
|
-
*
|
|
1950
|
+
* Bestellte Menge
|
|
1908
1951
|
*/
|
|
1909
|
-
|
|
1952
|
+
orderedQuantity: number;
|
|
1910
1953
|
|
|
1911
1954
|
/**
|
|
1912
1955
|
* Nachschub auf
|
|
@@ -1987,9 +2030,9 @@ export interface ArticleStorage {
|
|
|
1987
2030
|
export interface ArticleSupplier {
|
|
1988
2031
|
|
|
1989
2032
|
/**
|
|
1990
|
-
*
|
|
2033
|
+
* Anzeigename des Accounts
|
|
1991
2034
|
*/
|
|
1992
|
-
|
|
2035
|
+
accountDisplayName: string;
|
|
1993
2036
|
|
|
1994
2037
|
/**
|
|
1995
2038
|
* Lieferanten-Meldebestand
|
|
@@ -1997,19 +2040,19 @@ export interface ArticleSupplier {
|
|
|
1997
2040
|
supplierReportingStock: number;
|
|
1998
2041
|
|
|
1999
2042
|
/**
|
|
2000
|
-
*
|
|
2043
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2001
2044
|
*/
|
|
2002
|
-
|
|
2045
|
+
useSupplierArticleDescription: boolean;
|
|
2003
2046
|
|
|
2004
2047
|
/**
|
|
2005
|
-
*
|
|
2048
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2006
2049
|
*/
|
|
2007
|
-
|
|
2050
|
+
useSupplierArticleIdentifier: boolean;
|
|
2008
2051
|
|
|
2009
2052
|
/**
|
|
2010
|
-
*
|
|
2053
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2011
2054
|
*/
|
|
2012
|
-
|
|
2055
|
+
deliveryTime: number;
|
|
2013
2056
|
|
|
2014
2057
|
/**
|
|
2015
2058
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2057,14 +2100,14 @@ export interface ArticleSupplier {
|
|
|
2057
2100
|
info: MetaInfo;
|
|
2058
2101
|
|
|
2059
2102
|
/**
|
|
2060
|
-
*
|
|
2103
|
+
* Referenced Article name
|
|
2061
2104
|
*/
|
|
2062
|
-
|
|
2105
|
+
articleName: string;
|
|
2063
2106
|
|
|
2064
2107
|
/**
|
|
2065
|
-
*
|
|
2108
|
+
* Verpackungseinheit
|
|
2066
2109
|
*/
|
|
2067
|
-
|
|
2110
|
+
packagingUnit: number;
|
|
2068
2111
|
|
|
2069
2112
|
/**
|
|
2070
2113
|
* Lieferanten-Preise
|
|
@@ -2097,14 +2140,14 @@ export interface ArticleSupplier {
|
|
|
2097
2140
|
dropShippingAllowed: boolean;
|
|
2098
2141
|
|
|
2099
2142
|
/**
|
|
2100
|
-
* Abweichende
|
|
2143
|
+
* Abweichende Produktbezeichnung
|
|
2101
2144
|
*/
|
|
2102
|
-
|
|
2145
|
+
supplierArticleName: string;
|
|
2103
2146
|
|
|
2104
2147
|
/**
|
|
2105
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbeschreibung
|
|
2106
2149
|
*/
|
|
2107
|
-
|
|
2150
|
+
supplierArticleDescription: string;
|
|
2108
2151
|
|
|
2109
2152
|
/**
|
|
2110
2153
|
* Standardpreis Netto
|
|
@@ -2142,76 +2185,207 @@ export interface ArticleSupplier {
|
|
|
2142
2185
|
supplierPrintLabelSettings: ArticlePrintLabelSettings;
|
|
2143
2186
|
}
|
|
2144
2187
|
|
|
2145
|
-
export
|
|
2146
|
-
MONEY_TRANSFER = 'MONEY_TRANSFER',
|
|
2147
|
-
REALTIME_MONEY_TRANSFER = 'REALTIME_MONEY_TRANSFER',
|
|
2148
|
-
SEPA_CORE_DIRECT_DEBIT = 'SEPA_CORE_DIRECT_DEBIT',
|
|
2149
|
-
SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
|
|
2150
|
-
CLEARING = 'CLEARING',
|
|
2151
|
-
CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
|
|
2152
|
-
OTHER = 'OTHER'
|
|
2153
|
-
}
|
|
2188
|
+
export interface Asset {
|
|
2154
2189
|
|
|
2155
|
-
|
|
2156
|
-
|
|
2190
|
+
/**
|
|
2191
|
+
* Notiz
|
|
2192
|
+
*/
|
|
2193
|
+
note: string;
|
|
2157
2194
|
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2195
|
+
/**
|
|
2196
|
+
* Seriennummer
|
|
2197
|
+
*/
|
|
2198
|
+
serialNumber: ArticleSerialNumber;
|
|
2162
2199
|
|
|
2163
|
-
|
|
2200
|
+
/**
|
|
2201
|
+
* Asset Zusatzfelder
|
|
2202
|
+
*/
|
|
2203
|
+
custom: EavAsset;
|
|
2164
2204
|
|
|
2165
2205
|
/**
|
|
2166
|
-
*
|
|
2206
|
+
* Artikel
|
|
2167
2207
|
*/
|
|
2168
|
-
|
|
2208
|
+
articleRef: ApiObjectReference;
|
|
2169
2209
|
|
|
2170
2210
|
/**
|
|
2171
|
-
*
|
|
2211
|
+
* active
|
|
2172
2212
|
*/
|
|
2173
|
-
|
|
2174
|
-
}
|
|
2213
|
+
active: boolean;
|
|
2175
2214
|
|
|
2176
|
-
|
|
2215
|
+
/**
|
|
2216
|
+
* Zugehörige Assets
|
|
2217
|
+
*/
|
|
2218
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2177
2219
|
|
|
2178
2220
|
/**
|
|
2179
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2180
2222
|
*/
|
|
2181
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2182
2224
|
|
|
2183
2225
|
/**
|
|
2184
|
-
*
|
|
2226
|
+
* Asset-Bezeichnung
|
|
2185
2227
|
*/
|
|
2186
|
-
|
|
2228
|
+
label: string;
|
|
2187
2229
|
|
|
2188
2230
|
/**
|
|
2189
|
-
*
|
|
2231
|
+
* Version Identifier for this Object (for PUT)
|
|
2190
2232
|
*/
|
|
2191
|
-
|
|
2192
|
-
}
|
|
2233
|
+
version: number;
|
|
2193
2234
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
}
|
|
2235
|
+
/**
|
|
2236
|
+
* Rechnungsadresse
|
|
2237
|
+
*/
|
|
2238
|
+
billingAddressRef: ApiObjectReference;
|
|
2199
2239
|
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
}
|
|
2240
|
+
/**
|
|
2241
|
+
* Zusatzadresse
|
|
2242
|
+
*/
|
|
2243
|
+
accountAddressRef: ApiObjectReference;
|
|
2205
2244
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2245
|
+
/**
|
|
2246
|
+
* Vertrag
|
|
2247
|
+
*/
|
|
2248
|
+
contractRef: ApiObjectReference;
|
|
2210
2249
|
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2250
|
+
/**
|
|
2251
|
+
* Asset-Nummer
|
|
2252
|
+
*/
|
|
2253
|
+
number: string;
|
|
2254
|
+
|
|
2255
|
+
/**
|
|
2256
|
+
* Beginn Garantie
|
|
2257
|
+
*/
|
|
2258
|
+
warrantyStartDate: ScriptingDate;
|
|
2259
|
+
|
|
2260
|
+
/**
|
|
2261
|
+
* Asset-Halter
|
|
2262
|
+
*/
|
|
2263
|
+
accountRef: ApiObjectReference;
|
|
2264
|
+
|
|
2265
|
+
/**
|
|
2266
|
+
* Unique identifier of the Object
|
|
2267
|
+
*/
|
|
2268
|
+
id: number;
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* Übergeordnetes Asset
|
|
2272
|
+
*/
|
|
2273
|
+
parentAssetRef: ApiObjectReference;
|
|
2274
|
+
|
|
2275
|
+
/**
|
|
2276
|
+
* Asset-Typ
|
|
2277
|
+
*/
|
|
2278
|
+
typeRef: ApiObjectReference;
|
|
2279
|
+
|
|
2280
|
+
/**
|
|
2281
|
+
* MetaInformations for this Object
|
|
2282
|
+
*/
|
|
2283
|
+
info: MetaInfo;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
export const enum AssetCreateOnDocumentCategory {
|
|
2287
|
+
CUSTOMER_DELIVERY = 'CUSTOMER_DELIVERY',
|
|
2288
|
+
CUSTOMER_INVOICE = 'CUSTOMER_INVOICE'
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
export interface AssetType {
|
|
2292
|
+
|
|
2293
|
+
/**
|
|
2294
|
+
* Aktiv?
|
|
2295
|
+
*/
|
|
2296
|
+
active: boolean;
|
|
2297
|
+
|
|
2298
|
+
/**
|
|
2299
|
+
* Bezeichnung
|
|
2300
|
+
*/
|
|
2301
|
+
label: string;
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* Unique identifier of the Object
|
|
2305
|
+
*/
|
|
2306
|
+
id: number;
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* Version Identifier for this Object (for PUT)
|
|
2310
|
+
*/
|
|
2311
|
+
version: number;
|
|
2312
|
+
|
|
2313
|
+
/**
|
|
2314
|
+
* MetaInformations for this Object
|
|
2315
|
+
*/
|
|
2316
|
+
info: MetaInfo;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
export const enum BankPaymentType {
|
|
2320
|
+
MONEY_TRANSFER = 'MONEY_TRANSFER',
|
|
2321
|
+
REALTIME_MONEY_TRANSFER = 'REALTIME_MONEY_TRANSFER',
|
|
2322
|
+
SEPA_CORE_DIRECT_DEBIT = 'SEPA_CORE_DIRECT_DEBIT',
|
|
2323
|
+
SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
|
|
2324
|
+
CLEARING = 'CLEARING',
|
|
2325
|
+
CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
|
|
2326
|
+
OTHER = 'OTHER'
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
export interface BatchScriptingContext$BatchScriptImportSession {
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
export const enum BillingType {
|
|
2333
|
+
GROSS = 'GROSS',
|
|
2334
|
+
NET = 'NET'
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
export interface BulkTransferRequestApi {
|
|
2338
|
+
|
|
2339
|
+
/**
|
|
2340
|
+
* Soll nach der Umbuchung ein Report dazu erstellt werden?
|
|
2341
|
+
*/
|
|
2342
|
+
createReportAfterTransfer: boolean;
|
|
2343
|
+
|
|
2344
|
+
/**
|
|
2345
|
+
* Enthält die Anweisungen für die Umbuchungen
|
|
2346
|
+
*/
|
|
2347
|
+
stockTransfers: Array<StockTransferApi>;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
export interface BulkTransferResult {
|
|
2351
|
+
|
|
2352
|
+
/**
|
|
2353
|
+
* Das Buchungsdatum
|
|
2354
|
+
*/
|
|
2355
|
+
date: ScriptingDate;
|
|
2356
|
+
|
|
2357
|
+
/**
|
|
2358
|
+
* Falls der Report im Request angefordert wurde, wird hier die ID aus dem DMS geliefert
|
|
2359
|
+
*/
|
|
2360
|
+
reportId: number;
|
|
2361
|
+
|
|
2362
|
+
/**
|
|
2363
|
+
* Die durch die Lagerbuchung geänderten Lagerplatz-Bestände
|
|
2364
|
+
*/
|
|
2365
|
+
stocks: Array<StockTransferResult>;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
export const enum BusinessRelationType {
|
|
2369
|
+
B2B = 'B2B',
|
|
2370
|
+
B2C = 'B2C',
|
|
2371
|
+
B2G = 'B2G'
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
export const enum BuyerReferenceOrigin {
|
|
2375
|
+
FROM_BILLING_ADDRESS = 'FROM_BILLING_ADDRESS',
|
|
2376
|
+
FROM_DEFAULT_ADDRESS = 'FROM_DEFAULT_ADDRESS',
|
|
2377
|
+
USER_DEFINED = 'USER_DEFINED'
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
export const enum CalculateFreightChargesFromType {
|
|
2381
|
+
CHARGES_FROM_ORDER = 'CHARGES_FROM_ORDER',
|
|
2382
|
+
RECALCULATE = 'RECALCULATE'
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
export const enum CalculateFreightChargesWithType {
|
|
2386
|
+
EVERY_SHIPPING = 'EVERY_SHIPPING',
|
|
2387
|
+
FIRST_SHIPPING = 'FIRST_SHIPPING'
|
|
2388
|
+
}
|
|
2215
2389
|
|
|
2216
2390
|
export const enum CalculationMode {
|
|
2217
2391
|
HORIZONTAL = 'HORIZONTAL',
|
|
@@ -2565,14 +2739,14 @@ export interface CrmActivityType {
|
|
|
2565
2739
|
export interface CrmChecklistItem {
|
|
2566
2740
|
|
|
2567
2741
|
/**
|
|
2568
|
-
*
|
|
2742
|
+
* Text des Checklisten-Elements
|
|
2569
2743
|
*/
|
|
2570
|
-
|
|
2744
|
+
memo: string;
|
|
2571
2745
|
|
|
2572
2746
|
/**
|
|
2573
|
-
*
|
|
2747
|
+
* Ist das Element "angehakt"?
|
|
2574
2748
|
*/
|
|
2575
|
-
|
|
2749
|
+
checked: boolean;
|
|
2576
2750
|
|
|
2577
2751
|
/**
|
|
2578
2752
|
* Unique identifier of the Object
|
|
@@ -2688,14 +2862,14 @@ export interface CrmDeal {
|
|
|
2688
2862
|
info: MetaInfo;
|
|
2689
2863
|
|
|
2690
2864
|
/**
|
|
2691
|
-
*
|
|
2865
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2692
2866
|
*/
|
|
2693
|
-
|
|
2867
|
+
assignedUserRef: ApiObjectReference;
|
|
2694
2868
|
|
|
2695
2869
|
/**
|
|
2696
|
-
*
|
|
2870
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2697
2871
|
*/
|
|
2698
|
-
|
|
2872
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2699
2873
|
|
|
2700
2874
|
/**
|
|
2701
2875
|
* Chance (in Prozent)
|
|
@@ -2999,14 +3173,14 @@ export interface CrmProject {
|
|
|
2999
3173
|
billedTimes: number;
|
|
3000
3174
|
|
|
3001
3175
|
/**
|
|
3002
|
-
*
|
|
3176
|
+
* Einkaufsbelege
|
|
3003
3177
|
*/
|
|
3004
|
-
|
|
3178
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3005
3179
|
|
|
3006
3180
|
/**
|
|
3007
|
-
*
|
|
3181
|
+
* Geplanter Projektzeitraum (von)
|
|
3008
3182
|
*/
|
|
3009
|
-
|
|
3183
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3010
3184
|
|
|
3011
3185
|
/**
|
|
3012
3186
|
* Verkaufsbelege
|
|
@@ -3039,14 +3213,14 @@ export interface CrmProject {
|
|
|
3039
3213
|
info: MetaInfo;
|
|
3040
3214
|
|
|
3041
3215
|
/**
|
|
3042
|
-
*
|
|
3216
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3043
3217
|
*/
|
|
3044
|
-
|
|
3218
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3045
3219
|
|
|
3046
3220
|
/**
|
|
3047
|
-
*
|
|
3221
|
+
* Projektleiter vom Auftraggeber
|
|
3048
3222
|
*/
|
|
3049
|
-
|
|
3223
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3050
3224
|
|
|
3051
3225
|
/**
|
|
3052
3226
|
* Übergeordnete CRM-Objekte
|
|
@@ -3130,7 +3304,8 @@ export interface CrmReference {
|
|
|
3130
3304
|
export const enum CrmReferenceType {
|
|
3131
3305
|
ARTICLE = 'ARTICLE',
|
|
3132
3306
|
DOCUMENT_LINE = 'DOCUMENT_LINE',
|
|
3133
|
-
OPEN_ITEM = 'OPEN_ITEM'
|
|
3307
|
+
OPEN_ITEM = 'OPEN_ITEM',
|
|
3308
|
+
ASSET = 'ASSET'
|
|
3134
3309
|
}
|
|
3135
3310
|
|
|
3136
3311
|
export interface CrmReminder {
|
|
@@ -3495,14 +3670,14 @@ export interface CrmTask {
|
|
|
3495
3670
|
parentRefs: Array<CrmObjectRef>;
|
|
3496
3671
|
|
|
3497
3672
|
/**
|
|
3498
|
-
*
|
|
3673
|
+
* Beauftragte Zeit in Sekunden
|
|
3499
3674
|
*/
|
|
3500
|
-
|
|
3675
|
+
effortCommissioned: number;
|
|
3501
3676
|
|
|
3502
3677
|
/**
|
|
3503
|
-
*
|
|
3678
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3504
3679
|
*/
|
|
3505
|
-
|
|
3680
|
+
externalRecordedTimes: number;
|
|
3506
3681
|
|
|
3507
3682
|
/**
|
|
3508
3683
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3674,14 +3849,14 @@ export interface CurrencyReference {
|
|
|
3674
3849
|
export interface Customer {
|
|
3675
3850
|
|
|
3676
3851
|
/**
|
|
3677
|
-
*
|
|
3852
|
+
* reference to customer group
|
|
3678
3853
|
*/
|
|
3679
|
-
|
|
3854
|
+
customerGroupRef: ApiObjectReference;
|
|
3680
3855
|
|
|
3681
3856
|
/**
|
|
3682
|
-
*
|
|
3857
|
+
* Option für die Stapelverarbeitung
|
|
3683
3858
|
*/
|
|
3684
|
-
|
|
3859
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3685
3860
|
|
|
3686
3861
|
/**
|
|
3687
3862
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3759,14 +3934,14 @@ export interface Customer {
|
|
|
3759
3934
|
info: MetaInfo;
|
|
3760
3935
|
|
|
3761
3936
|
/**
|
|
3762
|
-
*
|
|
3937
|
+
* reference to the delivery method
|
|
3763
3938
|
*/
|
|
3764
|
-
|
|
3939
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3765
3940
|
|
|
3766
3941
|
/**
|
|
3767
|
-
*
|
|
3942
|
+
* tax able or tax free
|
|
3768
3943
|
*/
|
|
3769
|
-
|
|
3944
|
+
taxable: boolean;
|
|
3770
3945
|
|
|
3771
3946
|
/**
|
|
3772
3947
|
* active true/false
|
|
@@ -3918,14 +4093,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3918
4093
|
export interface DeliveryMethod {
|
|
3919
4094
|
|
|
3920
4095
|
/**
|
|
3921
|
-
*
|
|
4096
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3922
4097
|
*/
|
|
3923
|
-
|
|
4098
|
+
splitIntoNewDocument: boolean;
|
|
3924
4099
|
|
|
3925
4100
|
/**
|
|
3926
|
-
*
|
|
4101
|
+
* E-Mail an Versender übergeben
|
|
3927
4102
|
*/
|
|
3928
|
-
|
|
4103
|
+
forwardEmailToShipper: boolean;
|
|
3929
4104
|
|
|
3930
4105
|
/**
|
|
3931
4106
|
* Min. Gewicht pro Paket
|
|
@@ -3977,26 +4152,26 @@ export interface DeliveryMethod {
|
|
|
3977
4152
|
*/
|
|
3978
4153
|
defaultSizeUnit: UnitTypeReference;
|
|
3979
4154
|
|
|
3980
|
-
/**
|
|
3981
|
-
* translations
|
|
3982
|
-
*/
|
|
3983
|
-
translations: Array<DocumentTypeTerm>;
|
|
3984
|
-
|
|
3985
4155
|
/**
|
|
3986
4156
|
* Quelle für Paketgewicht
|
|
3987
4157
|
*/
|
|
3988
4158
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3989
4159
|
|
|
3990
4160
|
/**
|
|
3991
|
-
*
|
|
4161
|
+
* translations
|
|
3992
4162
|
*/
|
|
3993
|
-
|
|
4163
|
+
translations: Array<DocumentTypeTerm>;
|
|
3994
4164
|
|
|
3995
4165
|
/**
|
|
3996
4166
|
* Gültige Ländercodes
|
|
3997
4167
|
*/
|
|
3998
4168
|
validCountryCodes: Array<string>;
|
|
3999
4169
|
|
|
4170
|
+
/**
|
|
4171
|
+
* Versand-Anbieter
|
|
4172
|
+
*/
|
|
4173
|
+
vdsCarrierId: number;
|
|
4174
|
+
|
|
4000
4175
|
/**
|
|
4001
4176
|
* Standardgewichtseinheit
|
|
4002
4177
|
*/
|
|
@@ -4096,14 +4271,14 @@ export interface DeliveryTerm {
|
|
|
4096
4271
|
id: number;
|
|
4097
4272
|
|
|
4098
4273
|
/**
|
|
4099
|
-
*
|
|
4274
|
+
* Versandkostenartikel
|
|
4100
4275
|
*/
|
|
4101
|
-
|
|
4276
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4102
4277
|
|
|
4103
4278
|
/**
|
|
4104
|
-
*
|
|
4279
|
+
* free shipping net value
|
|
4105
4280
|
*/
|
|
4106
|
-
|
|
4281
|
+
freeShippingNetValue: number;
|
|
4107
4282
|
|
|
4108
4283
|
/**
|
|
4109
4284
|
* MetaInformations for this Object
|
|
@@ -4114,14 +4289,14 @@ export interface DeliveryTerm {
|
|
|
4114
4289
|
export interface Document {
|
|
4115
4290
|
|
|
4116
4291
|
/**
|
|
4117
|
-
*
|
|
4292
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4118
4293
|
*/
|
|
4119
|
-
|
|
4294
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4120
4295
|
|
|
4121
4296
|
/**
|
|
4122
|
-
*
|
|
4297
|
+
* Referenz zum Rechnungskonto
|
|
4123
4298
|
*/
|
|
4124
|
-
|
|
4299
|
+
billingAccountRef: ApiObjectReference;
|
|
4125
4300
|
|
|
4126
4301
|
/**
|
|
4127
4302
|
* Externe Belegnummer
|
|
@@ -4231,6 +4406,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4231
4406
|
*/
|
|
4232
4407
|
totalBeforeModifier: number;
|
|
4233
4408
|
|
|
4409
|
+
/**
|
|
4410
|
+
* Ist der Beleg festgeschrieben?
|
|
4411
|
+
*/
|
|
4412
|
+
frozen: boolean;
|
|
4413
|
+
|
|
4234
4414
|
/**
|
|
4235
4415
|
* Referenz auf verantwortlichen Benutzer
|
|
4236
4416
|
*/
|
|
@@ -4317,14 +4497,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4317
4497
|
supplierNumber: string;
|
|
4318
4498
|
|
|
4319
4499
|
/**
|
|
4320
|
-
*
|
|
4500
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4321
4501
|
*/
|
|
4322
|
-
|
|
4502
|
+
deliveryApproved: boolean;
|
|
4323
4503
|
|
|
4324
4504
|
/**
|
|
4325
|
-
*
|
|
4505
|
+
* Gesamtpreis brutto
|
|
4326
4506
|
*/
|
|
4327
|
-
|
|
4507
|
+
totalGrossPrice: number;
|
|
4328
4508
|
|
|
4329
4509
|
/**
|
|
4330
4510
|
* Kassen-Zahlungspositionen
|
|
@@ -4404,14 +4584,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4404
4584
|
processedByWorkflow: boolean;
|
|
4405
4585
|
|
|
4406
4586
|
/**
|
|
4407
|
-
*
|
|
4587
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4408
4588
|
*/
|
|
4409
|
-
|
|
4589
|
+
baseTotalDocumentPriceModifier: number;
|
|
4410
4590
|
|
|
4411
4591
|
/**
|
|
4412
|
-
*
|
|
4592
|
+
* Telefon an Versender übergeben
|
|
4413
4593
|
*/
|
|
4414
|
-
|
|
4594
|
+
forwardPhoneToShipper: boolean;
|
|
4415
4595
|
|
|
4416
4596
|
/**
|
|
4417
4597
|
* Liste der Belegtexte
|
|
@@ -4434,14 +4614,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4434
4614
|
defaultAddress: DocumentAddress;
|
|
4435
4615
|
|
|
4436
4616
|
/**
|
|
4437
|
-
*
|
|
4617
|
+
* Verarbeitungsoption für Stapel
|
|
4438
4618
|
*/
|
|
4439
|
-
|
|
4619
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4440
4620
|
|
|
4441
4621
|
/**
|
|
4442
|
-
*
|
|
4622
|
+
* Leistungsdatum
|
|
4443
4623
|
*/
|
|
4444
|
-
|
|
4624
|
+
performanceDate: ScriptingDate;
|
|
4445
4625
|
|
|
4446
4626
|
/**
|
|
4447
4627
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4498,18 +4678,18 @@ true wenn die Quittung bezahlt ist
|
|
|
4498
4678
|
*/
|
|
4499
4679
|
dropShipping: boolean;
|
|
4500
4680
|
|
|
4501
|
-
/**
|
|
4502
|
-
* Gesamtpreis netto
|
|
4503
|
-
*/
|
|
4504
|
-
totalNetPrice: number;
|
|
4505
|
-
|
|
4506
4681
|
/**
|
|
4507
4682
|
* Validierungsstatus bei elektronischen Rechnungen
|
|
4508
4683
|
*/
|
|
4509
4684
|
valitoolValidationState: EInvoiceValidationState;
|
|
4510
4685
|
|
|
4511
4686
|
/**
|
|
4512
|
-
*
|
|
4687
|
+
* Gesamtpreis netto
|
|
4688
|
+
*/
|
|
4689
|
+
totalNetPrice: number;
|
|
4690
|
+
|
|
4691
|
+
/**
|
|
4692
|
+
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
4513
4693
|
*/
|
|
4514
4694
|
published: boolean;
|
|
4515
4695
|
|
|
@@ -4614,14 +4794,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4794
|
customerNumber: string;
|
|
4615
4795
|
|
|
4616
4796
|
/**
|
|
4617
|
-
*
|
|
4797
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4618
4798
|
*/
|
|
4619
|
-
|
|
4799
|
+
taxIdentificationNumber: string;
|
|
4620
4800
|
|
|
4621
4801
|
/**
|
|
4622
|
-
*
|
|
4802
|
+
* Statusinstanz des Belegs
|
|
4623
4803
|
*/
|
|
4624
|
-
|
|
4804
|
+
documentState: DocumentTypeState;
|
|
4625
4805
|
|
|
4626
4806
|
/**
|
|
4627
4807
|
* Versandkostenpositionen
|
|
@@ -4666,14 +4846,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4666
4846
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4667
4847
|
|
|
4668
4848
|
/**
|
|
4669
|
-
*
|
|
4849
|
+
* Status der USt-ID-Prüfung
|
|
4670
4850
|
*/
|
|
4671
|
-
|
|
4851
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4672
4852
|
|
|
4673
4853
|
/**
|
|
4674
|
-
*
|
|
4854
|
+
* Rechnungsadresse
|
|
4675
4855
|
*/
|
|
4676
|
-
|
|
4856
|
+
billingAddress: DocumentAddress;
|
|
4677
4857
|
|
|
4678
4858
|
/**
|
|
4679
4859
|
* Bestellt durch Ansprechpartner
|
|
@@ -4839,14 +5019,14 @@ export interface DocumentAddress {
|
|
|
4839
5019
|
postOfficeBox: string;
|
|
4840
5020
|
|
|
4841
5021
|
/**
|
|
4842
|
-
*
|
|
5022
|
+
* Street
|
|
4843
5023
|
*/
|
|
4844
|
-
|
|
5024
|
+
street: string;
|
|
4845
5025
|
|
|
4846
5026
|
/**
|
|
4847
|
-
*
|
|
5027
|
+
* country code IsoAlpha3
|
|
4848
5028
|
*/
|
|
4849
|
-
|
|
5029
|
+
countryCode: string;
|
|
4850
5030
|
|
|
4851
5031
|
/**
|
|
4852
5032
|
* Unique identifier of the Object
|
|
@@ -5224,209 +5404,319 @@ export const enum DocumentImportType {
|
|
|
5224
5404
|
export interface DocumentLine {
|
|
5225
5405
|
|
|
5226
5406
|
/**
|
|
5227
|
-
*
|
|
5407
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5228
5408
|
*/
|
|
5229
|
-
|
|
5409
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5230
5410
|
|
|
5231
5411
|
/**
|
|
5232
|
-
*
|
|
5412
|
+
* Grundeinheit
|
|
5233
5413
|
*/
|
|
5234
|
-
|
|
5414
|
+
baseCapacityUnit: UnitTypeReference;
|
|
5235
5415
|
|
|
5236
5416
|
/**
|
|
5237
|
-
*
|
|
5417
|
+
* verarbeitete Menge
|
|
5238
5418
|
*/
|
|
5239
|
-
|
|
5419
|
+
quantityCommitted: number;
|
|
5240
5420
|
|
|
5241
5421
|
/**
|
|
5242
|
-
*
|
|
5422
|
+
* Steuern
|
|
5243
5423
|
*/
|
|
5244
|
-
|
|
5424
|
+
taxes: Array<DocumentTax>;
|
|
5245
5425
|
|
|
5246
5426
|
/**
|
|
5247
|
-
*
|
|
5427
|
+
* Kasseninformationen
|
|
5248
5428
|
*/
|
|
5249
|
-
|
|
5429
|
+
posDetail: DocumentLinePosDetail;
|
|
5250
5430
|
|
|
5251
5431
|
/**
|
|
5252
|
-
*
|
|
5432
|
+
* bestätigtes Lieferdatum
|
|
5253
5433
|
*/
|
|
5254
|
-
|
|
5434
|
+
confirmedDeliveryDate: ScriptingDate;
|
|
5255
5435
|
|
|
5256
5436
|
/**
|
|
5257
|
-
*
|
|
5437
|
+
* Artikelnummer
|
|
5258
5438
|
*/
|
|
5259
|
-
|
|
5439
|
+
number: string;
|
|
5260
5440
|
|
|
5261
5441
|
/**
|
|
5262
|
-
*
|
|
5442
|
+
* Gesamtbruttogewicht
|
|
5263
5443
|
*/
|
|
5264
|
-
|
|
5444
|
+
totalGrossWeight: number;
|
|
5265
5445
|
|
|
5266
5446
|
/**
|
|
5267
|
-
*
|
|
5447
|
+
* Referenz zur Kundenauftragszeile
|
|
5268
5448
|
*/
|
|
5269
|
-
|
|
5449
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5270
5450
|
|
|
5271
5451
|
/**
|
|
5272
|
-
*
|
|
5452
|
+
* skontierbare Position?
|
|
5273
5453
|
*/
|
|
5274
|
-
|
|
5454
|
+
cashDiscountable: boolean;
|
|
5275
5455
|
|
|
5276
5456
|
/**
|
|
5277
|
-
*
|
|
5457
|
+
* Preis pro Menge [Brutto, Netto]
|
|
5278
5458
|
*/
|
|
5279
|
-
|
|
5459
|
+
price: number;
|
|
5280
5460
|
|
|
5281
5461
|
/**
|
|
5282
|
-
*
|
|
5462
|
+
* FiBu-Buchung
|
|
5283
5463
|
*/
|
|
5284
|
-
|
|
5464
|
+
financeBooking: DocumentFinanceBooking;
|
|
5285
5465
|
|
|
5286
5466
|
/**
|
|
5287
|
-
*
|
|
5467
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5288
5468
|
*/
|
|
5289
|
-
|
|
5469
|
+
totalLinePriceModifier: number;
|
|
5290
5470
|
|
|
5291
5471
|
/**
|
|
5292
|
-
*
|
|
5472
|
+
* Vorgabe zu Streckengeschäft
|
|
5293
5473
|
*/
|
|
5294
|
-
|
|
5474
|
+
dropShippingPolicy: DropShippingPolicy;
|
|
5295
5475
|
|
|
5296
5476
|
/**
|
|
5297
|
-
*
|
|
5477
|
+
* Vorgabe §13b UStG Artikel
|
|
5298
5478
|
*/
|
|
5299
|
-
|
|
5479
|
+
articleTaxLiabilityReversed: boolean;
|
|
5300
5480
|
|
|
5301
5481
|
/**
|
|
5302
|
-
*
|
|
5482
|
+
* Unique identifier of the Object
|
|
5303
5483
|
*/
|
|
5304
|
-
|
|
5484
|
+
id: number;
|
|
5305
5485
|
|
|
5306
5486
|
/**
|
|
5307
|
-
*
|
|
5487
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5308
5488
|
*/
|
|
5309
|
-
|
|
5489
|
+
positionOfArticleLine: number;
|
|
5310
5490
|
|
|
5311
5491
|
/**
|
|
5312
|
-
*
|
|
5492
|
+
* Serientyp
|
|
5313
5493
|
*/
|
|
5314
|
-
|
|
5494
|
+
serialType: ArticleSerialType;
|
|
5315
5495
|
|
|
5316
5496
|
/**
|
|
5317
|
-
* Preis pro
|
|
5497
|
+
* Preis pro Einheit in Basiswährung
|
|
5318
5498
|
*/
|
|
5319
|
-
|
|
5499
|
+
basePrice: number;
|
|
5320
5500
|
|
|
5321
5501
|
/**
|
|
5322
|
-
*
|
|
5502
|
+
* Steuerschema
|
|
5323
5503
|
*/
|
|
5324
|
-
|
|
5504
|
+
taxSchemaRef: ApiObjectReference;
|
|
5325
5505
|
|
|
5326
5506
|
/**
|
|
5327
|
-
*
|
|
5507
|
+
* Preiseinheit
|
|
5328
5508
|
*/
|
|
5329
|
-
|
|
5509
|
+
priceUnit: number;
|
|
5330
5510
|
|
|
5331
5511
|
/**
|
|
5332
|
-
*
|
|
5512
|
+
* Preisanpassungen - Position Basiswährung
|
|
5333
5513
|
*/
|
|
5334
|
-
|
|
5514
|
+
baseTotalLinePriceModifier: number;
|
|
5335
5515
|
|
|
5336
5516
|
/**
|
|
5337
|
-
*
|
|
5517
|
+
* Steuerbetrag
|
|
5338
5518
|
*/
|
|
5339
|
-
|
|
5519
|
+
vat: number;
|
|
5340
5520
|
|
|
5341
5521
|
/**
|
|
5342
|
-
* Referenz zur
|
|
5522
|
+
* Referenz zur Hauptartikel-Position des Zubehörs
|
|
5343
5523
|
*/
|
|
5344
|
-
|
|
5524
|
+
mainArticleLineRef: ApiObjectReference;
|
|
5345
5525
|
|
|
5346
5526
|
/**
|
|
5347
|
-
*
|
|
5527
|
+
* Version Identifier for this Object (for PUT)
|
|
5348
5528
|
*/
|
|
5349
|
-
|
|
5529
|
+
version: number;
|
|
5350
5530
|
|
|
5351
5531
|
/**
|
|
5352
|
-
*
|
|
5532
|
+
* Gesamtnettogewicht
|
|
5353
5533
|
*/
|
|
5354
|
-
|
|
5534
|
+
totalNetWeight: number;
|
|
5355
5535
|
|
|
5356
5536
|
/**
|
|
5357
|
-
*
|
|
5537
|
+
* wird §13b UStG angewendet?
|
|
5358
5538
|
*/
|
|
5359
|
-
|
|
5539
|
+
taxLiabilityReversed: boolean;
|
|
5360
5540
|
|
|
5361
5541
|
/**
|
|
5362
|
-
*
|
|
5542
|
+
* Komponenten
|
|
5363
5543
|
*/
|
|
5364
|
-
|
|
5544
|
+
components: Array<DocumentLineComponent>;
|
|
5365
5545
|
|
|
5366
5546
|
/**
|
|
5367
|
-
*
|
|
5547
|
+
* Versanddatum
|
|
5368
5548
|
*/
|
|
5369
|
-
|
|
5549
|
+
shippingDate: ScriptingDate;
|
|
5370
5550
|
|
|
5371
5551
|
/**
|
|
5372
|
-
*
|
|
5552
|
+
* Kalkulationsstruktur
|
|
5373
5553
|
*/
|
|
5374
|
-
|
|
5554
|
+
calculationData: string;
|
|
5375
5555
|
|
|
5376
5556
|
/**
|
|
5377
|
-
*
|
|
5557
|
+
* Referenz zur Vorbelegzeile
|
|
5378
5558
|
*/
|
|
5379
|
-
|
|
5559
|
+
sourceLineRef: DocumentLineRef;
|
|
5380
5560
|
|
|
5381
5561
|
/**
|
|
5382
|
-
*
|
|
5562
|
+
* Preisermittlungskriterien
|
|
5383
5563
|
*/
|
|
5384
|
-
|
|
5564
|
+
priceSelectionCriteria: PriceSelectionCriteria;
|
|
5385
5565
|
|
|
5386
5566
|
/**
|
|
5387
|
-
*
|
|
5567
|
+
* Inhalt der Maßeinheit
|
|
5388
5568
|
*/
|
|
5389
|
-
|
|
5569
|
+
capacity: number;
|
|
5390
5570
|
|
|
5391
5571
|
/**
|
|
5392
|
-
*
|
|
5572
|
+
* Einheitentyp
|
|
5393
5573
|
*/
|
|
5394
|
-
|
|
5574
|
+
unitType: UnitTypeReference;
|
|
5395
5575
|
|
|
5396
5576
|
/**
|
|
5397
|
-
*
|
|
5577
|
+
* Zubehör Einfügeart
|
|
5398
5578
|
*/
|
|
5399
|
-
|
|
5579
|
+
insertTerm: AccessoryInsertTerm;
|
|
5400
5580
|
|
|
5401
5581
|
/**
|
|
5402
|
-
*
|
|
5582
|
+
* Lieferdatum
|
|
5403
5583
|
*/
|
|
5404
|
-
|
|
5584
|
+
deliveryDate: ScriptingDate;
|
|
5405
5585
|
|
|
5406
5586
|
/**
|
|
5407
|
-
*
|
|
5587
|
+
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5408
5588
|
*/
|
|
5409
|
-
|
|
5589
|
+
deliveryDateEnd: ScriptingDate;
|
|
5410
5590
|
|
|
5411
5591
|
/**
|
|
5412
|
-
*
|
|
5592
|
+
* Vertragsinformationen
|
|
5413
5593
|
*/
|
|
5414
|
-
|
|
5594
|
+
contractDetail: DocumentContractDetail;
|
|
5415
5595
|
|
|
5416
5596
|
/**
|
|
5417
|
-
*
|
|
5597
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5418
5598
|
*/
|
|
5419
|
-
|
|
5599
|
+
baseSalesValueNet: number;
|
|
5420
5600
|
|
|
5421
5601
|
/**
|
|
5422
|
-
*
|
|
5602
|
+
* Einheit Nettogewicht
|
|
5423
5603
|
*/
|
|
5424
|
-
|
|
5604
|
+
netWeightUnit: UnitTypeReference;
|
|
5425
5605
|
|
|
5426
5606
|
/**
|
|
5427
|
-
*
|
|
5607
|
+
* Produktionsdetails
|
|
5428
5608
|
*/
|
|
5429
|
-
|
|
5609
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5610
|
+
|
|
5611
|
+
/**
|
|
5612
|
+
* Preisanpassungen - anteilig durch Beleg Basiswährung
|
|
5613
|
+
*/
|
|
5614
|
+
baseTotalDocumentPriceModifier: number;
|
|
5615
|
+
|
|
5616
|
+
/**
|
|
5617
|
+
* Positionstexte
|
|
5618
|
+
*/
|
|
5619
|
+
texts: Array<DocumentText>;
|
|
5620
|
+
|
|
5621
|
+
/**
|
|
5622
|
+
* provisionierbare Position?
|
|
5623
|
+
*/
|
|
5624
|
+
commissionable: boolean;
|
|
5625
|
+
|
|
5626
|
+
/**
|
|
5627
|
+
* Hat der Artikel Zubehör?
|
|
5628
|
+
*/
|
|
5629
|
+
hasAccessories: boolean;
|
|
5630
|
+
|
|
5631
|
+
/**
|
|
5632
|
+
* ist diese Position komplett verarbeitet?
|
|
5633
|
+
*/
|
|
5634
|
+
complete: boolean;
|
|
5635
|
+
|
|
5636
|
+
/**
|
|
5637
|
+
* Leistungsdatum
|
|
5638
|
+
*/
|
|
5639
|
+
performanceDate: ScriptingDate;
|
|
5640
|
+
|
|
5641
|
+
/**
|
|
5642
|
+
* Zolltarifnummer
|
|
5643
|
+
*/
|
|
5644
|
+
customsTariffNumber: string;
|
|
5645
|
+
|
|
5646
|
+
/**
|
|
5647
|
+
* Land der Herkunft
|
|
5648
|
+
*/
|
|
5649
|
+
country: CountryReference;
|
|
5650
|
+
|
|
5651
|
+
/**
|
|
5652
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5653
|
+
*/
|
|
5654
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5655
|
+
|
|
5656
|
+
/**
|
|
5657
|
+
* Interne Steuerinformationen
|
|
5658
|
+
*/
|
|
5659
|
+
internalVatInfo: string;
|
|
5660
|
+
|
|
5661
|
+
/**
|
|
5662
|
+
* Garantie in Monaten
|
|
5663
|
+
*/
|
|
5664
|
+
warrantyInMonths: number;
|
|
5665
|
+
|
|
5666
|
+
/**
|
|
5667
|
+
* Abschlagsposition?
|
|
5668
|
+
*/
|
|
5669
|
+
progressInvoice: boolean;
|
|
5670
|
+
|
|
5671
|
+
/**
|
|
5672
|
+
* Versenderspezifische Informationen
|
|
5673
|
+
*/
|
|
5674
|
+
packageOptions: string;
|
|
5675
|
+
|
|
5676
|
+
/**
|
|
5677
|
+
* Provisionen
|
|
5678
|
+
*/
|
|
5679
|
+
commissions: Array<DocumentLineCommission>;
|
|
5680
|
+
|
|
5681
|
+
/**
|
|
5682
|
+
* Gesamtpreis Position in Basiswährung
|
|
5683
|
+
*/
|
|
5684
|
+
baseTotalLinePrice: number;
|
|
5685
|
+
|
|
5686
|
+
/**
|
|
5687
|
+
* Positionstyp
|
|
5688
|
+
*/
|
|
5689
|
+
lineType: DocumentLineType;
|
|
5690
|
+
|
|
5691
|
+
/**
|
|
5692
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5693
|
+
*/
|
|
5694
|
+
preOrderPickedQuantity: number;
|
|
5695
|
+
|
|
5696
|
+
/**
|
|
5697
|
+
* Referenz zur Lieferantenbestellungszeile
|
|
5698
|
+
*/
|
|
5699
|
+
supplierOrderLineIds: Array<number>;
|
|
5700
|
+
|
|
5701
|
+
/**
|
|
5702
|
+
* Externe Referenz zum VDS-Paket
|
|
5703
|
+
*/
|
|
5704
|
+
externalReferenceVds: string;
|
|
5705
|
+
|
|
5706
|
+
/**
|
|
5707
|
+
* MetaInformations for this Object
|
|
5708
|
+
*/
|
|
5709
|
+
info: MetaInfo;
|
|
5710
|
+
|
|
5711
|
+
/**
|
|
5712
|
+
* Lieferart
|
|
5713
|
+
*/
|
|
5714
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5715
|
+
|
|
5716
|
+
/**
|
|
5717
|
+
* Region der Bezahlung wenn aus Inland kommt
|
|
5718
|
+
*/
|
|
5719
|
+
countryRegion: ApiObjectReference;
|
|
5430
5720
|
|
|
5431
5721
|
/**
|
|
5432
5722
|
* Provisionsursprung
|
|
@@ -5448,11 +5738,6 @@ export interface DocumentLine {
|
|
|
5448
5738
|
*/
|
|
5449
5739
|
name: string;
|
|
5450
5740
|
|
|
5451
|
-
/**
|
|
5452
|
-
* Gesamtnettogewicht
|
|
5453
|
-
*/
|
|
5454
|
-
totalNetWeight: number;
|
|
5455
|
-
|
|
5456
5741
|
/**
|
|
5457
5742
|
* Positions-Nummer
|
|
5458
5743
|
*/
|
|
@@ -5473,26 +5758,11 @@ export interface DocumentLine {
|
|
|
5473
5758
|
*/
|
|
5474
5759
|
unitGrossVolumeInCubicMeters: number;
|
|
5475
5760
|
|
|
5476
|
-
/**
|
|
5477
|
-
* wird §13b UStG angewendet?
|
|
5478
|
-
*/
|
|
5479
|
-
taxLiabilityReversed: boolean;
|
|
5480
|
-
|
|
5481
|
-
/**
|
|
5482
|
-
* Komponenten
|
|
5483
|
-
*/
|
|
5484
|
-
components: Array<DocumentLineComponent>;
|
|
5485
|
-
|
|
5486
5761
|
/**
|
|
5487
5762
|
* Summe Dokumentpreisänderungen [Brutto, Netto]
|
|
5488
5763
|
*/
|
|
5489
5764
|
totalDocumentPriceModifier: number;
|
|
5490
5765
|
|
|
5491
|
-
/**
|
|
5492
|
-
* Versanddatum
|
|
5493
|
-
*/
|
|
5494
|
-
shippingDate: ScriptingDate;
|
|
5495
|
-
|
|
5496
5766
|
/**
|
|
5497
5767
|
* Menge in Pick-Vorgang
|
|
5498
5768
|
*/
|
|
@@ -5503,21 +5773,11 @@ export interface DocumentLine {
|
|
|
5503
5773
|
*/
|
|
5504
5774
|
totalGrossVolumeInCubicMeters: number;
|
|
5505
5775
|
|
|
5506
|
-
/**
|
|
5507
|
-
* Kalkulationsstruktur
|
|
5508
|
-
*/
|
|
5509
|
-
calculationData: string;
|
|
5510
|
-
|
|
5511
5776
|
/**
|
|
5512
5777
|
* Beschreibung des Artikels
|
|
5513
5778
|
*/
|
|
5514
5779
|
description: string;
|
|
5515
5780
|
|
|
5516
|
-
/**
|
|
5517
|
-
* Referenz zur Vorbelegzeile
|
|
5518
|
-
*/
|
|
5519
|
-
sourceLineRef: DocumentLineRef;
|
|
5520
|
-
|
|
5521
5781
|
/**
|
|
5522
5782
|
* Preisherkunft
|
|
5523
5783
|
*/
|
|
@@ -5528,11 +5788,6 @@ export interface DocumentLine {
|
|
|
5528
5788
|
*/
|
|
5529
5789
|
storage: ApiObjectReference;
|
|
5530
5790
|
|
|
5531
|
-
/**
|
|
5532
|
-
* Preisermittlungskriterien
|
|
5533
|
-
*/
|
|
5534
|
-
priceSelectionCriteria: PriceSelectionCriteria;
|
|
5535
|
-
|
|
5536
5791
|
/**
|
|
5537
5792
|
* Rohertragsermittlung
|
|
5538
5793
|
*/
|
|
@@ -5543,16 +5798,6 @@ export interface DocumentLine {
|
|
|
5543
5798
|
*/
|
|
5544
5799
|
totalLinePrice: number;
|
|
5545
5800
|
|
|
5546
|
-
/**
|
|
5547
|
-
* Einheitentyp
|
|
5548
|
-
*/
|
|
5549
|
-
unitType: UnitTypeReference;
|
|
5550
|
-
|
|
5551
|
-
/**
|
|
5552
|
-
* Zubehör Einfügeart
|
|
5553
|
-
*/
|
|
5554
|
-
insertTerm: AccessoryInsertTerm;
|
|
5555
|
-
|
|
5556
5801
|
/**
|
|
5557
5802
|
* Referenz zur Basiszeile
|
|
5558
5803
|
*/
|
|
@@ -5569,35 +5814,15 @@ export interface DocumentLine {
|
|
|
5569
5814
|
discountable: boolean;
|
|
5570
5815
|
|
|
5571
5816
|
/**
|
|
5572
|
-
*
|
|
5573
|
-
*/
|
|
5574
|
-
deliveryDate: ScriptingDate;
|
|
5575
|
-
|
|
5576
|
-
/**
|
|
5577
|
-
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5817
|
+
* Inhalt der Grundeinheit
|
|
5578
5818
|
*/
|
|
5579
|
-
|
|
5819
|
+
baseCapacity: number;
|
|
5580
5820
|
|
|
5581
5821
|
/**
|
|
5582
5822
|
* Produkttyp
|
|
5583
5823
|
*/
|
|
5584
5824
|
productType: ProductType;
|
|
5585
5825
|
|
|
5586
|
-
/**
|
|
5587
|
-
* Nettoverkaufswert der Position in Basiswährung
|
|
5588
|
-
*/
|
|
5589
|
-
baseSalesValueNet: number;
|
|
5590
|
-
|
|
5591
|
-
/**
|
|
5592
|
-
* Vertragsinformationen
|
|
5593
|
-
*/
|
|
5594
|
-
contractDetail: DocumentContractDetail;
|
|
5595
|
-
|
|
5596
|
-
/**
|
|
5597
|
-
* Einheit Nettogewicht
|
|
5598
|
-
*/
|
|
5599
|
-
netWeightUnit: UnitTypeReference;
|
|
5600
|
-
|
|
5601
5826
|
/**
|
|
5602
5827
|
* Menge
|
|
5603
5828
|
*/
|
|
@@ -5613,11 +5838,6 @@ export interface DocumentLine {
|
|
|
5613
5838
|
*/
|
|
5614
5839
|
presetPrice: number;
|
|
5615
5840
|
|
|
5616
|
-
/**
|
|
5617
|
-
* Produktionsdetails
|
|
5618
|
-
*/
|
|
5619
|
-
fabricationDetail: DocumentLineFabricationDetail;
|
|
5620
|
-
|
|
5621
5841
|
/**
|
|
5622
5842
|
* Freifelder
|
|
5623
5843
|
*/
|
|
@@ -5634,9 +5854,9 @@ export interface DocumentLine {
|
|
|
5634
5854
|
internalPriceModifierInfo: string;
|
|
5635
5855
|
|
|
5636
5856
|
/**
|
|
5637
|
-
*
|
|
5857
|
+
* Maßeinheit
|
|
5638
5858
|
*/
|
|
5639
|
-
|
|
5859
|
+
capacityUnit: UnitTypeReference;
|
|
5640
5860
|
|
|
5641
5861
|
/**
|
|
5642
5862
|
* Lieferbedingung
|
|
@@ -5648,16 +5868,6 @@ export interface DocumentLine {
|
|
|
5648
5868
|
*/
|
|
5649
5869
|
grossWeight: number;
|
|
5650
5870
|
|
|
5651
|
-
/**
|
|
5652
|
-
* Positionstexte
|
|
5653
|
-
*/
|
|
5654
|
-
texts: Array<DocumentText>;
|
|
5655
|
-
|
|
5656
|
-
/**
|
|
5657
|
-
* provisionierbare Position?
|
|
5658
|
-
*/
|
|
5659
|
-
commissionable: boolean;
|
|
5660
|
-
|
|
5661
5871
|
/**
|
|
5662
5872
|
* angewendete Preisänderungen
|
|
5663
5873
|
*/
|
|
@@ -5668,16 +5878,6 @@ export interface DocumentLine {
|
|
|
5668
5878
|
*/
|
|
5669
5879
|
previousDecisions: JsonNode;
|
|
5670
5880
|
|
|
5671
|
-
/**
|
|
5672
|
-
* Hat der Artikel Zubehör?
|
|
5673
|
-
*/
|
|
5674
|
-
hasAccessories: boolean;
|
|
5675
|
-
|
|
5676
|
-
/**
|
|
5677
|
-
* ist diese Position komplett verarbeitet?
|
|
5678
|
-
*/
|
|
5679
|
-
complete: boolean;
|
|
5680
|
-
|
|
5681
5881
|
/**
|
|
5682
5882
|
* Komponenten
|
|
5683
5883
|
*/
|
|
@@ -6035,14 +6235,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6035
6235
|
quantityFinished: number;
|
|
6036
6236
|
|
|
6037
6237
|
/**
|
|
6038
|
-
*
|
|
6238
|
+
* Menge defekt
|
|
6039
6239
|
*/
|
|
6040
|
-
|
|
6240
|
+
quantityDefective: number;
|
|
6041
6241
|
|
|
6042
6242
|
/**
|
|
6043
|
-
*
|
|
6243
|
+
* Produzierte Seriennummern
|
|
6044
6244
|
*/
|
|
6045
|
-
|
|
6245
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6046
6246
|
|
|
6047
6247
|
/**
|
|
6048
6248
|
* Freifeld
|
|
@@ -6186,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6186
6386
|
balanceBeforeWithdrawal: number;
|
|
6187
6387
|
|
|
6188
6388
|
/**
|
|
6189
|
-
*
|
|
6389
|
+
* Typ der Position
|
|
6190
6390
|
*/
|
|
6191
|
-
|
|
6391
|
+
posLineType: PosLineType;
|
|
6192
6392
|
|
|
6193
6393
|
/**
|
|
6194
|
-
*
|
|
6394
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6195
6395
|
*/
|
|
6196
|
-
|
|
6396
|
+
externalPaymentId: string;
|
|
6197
6397
|
|
|
6198
6398
|
/**
|
|
6199
6399
|
* Unique identifier of the Object
|
|
@@ -6407,14 +6607,14 @@ export interface DocumentPosPayment {
|
|
|
6407
6607
|
version: number;
|
|
6408
6608
|
|
|
6409
6609
|
/**
|
|
6410
|
-
*
|
|
6610
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6411
6611
|
*/
|
|
6412
|
-
|
|
6612
|
+
withdrawalAmount: number;
|
|
6413
6613
|
|
|
6414
6614
|
/**
|
|
6415
|
-
*
|
|
6615
|
+
* Zahlungsart
|
|
6416
6616
|
*/
|
|
6417
|
-
|
|
6617
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6418
6618
|
|
|
6419
6619
|
/**
|
|
6420
6620
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6427,14 +6627,14 @@ export interface DocumentPosPayment {
|
|
|
6427
6627
|
balanceBeforeWithdrawal: number;
|
|
6428
6628
|
|
|
6429
6629
|
/**
|
|
6430
|
-
*
|
|
6630
|
+
* Typ der Position
|
|
6431
6631
|
*/
|
|
6432
|
-
|
|
6632
|
+
posLineType: PosLineType;
|
|
6433
6633
|
|
|
6434
6634
|
/**
|
|
6435
|
-
*
|
|
6635
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6436
6636
|
*/
|
|
6437
|
-
|
|
6637
|
+
externalPaymentId: string;
|
|
6438
6638
|
|
|
6439
6639
|
/**
|
|
6440
6640
|
* Unique identifier of the Object
|
|
@@ -6562,14 +6762,14 @@ export const enum DocumentRounding {
|
|
|
6562
6762
|
export interface DocumentShippingCost {
|
|
6563
6763
|
|
|
6564
6764
|
/**
|
|
6565
|
-
*
|
|
6765
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6566
6766
|
*/
|
|
6567
|
-
|
|
6767
|
+
manualCosts: boolean;
|
|
6568
6768
|
|
|
6569
6769
|
/**
|
|
6570
|
-
*
|
|
6770
|
+
* Die Versandkosten
|
|
6571
6771
|
*/
|
|
6572
|
-
|
|
6772
|
+
costs: number;
|
|
6573
6773
|
|
|
6574
6774
|
/**
|
|
6575
6775
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6697,14 +6897,14 @@ export interface DocumentText {
|
|
|
6697
6897
|
transferableIntoSubsequentDocuments: boolean;
|
|
6698
6898
|
|
|
6699
6899
|
/**
|
|
6700
|
-
*
|
|
6900
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6701
6901
|
*/
|
|
6702
|
-
|
|
6902
|
+
textPosition: TextPosition;
|
|
6703
6903
|
|
|
6704
6904
|
/**
|
|
6705
|
-
*
|
|
6905
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6706
6906
|
*/
|
|
6707
|
-
|
|
6907
|
+
deleted: boolean;
|
|
6708
6908
|
|
|
6709
6909
|
/**
|
|
6710
6910
|
* textBaustein Vorlage
|
|
@@ -7022,14 +7222,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7022
7222
|
bookDate: ScriptingDate;
|
|
7023
7223
|
|
|
7024
7224
|
/**
|
|
7025
|
-
*
|
|
7225
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7026
7226
|
*/
|
|
7027
|
-
|
|
7227
|
+
targetExpiryDate: ScriptingDate;
|
|
7028
7228
|
|
|
7029
7229
|
/**
|
|
7030
|
-
*
|
|
7230
|
+
* Die gültige Seriennummer
|
|
7031
7231
|
*/
|
|
7032
|
-
|
|
7232
|
+
targetSerialNumber: string;
|
|
7033
7233
|
|
|
7034
7234
|
/**
|
|
7035
7235
|
* Quell-Lagerplatz
|
|
@@ -8149,14 +8349,14 @@ export interface OpenItemRecord {
|
|
|
8149
8349
|
version: number;
|
|
8150
8350
|
|
|
8151
8351
|
/**
|
|
8152
|
-
*
|
|
8352
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8153
8353
|
*/
|
|
8154
|
-
|
|
8354
|
+
transactionId: number;
|
|
8155
8355
|
|
|
8156
8356
|
/**
|
|
8157
|
-
*
|
|
8357
|
+
* Buchungsbetrag in Basiswährung
|
|
8158
8358
|
*/
|
|
8159
|
-
|
|
8359
|
+
baseAmount: number;
|
|
8160
8360
|
|
|
8161
8361
|
/**
|
|
8162
8362
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8330,14 +8530,14 @@ export interface PaymentMethod {
|
|
|
8330
8530
|
daysToAddForFollowup: number;
|
|
8331
8531
|
|
|
8332
8532
|
/**
|
|
8333
|
-
*
|
|
8533
|
+
* Die Business Transaction
|
|
8334
8534
|
*/
|
|
8335
|
-
|
|
8535
|
+
businessTransaction: ApiObjectReference;
|
|
8336
8536
|
|
|
8337
8537
|
/**
|
|
8338
|
-
*
|
|
8538
|
+
* external Payment Id
|
|
8339
8539
|
*/
|
|
8340
|
-
|
|
8540
|
+
externalPaymentId: string;
|
|
8341
8541
|
|
|
8342
8542
|
/**
|
|
8343
8543
|
* Unique identifier of the Object
|
|
@@ -8431,14 +8631,14 @@ export interface PaymentTerm {
|
|
|
8431
8631
|
printDescription: string;
|
|
8432
8632
|
|
|
8433
8633
|
/**
|
|
8434
|
-
* for
|
|
8634
|
+
* Days for Discount 1
|
|
8435
8635
|
*/
|
|
8436
|
-
|
|
8636
|
+
paymentDays1: number;
|
|
8437
8637
|
|
|
8438
8638
|
/**
|
|
8439
|
-
*
|
|
8639
|
+
* for deposit: remaining term
|
|
8440
8640
|
*/
|
|
8441
|
-
|
|
8641
|
+
remainingTermRef: ApiObjectReference;
|
|
8442
8642
|
|
|
8443
8643
|
/**
|
|
8444
8644
|
* Days for Discount 2
|
|
@@ -8839,14 +9039,14 @@ export interface PicklistLine {
|
|
|
8839
9039
|
articleNumber: string;
|
|
8840
9040
|
|
|
8841
9041
|
/**
|
|
8842
|
-
*
|
|
9042
|
+
* Art der Position
|
|
8843
9043
|
*/
|
|
8844
|
-
|
|
9044
|
+
lineType: PicklistLineType;
|
|
8845
9045
|
|
|
8846
9046
|
/**
|
|
8847
|
-
*
|
|
9047
|
+
* Lagernummer
|
|
8848
9048
|
*/
|
|
8849
|
-
|
|
9049
|
+
storageNumber: string;
|
|
8850
9050
|
|
|
8851
9051
|
/**
|
|
8852
9052
|
* ID der Ziel-Dokumentposition
|
|
@@ -8985,14 +9185,14 @@ export interface PicklistLineComponent {
|
|
|
8985
9185
|
targetDocumentLineComponentId: number;
|
|
8986
9186
|
|
|
8987
9187
|
/**
|
|
8988
|
-
*
|
|
9188
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8989
9189
|
*/
|
|
8990
|
-
|
|
9190
|
+
quantityPerAssemblyGroup: number;
|
|
8991
9191
|
|
|
8992
9192
|
/**
|
|
8993
|
-
*
|
|
9193
|
+
* abweichende Artikelbezeichnung
|
|
8994
9194
|
*/
|
|
8995
|
-
|
|
9195
|
+
articleAlternativeName: string;
|
|
8996
9196
|
|
|
8997
9197
|
/**
|
|
8998
9198
|
* Verpackte Menge der Position
|
|
@@ -9161,19 +9361,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9161
9361
|
maxArticleCountPerOrder: number;
|
|
9162
9362
|
|
|
9163
9363
|
/**
|
|
9164
|
-
*
|
|
9364
|
+
* Maximaler Auftragswert
|
|
9165
9365
|
*/
|
|
9166
|
-
|
|
9366
|
+
maxOrderValue: number;
|
|
9167
9367
|
|
|
9168
9368
|
/**
|
|
9169
|
-
*
|
|
9369
|
+
* Alternative Selektion in VQL
|
|
9170
9370
|
*/
|
|
9171
|
-
|
|
9371
|
+
alternativeSelectionInVql: string;
|
|
9172
9372
|
|
|
9173
9373
|
/**
|
|
9174
|
-
*
|
|
9374
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9175
9375
|
*/
|
|
9176
|
-
|
|
9376
|
+
maxOrderCount: number;
|
|
9177
9377
|
|
|
9178
9378
|
/**
|
|
9179
9379
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9181,9 +9381,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9181
9381
|
onlyFullDeliverableOrderLines: boolean;
|
|
9182
9382
|
|
|
9183
9383
|
/**
|
|
9184
|
-
*
|
|
9384
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9185
9385
|
*/
|
|
9186
|
-
|
|
9386
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9187
9387
|
|
|
9188
9388
|
/**
|
|
9189
9389
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9259,9 +9459,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9259
9459
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9260
9460
|
|
|
9261
9461
|
/**
|
|
9262
|
-
*
|
|
9462
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9263
9463
|
*/
|
|
9264
|
-
|
|
9464
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9265
9465
|
|
|
9266
9466
|
/**
|
|
9267
9467
|
* Der zu verwendende Pickwagen
|
|
@@ -9269,19 +9469,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9269
9469
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9270
9470
|
|
|
9271
9471
|
/**
|
|
9272
|
-
*
|
|
9472
|
+
* Lagerplätze vorgeben
|
|
9273
9473
|
*/
|
|
9274
|
-
|
|
9474
|
+
specifyStorageBins: boolean;
|
|
9275
9475
|
|
|
9276
9476
|
/**
|
|
9277
|
-
*
|
|
9477
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9278
9478
|
*/
|
|
9279
|
-
|
|
9479
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9280
9480
|
|
|
9281
9481
|
/**
|
|
9282
|
-
*
|
|
9482
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9283
9483
|
*/
|
|
9284
|
-
|
|
9484
|
+
sortByRoutePosition: boolean;
|
|
9285
9485
|
|
|
9286
9486
|
/**
|
|
9287
9487
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -9327,20 +9527,25 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9327
9527
|
alwaysShowDeliveryMethod: boolean;
|
|
9328
9528
|
|
|
9329
9529
|
/**
|
|
9330
|
-
*
|
|
9530
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9331
9531
|
*/
|
|
9332
|
-
|
|
9532
|
+
autoPrintDeliveryDocument: boolean;
|
|
9333
9533
|
|
|
9334
9534
|
/**
|
|
9335
|
-
*
|
|
9535
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9336
9536
|
*/
|
|
9337
|
-
|
|
9537
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9338
9538
|
|
|
9339
9539
|
/**
|
|
9340
9540
|
* Versand-Dialog beim Abschluss zeigen
|
|
9341
9541
|
*/
|
|
9342
9542
|
showShippingFormOnPickingFinish: boolean;
|
|
9343
9543
|
|
|
9544
|
+
/**
|
|
9545
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9546
|
+
*/
|
|
9547
|
+
printLabelOnScan: boolean;
|
|
9548
|
+
|
|
9344
9549
|
/**
|
|
9345
9550
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
9346
9551
|
*/
|
|
@@ -9356,11 +9561,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9356
9561
|
*/
|
|
9357
9562
|
useDigitalPicklist: boolean;
|
|
9358
9563
|
|
|
9359
|
-
/**
|
|
9360
|
-
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9361
|
-
*/
|
|
9362
|
-
printLabelOnScan: boolean;
|
|
9363
|
-
|
|
9364
9564
|
/**
|
|
9365
9565
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9366
9566
|
*/
|
|
@@ -9376,26 +9576,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9376
9576
|
*/
|
|
9377
9577
|
printLabelOnCompleteOrder: boolean;
|
|
9378
9578
|
|
|
9379
|
-
/**
|
|
9380
|
-
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9381
|
-
*/
|
|
9382
|
-
printLabelAfterPicking: boolean;
|
|
9383
|
-
|
|
9384
9579
|
/**
|
|
9385
9580
|
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9386
9581
|
*/
|
|
9387
9582
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9388
9583
|
|
|
9389
9584
|
/**
|
|
9390
|
-
* Sollen
|
|
9585
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9391
9586
|
*/
|
|
9392
|
-
|
|
9587
|
+
printLabelAfterPicking: boolean;
|
|
9393
9588
|
|
|
9394
9589
|
/**
|
|
9395
9590
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9396
9591
|
*/
|
|
9397
9592
|
autoDeterminationOfLots: boolean;
|
|
9398
9593
|
|
|
9594
|
+
/**
|
|
9595
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9596
|
+
*/
|
|
9597
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9598
|
+
|
|
9399
9599
|
/**
|
|
9400
9600
|
* Zielmengen in Masken verstecken?
|
|
9401
9601
|
*/
|
|
@@ -9470,14 +9670,14 @@ export interface PriceSelectionCriteria {
|
|
|
9470
9670
|
quantity: number;
|
|
9471
9671
|
|
|
9472
9672
|
/**
|
|
9473
|
-
* Liste von
|
|
9673
|
+
* Liste von Artikel-IDs
|
|
9474
9674
|
*/
|
|
9475
|
-
|
|
9675
|
+
articleIds: Array<number>;
|
|
9476
9676
|
|
|
9477
9677
|
/**
|
|
9478
|
-
* Liste von
|
|
9678
|
+
* Liste von Account-IDs
|
|
9479
9679
|
*/
|
|
9480
|
-
|
|
9680
|
+
accountIds: Array<number>;
|
|
9481
9681
|
|
|
9482
9682
|
/**
|
|
9483
9683
|
* ein qualifier
|
|
@@ -9644,14 +9844,14 @@ export interface ProductArticleRef {
|
|
|
9644
9844
|
export interface ProductDiscount {
|
|
9645
9845
|
|
|
9646
9846
|
/**
|
|
9647
|
-
*
|
|
9847
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9648
9848
|
*/
|
|
9649
|
-
|
|
9849
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9650
9850
|
|
|
9651
9851
|
/**
|
|
9652
|
-
*
|
|
9852
|
+
* Kundengruppe
|
|
9653
9853
|
*/
|
|
9654
|
-
|
|
9854
|
+
customerGroupRef: ApiObjectReference;
|
|
9655
9855
|
|
|
9656
9856
|
/**
|
|
9657
9857
|
* Lieferantengruppe
|
|
@@ -9699,14 +9899,14 @@ export interface ProductDiscount {
|
|
|
9699
9899
|
currencyRef: CurrencyReference;
|
|
9700
9900
|
|
|
9701
9901
|
/**
|
|
9702
|
-
*
|
|
9902
|
+
* Preisgruppe
|
|
9703
9903
|
*/
|
|
9704
|
-
|
|
9904
|
+
priceGroupRef: ApiObjectReference;
|
|
9705
9905
|
|
|
9706
9906
|
/**
|
|
9707
|
-
*
|
|
9907
|
+
* Wert des Rabatts
|
|
9708
9908
|
*/
|
|
9709
|
-
|
|
9909
|
+
modifierValue: number;
|
|
9710
9910
|
|
|
9711
9911
|
/**
|
|
9712
9912
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -9853,14 +10053,14 @@ export interface ProductMainGroup {
|
|
|
9853
10053
|
export interface ProductPrice {
|
|
9854
10054
|
|
|
9855
10055
|
/**
|
|
9856
|
-
*
|
|
10056
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
9857
10057
|
*/
|
|
9858
|
-
|
|
10058
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9859
10059
|
|
|
9860
10060
|
/**
|
|
9861
|
-
*
|
|
10061
|
+
* Kundengruppe
|
|
9862
10062
|
*/
|
|
9863
|
-
|
|
10063
|
+
customerGroupRef: ApiObjectReference;
|
|
9864
10064
|
|
|
9865
10065
|
/**
|
|
9866
10066
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10063,19 +10263,19 @@ export const enum RegulationSet {
|
|
|
10063
10263
|
export interface RequestDocument {
|
|
10064
10264
|
|
|
10065
10265
|
/**
|
|
10066
|
-
*
|
|
10266
|
+
* Belegdatum
|
|
10067
10267
|
*/
|
|
10068
|
-
|
|
10268
|
+
documentDate: ScriptingDate;
|
|
10069
10269
|
|
|
10070
10270
|
/**
|
|
10071
|
-
*
|
|
10271
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10072
10272
|
*/
|
|
10073
|
-
|
|
10273
|
+
incomingGoodsStorageBinId: number;
|
|
10074
10274
|
|
|
10075
10275
|
/**
|
|
10076
|
-
*
|
|
10276
|
+
* Der Anzahlungsbetrag
|
|
10077
10277
|
*/
|
|
10078
|
-
|
|
10278
|
+
depositPaymentAmount: number;
|
|
10079
10279
|
|
|
10080
10280
|
/**
|
|
10081
10281
|
* Leistungsdatum
|
|
@@ -10083,9 +10283,9 @@ export interface RequestDocument {
|
|
|
10083
10283
|
performanceDate: ScriptingDate;
|
|
10084
10284
|
|
|
10085
10285
|
/**
|
|
10086
|
-
*
|
|
10286
|
+
* ID der Kassenschublade (bei POS)
|
|
10087
10287
|
*/
|
|
10088
|
-
|
|
10288
|
+
cashDrawerId: number;
|
|
10089
10289
|
|
|
10090
10290
|
/**
|
|
10091
10291
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10153,14 +10353,14 @@ export interface RequestDocument {
|
|
|
10153
10353
|
posRegisterId: number;
|
|
10154
10354
|
|
|
10155
10355
|
/**
|
|
10156
|
-
*
|
|
10356
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10157
10357
|
*/
|
|
10158
|
-
|
|
10358
|
+
supplierAccountId: number;
|
|
10159
10359
|
|
|
10160
10360
|
/**
|
|
10161
|
-
*
|
|
10361
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10162
10362
|
*/
|
|
10163
|
-
|
|
10363
|
+
paymentTermId: number;
|
|
10164
10364
|
|
|
10165
10365
|
/**
|
|
10166
10366
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -10208,14 +10408,14 @@ export interface RequestDocument {
|
|
|
10208
10408
|
texts: Array<DocumentText>;
|
|
10209
10409
|
|
|
10210
10410
|
/**
|
|
10211
|
-
*
|
|
10411
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10212
10412
|
*/
|
|
10213
|
-
|
|
10413
|
+
processedByPicklistProcessing: boolean;
|
|
10214
10414
|
|
|
10215
10415
|
/**
|
|
10216
|
-
*
|
|
10416
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10217
10417
|
*/
|
|
10218
|
-
|
|
10418
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10219
10419
|
|
|
10220
10420
|
/**
|
|
10221
10421
|
* Die Rabatte des Beleges
|
|
@@ -10271,14 +10471,14 @@ export interface RequestDocumentLine {
|
|
|
10271
10471
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10272
10472
|
|
|
10273
10473
|
/**
|
|
10274
|
-
*
|
|
10474
|
+
* FiBu-Angaben
|
|
10275
10475
|
*/
|
|
10276
|
-
|
|
10476
|
+
financeBooking: DocumentFinanceBooking;
|
|
10277
10477
|
|
|
10278
10478
|
/**
|
|
10279
|
-
*
|
|
10479
|
+
* Typ dieser Position
|
|
10280
10480
|
*/
|
|
10281
|
-
|
|
10481
|
+
lineType: DocumentLineType;
|
|
10282
10482
|
|
|
10283
10483
|
/**
|
|
10284
10484
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10376,14 +10576,14 @@ export interface RequestDocumentLine {
|
|
|
10376
10576
|
name: string;
|
|
10377
10577
|
|
|
10378
10578
|
/**
|
|
10379
|
-
*
|
|
10579
|
+
* ID der Quell-Belegposition
|
|
10380
10580
|
*/
|
|
10381
|
-
|
|
10581
|
+
sourceLineId: number;
|
|
10382
10582
|
|
|
10383
10583
|
/**
|
|
10384
|
-
*
|
|
10584
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10385
10585
|
*/
|
|
10386
|
-
|
|
10586
|
+
externalArticleNumber: string;
|
|
10387
10587
|
|
|
10388
10588
|
/**
|
|
10389
10589
|
* Buchungen zu dieser Belegposition
|
|
@@ -10391,14 +10591,14 @@ export interface RequestDocumentLine {
|
|
|
10391
10591
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10392
10592
|
|
|
10393
10593
|
/**
|
|
10394
|
-
*
|
|
10594
|
+
* (optional) Preis des Artikels dieser Position
|
|
10395
10595
|
*/
|
|
10396
|
-
|
|
10596
|
+
productPrice: number;
|
|
10397
10597
|
|
|
10398
10598
|
/**
|
|
10399
|
-
*
|
|
10599
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10400
10600
|
*/
|
|
10401
|
-
|
|
10601
|
+
doLabelPrint: boolean;
|
|
10402
10602
|
}
|
|
10403
10603
|
|
|
10404
10604
|
export interface RequestDocumentLineBooking {
|
|
@@ -10527,14 +10727,14 @@ export interface RequestDocumentText {
|
|
|
10527
10727
|
export interface RevenueCalculation {
|
|
10528
10728
|
|
|
10529
10729
|
/**
|
|
10530
|
-
*
|
|
10730
|
+
* Netto Umsatz
|
|
10531
10731
|
*/
|
|
10532
|
-
|
|
10732
|
+
salesValue: number;
|
|
10533
10733
|
|
|
10534
10734
|
/**
|
|
10535
|
-
*
|
|
10735
|
+
* Deckungsbeitrag (absolut)
|
|
10536
10736
|
*/
|
|
10537
|
-
|
|
10737
|
+
revenue: number;
|
|
10538
10738
|
|
|
10539
10739
|
/**
|
|
10540
10740
|
* Einkaufspreis
|
|
@@ -11735,11 +11935,6 @@ export interface Supplier {
|
|
|
11735
11935
|
*/
|
|
11736
11936
|
info: MetaInfo;
|
|
11737
11937
|
|
|
11738
|
-
/**
|
|
11739
|
-
* tax able or tax free
|
|
11740
|
-
*/
|
|
11741
|
-
taxable: boolean;
|
|
11742
|
-
|
|
11743
11938
|
/**
|
|
11744
11939
|
* Lieferantengruppe
|
|
11745
11940
|
*/
|
|
@@ -11750,6 +11945,11 @@ export interface Supplier {
|
|
|
11750
11945
|
*/
|
|
11751
11946
|
deliveryMethodRef: ApiObjectReference;
|
|
11752
11947
|
|
|
11948
|
+
/**
|
|
11949
|
+
* tax able or tax free
|
|
11950
|
+
*/
|
|
11951
|
+
taxable: boolean;
|
|
11952
|
+
|
|
11753
11953
|
/**
|
|
11754
11954
|
* Mahnen?
|
|
11755
11955
|
*/
|
|
@@ -11880,14 +12080,14 @@ export const enum TagType {
|
|
|
11880
12080
|
export interface TaxIdForeignCountry {
|
|
11881
12081
|
|
|
11882
12082
|
/**
|
|
11883
|
-
*
|
|
12083
|
+
* Tax ID of the company in the associated country
|
|
11884
12084
|
*/
|
|
11885
|
-
|
|
12085
|
+
taxId: string;
|
|
11886
12086
|
|
|
11887
12087
|
/**
|
|
11888
|
-
*
|
|
12088
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
11889
12089
|
*/
|
|
11890
|
-
|
|
12090
|
+
countryCode: string;
|
|
11891
12091
|
|
|
11892
12092
|
/**
|
|
11893
12093
|
* Unique identifier of the Object
|
|
@@ -12173,14 +12373,14 @@ export interface User {
|
|
|
12173
12373
|
version: number;
|
|
12174
12374
|
|
|
12175
12375
|
/**
|
|
12176
|
-
*
|
|
12376
|
+
* first-name
|
|
12177
12377
|
*/
|
|
12178
|
-
|
|
12378
|
+
firstName: string;
|
|
12179
12379
|
|
|
12180
12380
|
/**
|
|
12181
|
-
*
|
|
12381
|
+
* is the email verified
|
|
12182
12382
|
*/
|
|
12183
|
-
|
|
12383
|
+
emailVerified: boolean;
|
|
12184
12384
|
|
|
12185
12385
|
/**
|
|
12186
12386
|
* email-address
|
|
@@ -12215,6 +12415,11 @@ export const enum ValueType {
|
|
|
12215
12415
|
|
|
12216
12416
|
export interface VariantAttribute {
|
|
12217
12417
|
|
|
12418
|
+
/**
|
|
12419
|
+
* Eindeutiger Identifier
|
|
12420
|
+
*/
|
|
12421
|
+
identifier: string;
|
|
12422
|
+
|
|
12218
12423
|
/**
|
|
12219
12424
|
* Aktiv?
|
|
12220
12425
|
*/
|
|
@@ -12383,14 +12588,14 @@ export interface VariantValue {
|
|
|
12383
12588
|
version: number;
|
|
12384
12589
|
|
|
12385
12590
|
/**
|
|
12386
|
-
*
|
|
12591
|
+
* Mehrsprachige Bezeichnungen
|
|
12387
12592
|
*/
|
|
12388
|
-
|
|
12593
|
+
labels: Array<VariantDescription>;
|
|
12389
12594
|
|
|
12390
12595
|
/**
|
|
12391
|
-
*
|
|
12596
|
+
* Variantenattribut
|
|
12392
12597
|
*/
|
|
12393
|
-
|
|
12598
|
+
attributeRef: ApiObjectReference;
|
|
12394
12599
|
|
|
12395
12600
|
/**
|
|
12396
12601
|
* MetaInformations for this Object
|