@vario-software/types 2026.32.9 → 2026.33.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 +1092 -795
- package/scripting/services.d.ts +141 -60
- package/scripting/types.d.ts +775 -653
package/scripting/types.d.ts
CHANGED
|
@@ -19,14 +19,14 @@ export const enum AccessoryInsertTerm {
|
|
|
19
19
|
export interface Account {
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Notiz
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
note: string;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
taxLiabilityReversed: boolean;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Alle Adressen außer der Standard-Adresse
|
|
@@ -179,9 +179,9 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* Sprache des Accounts
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
languageCode: string;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
187
|
* Erstkontakt am
|
|
@@ -189,9 +189,9 @@ export interface Account {
|
|
|
189
189
|
initialContactAt: ScriptingDate;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* calculation mode of this document
|
|
193
193
|
*/
|
|
194
|
-
|
|
194
|
+
calculationMode: CalculationMode;
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
197
|
* Has this Account a possible duplicate
|
|
@@ -214,14 +214,14 @@ export interface Account {
|
|
|
214
214
|
persons: Array<AccountPerson>;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
218
218
|
*/
|
|
219
|
-
|
|
219
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Standard-Ansprechpartner
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
defaultPerson: AccountPerson;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
227
|
* Account-Beziehungen
|
|
@@ -229,14 +229,14 @@ export interface Account {
|
|
|
229
229
|
relations: Array<AccountRelation>;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* currency code IsoAlpha3
|
|
233
233
|
*/
|
|
234
|
-
|
|
234
|
+
currencyCode: string;
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
|
-
*
|
|
237
|
+
* Aktuell berechnete Werte zum Kreditlimit des Accounts
|
|
238
238
|
*/
|
|
239
|
-
|
|
239
|
+
loanValue: AccountLoanValue;
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
242
|
* Report-Gruppe, falls vom Standard abweichend
|
|
@@ -302,14 +302,14 @@ export interface AccountAddress {
|
|
|
302
302
|
postOfficeBox: string;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
|
-
*
|
|
305
|
+
* Country code
|
|
306
306
|
*/
|
|
307
|
-
|
|
307
|
+
countryCode: string;
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* Street
|
|
311
311
|
*/
|
|
312
|
-
|
|
312
|
+
street: string;
|
|
313
313
|
|
|
314
314
|
/**
|
|
315
315
|
* Unique identifier of the Object
|
|
@@ -372,14 +372,14 @@ export interface AccountAddress {
|
|
|
372
372
|
defaultForType: boolean;
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* Sprache der Adresse
|
|
376
376
|
*/
|
|
377
|
-
|
|
377
|
+
languageCode: string;
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* calculation mode of this address
|
|
381
381
|
*/
|
|
382
|
-
|
|
382
|
+
calculationMode: CalculationMode;
|
|
383
383
|
|
|
384
384
|
/**
|
|
385
385
|
* Version Identifier for this Object (for PUT)
|
|
@@ -387,14 +387,14 @@ export interface AccountAddress {
|
|
|
387
387
|
version: number;
|
|
388
388
|
|
|
389
389
|
/**
|
|
390
|
-
*
|
|
390
|
+
* Additional address line1
|
|
391
391
|
*/
|
|
392
|
-
|
|
392
|
+
additionalAddressLine1: string;
|
|
393
393
|
|
|
394
394
|
/**
|
|
395
|
-
*
|
|
395
|
+
* tax identification number/ UST-ID-Nr.
|
|
396
396
|
*/
|
|
397
|
-
|
|
397
|
+
taxIdentificationNumber: string;
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
400
|
* Parcel station
|
|
@@ -848,14 +848,14 @@ export interface AccountPerson {
|
|
|
848
848
|
sortOrder: number;
|
|
849
849
|
|
|
850
850
|
/**
|
|
851
|
-
*
|
|
851
|
+
* Comment
|
|
852
852
|
*/
|
|
853
|
-
|
|
853
|
+
comment: string;
|
|
854
854
|
|
|
855
855
|
/**
|
|
856
|
-
*
|
|
856
|
+
* Middle name
|
|
857
857
|
*/
|
|
858
|
-
|
|
858
|
+
middleName: string;
|
|
859
859
|
|
|
860
860
|
/**
|
|
861
861
|
* List of contacts
|
|
@@ -959,14 +959,14 @@ export interface ApiCreatableReference {
|
|
|
959
959
|
description: string;
|
|
960
960
|
|
|
961
961
|
/**
|
|
962
|
-
*
|
|
962
|
+
* Identifier
|
|
963
963
|
*/
|
|
964
|
-
|
|
964
|
+
id: number;
|
|
965
965
|
|
|
966
966
|
/**
|
|
967
|
-
*
|
|
967
|
+
* a label
|
|
968
968
|
*/
|
|
969
|
-
|
|
969
|
+
label: string;
|
|
970
970
|
}
|
|
971
971
|
|
|
972
972
|
export interface ApiObjectReference {
|
|
@@ -982,14 +982,14 @@ export interface ApiObjectReference {
|
|
|
982
982
|
description: string;
|
|
983
983
|
|
|
984
984
|
/**
|
|
985
|
-
*
|
|
985
|
+
* Identifier
|
|
986
986
|
*/
|
|
987
|
-
|
|
987
|
+
id: number;
|
|
988
988
|
|
|
989
989
|
/**
|
|
990
|
-
*
|
|
990
|
+
* a label
|
|
991
991
|
*/
|
|
992
|
-
|
|
992
|
+
label: string;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
export interface Article {
|
|
@@ -1004,15 +1004,20 @@ export interface Article {
|
|
|
1004
1004
|
*/
|
|
1005
1005
|
printLabelSettings: ArticlePrintLabelSettings;
|
|
1006
1006
|
|
|
1007
|
+
/**
|
|
1008
|
+
* Zolltarifnummer
|
|
1009
|
+
*/
|
|
1010
|
+
customsTariffNumber: string;
|
|
1011
|
+
|
|
1007
1012
|
/**
|
|
1008
1013
|
* Gefahrgut Informationen
|
|
1009
1014
|
*/
|
|
1010
1015
|
dangerousGoodInformation: DangerousGoodInformation;
|
|
1011
1016
|
|
|
1012
1017
|
/**
|
|
1013
|
-
*
|
|
1018
|
+
* Product custom data
|
|
1014
1019
|
*/
|
|
1015
|
-
|
|
1020
|
+
listingCustom: EavArticleListing;
|
|
1016
1021
|
|
|
1017
1022
|
/**
|
|
1018
1023
|
* is this product purchasable
|
|
@@ -1020,14 +1025,14 @@ export interface Article {
|
|
|
1020
1025
|
purchasable: boolean;
|
|
1021
1026
|
|
|
1022
1027
|
/**
|
|
1023
|
-
*
|
|
1028
|
+
* base capacity unit
|
|
1024
1029
|
*/
|
|
1025
|
-
|
|
1030
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1026
1031
|
|
|
1027
1032
|
/**
|
|
1028
|
-
*
|
|
1033
|
+
* is this product sellable without any quantity at the stock
|
|
1029
1034
|
*/
|
|
1030
|
-
|
|
1035
|
+
sellableWithoutStock: boolean;
|
|
1031
1036
|
|
|
1032
1037
|
/**
|
|
1033
1038
|
* Seriennummern Auszeichnungsart
|
|
@@ -1039,11 +1044,6 @@ export interface Article {
|
|
|
1039
1044
|
*/
|
|
1040
1045
|
initialAvgPurchasePrice: number;
|
|
1041
1046
|
|
|
1042
|
-
/**
|
|
1043
|
-
* is this product sellable without any quantity at the stock
|
|
1044
|
-
*/
|
|
1045
|
-
sellableWithoutStock: boolean;
|
|
1046
|
-
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1069,6 +1069,11 @@ export interface Article {
|
|
|
1069
1069
|
*/
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
|
+
/**
|
|
1073
|
+
* unique product number
|
|
1074
|
+
*/
|
|
1075
|
+
number: string;
|
|
1076
|
+
|
|
1072
1077
|
/**
|
|
1073
1078
|
* weight and size w.o. packaging
|
|
1074
1079
|
*/
|
|
@@ -1079,11 +1084,6 @@ export interface Article {
|
|
|
1079
1084
|
*/
|
|
1080
1085
|
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1081
1086
|
|
|
1082
|
-
/**
|
|
1083
|
-
* unique product number
|
|
1084
|
-
*/
|
|
1085
|
-
number: string;
|
|
1086
|
-
|
|
1087
1087
|
/**
|
|
1088
1088
|
* is this product mergeable to another package-variant
|
|
1089
1089
|
*/
|
|
@@ -1145,14 +1145,14 @@ export interface Article {
|
|
|
1145
1145
|
deliveryMethodRef: ApiObjectReference;
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
|
-
*
|
|
1148
|
+
* Produktion
|
|
1149
1149
|
*/
|
|
1150
|
-
|
|
1150
|
+
fabrication: boolean;
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
|
-
*
|
|
1153
|
+
* Soll-Handelsspanne
|
|
1154
1154
|
*/
|
|
1155
|
-
|
|
1155
|
+
targetTradingMargin: number;
|
|
1156
1156
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* active
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* weight and size inc. packaging
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
grossMetric: Article$Metric;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* Verkaufseinheit
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
salesUnit: number;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -1215,14 +1215,14 @@ export interface Article {
|
|
|
1215
1215
|
listingStateChangeTime: ScriptingDateTime;
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
1218
|
-
*
|
|
1218
|
+
* Country code
|
|
1219
1219
|
*/
|
|
1220
|
-
|
|
1220
|
+
countryOfOriginRef: CountryReference;
|
|
1221
1221
|
|
|
1222
1222
|
/**
|
|
1223
|
-
*
|
|
1223
|
+
* Arbeitseinheit in Minuten
|
|
1224
1224
|
*/
|
|
1225
|
-
|
|
1225
|
+
workUnitInMinutes: number;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
1228
|
* description custom data
|
|
@@ -1325,14 +1325,14 @@ export interface Article {
|
|
|
1325
1325
|
alternativeName: string;
|
|
1326
1326
|
|
|
1327
1327
|
/**
|
|
1328
|
-
*
|
|
1328
|
+
* Kontingentartikel
|
|
1329
1329
|
*/
|
|
1330
|
-
|
|
1330
|
+
contingentArticleRef: ApiObjectReference;
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
|
-
*
|
|
1333
|
+
* rabattierbarer Artikel?
|
|
1334
1334
|
*/
|
|
1335
|
-
|
|
1335
|
+
discountable: boolean;
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
1338
|
* base capacity
|
|
@@ -1370,14 +1370,14 @@ export interface Article {
|
|
|
1370
1370
|
custom: EavArticle;
|
|
1371
1371
|
|
|
1372
1372
|
/**
|
|
1373
|
-
*
|
|
1373
|
+
* Art des Haltbarkeitsdatums
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
*
|
|
1378
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1379
1379
|
*/
|
|
1380
|
-
|
|
1380
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Hersteller
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* Nur manuelle Produktion
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
onlyManualFabrication: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* provisionsberechtiger Artikel?
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
commissionable: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1540,6 +1540,42 @@ export const enum ArticleAvailabilityDetermination$Operation {
|
|
|
1540
1540
|
SUBTRACT = 'SUBTRACT'
|
|
1541
1541
|
}
|
|
1542
1542
|
|
|
1543
|
+
export interface ArticleBundleConversionInfo {
|
|
1544
|
+
|
|
1545
|
+
/**
|
|
1546
|
+
* Mögliche Ziele für die Auflösung
|
|
1547
|
+
*/
|
|
1548
|
+
dissolveRatios: Array<ArticleConversionRatio>;
|
|
1549
|
+
|
|
1550
|
+
/**
|
|
1551
|
+
* Artikels, zu dem hier die Infos zu finden sind
|
|
1552
|
+
*/
|
|
1553
|
+
articleRef: ProductArticleRef;
|
|
1554
|
+
|
|
1555
|
+
/**
|
|
1556
|
+
* Mögliche Ziele für die Zusammenführung
|
|
1557
|
+
*/
|
|
1558
|
+
mergeRatios: Array<ArticleConversionRatio>;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
export interface ArticleConversionRatio {
|
|
1562
|
+
|
|
1563
|
+
/**
|
|
1564
|
+
* Quelleinheit
|
|
1565
|
+
*/
|
|
1566
|
+
sourceUnitTypeRef: UnitTypeReference;
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* Ein Artikel
|
|
1570
|
+
*/
|
|
1571
|
+
articleRef: ProductArticleRef;
|
|
1572
|
+
|
|
1573
|
+
/**
|
|
1574
|
+
* Faktor
|
|
1575
|
+
*/
|
|
1576
|
+
factor: number;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1543
1579
|
export interface ArticleCustomer {
|
|
1544
1580
|
|
|
1545
1581
|
/**
|
|
@@ -1552,15 +1588,20 @@ export interface ArticleCustomer {
|
|
|
1552
1588
|
*/
|
|
1553
1589
|
articleName: string;
|
|
1554
1590
|
|
|
1591
|
+
/**
|
|
1592
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1593
|
+
*/
|
|
1594
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1595
|
+
|
|
1555
1596
|
/**
|
|
1556
1597
|
* Etikettdruck-Einstellungen
|
|
1557
1598
|
*/
|
|
1558
1599
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1559
1600
|
|
|
1560
1601
|
/**
|
|
1561
|
-
*
|
|
1602
|
+
* Kunden-Preise
|
|
1562
1603
|
*/
|
|
1563
|
-
|
|
1604
|
+
productPrices: Array<ProductPrice>;
|
|
1564
1605
|
|
|
1565
1606
|
/**
|
|
1566
1607
|
* Referenced Article
|
|
@@ -1572,11 +1613,6 @@ export interface ArticleCustomer {
|
|
|
1572
1613
|
*/
|
|
1573
1614
|
useDeviatingArticleDescription: boolean;
|
|
1574
1615
|
|
|
1575
|
-
/**
|
|
1576
|
-
* Kunden-Preise
|
|
1577
|
-
*/
|
|
1578
|
-
productPrices: Array<ProductPrice>;
|
|
1579
|
-
|
|
1580
1616
|
/**
|
|
1581
1617
|
* Aktiv?
|
|
1582
1618
|
*/
|
|
@@ -1735,14 +1771,14 @@ export interface ArticleListing {
|
|
|
1735
1771
|
proposedLowestPriceGross: number;
|
|
1736
1772
|
|
|
1737
1773
|
/**
|
|
1738
|
-
*
|
|
1774
|
+
* der Sales Channel
|
|
1739
1775
|
*/
|
|
1740
|
-
|
|
1776
|
+
salesChannelRef: ApiObjectReference;
|
|
1741
1777
|
|
|
1742
1778
|
/**
|
|
1743
|
-
* der
|
|
1779
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1744
1780
|
*/
|
|
1745
|
-
|
|
1781
|
+
customLowestPriceGross: number;
|
|
1746
1782
|
|
|
1747
1783
|
/**
|
|
1748
1784
|
* soll der Artikel gelistet werden
|
|
@@ -1750,14 +1786,14 @@ export interface ArticleListing {
|
|
|
1750
1786
|
listed: boolean;
|
|
1751
1787
|
|
|
1752
1788
|
/**
|
|
1753
|
-
*
|
|
1789
|
+
* name of this article
|
|
1754
1790
|
*/
|
|
1755
|
-
|
|
1791
|
+
name: WithDefaults<String>;
|
|
1756
1792
|
|
|
1757
1793
|
/**
|
|
1758
|
-
*
|
|
1794
|
+
* Kategorien, denen dieses Listing zugeordnet ist
|
|
1759
1795
|
*/
|
|
1760
|
-
|
|
1796
|
+
categoryRefs: Array<ApiObjectReference>;
|
|
1761
1797
|
|
|
1762
1798
|
/**
|
|
1763
1799
|
* die letzte aktualisierung des listingStates
|
|
@@ -1775,14 +1811,14 @@ export interface ArticleListing {
|
|
|
1775
1811
|
alternativeName: WithDefaults<String>;
|
|
1776
1812
|
|
|
1777
1813
|
/**
|
|
1778
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1814
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1779
1815
|
*/
|
|
1780
|
-
|
|
1816
|
+
proposedLowestPriceNet: number;
|
|
1781
1817
|
|
|
1782
1818
|
/**
|
|
1783
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1819
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1784
1820
|
*/
|
|
1785
|
-
|
|
1821
|
+
customLowestPriceNet: number;
|
|
1786
1822
|
|
|
1787
1823
|
/**
|
|
1788
1824
|
* der aktuelle listing stand
|
|
@@ -1958,9 +1994,9 @@ export interface ArticleStorage {
|
|
|
1958
1994
|
replenishmentFrom: number;
|
|
1959
1995
|
|
|
1960
1996
|
/**
|
|
1961
|
-
*
|
|
1997
|
+
* Aktuelle Menge in Kommissionierung
|
|
1962
1998
|
*/
|
|
1963
|
-
|
|
1999
|
+
quantityInPicking: number;
|
|
1964
2000
|
|
|
1965
2001
|
/**
|
|
1966
2002
|
* Bestellte Menge
|
|
@@ -1968,19 +2004,19 @@ export interface ArticleStorage {
|
|
|
1968
2004
|
orderedQuantity: number;
|
|
1969
2005
|
|
|
1970
2006
|
/**
|
|
1971
|
-
*
|
|
2007
|
+
* Meldebestand
|
|
1972
2008
|
*/
|
|
1973
|
-
|
|
2009
|
+
reorderPoint: number;
|
|
1974
2010
|
|
|
1975
2011
|
/**
|
|
1976
|
-
*
|
|
2012
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1977
2013
|
*/
|
|
1978
|
-
|
|
2014
|
+
virtualStockAmount: number;
|
|
1979
2015
|
|
|
1980
2016
|
/**
|
|
1981
|
-
*
|
|
2017
|
+
* Nachschub auf
|
|
1982
2018
|
*/
|
|
1983
|
-
|
|
2019
|
+
replenishmentOn: number;
|
|
1984
2020
|
|
|
1985
2021
|
/**
|
|
1986
2022
|
* Reservierte Menge
|
|
@@ -2050,6 +2086,11 @@ export interface ArticleStorage {
|
|
|
2050
2086
|
|
|
2051
2087
|
export interface ArticleSupplier {
|
|
2052
2088
|
|
|
2089
|
+
/**
|
|
2090
|
+
* Anzeigename des Accounts
|
|
2091
|
+
*/
|
|
2092
|
+
accountDisplayName: string;
|
|
2093
|
+
|
|
2053
2094
|
/**
|
|
2054
2095
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2055
2096
|
*/
|
|
@@ -2061,20 +2102,15 @@ export interface ArticleSupplier {
|
|
|
2061
2102
|
supplierReportingStock: number;
|
|
2062
2103
|
|
|
2063
2104
|
/**
|
|
2064
|
-
*
|
|
2105
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2065
2106
|
*/
|
|
2066
|
-
|
|
2107
|
+
useSupplierArticleIdentifier: boolean;
|
|
2067
2108
|
|
|
2068
2109
|
/**
|
|
2069
2110
|
* Lieferzeit in (Werk-)Tagen
|
|
2070
2111
|
*/
|
|
2071
2112
|
deliveryTime: number;
|
|
2072
2113
|
|
|
2073
|
-
/**
|
|
2074
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2075
|
-
*/
|
|
2076
|
-
useSupplierArticleIdentifier: boolean;
|
|
2077
|
-
|
|
2078
2114
|
/**
|
|
2079
2115
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2080
2116
|
*/
|
|
@@ -2120,26 +2156,26 @@ export interface ArticleSupplier {
|
|
|
2120
2156
|
*/
|
|
2121
2157
|
info: MetaInfo;
|
|
2122
2158
|
|
|
2123
|
-
/**
|
|
2124
|
-
* Verpackungseinheit
|
|
2125
|
-
*/
|
|
2126
|
-
packagingUnit: number;
|
|
2127
|
-
|
|
2128
2159
|
/**
|
|
2129
2160
|
* Referenced Article name
|
|
2130
2161
|
*/
|
|
2131
2162
|
articleName: string;
|
|
2132
2163
|
|
|
2133
2164
|
/**
|
|
2134
|
-
*
|
|
2165
|
+
* Verpackungseinheit
|
|
2135
2166
|
*/
|
|
2136
|
-
|
|
2167
|
+
packagingUnit: number;
|
|
2137
2168
|
|
|
2138
2169
|
/**
|
|
2139
2170
|
* Lieferanten-Preise
|
|
2140
2171
|
*/
|
|
2141
2172
|
productPrices: Array<ProductPrice>;
|
|
2142
2173
|
|
|
2174
|
+
/**
|
|
2175
|
+
* Referenced Article
|
|
2176
|
+
*/
|
|
2177
|
+
articleId: number;
|
|
2178
|
+
|
|
2143
2179
|
/**
|
|
2144
2180
|
* Aktiv?
|
|
2145
2181
|
*/
|
|
@@ -2161,14 +2197,14 @@ export interface ArticleSupplier {
|
|
|
2161
2197
|
dropShippingAllowed: boolean;
|
|
2162
2198
|
|
|
2163
2199
|
/**
|
|
2164
|
-
* Abweichende
|
|
2200
|
+
* Abweichende Produktbezeichnung
|
|
2165
2201
|
*/
|
|
2166
|
-
|
|
2202
|
+
supplierArticleName: string;
|
|
2167
2203
|
|
|
2168
2204
|
/**
|
|
2169
|
-
* Abweichende
|
|
2205
|
+
* Abweichende Produktbeschreibung
|
|
2170
2206
|
*/
|
|
2171
|
-
|
|
2207
|
+
supplierArticleDescription: string;
|
|
2172
2208
|
|
|
2173
2209
|
/**
|
|
2174
2210
|
* Standardpreis Netto
|
|
@@ -2176,14 +2212,14 @@ export interface ArticleSupplier {
|
|
|
2176
2212
|
defaultNetPrice: number;
|
|
2177
2213
|
|
|
2178
2214
|
/**
|
|
2179
|
-
*
|
|
2215
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2180
2216
|
*/
|
|
2181
|
-
|
|
2217
|
+
orderOnComponentBase: boolean;
|
|
2182
2218
|
|
|
2183
2219
|
/**
|
|
2184
|
-
*
|
|
2220
|
+
* Einkaufseinheit
|
|
2185
2221
|
*/
|
|
2186
|
-
|
|
2222
|
+
purchaseUnit: number;
|
|
2187
2223
|
|
|
2188
2224
|
/**
|
|
2189
2225
|
* Referenced Supplier-Account
|
|
@@ -2214,14 +2250,14 @@ export interface AssemblyComponentReturnLine {
|
|
|
2214
2250
|
quantity: number;
|
|
2215
2251
|
|
|
2216
2252
|
/**
|
|
2217
|
-
*
|
|
2253
|
+
* ID der Baugruppen-Quellposition
|
|
2218
2254
|
*/
|
|
2219
|
-
|
|
2255
|
+
sourceLineId: number;
|
|
2220
2256
|
|
|
2221
2257
|
/**
|
|
2222
|
-
*
|
|
2258
|
+
* Buchungen zu der Komponente
|
|
2223
2259
|
*/
|
|
2224
|
-
|
|
2260
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
2225
2261
|
|
|
2226
2262
|
/**
|
|
2227
2263
|
* ID der Komponente in der Baugruppen-Quellposition
|
|
@@ -2246,6 +2282,11 @@ export interface Asset {
|
|
|
2246
2282
|
*/
|
|
2247
2283
|
serialNumber: ArticleSerialNumber;
|
|
2248
2284
|
|
|
2285
|
+
/**
|
|
2286
|
+
* frei eingebbare Seriennummer / MHD
|
|
2287
|
+
*/
|
|
2288
|
+
freeSerialNumber: string;
|
|
2289
|
+
|
|
2249
2290
|
/**
|
|
2250
2291
|
* Asset Zusatzfelder
|
|
2251
2292
|
*/
|
|
@@ -2287,14 +2328,14 @@ export interface Asset {
|
|
|
2287
2328
|
billingAddressRef: ApiObjectReference;
|
|
2288
2329
|
|
|
2289
2330
|
/**
|
|
2290
|
-
*
|
|
2331
|
+
* Vertrag
|
|
2291
2332
|
*/
|
|
2292
|
-
|
|
2333
|
+
contractRef: ApiObjectReference;
|
|
2293
2334
|
|
|
2294
2335
|
/**
|
|
2295
|
-
*
|
|
2336
|
+
* Zusatzadresse
|
|
2296
2337
|
*/
|
|
2297
|
-
|
|
2338
|
+
accountAddressRef: ApiObjectReference;
|
|
2298
2339
|
|
|
2299
2340
|
/**
|
|
2300
2341
|
* Asset-Nummer
|
|
@@ -2337,15 +2378,92 @@ export const enum AssetCreateOnDocumentCategory {
|
|
|
2337
2378
|
CUSTOMER_INVOICE = 'CUSTOMER_INVOICE'
|
|
2338
2379
|
}
|
|
2339
2380
|
|
|
2340
|
-
export interface AssetType {
|
|
2381
|
+
export interface AssetType {
|
|
2382
|
+
|
|
2383
|
+
/**
|
|
2384
|
+
* Aktiv?
|
|
2385
|
+
*/
|
|
2386
|
+
active: boolean;
|
|
2387
|
+
|
|
2388
|
+
/**
|
|
2389
|
+
* Bezeichnung
|
|
2390
|
+
*/
|
|
2391
|
+
label: string;
|
|
2392
|
+
|
|
2393
|
+
/**
|
|
2394
|
+
* Unique identifier of the Object
|
|
2395
|
+
*/
|
|
2396
|
+
id: number;
|
|
2397
|
+
|
|
2398
|
+
/**
|
|
2399
|
+
* Version Identifier for this Object (for PUT)
|
|
2400
|
+
*/
|
|
2401
|
+
version: number;
|
|
2402
|
+
|
|
2403
|
+
/**
|
|
2404
|
+
* MetaInformations for this Object
|
|
2405
|
+
*/
|
|
2406
|
+
info: MetaInfo;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
export const enum BankPaymentType {
|
|
2410
|
+
MONEY_TRANSFER = 'MONEY_TRANSFER',
|
|
2411
|
+
REALTIME_MONEY_TRANSFER = 'REALTIME_MONEY_TRANSFER',
|
|
2412
|
+
SEPA_CORE_DIRECT_DEBIT = 'SEPA_CORE_DIRECT_DEBIT',
|
|
2413
|
+
SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
|
|
2414
|
+
CLEARING = 'CLEARING',
|
|
2415
|
+
CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
|
|
2416
|
+
OTHER = 'OTHER'
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
export interface BatchScriptingContext$BatchScriptImportSession {
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
export const enum BillingType {
|
|
2423
|
+
GROSS = 'GROSS',
|
|
2424
|
+
NET = 'NET'
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
export interface BulkTransferRequestApi {
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* Soll nach der Umbuchung ein Report dazu erstellt werden?
|
|
2431
|
+
*/
|
|
2432
|
+
createReportAfterTransfer: boolean;
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* Enthält die Anweisungen für die Umbuchungen
|
|
2436
|
+
*/
|
|
2437
|
+
stockTransfers: Array<StockTransferApi>;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
export interface BulkTransferResult {
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* Das Buchungsdatum
|
|
2444
|
+
*/
|
|
2445
|
+
date: ScriptingDate;
|
|
2446
|
+
|
|
2447
|
+
/**
|
|
2448
|
+
* Falls der Report im Request angefordert wurde, wird hier die ID aus dem DMS geliefert
|
|
2449
|
+
*/
|
|
2450
|
+
reportId: number;
|
|
2451
|
+
|
|
2452
|
+
/**
|
|
2453
|
+
* Die durch die Lagerbuchung geänderten Lagerplatz-Bestände
|
|
2454
|
+
*/
|
|
2455
|
+
stocks: Array<StockTransferResult>;
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
export interface BundleSchema {
|
|
2341
2459
|
|
|
2342
2460
|
/**
|
|
2343
|
-
*
|
|
2461
|
+
* Produkt, zu dem dieses Schema gehört
|
|
2344
2462
|
*/
|
|
2345
|
-
|
|
2463
|
+
productId: number;
|
|
2346
2464
|
|
|
2347
2465
|
/**
|
|
2348
|
-
*
|
|
2466
|
+
* Name
|
|
2349
2467
|
*/
|
|
2350
2468
|
label: string;
|
|
2351
2469
|
|
|
@@ -2354,6 +2472,16 @@ export interface AssetType {
|
|
|
2354
2472
|
*/
|
|
2355
2473
|
id: number;
|
|
2356
2474
|
|
|
2475
|
+
/**
|
|
2476
|
+
* Basis-Einheit des Schemas
|
|
2477
|
+
*/
|
|
2478
|
+
baseTypeRef: UnitTypeReference;
|
|
2479
|
+
|
|
2480
|
+
/**
|
|
2481
|
+
* Umrechnungen für Artikel des zugehörigen Produkts
|
|
2482
|
+
*/
|
|
2483
|
+
ratios: Array<BundleUnitTypeRatio>;
|
|
2484
|
+
|
|
2357
2485
|
/**
|
|
2358
2486
|
* Version Identifier for this Object (for PUT)
|
|
2359
2487
|
*/
|
|
@@ -2365,53 +2493,37 @@ export interface AssetType {
|
|
|
2365
2493
|
info: MetaInfo;
|
|
2366
2494
|
}
|
|
2367
2495
|
|
|
2368
|
-
export
|
|
2369
|
-
MONEY_TRANSFER = 'MONEY_TRANSFER',
|
|
2370
|
-
REALTIME_MONEY_TRANSFER = 'REALTIME_MONEY_TRANSFER',
|
|
2371
|
-
SEPA_CORE_DIRECT_DEBIT = 'SEPA_CORE_DIRECT_DEBIT',
|
|
2372
|
-
SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
|
|
2373
|
-
CLEARING = 'CLEARING',
|
|
2374
|
-
CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
|
|
2375
|
-
OTHER = 'OTHER'
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
|
-
export interface BatchScriptingContext$BatchScriptImportSession {
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
export const enum BillingType {
|
|
2382
|
-
GROSS = 'GROSS',
|
|
2383
|
-
NET = 'NET'
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
export interface BulkTransferRequestApi {
|
|
2496
|
+
export interface BundleUnitTypeRatio {
|
|
2387
2497
|
|
|
2388
2498
|
/**
|
|
2389
|
-
*
|
|
2499
|
+
* Mengeneinheit
|
|
2390
2500
|
*/
|
|
2391
|
-
|
|
2501
|
+
baseUnitTypeRef: UnitTypeReference;
|
|
2392
2502
|
|
|
2393
2503
|
/**
|
|
2394
|
-
*
|
|
2504
|
+
* Verhältnis-Mengeneinheit
|
|
2395
2505
|
*/
|
|
2396
|
-
|
|
2397
|
-
}
|
|
2506
|
+
relationUnitTypeRef: UnitTypeReference;
|
|
2398
2507
|
|
|
2399
|
-
|
|
2508
|
+
/**
|
|
2509
|
+
* Unique identifier of the Object
|
|
2510
|
+
*/
|
|
2511
|
+
id: number;
|
|
2400
2512
|
|
|
2401
2513
|
/**
|
|
2402
|
-
*
|
|
2514
|
+
* Faktor
|
|
2403
2515
|
*/
|
|
2404
|
-
|
|
2516
|
+
factor: number;
|
|
2405
2517
|
|
|
2406
2518
|
/**
|
|
2407
|
-
*
|
|
2519
|
+
* Version Identifier for this Object (for PUT)
|
|
2408
2520
|
*/
|
|
2409
|
-
|
|
2521
|
+
version: number;
|
|
2410
2522
|
|
|
2411
2523
|
/**
|
|
2412
|
-
*
|
|
2524
|
+
* MetaInformations for this Object
|
|
2413
2525
|
*/
|
|
2414
|
-
|
|
2526
|
+
info: MetaInfo;
|
|
2415
2527
|
}
|
|
2416
2528
|
|
|
2417
2529
|
export const enum BusinessRelationType {
|
|
@@ -2540,14 +2652,14 @@ export interface CountryReference {
|
|
|
2540
2652
|
isoAlpha3: string;
|
|
2541
2653
|
|
|
2542
2654
|
/**
|
|
2543
|
-
*
|
|
2655
|
+
* ID des Landes
|
|
2544
2656
|
*/
|
|
2545
|
-
|
|
2657
|
+
id: number;
|
|
2546
2658
|
|
|
2547
2659
|
/**
|
|
2548
|
-
*
|
|
2660
|
+
* Bezeichnung des Landes
|
|
2549
2661
|
*/
|
|
2550
|
-
|
|
2662
|
+
label: string;
|
|
2551
2663
|
}
|
|
2552
2664
|
|
|
2553
2665
|
/**
|
|
@@ -2735,14 +2847,14 @@ export interface CrmActivityType {
|
|
|
2735
2847
|
description: string;
|
|
2736
2848
|
|
|
2737
2849
|
/**
|
|
2738
|
-
*
|
|
2850
|
+
* Bezeichnung
|
|
2739
2851
|
*/
|
|
2740
|
-
|
|
2852
|
+
label: string;
|
|
2741
2853
|
|
|
2742
2854
|
/**
|
|
2743
|
-
*
|
|
2855
|
+
* Für "E-Mail-Archivieren"?
|
|
2744
2856
|
*/
|
|
2745
|
-
|
|
2857
|
+
emailArchiving: boolean;
|
|
2746
2858
|
|
|
2747
2859
|
/**
|
|
2748
2860
|
* Abrechenbar?
|
|
@@ -2793,14 +2905,14 @@ export interface CrmActivityType {
|
|
|
2793
2905
|
export interface CrmChecklistItem {
|
|
2794
2906
|
|
|
2795
2907
|
/**
|
|
2796
|
-
*
|
|
2908
|
+
* Text des Checklisten-Elements
|
|
2797
2909
|
*/
|
|
2798
|
-
|
|
2910
|
+
memo: string;
|
|
2799
2911
|
|
|
2800
2912
|
/**
|
|
2801
|
-
*
|
|
2913
|
+
* Ist das Element "angehakt"?
|
|
2802
2914
|
*/
|
|
2803
|
-
|
|
2915
|
+
checked: boolean;
|
|
2804
2916
|
|
|
2805
2917
|
/**
|
|
2806
2918
|
* Unique identifier of the Object
|
|
@@ -2916,14 +3028,14 @@ export interface CrmDeal {
|
|
|
2916
3028
|
info: MetaInfo;
|
|
2917
3029
|
|
|
2918
3030
|
/**
|
|
2919
|
-
*
|
|
3031
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2920
3032
|
*/
|
|
2921
|
-
|
|
3033
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2922
3034
|
|
|
2923
3035
|
/**
|
|
2924
|
-
*
|
|
3036
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2925
3037
|
*/
|
|
2926
|
-
|
|
3038
|
+
assignedUserRef: ApiObjectReference;
|
|
2927
3039
|
|
|
2928
3040
|
/**
|
|
2929
3041
|
* Chance (in Prozent)
|
|
@@ -3071,11 +3183,6 @@ export interface CrmObjectRef {
|
|
|
3071
3183
|
*/
|
|
3072
3184
|
subType: CrmSubType;
|
|
3073
3185
|
|
|
3074
|
-
/**
|
|
3075
|
-
* Bezeichung
|
|
3076
|
-
*/
|
|
3077
|
-
label: string;
|
|
3078
|
-
|
|
3079
3186
|
/**
|
|
3080
3187
|
* ID
|
|
3081
3188
|
*/
|
|
@@ -3086,6 +3193,11 @@ export interface CrmObjectRef {
|
|
|
3086
3193
|
*/
|
|
3087
3194
|
state: CrmState;
|
|
3088
3195
|
|
|
3196
|
+
/**
|
|
3197
|
+
* Bezeichung
|
|
3198
|
+
*/
|
|
3199
|
+
label: string;
|
|
3200
|
+
|
|
3089
3201
|
/**
|
|
3090
3202
|
* CRM-Typ
|
|
3091
3203
|
*/
|
|
@@ -3202,14 +3314,14 @@ export interface CrmProject {
|
|
|
3202
3314
|
priorityRef: ApiObjectReference;
|
|
3203
3315
|
|
|
3204
3316
|
/**
|
|
3205
|
-
*
|
|
3317
|
+
* Phase
|
|
3206
3318
|
*/
|
|
3207
|
-
|
|
3319
|
+
phaseRef: ApiObjectReference;
|
|
3208
3320
|
|
|
3209
3321
|
/**
|
|
3210
|
-
*
|
|
3322
|
+
* Projektleiter vom Auftragnehmer
|
|
3211
3323
|
*/
|
|
3212
|
-
|
|
3324
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3213
3325
|
|
|
3214
3326
|
/**
|
|
3215
3327
|
* Aufgaben-Nummer
|
|
@@ -3227,14 +3339,14 @@ export interface CrmProject {
|
|
|
3227
3339
|
billedTimes: number;
|
|
3228
3340
|
|
|
3229
3341
|
/**
|
|
3230
|
-
*
|
|
3342
|
+
* Geplanter Projektzeitraum (von)
|
|
3231
3343
|
*/
|
|
3232
|
-
|
|
3344
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3233
3345
|
|
|
3234
3346
|
/**
|
|
3235
|
-
*
|
|
3347
|
+
* Einkaufsbelege
|
|
3236
3348
|
*/
|
|
3237
|
-
|
|
3349
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3238
3350
|
|
|
3239
3351
|
/**
|
|
3240
3352
|
* Verkaufsbelege
|
|
@@ -3267,14 +3379,14 @@ export interface CrmProject {
|
|
|
3267
3379
|
info: MetaInfo;
|
|
3268
3380
|
|
|
3269
3381
|
/**
|
|
3270
|
-
*
|
|
3382
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3271
3383
|
*/
|
|
3272
|
-
|
|
3384
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3273
3385
|
|
|
3274
3386
|
/**
|
|
3275
|
-
*
|
|
3387
|
+
* Projektleiter vom Auftraggeber
|
|
3276
3388
|
*/
|
|
3277
|
-
|
|
3389
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3278
3390
|
|
|
3279
3391
|
/**
|
|
3280
3392
|
* Übergeordnete CRM-Objekte
|
|
@@ -3463,14 +3575,14 @@ export interface CrmState {
|
|
|
3463
3575
|
readyToBill: boolean;
|
|
3464
3576
|
|
|
3465
3577
|
/**
|
|
3466
|
-
*
|
|
3578
|
+
* Handelt es sich um einen Anfang-Status
|
|
3467
3579
|
*/
|
|
3468
|
-
|
|
3580
|
+
startState: boolean;
|
|
3469
3581
|
|
|
3470
3582
|
/**
|
|
3471
|
-
*
|
|
3583
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3472
3584
|
*/
|
|
3473
|
-
|
|
3585
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3474
3586
|
|
|
3475
3587
|
/**
|
|
3476
3588
|
* MetaInformations for this Object
|
|
@@ -3724,14 +3836,14 @@ export interface CrmTask {
|
|
|
3724
3836
|
parentRefs: Array<CrmObjectRef>;
|
|
3725
3837
|
|
|
3726
3838
|
/**
|
|
3727
|
-
*
|
|
3839
|
+
* Beauftragte Zeit in Sekunden
|
|
3728
3840
|
*/
|
|
3729
|
-
|
|
3841
|
+
effortCommissioned: number;
|
|
3730
3842
|
|
|
3731
3843
|
/**
|
|
3732
|
-
*
|
|
3844
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3733
3845
|
*/
|
|
3734
|
-
|
|
3846
|
+
externalRecordedTimes: number;
|
|
3735
3847
|
|
|
3736
3848
|
/**
|
|
3737
3849
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3890,27 +4002,27 @@ export interface CurrencyReference {
|
|
|
3890
4002
|
isoAlpha3: string;
|
|
3891
4003
|
|
|
3892
4004
|
/**
|
|
3893
|
-
*
|
|
4005
|
+
* ID der Währung
|
|
3894
4006
|
*/
|
|
3895
|
-
|
|
4007
|
+
id: number;
|
|
3896
4008
|
|
|
3897
4009
|
/**
|
|
3898
|
-
*
|
|
4010
|
+
* Bezeichnung der Währung
|
|
3899
4011
|
*/
|
|
3900
|
-
|
|
4012
|
+
label: string;
|
|
3901
4013
|
}
|
|
3902
4014
|
|
|
3903
4015
|
export interface Customer {
|
|
3904
4016
|
|
|
3905
4017
|
/**
|
|
3906
|
-
*
|
|
4018
|
+
* reference to customer group
|
|
3907
4019
|
*/
|
|
3908
|
-
|
|
4020
|
+
customerGroupRef: ApiObjectReference;
|
|
3909
4021
|
|
|
3910
4022
|
/**
|
|
3911
|
-
*
|
|
4023
|
+
* Option für die Stapelverarbeitung
|
|
3912
4024
|
*/
|
|
3913
|
-
|
|
4025
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3914
4026
|
|
|
3915
4027
|
/**
|
|
3916
4028
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3928,14 +4040,14 @@ export interface Customer {
|
|
|
3928
4040
|
dueDate: ScriptingDate;
|
|
3929
4041
|
|
|
3930
4042
|
/**
|
|
3931
|
-
*
|
|
4043
|
+
* collective billable
|
|
3932
4044
|
*/
|
|
3933
|
-
|
|
4045
|
+
collectiveBillable: boolean;
|
|
3934
4046
|
|
|
3935
4047
|
/**
|
|
3936
|
-
*
|
|
4048
|
+
* Maximal mögliche Lieferungen
|
|
3937
4049
|
*/
|
|
3938
|
-
|
|
4050
|
+
maxDeliveries: number;
|
|
3939
4051
|
|
|
3940
4052
|
/**
|
|
3941
4053
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4207,14 +4319,14 @@ export interface DeliveryMethod {
|
|
|
4207
4319
|
defaultSizeUnit: UnitTypeReference;
|
|
4208
4320
|
|
|
4209
4321
|
/**
|
|
4210
|
-
*
|
|
4322
|
+
* translations
|
|
4211
4323
|
*/
|
|
4212
|
-
|
|
4324
|
+
translations: Array<DocumentTypeTerm>;
|
|
4213
4325
|
|
|
4214
4326
|
/**
|
|
4215
|
-
*
|
|
4327
|
+
* Quelle für Paketgewicht
|
|
4216
4328
|
*/
|
|
4217
|
-
|
|
4329
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4218
4330
|
|
|
4219
4331
|
/**
|
|
4220
4332
|
* Versand-Anbieter
|
|
@@ -4325,14 +4437,14 @@ export interface DeliveryTerm {
|
|
|
4325
4437
|
id: number;
|
|
4326
4438
|
|
|
4327
4439
|
/**
|
|
4328
|
-
*
|
|
4440
|
+
* free shipping net value
|
|
4329
4441
|
*/
|
|
4330
|
-
|
|
4442
|
+
freeShippingNetValue: number;
|
|
4331
4443
|
|
|
4332
4444
|
/**
|
|
4333
|
-
*
|
|
4445
|
+
* Versandkostenartikel
|
|
4334
4446
|
*/
|
|
4335
|
-
|
|
4447
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4336
4448
|
|
|
4337
4449
|
/**
|
|
4338
4450
|
* MetaInformations for this Object
|
|
@@ -4447,6 +4559,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4447
4559
|
*/
|
|
4448
4560
|
returnDeliveryAddress: DocumentAddress;
|
|
4449
4561
|
|
|
4562
|
+
/**
|
|
4563
|
+
* Steuerpflichtig oder steuerfrei
|
|
4564
|
+
*/
|
|
4565
|
+
taxable: boolean;
|
|
4566
|
+
|
|
4450
4567
|
/**
|
|
4451
4568
|
* Leitweg-ID
|
|
4452
4569
|
*/
|
|
@@ -4457,11 +4574,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4457
4574
|
*/
|
|
4458
4575
|
referencedOrderNumber: string;
|
|
4459
4576
|
|
|
4460
|
-
/**
|
|
4461
|
-
* Steuerpflichtig oder steuerfrei
|
|
4462
|
-
*/
|
|
4463
|
-
taxable: boolean;
|
|
4464
|
-
|
|
4465
4577
|
/**
|
|
4466
4578
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4467
4579
|
*/
|
|
@@ -4513,14 +4625,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4513
4625
|
accountId: number;
|
|
4514
4626
|
|
|
4515
4627
|
/**
|
|
4516
|
-
* Länderkennzeichen
|
|
4628
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4517
4629
|
*/
|
|
4518
|
-
|
|
4630
|
+
performanceCountryCode: string;
|
|
4519
4631
|
|
|
4520
4632
|
/**
|
|
4521
|
-
* Länderkennzeichen
|
|
4633
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4522
4634
|
*/
|
|
4523
|
-
|
|
4635
|
+
sourceCountryCode: string;
|
|
4524
4636
|
|
|
4525
4637
|
/**
|
|
4526
4638
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4548,14 +4660,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4548
4660
|
documentDate: ScriptingDate;
|
|
4549
4661
|
|
|
4550
4662
|
/**
|
|
4551
|
-
*
|
|
4663
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4552
4664
|
*/
|
|
4553
|
-
|
|
4665
|
+
roundingAmount: number;
|
|
4554
4666
|
|
|
4555
4667
|
/**
|
|
4556
|
-
*
|
|
4668
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4557
4669
|
*/
|
|
4558
|
-
|
|
4670
|
+
taxLiabilityReversed: boolean;
|
|
4559
4671
|
|
|
4560
4672
|
/**
|
|
4561
4673
|
* Versanddatum
|
|
@@ -4568,14 +4680,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4568
4680
|
supplierNumber: string;
|
|
4569
4681
|
|
|
4570
4682
|
/**
|
|
4571
|
-
*
|
|
4683
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4572
4684
|
*/
|
|
4573
|
-
|
|
4685
|
+
deliveryApproved: boolean;
|
|
4574
4686
|
|
|
4575
4687
|
/**
|
|
4576
|
-
*
|
|
4688
|
+
* Gesamtpreis brutto
|
|
4577
4689
|
*/
|
|
4578
|
-
|
|
4690
|
+
totalGrossPrice: number;
|
|
4579
4691
|
|
|
4580
4692
|
/**
|
|
4581
4693
|
* Kassen-Zahlungspositionen
|
|
@@ -4583,9 +4695,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4583
4695
|
posPayments: Array<DocumentPosPayment>;
|
|
4584
4696
|
|
|
4585
4697
|
/**
|
|
4586
|
-
*
|
|
4698
|
+
* Ist die Quittung bezahlt
|
|
4699
|
+
true wenn die Quittung bezahlt ist
|
|
4700
|
+
|
|
4587
4701
|
*/
|
|
4588
|
-
|
|
4702
|
+
posReceiptPayed: boolean;
|
|
4589
4703
|
|
|
4590
4704
|
/**
|
|
4591
4705
|
* Maximal mögliche Lieferungen
|
|
@@ -4593,11 +4707,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4593
4707
|
maxDeliveries: number;
|
|
4594
4708
|
|
|
4595
4709
|
/**
|
|
4596
|
-
*
|
|
4597
|
-
true wenn die Quittung bezahlt ist
|
|
4598
|
-
|
|
4710
|
+
* Kundennummer beim Lieferanten
|
|
4599
4711
|
*/
|
|
4600
|
-
|
|
4712
|
+
ourCustomerNumber: string;
|
|
4601
4713
|
|
|
4602
4714
|
/**
|
|
4603
4715
|
* Quittung: Summe Zahlbetrag
|
|
@@ -4635,14 +4747,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4635
4747
|
fabricationDetail: DocumentFabricationDetail;
|
|
4636
4748
|
|
|
4637
4749
|
/**
|
|
4638
|
-
*
|
|
4750
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4639
4751
|
*/
|
|
4640
|
-
|
|
4752
|
+
accountNumber: string;
|
|
4641
4753
|
|
|
4642
4754
|
/**
|
|
4643
|
-
*
|
|
4755
|
+
* Berechnungsmodus
|
|
4644
4756
|
*/
|
|
4645
|
-
|
|
4757
|
+
calculationMode: CalculationMode;
|
|
4646
4758
|
|
|
4647
4759
|
/**
|
|
4648
4760
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4669,6 +4781,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4669
4781
|
*/
|
|
4670
4782
|
texts: Array<DocumentText>;
|
|
4671
4783
|
|
|
4784
|
+
/**
|
|
4785
|
+
* Standort (bei Produktionsaufträgen)
|
|
4786
|
+
*/
|
|
4787
|
+
locationRef: ApiObjectReference;
|
|
4788
|
+
|
|
4672
4789
|
/**
|
|
4673
4790
|
* Sammelrechnung?
|
|
4674
4791
|
*/
|
|
@@ -4685,14 +4802,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4685
4802
|
defaultAddress: DocumentAddress;
|
|
4686
4803
|
|
|
4687
4804
|
/**
|
|
4688
|
-
*
|
|
4805
|
+
* Verarbeitungsoption für Stapel
|
|
4689
4806
|
*/
|
|
4690
|
-
|
|
4807
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4691
4808
|
|
|
4692
4809
|
/**
|
|
4693
|
-
*
|
|
4810
|
+
* Leistungsdatum
|
|
4694
4811
|
*/
|
|
4695
|
-
|
|
4812
|
+
performanceDate: ScriptingDate;
|
|
4696
4813
|
|
|
4697
4814
|
/**
|
|
4698
4815
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4705,14 +4822,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4705
4822
|
en16931Profile: EN16931Profile;
|
|
4706
4823
|
|
|
4707
4824
|
/**
|
|
4708
|
-
*
|
|
4825
|
+
* Wechselkurs
|
|
4709
4826
|
*/
|
|
4710
|
-
|
|
4827
|
+
exchangeRate: number;
|
|
4711
4828
|
|
|
4712
4829
|
/**
|
|
4713
|
-
*
|
|
4830
|
+
* Ort der steuerlichen Leistungserbringung
|
|
4714
4831
|
*/
|
|
4715
|
-
|
|
4832
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
4716
4833
|
|
|
4717
4834
|
/**
|
|
4718
4835
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4749,16 +4866,16 @@ true wenn die Quittung bezahlt ist
|
|
|
4749
4866
|
*/
|
|
4750
4867
|
dropShipping: boolean;
|
|
4751
4868
|
|
|
4752
|
-
/**
|
|
4753
|
-
* Gesamtpreis netto
|
|
4754
|
-
*/
|
|
4755
|
-
totalNetPrice: number;
|
|
4756
|
-
|
|
4757
4869
|
/**
|
|
4758
4870
|
* Validierungsstatus bei elektronischen Rechnungen
|
|
4759
4871
|
*/
|
|
4760
4872
|
valitoolValidationState: EInvoiceValidationState;
|
|
4761
4873
|
|
|
4874
|
+
/**
|
|
4875
|
+
* Gesamtpreis netto
|
|
4876
|
+
*/
|
|
4877
|
+
totalNetPrice: number;
|
|
4878
|
+
|
|
4762
4879
|
/**
|
|
4763
4880
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
4764
4881
|
*/
|
|
@@ -4800,14 +4917,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4800
4917
|
documentTypeCategory: DocumentCategory;
|
|
4801
4918
|
|
|
4802
4919
|
/**
|
|
4803
|
-
*
|
|
4920
|
+
* Importmodus des Belegs
|
|
4804
4921
|
*/
|
|
4805
|
-
|
|
4922
|
+
importType: DocumentImportType;
|
|
4806
4923
|
|
|
4807
4924
|
/**
|
|
4808
|
-
*
|
|
4925
|
+
* Gesamtgewicht wurde manuell gesetzt
|
|
4809
4926
|
*/
|
|
4810
|
-
|
|
4927
|
+
userDefinedWeight: boolean;
|
|
4811
4928
|
|
|
4812
4929
|
/**
|
|
4813
4930
|
* Referenz zum zugeordneten Vertriebskanal
|
|
@@ -4865,9 +4982,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4865
4982
|
customerNumber: string;
|
|
4866
4983
|
|
|
4867
4984
|
/**
|
|
4868
|
-
*
|
|
4985
|
+
* Versandkostenpositionen
|
|
4869
4986
|
*/
|
|
4870
|
-
|
|
4987
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4871
4988
|
|
|
4872
4989
|
/**
|
|
4873
4990
|
* Statusinstanz des Belegs
|
|
@@ -4875,9 +4992,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4875
4992
|
documentState: DocumentTypeState;
|
|
4876
4993
|
|
|
4877
4994
|
/**
|
|
4878
|
-
*
|
|
4995
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4879
4996
|
*/
|
|
4880
|
-
|
|
4997
|
+
taxIdentificationNumber: string;
|
|
4881
4998
|
|
|
4882
4999
|
/**
|
|
4883
5000
|
* Referenz auf Lieferbedingung
|
|
@@ -4944,6 +5061,11 @@ export interface DocumentAdditionalInfo {
|
|
|
4944
5061
|
*/
|
|
4945
5062
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4946
5063
|
|
|
5064
|
+
/**
|
|
5065
|
+
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
5066
|
+
*/
|
|
5067
|
+
roundingMode: DocumentRounding;
|
|
5068
|
+
|
|
4947
5069
|
/**
|
|
4948
5070
|
* Herkunft der Sprache
|
|
4949
5071
|
*/
|
|
@@ -4954,11 +5076,6 @@ export interface DocumentAdditionalInfo {
|
|
|
4954
5076
|
*/
|
|
4955
5077
|
contextParameters: Array<AdditionalParameter>;
|
|
4956
5078
|
|
|
4957
|
-
/**
|
|
4958
|
-
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
4959
|
-
*/
|
|
4960
|
-
roundingMode: DocumentRounding;
|
|
4961
|
-
|
|
4962
5079
|
/**
|
|
4963
5080
|
* Herkunft der Käufer-Referenz
|
|
4964
5081
|
*/
|
|
@@ -5072,14 +5189,14 @@ export interface DocumentAddress {
|
|
|
5072
5189
|
postOfficeBox: string;
|
|
5073
5190
|
|
|
5074
5191
|
/**
|
|
5075
|
-
*
|
|
5192
|
+
* country code IsoAlpha3
|
|
5076
5193
|
*/
|
|
5077
|
-
|
|
5194
|
+
countryCode: string;
|
|
5078
5195
|
|
|
5079
5196
|
/**
|
|
5080
|
-
*
|
|
5197
|
+
* Street
|
|
5081
5198
|
*/
|
|
5082
|
-
|
|
5199
|
+
street: string;
|
|
5083
5200
|
|
|
5084
5201
|
/**
|
|
5085
5202
|
* Unique identifier of the Object
|
|
@@ -5287,14 +5404,14 @@ export interface DocumentContractDetail {
|
|
|
5287
5404
|
runtimeToDate: ScriptingDate;
|
|
5288
5405
|
|
|
5289
5406
|
/**
|
|
5290
|
-
*
|
|
5407
|
+
* Nächste Fälligkeit
|
|
5291
5408
|
*/
|
|
5292
|
-
|
|
5409
|
+
nextDueDate: ScriptingDate;
|
|
5293
5410
|
|
|
5294
5411
|
/**
|
|
5295
|
-
*
|
|
5412
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5296
5413
|
*/
|
|
5297
|
-
|
|
5414
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5298
5415
|
|
|
5299
5416
|
/**
|
|
5300
5417
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5423,14 +5540,14 @@ export interface DocumentFinanceBooking {
|
|
|
5423
5540
|
description: string;
|
|
5424
5541
|
|
|
5425
5542
|
/**
|
|
5426
|
-
*
|
|
5543
|
+
* Kommentar
|
|
5427
5544
|
*/
|
|
5428
|
-
|
|
5545
|
+
comment: string;
|
|
5429
5546
|
|
|
5430
5547
|
/**
|
|
5431
|
-
*
|
|
5548
|
+
* Buchungsschlüssel
|
|
5432
5549
|
*/
|
|
5433
|
-
|
|
5550
|
+
transactionKey: string;
|
|
5434
5551
|
|
|
5435
5552
|
/**
|
|
5436
5553
|
* Unique identifier of the Object
|
|
@@ -5495,14 +5612,14 @@ export interface DocumentLine {
|
|
|
5495
5612
|
number: string;
|
|
5496
5613
|
|
|
5497
5614
|
/**
|
|
5498
|
-
*
|
|
5615
|
+
* Referenz zur Kundenauftragszeile
|
|
5499
5616
|
*/
|
|
5500
|
-
|
|
5617
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5501
5618
|
|
|
5502
5619
|
/**
|
|
5503
|
-
*
|
|
5620
|
+
* Gesamtbruttogewicht
|
|
5504
5621
|
*/
|
|
5505
|
-
|
|
5622
|
+
totalGrossWeight: number;
|
|
5506
5623
|
|
|
5507
5624
|
/**
|
|
5508
5625
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5664,6 +5781,11 @@ export interface DocumentLine {
|
|
|
5664
5781
|
*/
|
|
5665
5782
|
settledOpenItemDiscountAmount: number;
|
|
5666
5783
|
|
|
5784
|
+
/**
|
|
5785
|
+
* Einheit Nettogewicht
|
|
5786
|
+
*/
|
|
5787
|
+
netWeightUnit: UnitTypeReference;
|
|
5788
|
+
|
|
5667
5789
|
/**
|
|
5668
5790
|
* Nettoverkaufswert der Position in Basiswährung
|
|
5669
5791
|
*/
|
|
@@ -5674,11 +5796,6 @@ export interface DocumentLine {
|
|
|
5674
5796
|
*/
|
|
5675
5797
|
contractDetail: DocumentContractDetail;
|
|
5676
5798
|
|
|
5677
|
-
/**
|
|
5678
|
-
* Einheit Nettogewicht
|
|
5679
|
-
*/
|
|
5680
|
-
netWeightUnit: UnitTypeReference;
|
|
5681
|
-
|
|
5682
5799
|
/**
|
|
5683
5800
|
* Versandkosten-Details; nur gesetzt für Versandkostenpositionen, die als nummerierte Belegposition geführt werden (z.B. Sammelrechnung)
|
|
5684
5801
|
*/
|
|
@@ -5720,9 +5837,9 @@ export interface DocumentLine {
|
|
|
5720
5837
|
settledOpenItemPaymentDueDate: ScriptingDate;
|
|
5721
5838
|
|
|
5722
5839
|
/**
|
|
5723
|
-
*
|
|
5840
|
+
* Land der Herkunft
|
|
5724
5841
|
*/
|
|
5725
|
-
|
|
5842
|
+
country: CountryReference;
|
|
5726
5843
|
|
|
5727
5844
|
/**
|
|
5728
5845
|
* Zolltarifnummer
|
|
@@ -5730,9 +5847,9 @@ export interface DocumentLine {
|
|
|
5730
5847
|
customsTariffNumber: string;
|
|
5731
5848
|
|
|
5732
5849
|
/**
|
|
5733
|
-
*
|
|
5850
|
+
* Leistungsdatum
|
|
5734
5851
|
*/
|
|
5735
|
-
|
|
5852
|
+
performanceDate: ScriptingDate;
|
|
5736
5853
|
|
|
5737
5854
|
/**
|
|
5738
5855
|
* wurde aufgelöst in Gebindeartikel
|
|
@@ -5810,14 +5927,14 @@ export interface DocumentLine {
|
|
|
5810
5927
|
countryRegion: ApiObjectReference;
|
|
5811
5928
|
|
|
5812
5929
|
/**
|
|
5813
|
-
*
|
|
5930
|
+
* Nettogewicht
|
|
5814
5931
|
*/
|
|
5815
|
-
|
|
5932
|
+
netWeight: number;
|
|
5816
5933
|
|
|
5817
5934
|
/**
|
|
5818
|
-
*
|
|
5935
|
+
* Provisionsursprung
|
|
5819
5936
|
*/
|
|
5820
|
-
|
|
5937
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
5821
5938
|
|
|
5822
5939
|
/**
|
|
5823
5940
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
@@ -6081,14 +6198,14 @@ export interface DocumentLineCommission {
|
|
|
6081
6198
|
id: number;
|
|
6082
6199
|
|
|
6083
6200
|
/**
|
|
6084
|
-
*
|
|
6201
|
+
* Provision Prozent/Wert
|
|
6085
6202
|
*/
|
|
6086
|
-
|
|
6203
|
+
value: number;
|
|
6087
6204
|
|
|
6088
6205
|
/**
|
|
6089
|
-
*
|
|
6206
|
+
* Vertreter
|
|
6090
6207
|
*/
|
|
6091
|
-
|
|
6208
|
+
salesAgentAccountRef: ApiObjectReference;
|
|
6092
6209
|
|
|
6093
6210
|
/**
|
|
6094
6211
|
* Version Identifier for this Object (for PUT)
|
|
@@ -6113,26 +6230,26 @@ export interface DocumentLineComponent {
|
|
|
6113
6230
|
*/
|
|
6114
6231
|
pickingQuantity: number;
|
|
6115
6232
|
|
|
6116
|
-
/**
|
|
6117
|
-
* Produktionsdetails
|
|
6118
|
-
*/
|
|
6119
|
-
fabricationDetail: DocumentLineComponentFabricationDetail;
|
|
6120
|
-
|
|
6121
6233
|
/**
|
|
6122
6234
|
* Freifelder
|
|
6123
6235
|
*/
|
|
6124
6236
|
custom: EavDocumentlinecomponent;
|
|
6125
6237
|
|
|
6126
6238
|
/**
|
|
6127
|
-
*
|
|
6239
|
+
* Produktionsdetails
|
|
6128
6240
|
*/
|
|
6129
|
-
|
|
6241
|
+
fabricationDetail: DocumentLineComponentFabricationDetail;
|
|
6130
6242
|
|
|
6131
6243
|
/**
|
|
6132
6244
|
* Referenz auf den Artikel der Komponente
|
|
6133
6245
|
*/
|
|
6134
6246
|
articleId: number;
|
|
6135
6247
|
|
|
6248
|
+
/**
|
|
6249
|
+
* Gelieferte Menge
|
|
6250
|
+
*/
|
|
6251
|
+
quantityCommitted: number;
|
|
6252
|
+
|
|
6136
6253
|
/**
|
|
6137
6254
|
* Beschreibung des Artikels
|
|
6138
6255
|
*/
|
|
@@ -6250,14 +6367,14 @@ export interface DocumentLineFabricationBookedComponent {
|
|
|
6250
6367
|
quantity: number;
|
|
6251
6368
|
|
|
6252
6369
|
/**
|
|
6253
|
-
*
|
|
6370
|
+
* Name des Artikels
|
|
6254
6371
|
*/
|
|
6255
|
-
|
|
6372
|
+
name: string;
|
|
6256
6373
|
|
|
6257
6374
|
/**
|
|
6258
|
-
*
|
|
6375
|
+
* ID des Artikels
|
|
6259
6376
|
*/
|
|
6260
|
-
|
|
6377
|
+
articleId: number;
|
|
6261
6378
|
|
|
6262
6379
|
/**
|
|
6263
6380
|
* Beschreibung des Artikels
|
|
@@ -6273,14 +6390,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6273
6390
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6274
6391
|
|
|
6275
6392
|
/**
|
|
6276
|
-
*
|
|
6393
|
+
* Menge
|
|
6277
6394
|
*/
|
|
6278
|
-
|
|
6395
|
+
quantity: number;
|
|
6279
6396
|
|
|
6280
6397
|
/**
|
|
6281
|
-
*
|
|
6398
|
+
* Abweichende Herstellungskosten
|
|
6282
6399
|
*/
|
|
6283
|
-
|
|
6400
|
+
deviatingUnitPrice: number;
|
|
6284
6401
|
|
|
6285
6402
|
/**
|
|
6286
6403
|
* Beschreibung
|
|
@@ -6341,14 +6458,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6341
6458
|
quantityDefective: number;
|
|
6342
6459
|
|
|
6343
6460
|
/**
|
|
6344
|
-
*
|
|
6461
|
+
* Freifeld
|
|
6345
6462
|
*/
|
|
6346
|
-
|
|
6463
|
+
custom: EavFabricationline;
|
|
6347
6464
|
|
|
6348
6465
|
/**
|
|
6349
|
-
*
|
|
6466
|
+
* Produzierte Seriennummern
|
|
6350
6467
|
*/
|
|
6351
|
-
|
|
6468
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6352
6469
|
|
|
6353
6470
|
/**
|
|
6354
6471
|
* Menge produziert
|
|
@@ -6487,14 +6604,14 @@ export interface DocumentLinePosDetail {
|
|
|
6487
6604
|
balanceBeforeWithdrawal: number;
|
|
6488
6605
|
|
|
6489
6606
|
/**
|
|
6490
|
-
*
|
|
6607
|
+
* Typ der Position
|
|
6491
6608
|
*/
|
|
6492
|
-
|
|
6609
|
+
posLineType: PosLineType;
|
|
6493
6610
|
|
|
6494
6611
|
/**
|
|
6495
|
-
*
|
|
6612
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6496
6613
|
*/
|
|
6497
|
-
|
|
6614
|
+
externalPaymentId: string;
|
|
6498
6615
|
|
|
6499
6616
|
/**
|
|
6500
6617
|
* Unique identifier of the Object
|
|
@@ -6519,26 +6636,26 @@ export interface DocumentLineRef {
|
|
|
6519
6636
|
*/
|
|
6520
6637
|
quantity: number;
|
|
6521
6638
|
|
|
6522
|
-
/**
|
|
6523
|
-
* Belegart
|
|
6524
|
-
*/
|
|
6525
|
-
documentType: string;
|
|
6526
|
-
|
|
6527
6639
|
/**
|
|
6528
6640
|
* Artikelnummer
|
|
6529
6641
|
*/
|
|
6530
6642
|
articleNumber: string;
|
|
6531
6643
|
|
|
6532
6644
|
/**
|
|
6533
|
-
*
|
|
6645
|
+
* Belegart
|
|
6534
6646
|
*/
|
|
6535
|
-
|
|
6647
|
+
documentType: string;
|
|
6536
6648
|
|
|
6537
6649
|
/**
|
|
6538
6650
|
* Kurzbezeichnung des Kunden
|
|
6539
6651
|
*/
|
|
6540
6652
|
displayName: string;
|
|
6541
6653
|
|
|
6654
|
+
/**
|
|
6655
|
+
* price per quantity [GROSS, NET]
|
|
6656
|
+
*/
|
|
6657
|
+
price: number;
|
|
6658
|
+
|
|
6542
6659
|
/**
|
|
6543
6660
|
* Artikelbezeichnung
|
|
6544
6661
|
*/
|
|
@@ -6813,14 +6930,14 @@ export interface DocumentPosPayment {
|
|
|
6813
6930
|
balanceBeforeWithdrawal: number;
|
|
6814
6931
|
|
|
6815
6932
|
/**
|
|
6816
|
-
*
|
|
6933
|
+
* Typ der Position
|
|
6817
6934
|
*/
|
|
6818
|
-
|
|
6935
|
+
posLineType: PosLineType;
|
|
6819
6936
|
|
|
6820
6937
|
/**
|
|
6821
|
-
*
|
|
6938
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6822
6939
|
*/
|
|
6823
|
-
|
|
6940
|
+
externalPaymentId: string;
|
|
6824
6941
|
|
|
6825
6942
|
/**
|
|
6826
6943
|
* Unique identifier of the Object
|
|
@@ -7173,14 +7290,14 @@ export interface DocumentTransferToTypeRequest {
|
|
|
7173
7290
|
documentId: number;
|
|
7174
7291
|
|
|
7175
7292
|
/**
|
|
7176
|
-
*
|
|
7293
|
+
* Zusätzliche Parameter
|
|
7177
7294
|
*/
|
|
7178
|
-
|
|
7295
|
+
parameters: Array<AdditionalParameter>;
|
|
7179
7296
|
|
|
7180
7297
|
/**
|
|
7181
|
-
*
|
|
7298
|
+
* Soll der Beleg kopiert werden? (Standard: nein)
|
|
7182
7299
|
*/
|
|
7183
|
-
|
|
7300
|
+
copyDocument: boolean;
|
|
7184
7301
|
}
|
|
7185
7302
|
|
|
7186
7303
|
export interface DocumentType {
|
|
@@ -7211,14 +7328,14 @@ export interface DocumentType {
|
|
|
7211
7328
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7329
|
|
|
7213
7330
|
/**
|
|
7214
|
-
*
|
|
7331
|
+
* Zählerkreis
|
|
7215
7332
|
*/
|
|
7216
|
-
|
|
7333
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7217
7334
|
|
|
7218
7335
|
/**
|
|
7219
|
-
*
|
|
7336
|
+
* nächste Belegnummer
|
|
7220
7337
|
*/
|
|
7221
|
-
|
|
7338
|
+
nextNumber: string;
|
|
7222
7339
|
|
|
7223
7340
|
/**
|
|
7224
7341
|
* Sortierung
|
|
@@ -7399,14 +7516,14 @@ export const enum DropShippingPolicy {
|
|
|
7399
7516
|
export interface DummySerialNumberStockTransferApi {
|
|
7400
7517
|
|
|
7401
7518
|
/**
|
|
7402
|
-
*
|
|
7519
|
+
* Seriennummer
|
|
7403
7520
|
*/
|
|
7404
|
-
|
|
7521
|
+
serialNumberId: number;
|
|
7405
7522
|
|
|
7406
7523
|
/**
|
|
7407
|
-
*
|
|
7524
|
+
* Ziel-Lager
|
|
7408
7525
|
*/
|
|
7409
|
-
|
|
7526
|
+
targetStorageId: number;
|
|
7410
7527
|
|
|
7411
7528
|
/**
|
|
7412
7529
|
* Bemerkung
|
|
@@ -7429,14 +7546,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7429
7546
|
targetExpiryDate: ScriptingDate;
|
|
7430
7547
|
|
|
7431
7548
|
/**
|
|
7432
|
-
*
|
|
7549
|
+
* Menge
|
|
7433
7550
|
*/
|
|
7434
|
-
|
|
7551
|
+
quantity: number;
|
|
7435
7552
|
|
|
7436
7553
|
/**
|
|
7437
|
-
*
|
|
7554
|
+
* Quell-Lagerplatz
|
|
7438
7555
|
*/
|
|
7439
|
-
|
|
7556
|
+
sourceStorageBinId: number;
|
|
7440
7557
|
|
|
7441
7558
|
/**
|
|
7442
7559
|
* Quell-Lager
|
|
@@ -7804,14 +7921,14 @@ export const enum FabricationOfComponents {
|
|
|
7804
7921
|
export interface FabricationProduceRequest {
|
|
7805
7922
|
|
|
7806
7923
|
/**
|
|
7807
|
-
*
|
|
7924
|
+
* Zu produzierende Menge
|
|
7808
7925
|
*/
|
|
7809
|
-
|
|
7926
|
+
quantity: number;
|
|
7810
7927
|
|
|
7811
7928
|
/**
|
|
7812
|
-
*
|
|
7929
|
+
* Material automatisch bestätigen
|
|
7813
7930
|
*/
|
|
7814
|
-
|
|
7931
|
+
autoCommitComponents: boolean;
|
|
7815
7932
|
|
|
7816
7933
|
/**
|
|
7817
7934
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7888,14 +8005,14 @@ export interface FabricationRevertRequest {
|
|
|
7888
8005
|
export interface FabricationSerialNumber {
|
|
7889
8006
|
|
|
7890
8007
|
/**
|
|
7891
|
-
*
|
|
8008
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7892
8009
|
*/
|
|
7893
|
-
|
|
8010
|
+
serialNumberId: number;
|
|
7894
8011
|
|
|
7895
8012
|
/**
|
|
7896
|
-
*
|
|
8013
|
+
* MHD / Verfallsdatum
|
|
7897
8014
|
*/
|
|
7898
|
-
|
|
8015
|
+
expiryDate: ScriptingDate;
|
|
7899
8016
|
|
|
7900
8017
|
/**
|
|
7901
8018
|
* Bemerkung
|
|
@@ -8112,14 +8229,14 @@ export interface OpenItem {
|
|
|
8112
8229
|
baseSumTotalAmount: number;
|
|
8113
8230
|
|
|
8114
8231
|
/**
|
|
8115
|
-
*
|
|
8232
|
+
* OP-Nummer
|
|
8116
8233
|
*/
|
|
8117
|
-
|
|
8234
|
+
number: string;
|
|
8118
8235
|
|
|
8119
8236
|
/**
|
|
8120
|
-
*
|
|
8237
|
+
* The kind of payment
|
|
8121
8238
|
*/
|
|
8122
|
-
|
|
8239
|
+
paymentKind: OpenItem$OpenItemPaymentKind;
|
|
8123
8240
|
|
|
8124
8241
|
/**
|
|
8125
8242
|
* saldo
|
|
@@ -8127,14 +8244,14 @@ export interface OpenItem {
|
|
|
8127
8244
|
balance: number;
|
|
8128
8245
|
|
|
8129
8246
|
/**
|
|
8130
|
-
*
|
|
8247
|
+
* Kurs der Währung zu Basiswährung
|
|
8131
8248
|
*/
|
|
8132
|
-
|
|
8249
|
+
exchangeRate: number;
|
|
8133
8250
|
|
|
8134
8251
|
/**
|
|
8135
|
-
*
|
|
8252
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8136
8253
|
*/
|
|
8137
|
-
|
|
8254
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
8138
8255
|
|
|
8139
8256
|
/**
|
|
8140
8257
|
* Die Mahnstufe
|
|
@@ -8216,26 +8333,26 @@ export interface OpenItem {
|
|
|
8216
8333
|
*/
|
|
8217
8334
|
paymentDueDate: ScriptingDate;
|
|
8218
8335
|
|
|
8219
|
-
/**
|
|
8220
|
-
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8221
|
-
*/
|
|
8222
|
-
sourceCountryCode: string;
|
|
8223
|
-
|
|
8224
8336
|
/**
|
|
8225
8337
|
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8226
8338
|
*/
|
|
8227
8339
|
performanceCountryCode: string;
|
|
8228
8340
|
|
|
8229
8341
|
/**
|
|
8230
|
-
*
|
|
8342
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8231
8343
|
*/
|
|
8232
|
-
|
|
8344
|
+
sourceCountryCode: string;
|
|
8233
8345
|
|
|
8234
8346
|
/**
|
|
8235
8347
|
* Valutadatum schreibgeschützt
|
|
8236
8348
|
*/
|
|
8237
8349
|
valueDateReadOnly: boolean;
|
|
8238
8350
|
|
|
8351
|
+
/**
|
|
8352
|
+
* agreed Deposit payment date
|
|
8353
|
+
*/
|
|
8354
|
+
depositPaymentDate: ScriptingDate;
|
|
8355
|
+
|
|
8239
8356
|
/**
|
|
8240
8357
|
* Does this open item belong to accounts payable or accounts receivable
|
|
8241
8358
|
*/
|
|
@@ -8272,14 +8389,14 @@ export interface OpenItem {
|
|
|
8272
8389
|
depositPaymentAmount: number;
|
|
8273
8390
|
|
|
8274
8391
|
/**
|
|
8275
|
-
*
|
|
8392
|
+
* Verwendungszweck
|
|
8276
8393
|
*/
|
|
8277
|
-
|
|
8394
|
+
purpose: string;
|
|
8278
8395
|
|
|
8279
8396
|
/**
|
|
8280
|
-
*
|
|
8397
|
+
* free payments
|
|
8281
8398
|
*/
|
|
8282
|
-
|
|
8399
|
+
records: Array<OpenItemRecord>;
|
|
8283
8400
|
|
|
8284
8401
|
/**
|
|
8285
8402
|
* How much discount can be given for speedy payment, rule 2
|
|
@@ -8302,14 +8419,14 @@ export interface OpenItem {
|
|
|
8302
8419
|
paymentAmount: number;
|
|
8303
8420
|
|
|
8304
8421
|
/**
|
|
8305
|
-
*
|
|
8422
|
+
* how should a refund be done?
|
|
8306
8423
|
*/
|
|
8307
|
-
|
|
8424
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8308
8425
|
|
|
8309
8426
|
/**
|
|
8310
|
-
*
|
|
8427
|
+
* Rechnungskorrektur
|
|
8311
8428
|
*/
|
|
8312
|
-
|
|
8429
|
+
creditNote: ApiObjectReference;
|
|
8313
8430
|
|
|
8314
8431
|
/**
|
|
8315
8432
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8332,14 +8449,14 @@ export interface OpenItem {
|
|
|
8332
8449
|
sumFee: number;
|
|
8333
8450
|
|
|
8334
8451
|
/**
|
|
8335
|
-
*
|
|
8452
|
+
* Zahlungsplan
|
|
8336
8453
|
*/
|
|
8337
|
-
|
|
8454
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8338
8455
|
|
|
8339
8456
|
/**
|
|
8340
|
-
*
|
|
8457
|
+
* The full amount of the payment
|
|
8341
8458
|
*/
|
|
8342
|
-
|
|
8459
|
+
fullPaymentAmount: number;
|
|
8343
8460
|
|
|
8344
8461
|
/**
|
|
8345
8462
|
* Zahlungssperre
|
|
@@ -8372,14 +8489,14 @@ export interface OpenItem {
|
|
|
8372
8489
|
baseSumDiscount: number;
|
|
8373
8490
|
|
|
8374
8491
|
/**
|
|
8375
|
-
*
|
|
8492
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8376
8493
|
*/
|
|
8377
|
-
|
|
8494
|
+
baseSumDunnings: number;
|
|
8378
8495
|
|
|
8379
8496
|
/**
|
|
8380
|
-
*
|
|
8497
|
+
* Zahlungsvorlage
|
|
8381
8498
|
*/
|
|
8382
|
-
|
|
8499
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8383
8500
|
|
|
8384
8501
|
/**
|
|
8385
8502
|
* Rechnungsbetrag
|
|
@@ -8470,14 +8587,14 @@ export const enum OpenItemDunningState {
|
|
|
8470
8587
|
export interface OpenItemPaymentPlan {
|
|
8471
8588
|
|
|
8472
8589
|
/**
|
|
8473
|
-
*
|
|
8590
|
+
* Betrag
|
|
8474
8591
|
*/
|
|
8475
|
-
|
|
8592
|
+
amount: number;
|
|
8476
8593
|
|
|
8477
8594
|
/**
|
|
8478
|
-
*
|
|
8595
|
+
* Fälligkeitsregel
|
|
8479
8596
|
*/
|
|
8480
|
-
|
|
8597
|
+
dueDateCalculation: string;
|
|
8481
8598
|
|
|
8482
8599
|
/**
|
|
8483
8600
|
* Enddatum
|
|
@@ -8489,11 +8606,6 @@ export interface OpenItemPaymentPlan {
|
|
|
8489
8606
|
*/
|
|
8490
8607
|
dueDate: ScriptingDate;
|
|
8491
8608
|
|
|
8492
|
-
/**
|
|
8493
|
-
* Zahlungsplantyp
|
|
8494
|
-
*/
|
|
8495
|
-
paymentPlanType: OpenItemPaymentPlan$PaymentPlanType;
|
|
8496
|
-
|
|
8497
8609
|
/**
|
|
8498
8610
|
* Aktiv
|
|
8499
8611
|
*/
|
|
@@ -8504,6 +8616,11 @@ export interface OpenItemPaymentPlan {
|
|
|
8504
8616
|
*/
|
|
8505
8617
|
description: string;
|
|
8506
8618
|
|
|
8619
|
+
/**
|
|
8620
|
+
* Zahlungsplantyp
|
|
8621
|
+
*/
|
|
8622
|
+
paymentPlanType: OpenItemPaymentPlan$PaymentPlanType;
|
|
8623
|
+
|
|
8507
8624
|
/**
|
|
8508
8625
|
* Version Identifier for this Object (for PUT)
|
|
8509
8626
|
*/
|
|
@@ -8595,14 +8712,14 @@ export interface OpenItemRecord {
|
|
|
8595
8712
|
recordReferenceNumber: string;
|
|
8596
8713
|
|
|
8597
8714
|
/**
|
|
8598
|
-
*
|
|
8715
|
+
* Eine Vorgangsnummer die zur Buchung führte
|
|
8599
8716
|
*/
|
|
8600
|
-
|
|
8717
|
+
number: string;
|
|
8601
8718
|
|
|
8602
8719
|
/**
|
|
8603
|
-
*
|
|
8720
|
+
* ref to the financialBookingRecord
|
|
8604
8721
|
*/
|
|
8605
|
-
|
|
8722
|
+
bookingRecordId: number;
|
|
8606
8723
|
|
|
8607
8724
|
/**
|
|
8608
8725
|
* revertable
|
|
@@ -8615,14 +8732,14 @@ export interface OpenItemRecord {
|
|
|
8615
8732
|
exchangeRate: number;
|
|
8616
8733
|
|
|
8617
8734
|
/**
|
|
8618
|
-
*
|
|
8735
|
+
* record discountable amount
|
|
8619
8736
|
*/
|
|
8620
|
-
|
|
8737
|
+
discountableAmount: number;
|
|
8621
8738
|
|
|
8622
8739
|
/**
|
|
8623
|
-
*
|
|
8740
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8624
8741
|
*/
|
|
8625
|
-
|
|
8742
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8626
8743
|
|
|
8627
8744
|
/**
|
|
8628
8745
|
* record date
|
|
@@ -8680,14 +8797,14 @@ export interface OpenItemRecord {
|
|
|
8680
8797
|
version: number;
|
|
8681
8798
|
|
|
8682
8799
|
/**
|
|
8683
|
-
*
|
|
8800
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8684
8801
|
*/
|
|
8685
|
-
|
|
8802
|
+
transactionId: number;
|
|
8686
8803
|
|
|
8687
8804
|
/**
|
|
8688
|
-
*
|
|
8805
|
+
* Buchungsbetrag in Basiswährung
|
|
8689
8806
|
*/
|
|
8690
|
-
|
|
8807
|
+
baseAmount: number;
|
|
8691
8808
|
|
|
8692
8809
|
/**
|
|
8693
8810
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8705,14 +8822,14 @@ export interface OpenItemRecord {
|
|
|
8705
8822
|
totalAmount: number;
|
|
8706
8823
|
|
|
8707
8824
|
/**
|
|
8708
|
-
*
|
|
8825
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8709
8826
|
*/
|
|
8710
|
-
|
|
8827
|
+
baseCurrencyCode: string;
|
|
8711
8828
|
|
|
8712
8829
|
/**
|
|
8713
|
-
*
|
|
8830
|
+
* id des records, der diesen storniert hat
|
|
8714
8831
|
*/
|
|
8715
|
-
|
|
8832
|
+
revertedByRecordId: number;
|
|
8716
8833
|
|
|
8717
8834
|
/**
|
|
8718
8835
|
* qualifier of open item
|
|
@@ -8725,14 +8842,14 @@ export interface OpenItemRecord {
|
|
|
8725
8842
|
paymentMethod: ApiObjectReference;
|
|
8726
8843
|
|
|
8727
8844
|
/**
|
|
8728
|
-
*
|
|
8845
|
+
* comment
|
|
8729
8846
|
*/
|
|
8730
|
-
|
|
8847
|
+
comment: string;
|
|
8731
8848
|
|
|
8732
8849
|
/**
|
|
8733
|
-
*
|
|
8850
|
+
* Geschäftsvorfall
|
|
8734
8851
|
*/
|
|
8735
|
-
|
|
8852
|
+
businessTransaction: ApiObjectReference;
|
|
8736
8853
|
|
|
8737
8854
|
/**
|
|
8738
8855
|
* Währung des offenen Postens (ISO-A3)
|
|
@@ -8875,14 +8992,14 @@ export interface PaymentMethod {
|
|
|
8875
8992
|
daysToAddForFollowup: number;
|
|
8876
8993
|
|
|
8877
8994
|
/**
|
|
8878
|
-
*
|
|
8995
|
+
* Die Business Transaction
|
|
8879
8996
|
*/
|
|
8880
|
-
|
|
8997
|
+
businessTransaction: ApiObjectReference;
|
|
8881
8998
|
|
|
8882
8999
|
/**
|
|
8883
|
-
*
|
|
9000
|
+
* external Payment Id
|
|
8884
9001
|
*/
|
|
8885
|
-
|
|
9002
|
+
externalPaymentId: string;
|
|
8886
9003
|
|
|
8887
9004
|
/**
|
|
8888
9005
|
* Unique identifier of the Object
|
|
@@ -8976,14 +9093,14 @@ export interface PaymentTerm {
|
|
|
8976
9093
|
paymentDiscount1: number;
|
|
8977
9094
|
|
|
8978
9095
|
/**
|
|
8979
|
-
* for
|
|
9096
|
+
* Days for Discount 1
|
|
8980
9097
|
*/
|
|
8981
|
-
|
|
9098
|
+
paymentDays1: number;
|
|
8982
9099
|
|
|
8983
9100
|
/**
|
|
8984
|
-
*
|
|
9101
|
+
* for deposit: remaining term
|
|
8985
9102
|
*/
|
|
8986
|
-
|
|
9103
|
+
remainingTermRef: ApiObjectReference;
|
|
8987
9104
|
|
|
8988
9105
|
/**
|
|
8989
9106
|
* Days for Discount 2
|
|
@@ -9064,14 +9181,14 @@ export interface PaymentTermRef {
|
|
|
9064
9181
|
description: string;
|
|
9065
9182
|
|
|
9066
9183
|
/**
|
|
9067
|
-
*
|
|
9184
|
+
* Identifier
|
|
9068
9185
|
*/
|
|
9069
|
-
|
|
9186
|
+
id: number;
|
|
9070
9187
|
|
|
9071
9188
|
/**
|
|
9072
|
-
*
|
|
9189
|
+
* a label
|
|
9073
9190
|
*/
|
|
9074
|
-
|
|
9191
|
+
label: string;
|
|
9075
9192
|
|
|
9076
9193
|
/**
|
|
9077
9194
|
* payment type
|
|
@@ -9104,14 +9221,14 @@ export interface PickTrolley {
|
|
|
9104
9221
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
9105
9222
|
|
|
9106
9223
|
/**
|
|
9107
|
-
*
|
|
9224
|
+
* Bearbeiter der Pickliste
|
|
9108
9225
|
*/
|
|
9109
|
-
|
|
9226
|
+
processedByUserRef: ApiObjectReference;
|
|
9110
9227
|
|
|
9111
9228
|
/**
|
|
9112
|
-
*
|
|
9229
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
9113
9230
|
*/
|
|
9114
|
-
|
|
9231
|
+
storageBinRef: StorageBinRef;
|
|
9115
9232
|
|
|
9116
9233
|
/**
|
|
9117
9234
|
* Beschreibung des Wagens
|
|
@@ -9144,14 +9261,14 @@ export interface PickTrolley {
|
|
|
9144
9261
|
picklistTemplateRefs: Array<ApiObjectReference>;
|
|
9145
9262
|
|
|
9146
9263
|
/**
|
|
9147
|
-
*
|
|
9264
|
+
* Status des Wagens
|
|
9148
9265
|
*/
|
|
9149
|
-
|
|
9266
|
+
state: PickTrolleyState;
|
|
9150
9267
|
|
|
9151
9268
|
/**
|
|
9152
|
-
*
|
|
9269
|
+
* Wagen gehört zu dieser Pickwagen-Gruppe
|
|
9153
9270
|
*/
|
|
9154
|
-
|
|
9271
|
+
pickTrolleyGroupRef: ApiObjectReference;
|
|
9155
9272
|
|
|
9156
9273
|
/**
|
|
9157
9274
|
* Unique identifier of the Object
|
|
@@ -9187,14 +9304,14 @@ export interface PickTrolleyBox {
|
|
|
9187
9304
|
description: string;
|
|
9188
9305
|
|
|
9189
9306
|
/**
|
|
9190
|
-
*
|
|
9307
|
+
* Status der Box
|
|
9191
9308
|
*/
|
|
9192
|
-
|
|
9309
|
+
state: PickTrolleyBoxState;
|
|
9193
9310
|
|
|
9194
9311
|
/**
|
|
9195
|
-
*
|
|
9312
|
+
* Bezeichnung der Box
|
|
9196
9313
|
*/
|
|
9197
|
-
|
|
9314
|
+
label: string;
|
|
9198
9315
|
|
|
9199
9316
|
/**
|
|
9200
9317
|
* Unique identifier of the Object
|
|
@@ -9379,14 +9496,14 @@ export interface PicklistLine {
|
|
|
9379
9496
|
targetDocumentLineId: number;
|
|
9380
9497
|
|
|
9381
9498
|
/**
|
|
9382
|
-
*
|
|
9499
|
+
* Status der Position
|
|
9383
9500
|
*/
|
|
9384
|
-
|
|
9501
|
+
state: PicklistLineState;
|
|
9385
9502
|
|
|
9386
9503
|
/**
|
|
9387
|
-
*
|
|
9504
|
+
* Verpackte Menge der Position
|
|
9388
9505
|
*/
|
|
9389
|
-
|
|
9506
|
+
quantityPacked: number;
|
|
9390
9507
|
|
|
9391
9508
|
/**
|
|
9392
9509
|
* Unique identifier of the Object
|
|
@@ -9432,14 +9549,14 @@ export interface PicklistLineBooking {
|
|
|
9432
9549
|
storageBinId: number;
|
|
9433
9550
|
|
|
9434
9551
|
/**
|
|
9435
|
-
*
|
|
9552
|
+
* Status der Buchung
|
|
9436
9553
|
*/
|
|
9437
|
-
|
|
9554
|
+
state: PicklistLineBookingState;
|
|
9438
9555
|
|
|
9439
9556
|
/**
|
|
9440
|
-
*
|
|
9557
|
+
* Zu buchende Menge (verpackt)
|
|
9441
9558
|
*/
|
|
9442
|
-
|
|
9559
|
+
quantityPacked: number;
|
|
9443
9560
|
}
|
|
9444
9561
|
|
|
9445
9562
|
export const enum PicklistLineBookingState {
|
|
@@ -9499,26 +9616,26 @@ export interface PicklistLineComponent {
|
|
|
9499
9616
|
*/
|
|
9500
9617
|
targetDocumentLineComponentId: number;
|
|
9501
9618
|
|
|
9502
|
-
/**
|
|
9503
|
-
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9504
|
-
*/
|
|
9505
|
-
quantityPerAssemblyGroup: number;
|
|
9506
|
-
|
|
9507
9619
|
/**
|
|
9508
9620
|
* abweichende Artikelbezeichnung
|
|
9509
9621
|
*/
|
|
9510
9622
|
articleAlternativeName: string;
|
|
9511
9623
|
|
|
9512
9624
|
/**
|
|
9513
|
-
*
|
|
9625
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9514
9626
|
*/
|
|
9515
|
-
|
|
9627
|
+
quantityPerAssemblyGroup: number;
|
|
9516
9628
|
|
|
9517
9629
|
/**
|
|
9518
9630
|
* Position der Komponente in der Baugruppe
|
|
9519
9631
|
*/
|
|
9520
9632
|
position: number;
|
|
9521
9633
|
|
|
9634
|
+
/**
|
|
9635
|
+
* Verpackte Menge der Position
|
|
9636
|
+
*/
|
|
9637
|
+
quantityPacked: number;
|
|
9638
|
+
|
|
9522
9639
|
/**
|
|
9523
9640
|
* Unique identifier of the Object
|
|
9524
9641
|
*/
|
|
@@ -9676,19 +9793,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9676
9793
|
maxArticleCountPerOrder: number;
|
|
9677
9794
|
|
|
9678
9795
|
/**
|
|
9679
|
-
*
|
|
9796
|
+
* Alternative Selektion in VQL
|
|
9680
9797
|
*/
|
|
9681
|
-
|
|
9798
|
+
alternativeSelectionInVql: string;
|
|
9682
9799
|
|
|
9683
9800
|
/**
|
|
9684
|
-
*
|
|
9801
|
+
* Maximaler Auftragswert
|
|
9685
9802
|
*/
|
|
9686
|
-
|
|
9803
|
+
maxOrderValue: number;
|
|
9687
9804
|
|
|
9688
9805
|
/**
|
|
9689
|
-
*
|
|
9806
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9690
9807
|
*/
|
|
9691
|
-
|
|
9808
|
+
maxOrderCount: number;
|
|
9692
9809
|
|
|
9693
9810
|
/**
|
|
9694
9811
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9696,9 +9813,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9696
9813
|
onlyFullDeliverableOrderLines: boolean;
|
|
9697
9814
|
|
|
9698
9815
|
/**
|
|
9699
|
-
*
|
|
9816
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9700
9817
|
*/
|
|
9701
|
-
|
|
9818
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9702
9819
|
|
|
9703
9820
|
/**
|
|
9704
9821
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9769,19 +9886,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9769
9886
|
printPicklist: boolean;
|
|
9770
9887
|
|
|
9771
9888
|
/**
|
|
9772
|
-
*
|
|
9889
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9773
9890
|
*/
|
|
9774
|
-
|
|
9891
|
+
maxPicklistLineCount: number;
|
|
9775
9892
|
|
|
9776
9893
|
/**
|
|
9777
|
-
*
|
|
9894
|
+
* Die zu verwendende Pickwagengruppe
|
|
9778
9895
|
*/
|
|
9779
|
-
|
|
9896
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9780
9897
|
|
|
9781
9898
|
/**
|
|
9782
|
-
*
|
|
9899
|
+
* Lagerplätze vorgeben
|
|
9783
9900
|
*/
|
|
9784
|
-
|
|
9901
|
+
specifyStorageBins: boolean;
|
|
9785
9902
|
|
|
9786
9903
|
/**
|
|
9787
9904
|
* Der zu verwendende Pickwagen
|
|
@@ -9789,9 +9906,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9789
9906
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9790
9907
|
|
|
9791
9908
|
/**
|
|
9792
|
-
*
|
|
9909
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9793
9910
|
*/
|
|
9794
|
-
|
|
9911
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9795
9912
|
|
|
9796
9913
|
/**
|
|
9797
9914
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -9821,6 +9938,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9821
9938
|
*/
|
|
9822
9939
|
autoPrintShippingLabel: boolean;
|
|
9823
9940
|
|
|
9941
|
+
/**
|
|
9942
|
+
* Ist das Überspringen von Positionen erlaubt?
|
|
9943
|
+
*/
|
|
9944
|
+
allowSkipPosition: boolean;
|
|
9945
|
+
|
|
9824
9946
|
/**
|
|
9825
9947
|
* Automatischer Abschluss nach letztem Artikel vom aktuellen Auftrag
|
|
9826
9948
|
*/
|
|
@@ -9861,6 +9983,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9861
9983
|
*/
|
|
9862
9984
|
showShippingFormOnPickingFinish: boolean;
|
|
9863
9985
|
|
|
9986
|
+
/**
|
|
9987
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9988
|
+
*/
|
|
9989
|
+
printLabelOnScan: boolean;
|
|
9990
|
+
|
|
9864
9991
|
/**
|
|
9865
9992
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9866
9993
|
*/
|
|
@@ -9876,11 +10003,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9876
10003
|
*/
|
|
9877
10004
|
allowPickingOfServiceArticles: boolean;
|
|
9878
10005
|
|
|
9879
|
-
/**
|
|
9880
|
-
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9881
|
-
*/
|
|
9882
|
-
printLabelOnScan: boolean;
|
|
9883
|
-
|
|
9884
10006
|
/**
|
|
9885
10007
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9886
10008
|
*/
|
|
@@ -9985,26 +10107,26 @@ export interface PriceSelectionCriteria {
|
|
|
9985
10107
|
*/
|
|
9986
10108
|
date: ScriptingDate;
|
|
9987
10109
|
|
|
9988
|
-
/**
|
|
9989
|
-
* Die Preisgruppe
|
|
9990
|
-
*/
|
|
9991
|
-
priceGroupId: number;
|
|
9992
|
-
|
|
9993
10110
|
/**
|
|
9994
10111
|
* Eine Menge
|
|
9995
10112
|
*/
|
|
9996
10113
|
quantity: number;
|
|
9997
10114
|
|
|
9998
10115
|
/**
|
|
9999
|
-
*
|
|
10116
|
+
* Die Preisgruppe
|
|
10000
10117
|
*/
|
|
10001
|
-
|
|
10118
|
+
priceGroupId: number;
|
|
10002
10119
|
|
|
10003
10120
|
/**
|
|
10004
10121
|
* Liste von Account-IDs
|
|
10005
10122
|
*/
|
|
10006
10123
|
accountIds: Array<number>;
|
|
10007
10124
|
|
|
10125
|
+
/**
|
|
10126
|
+
* Liste von Artikel-IDs
|
|
10127
|
+
*/
|
|
10128
|
+
articleIds: Array<number>;
|
|
10129
|
+
|
|
10008
10130
|
/**
|
|
10009
10131
|
* ein qualifier
|
|
10010
10132
|
*/
|
|
@@ -10205,14 +10327,14 @@ export interface ProductDiscount {
|
|
|
10205
10327
|
fromQuantity: number;
|
|
10206
10328
|
|
|
10207
10329
|
/**
|
|
10208
|
-
*
|
|
10330
|
+
* Hersteller
|
|
10209
10331
|
*/
|
|
10210
|
-
|
|
10332
|
+
manufacturerRef: ApiObjectReference;
|
|
10211
10333
|
|
|
10212
10334
|
/**
|
|
10213
|
-
*
|
|
10335
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10214
10336
|
*/
|
|
10215
|
-
|
|
10337
|
+
articleRef: ApiObjectReference;
|
|
10216
10338
|
|
|
10217
10339
|
/**
|
|
10218
10340
|
* Gültig von
|
|
@@ -10220,14 +10342,14 @@ export interface ProductDiscount {
|
|
|
10220
10342
|
validFrom: ScriptingDate;
|
|
10221
10343
|
|
|
10222
10344
|
/**
|
|
10223
|
-
*
|
|
10345
|
+
* Warengruppe
|
|
10224
10346
|
*/
|
|
10225
|
-
|
|
10347
|
+
productGroupRef: ApiObjectReference;
|
|
10226
10348
|
|
|
10227
10349
|
/**
|
|
10228
|
-
*
|
|
10350
|
+
* Bestimmt die Art des Rabatts
|
|
10229
10351
|
*/
|
|
10230
|
-
|
|
10352
|
+
modifierType: PriceModifierType;
|
|
10231
10353
|
|
|
10232
10354
|
/**
|
|
10233
10355
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10245,14 +10367,14 @@ export interface ProductDiscount {
|
|
|
10245
10367
|
currencyRef: CurrencyReference;
|
|
10246
10368
|
|
|
10247
10369
|
/**
|
|
10248
|
-
*
|
|
10370
|
+
* Preisgruppe
|
|
10249
10371
|
*/
|
|
10250
|
-
|
|
10372
|
+
priceGroupRef: ApiObjectReference;
|
|
10251
10373
|
|
|
10252
10374
|
/**
|
|
10253
|
-
*
|
|
10375
|
+
* Wert des Rabatts
|
|
10254
10376
|
*/
|
|
10255
|
-
|
|
10377
|
+
modifierValue: number;
|
|
10256
10378
|
|
|
10257
10379
|
/**
|
|
10258
10380
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10275,14 +10397,14 @@ export interface ProductDiscount {
|
|
|
10275
10397
|
modifierValueType: ValueType;
|
|
10276
10398
|
|
|
10277
10399
|
/**
|
|
10278
|
-
*
|
|
10400
|
+
* Account, für den der Rabatt gültig ist
|
|
10279
10401
|
*/
|
|
10280
|
-
|
|
10402
|
+
accountRef: ApiObjectReference;
|
|
10281
10403
|
|
|
10282
10404
|
/**
|
|
10283
|
-
*
|
|
10405
|
+
* Name des Rabatts
|
|
10284
10406
|
*/
|
|
10285
|
-
|
|
10407
|
+
modifierName: string;
|
|
10286
10408
|
|
|
10287
10409
|
/**
|
|
10288
10410
|
* Unique identifier of the Object
|
|
@@ -10469,14 +10591,14 @@ export interface ProductPrice {
|
|
|
10469
10591
|
supplierGroupRef: ApiObjectReference;
|
|
10470
10592
|
|
|
10471
10593
|
/**
|
|
10472
|
-
*
|
|
10594
|
+
* Hersteller
|
|
10473
10595
|
*/
|
|
10474
|
-
|
|
10596
|
+
manufacturerRef: ApiObjectReference;
|
|
10475
10597
|
|
|
10476
10598
|
/**
|
|
10477
|
-
*
|
|
10599
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10478
10600
|
*/
|
|
10479
|
-
|
|
10601
|
+
articleRef: ApiObjectReference;
|
|
10480
10602
|
|
|
10481
10603
|
/**
|
|
10482
10604
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10613,15 +10735,20 @@ export const enum RegulationSet {
|
|
|
10613
10735
|
|
|
10614
10736
|
export interface RequestDocument {
|
|
10615
10737
|
|
|
10738
|
+
/**
|
|
10739
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10740
|
+
*/
|
|
10741
|
+
incomingGoodsStorageBinId: number;
|
|
10742
|
+
|
|
10616
10743
|
/**
|
|
10617
10744
|
* Belegdatum
|
|
10618
10745
|
*/
|
|
10619
10746
|
documentDate: ScriptingDate;
|
|
10620
10747
|
|
|
10621
10748
|
/**
|
|
10622
|
-
* ID
|
|
10749
|
+
* ID der Kassenschublade (bei POS)
|
|
10623
10750
|
*/
|
|
10624
|
-
|
|
10751
|
+
cashDrawerId: number;
|
|
10625
10752
|
|
|
10626
10753
|
/**
|
|
10627
10754
|
* Der Anzahlungsbetrag
|
|
@@ -10633,11 +10760,6 @@ export interface RequestDocument {
|
|
|
10633
10760
|
*/
|
|
10634
10761
|
performanceDate: ScriptingDate;
|
|
10635
10762
|
|
|
10636
|
-
/**
|
|
10637
|
-
* ID der Kassenschublade (bei POS)
|
|
10638
|
-
*/
|
|
10639
|
-
cashDrawerId: number;
|
|
10640
|
-
|
|
10641
10763
|
/**
|
|
10642
10764
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10643
10765
|
*/
|
|
@@ -10713,26 +10835,26 @@ export interface RequestDocument {
|
|
|
10713
10835
|
*/
|
|
10714
10836
|
posRegisterId: number;
|
|
10715
10837
|
|
|
10716
|
-
/**
|
|
10717
|
-
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10718
|
-
*/
|
|
10719
|
-
supplierAccountId: number;
|
|
10720
|
-
|
|
10721
10838
|
/**
|
|
10722
10839
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10723
10840
|
*/
|
|
10724
10841
|
paymentTermId: number;
|
|
10725
10842
|
|
|
10726
10843
|
/**
|
|
10727
|
-
*
|
|
10844
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10728
10845
|
*/
|
|
10729
|
-
|
|
10846
|
+
supplierAccountId: number;
|
|
10730
10847
|
|
|
10731
10848
|
/**
|
|
10732
10849
|
* Schema Freifelder
|
|
10733
10850
|
*/
|
|
10734
10851
|
custom: EavDocument;
|
|
10735
10852
|
|
|
10853
|
+
/**
|
|
10854
|
+
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
10855
|
+
*/
|
|
10856
|
+
dropShipping: boolean;
|
|
10857
|
+
|
|
10736
10858
|
/**
|
|
10737
10859
|
* target document type for document copy
|
|
10738
10860
|
*/
|
|
@@ -10837,14 +10959,14 @@ export interface RequestDocumentLine {
|
|
|
10837
10959
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10838
10960
|
|
|
10839
10961
|
/**
|
|
10840
|
-
*
|
|
10962
|
+
* FiBu-Angaben
|
|
10841
10963
|
*/
|
|
10842
|
-
|
|
10964
|
+
financeBooking: DocumentFinanceBooking;
|
|
10843
10965
|
|
|
10844
10966
|
/**
|
|
10845
|
-
*
|
|
10967
|
+
* Typ dieser Position
|
|
10846
10968
|
*/
|
|
10847
|
-
|
|
10969
|
+
lineType: DocumentLineType;
|
|
10848
10970
|
|
|
10849
10971
|
/**
|
|
10850
10972
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10892,14 +11014,14 @@ export interface RequestDocumentLine {
|
|
|
10892
11014
|
shippingCostDetail: RequestDocumentLineShippingCostDetail;
|
|
10893
11015
|
|
|
10894
11016
|
/**
|
|
10895
|
-
*
|
|
11017
|
+
* Für interne Zwecke: Freifelder
|
|
10896
11018
|
*/
|
|
10897
|
-
|
|
11019
|
+
custom: EavDocumentline;
|
|
10898
11020
|
|
|
10899
11021
|
/**
|
|
10900
|
-
*
|
|
11022
|
+
* Details Produktionsbelegen
|
|
10901
11023
|
*/
|
|
10902
|
-
|
|
11024
|
+
fabricationDetail: RequestDocumentLineFabricationDetail;
|
|
10903
11025
|
|
|
10904
11026
|
/**
|
|
10905
11027
|
* (optional) ID des Artikels dieser Position
|
|
@@ -10942,14 +11064,14 @@ export interface RequestDocumentLine {
|
|
|
10942
11064
|
texts: Array<RequestDocumentText>;
|
|
10943
11065
|
|
|
10944
11066
|
/**
|
|
10945
|
-
*
|
|
11067
|
+
* Artikelname
|
|
10946
11068
|
*/
|
|
10947
|
-
|
|
11069
|
+
name: string;
|
|
10948
11070
|
|
|
10949
11071
|
/**
|
|
10950
|
-
*
|
|
11072
|
+
* (optional) Liste von Preismodifikatoren für diese Position
|
|
10951
11073
|
*/
|
|
10952
|
-
|
|
11074
|
+
priceModifiers: Array<RequestDocumentPriceModifier>;
|
|
10953
11075
|
|
|
10954
11076
|
/**
|
|
10955
11077
|
* Für interne Zwecke: Externe Artikelnummer
|
|
@@ -10957,14 +11079,14 @@ export interface RequestDocumentLine {
|
|
|
10957
11079
|
externalArticleNumber: string;
|
|
10958
11080
|
|
|
10959
11081
|
/**
|
|
10960
|
-
*
|
|
11082
|
+
* ID der Quell-Belegposition
|
|
10961
11083
|
*/
|
|
10962
|
-
|
|
11084
|
+
sourceLineId: number;
|
|
10963
11085
|
|
|
10964
11086
|
/**
|
|
10965
|
-
*
|
|
11087
|
+
* Buchungen zu dieser Belegposition
|
|
10966
11088
|
*/
|
|
10967
|
-
|
|
11089
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10968
11090
|
|
|
10969
11091
|
/**
|
|
10970
11092
|
* Zu der Zeile Etikettendruck anstoßen
|
|
@@ -11023,14 +11145,14 @@ export interface RequestDocumentLineCommission {
|
|
|
11023
11145
|
comment: string;
|
|
11024
11146
|
|
|
11025
11147
|
/**
|
|
11026
|
-
*
|
|
11148
|
+
* Provision Prozent/Wert
|
|
11027
11149
|
*/
|
|
11028
|
-
|
|
11150
|
+
value: number;
|
|
11029
11151
|
|
|
11030
11152
|
/**
|
|
11031
|
-
*
|
|
11153
|
+
* Vertreter
|
|
11032
11154
|
*/
|
|
11033
|
-
|
|
11155
|
+
salesAgentAccountRef: Account;
|
|
11034
11156
|
}
|
|
11035
11157
|
|
|
11036
11158
|
export interface RequestDocumentLineFabricationDetail {
|
|
@@ -11111,14 +11233,14 @@ export const enum ReturnCategory {
|
|
|
11111
11233
|
export interface RevenueCalculation {
|
|
11112
11234
|
|
|
11113
11235
|
/**
|
|
11114
|
-
*
|
|
11236
|
+
* Deckungsbeitrag (absolut)
|
|
11115
11237
|
*/
|
|
11116
|
-
|
|
11238
|
+
revenue: number;
|
|
11117
11239
|
|
|
11118
11240
|
/**
|
|
11119
|
-
*
|
|
11241
|
+
* Netto Umsatz
|
|
11120
11242
|
*/
|
|
11121
|
-
|
|
11243
|
+
salesValue: number;
|
|
11122
11244
|
|
|
11123
11245
|
/**
|
|
11124
11246
|
* Einkaufspreis
|
|
@@ -11179,14 +11301,14 @@ export interface SalesAgent {
|
|
|
11179
11301
|
deliveryTermRef: ApiObjectReference;
|
|
11180
11302
|
|
|
11181
11303
|
/**
|
|
11182
|
-
*
|
|
11304
|
+
* number of sales agent
|
|
11183
11305
|
*/
|
|
11184
|
-
|
|
11306
|
+
number: string;
|
|
11185
11307
|
|
|
11186
11308
|
/**
|
|
11187
|
-
*
|
|
11309
|
+
* reference to the tax rate
|
|
11188
11310
|
*/
|
|
11189
|
-
|
|
11311
|
+
taxRateRef: ApiObjectReference;
|
|
11190
11312
|
|
|
11191
11313
|
/**
|
|
11192
11314
|
* country code performance country IsoAlpha3
|
|
@@ -11214,14 +11336,14 @@ export interface SalesAgent {
|
|
|
11214
11336
|
id: number;
|
|
11215
11337
|
|
|
11216
11338
|
/**
|
|
11217
|
-
*
|
|
11339
|
+
* currency code IsoAlpha3
|
|
11218
11340
|
*/
|
|
11219
|
-
|
|
11341
|
+
currencyCode: string;
|
|
11220
11342
|
|
|
11221
11343
|
/**
|
|
11222
|
-
*
|
|
11344
|
+
* accounting number
|
|
11223
11345
|
*/
|
|
11224
|
-
|
|
11346
|
+
accountingNumber: string;
|
|
11225
11347
|
|
|
11226
11348
|
/**
|
|
11227
11349
|
* MetaInformations for this Object
|
|
@@ -11395,14 +11517,14 @@ export interface ScenarioDimensionValue {
|
|
|
11395
11517
|
export interface ScenarioFactDef {
|
|
11396
11518
|
|
|
11397
11519
|
/**
|
|
11398
|
-
* Attribut
|
|
11520
|
+
* Attribut Typ
|
|
11399
11521
|
*/
|
|
11400
|
-
|
|
11522
|
+
attributeType: ScenarioFactDef$FactType;
|
|
11401
11523
|
|
|
11402
11524
|
/**
|
|
11403
|
-
* Attribut
|
|
11525
|
+
* Attribut Name
|
|
11404
11526
|
*/
|
|
11405
|
-
|
|
11527
|
+
factAttribute: string;
|
|
11406
11528
|
|
|
11407
11529
|
/**
|
|
11408
11530
|
* Unique identifier of the Object
|
|
@@ -11534,14 +11656,14 @@ export interface SequencerConfigurationDetail {
|
|
|
11534
11656
|
assignmentMode: SequenceAssignmentMode;
|
|
11535
11657
|
|
|
11536
11658
|
/**
|
|
11537
|
-
*
|
|
11659
|
+
* Länge
|
|
11538
11660
|
*/
|
|
11539
|
-
|
|
11661
|
+
length: number;
|
|
11540
11662
|
|
|
11541
11663
|
/**
|
|
11542
|
-
*
|
|
11664
|
+
* Auffüllzeichen
|
|
11543
11665
|
*/
|
|
11544
|
-
|
|
11666
|
+
padChar: string;
|
|
11545
11667
|
|
|
11546
11668
|
/**
|
|
11547
11669
|
* Postfix-Ausdruck
|
|
@@ -11762,14 +11884,14 @@ export interface ShelfDocumentType {
|
|
|
11762
11884
|
active: boolean;
|
|
11763
11885
|
|
|
11764
11886
|
/**
|
|
11765
|
-
*
|
|
11887
|
+
* label of type
|
|
11766
11888
|
*/
|
|
11767
|
-
|
|
11889
|
+
label: string;
|
|
11768
11890
|
|
|
11769
11891
|
/**
|
|
11770
|
-
*
|
|
11892
|
+
* access level or reading
|
|
11771
11893
|
*/
|
|
11772
|
-
|
|
11894
|
+
accessLevelRead: number;
|
|
11773
11895
|
|
|
11774
11896
|
/**
|
|
11775
11897
|
* storage rule for revisions
|
|
@@ -11815,14 +11937,14 @@ export interface ShelfFile {
|
|
|
11815
11937
|
subFiles: Array<SubFileInfo>;
|
|
11816
11938
|
|
|
11817
11939
|
/**
|
|
11818
|
-
*
|
|
11940
|
+
* fileSize
|
|
11819
11941
|
*/
|
|
11820
|
-
|
|
11942
|
+
fileSize: number;
|
|
11821
11943
|
|
|
11822
11944
|
/**
|
|
11823
|
-
*
|
|
11945
|
+
* revision number of this file
|
|
11824
11946
|
*/
|
|
11825
|
-
|
|
11947
|
+
revisionNumber: number;
|
|
11826
11948
|
|
|
11827
11949
|
/**
|
|
11828
11950
|
* file-extension of this entry
|
|
@@ -11850,14 +11972,14 @@ export interface ShelfFile {
|
|
|
11850
11972
|
version: number;
|
|
11851
11973
|
|
|
11852
11974
|
/**
|
|
11853
|
-
*
|
|
11975
|
+
* current reference of this file in our storage
|
|
11854
11976
|
*/
|
|
11855
|
-
|
|
11977
|
+
storageHandle: string;
|
|
11856
11978
|
|
|
11857
11979
|
/**
|
|
11858
|
-
*
|
|
11980
|
+
* meta data
|
|
11859
11981
|
*/
|
|
11860
|
-
|
|
11982
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11861
11983
|
|
|
11862
11984
|
/**
|
|
11863
11985
|
* MetaInformations for this Object
|
|
@@ -11904,14 +12026,14 @@ export interface ShelfShare {
|
|
|
11904
12026
|
publishState: ShelfSharePublishState;
|
|
11905
12027
|
|
|
11906
12028
|
/**
|
|
11907
|
-
*
|
|
12029
|
+
* Freifelder
|
|
11908
12030
|
*/
|
|
11909
|
-
|
|
12031
|
+
custom: EavShelfshare;
|
|
11910
12032
|
|
|
11911
12033
|
/**
|
|
11912
|
-
*
|
|
12034
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11913
12035
|
*/
|
|
11914
|
-
|
|
12036
|
+
publicUrlDurationInMinutes: number;
|
|
11915
12037
|
|
|
11916
12038
|
/**
|
|
11917
12039
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -12105,14 +12227,14 @@ export interface StockMovementManualApi {
|
|
|
12105
12227
|
expiryDate: ScriptingDate;
|
|
12106
12228
|
|
|
12107
12229
|
/**
|
|
12108
|
-
*
|
|
12230
|
+
* Zugang oder Abgang
|
|
12109
12231
|
*/
|
|
12110
|
-
|
|
12232
|
+
factor: StockJournalFactor;
|
|
12111
12233
|
|
|
12112
12234
|
/**
|
|
12113
|
-
*
|
|
12235
|
+
* Notiz zur Seriennummer
|
|
12114
12236
|
*/
|
|
12115
|
-
|
|
12237
|
+
serialNumberNote: string;
|
|
12116
12238
|
|
|
12117
12239
|
/**
|
|
12118
12240
|
* Lager
|
|
@@ -12123,14 +12245,14 @@ export interface StockMovementManualApi {
|
|
|
12123
12245
|
export interface StockTransferApi {
|
|
12124
12246
|
|
|
12125
12247
|
/**
|
|
12126
|
-
*
|
|
12248
|
+
* Seriennummer
|
|
12127
12249
|
*/
|
|
12128
|
-
|
|
12250
|
+
serialNumberId: number;
|
|
12129
12251
|
|
|
12130
12252
|
/**
|
|
12131
|
-
*
|
|
12253
|
+
* Ziel-Lager
|
|
12132
12254
|
*/
|
|
12133
|
-
|
|
12255
|
+
targetStorageId: number;
|
|
12134
12256
|
|
|
12135
12257
|
/**
|
|
12136
12258
|
* Bemerkung
|
|
@@ -12143,14 +12265,14 @@ export interface StockTransferApi {
|
|
|
12143
12265
|
bookDate: ScriptingDate;
|
|
12144
12266
|
|
|
12145
12267
|
/**
|
|
12146
|
-
*
|
|
12268
|
+
* Menge
|
|
12147
12269
|
*/
|
|
12148
|
-
|
|
12270
|
+
quantity: number;
|
|
12149
12271
|
|
|
12150
12272
|
/**
|
|
12151
|
-
*
|
|
12273
|
+
* Quell-Lagerplatz
|
|
12152
12274
|
*/
|
|
12153
|
-
|
|
12275
|
+
sourceStorageBinId: number;
|
|
12154
12276
|
|
|
12155
12277
|
/**
|
|
12156
12278
|
* Quell-Lager
|
|
@@ -12181,14 +12303,14 @@ export interface StockTransferResult {
|
|
|
12181
12303
|
sourceOldStock: number;
|
|
12182
12304
|
|
|
12183
12305
|
/**
|
|
12184
|
-
*
|
|
12306
|
+
* Umgebuchte Seriennummer
|
|
12185
12307
|
*/
|
|
12186
|
-
|
|
12308
|
+
serialNumber: ApiObjectReference;
|
|
12187
12309
|
|
|
12188
12310
|
/**
|
|
12189
|
-
*
|
|
12311
|
+
* Quellager
|
|
12190
12312
|
*/
|
|
12191
|
-
|
|
12313
|
+
sourceStorage: ApiObjectReference;
|
|
12192
12314
|
|
|
12193
12315
|
/**
|
|
12194
12316
|
* Ziellagerplatz
|
|
@@ -12244,14 +12366,14 @@ export interface StorageBinRef {
|
|
|
12244
12366
|
displayName: string;
|
|
12245
12367
|
|
|
12246
12368
|
/**
|
|
12247
|
-
*
|
|
12369
|
+
* ID
|
|
12248
12370
|
*/
|
|
12249
|
-
|
|
12371
|
+
id: number;
|
|
12250
12372
|
|
|
12251
12373
|
/**
|
|
12252
|
-
*
|
|
12374
|
+
* Laufwegposition
|
|
12253
12375
|
*/
|
|
12254
|
-
|
|
12376
|
+
routePosition: number;
|
|
12255
12377
|
}
|
|
12256
12378
|
|
|
12257
12379
|
/**
|
|
@@ -12351,14 +12473,14 @@ export interface Supplier {
|
|
|
12351
12473
|
info: MetaInfo;
|
|
12352
12474
|
|
|
12353
12475
|
/**
|
|
12354
|
-
*
|
|
12476
|
+
* reference to the delivery method
|
|
12355
12477
|
*/
|
|
12356
|
-
|
|
12478
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12357
12479
|
|
|
12358
12480
|
/**
|
|
12359
|
-
*
|
|
12481
|
+
* Lieferantengruppe
|
|
12360
12482
|
*/
|
|
12361
|
-
|
|
12483
|
+
supplierGroupRef: ApiObjectReference;
|
|
12362
12484
|
|
|
12363
12485
|
/**
|
|
12364
12486
|
* tax able or tax free
|
|
@@ -12416,14 +12538,14 @@ export interface Supplier {
|
|
|
12416
12538
|
performanceCountryCode: string;
|
|
12417
12539
|
|
|
12418
12540
|
/**
|
|
12419
|
-
*
|
|
12541
|
+
* reference to the payment method
|
|
12420
12542
|
*/
|
|
12421
|
-
|
|
12543
|
+
paymentMethodRef: ApiObjectReference;
|
|
12422
12544
|
|
|
12423
12545
|
/**
|
|
12424
|
-
*
|
|
12546
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12425
12547
|
*/
|
|
12426
|
-
|
|
12548
|
+
defaultDeliveryTime: number;
|
|
12427
12549
|
|
|
12428
12550
|
/**
|
|
12429
12551
|
* Bestellsperre
|
|
@@ -12449,14 +12571,14 @@ export interface TagDto {
|
|
|
12449
12571
|
editColor: string;
|
|
12450
12572
|
|
|
12451
12573
|
/**
|
|
12452
|
-
* Farbe
|
|
12574
|
+
* Farbe für die Anzeige des Tags
|
|
12453
12575
|
*/
|
|
12454
|
-
|
|
12576
|
+
color: string;
|
|
12455
12577
|
|
|
12456
12578
|
/**
|
|
12457
|
-
* Farbe
|
|
12579
|
+
* Farbe in Such-GUI
|
|
12458
12580
|
*/
|
|
12459
|
-
|
|
12581
|
+
searchColor: string;
|
|
12460
12582
|
|
|
12461
12583
|
/**
|
|
12462
12584
|
* Beschriftung des Tags
|
|
@@ -12698,14 +12820,14 @@ export interface TextTemplate {
|
|
|
12698
12820
|
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12699
12821
|
|
|
12700
12822
|
/**
|
|
12701
|
-
*
|
|
12823
|
+
* article für den diese Templates gelten
|
|
12702
12824
|
*/
|
|
12703
|
-
|
|
12825
|
+
articleId: number;
|
|
12704
12826
|
|
|
12705
12827
|
/**
|
|
12706
|
-
*
|
|
12828
|
+
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12707
12829
|
*/
|
|
12708
|
-
|
|
12830
|
+
separateLine: boolean;
|
|
12709
12831
|
|
|
12710
12832
|
/**
|
|
12711
12833
|
* Wann wird ein UI-Hint angezeigt
|
|
@@ -12866,20 +12988,15 @@ export interface User {
|
|
|
12866
12988
|
*/
|
|
12867
12989
|
groups: Array<ApiObjectReference>;
|
|
12868
12990
|
|
|
12869
|
-
/**
|
|
12870
|
-
* Is the user active?
|
|
12871
|
-
*/
|
|
12872
|
-
active: boolean;
|
|
12873
|
-
|
|
12874
12991
|
/**
|
|
12875
12992
|
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12876
12993
|
*/
|
|
12877
12994
|
referencedCustomerUserId: number;
|
|
12878
12995
|
|
|
12879
12996
|
/**
|
|
12880
|
-
*
|
|
12997
|
+
* Is the user active?
|
|
12881
12998
|
*/
|
|
12882
|
-
|
|
12999
|
+
active: boolean;
|
|
12883
13000
|
|
|
12884
13001
|
/**
|
|
12885
13002
|
* User type
|
|
@@ -12887,20 +13004,25 @@ export interface User {
|
|
|
12887
13004
|
type: CommonUserType;
|
|
12888
13005
|
|
|
12889
13006
|
/**
|
|
12890
|
-
*
|
|
13007
|
+
* App-Identifier
|
|
12891
13008
|
*/
|
|
12892
|
-
|
|
13009
|
+
appIdentifier: UUID;
|
|
12893
13010
|
|
|
12894
13011
|
/**
|
|
12895
|
-
*
|
|
13012
|
+
* Version Identifier for this Object (for PUT)
|
|
12896
13013
|
*/
|
|
12897
|
-
|
|
13014
|
+
version: number;
|
|
12898
13015
|
|
|
12899
13016
|
/**
|
|
12900
13017
|
* is the email verified
|
|
12901
13018
|
*/
|
|
12902
13019
|
emailVerified: boolean;
|
|
12903
13020
|
|
|
13021
|
+
/**
|
|
13022
|
+
* first-name
|
|
13023
|
+
*/
|
|
13024
|
+
firstName: string;
|
|
13025
|
+
|
|
12904
13026
|
/**
|
|
12905
13027
|
* email-address
|
|
12906
13028
|
*/
|
|
@@ -12912,14 +13034,14 @@ export interface User {
|
|
|
12912
13034
|
id: number;
|
|
12913
13035
|
|
|
12914
13036
|
/**
|
|
12915
|
-
*
|
|
13037
|
+
* username
|
|
12916
13038
|
*/
|
|
12917
|
-
|
|
13039
|
+
username: string;
|
|
12918
13040
|
|
|
12919
13041
|
/**
|
|
12920
|
-
*
|
|
13042
|
+
* Valid to
|
|
12921
13043
|
*/
|
|
12922
|
-
|
|
13044
|
+
validTo: ScriptingDateTime;
|
|
12923
13045
|
|
|
12924
13046
|
/**
|
|
12925
13047
|
* MetaInformations for this Object
|
|
@@ -12978,14 +13100,14 @@ export interface VariantAttributeListing {
|
|
|
12978
13100
|
salesChannelRef: ApiObjectReference;
|
|
12979
13101
|
|
|
12980
13102
|
/**
|
|
12981
|
-
*
|
|
13103
|
+
* Freifelder
|
|
12982
13104
|
*/
|
|
12983
|
-
|
|
13105
|
+
custom: EavVariantattributelisting;
|
|
12984
13106
|
|
|
12985
13107
|
/**
|
|
12986
|
-
*
|
|
13108
|
+
* Variantenattribut
|
|
12987
13109
|
*/
|
|
12988
|
-
|
|
13110
|
+
variantAttributeRef: ApiObjectReference;
|
|
12989
13111
|
|
|
12990
13112
|
/**
|
|
12991
13113
|
* Unique identifier of the Object
|
|
@@ -13168,14 +13290,14 @@ export interface VariantValueReference {
|
|
|
13168
13290
|
description: string;
|
|
13169
13291
|
|
|
13170
13292
|
/**
|
|
13171
|
-
*
|
|
13293
|
+
* Identifier
|
|
13172
13294
|
*/
|
|
13173
|
-
|
|
13295
|
+
id: number;
|
|
13174
13296
|
|
|
13175
13297
|
/**
|
|
13176
|
-
*
|
|
13298
|
+
* Bezeichnung
|
|
13177
13299
|
*/
|
|
13178
|
-
|
|
13300
|
+
label: string;
|
|
13179
13301
|
}
|
|
13180
13302
|
|
|
13181
13303
|
export interface WithDefaults<List<ArticleIdentifier>> {
|