@vario-software/types 2026.16.0 → 2026.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +34 -34
- package/scripting/types.d.ts +431 -431
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* first contact type for this account
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
accountZoneId: AccountZoneId;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -142,26 +142,26 @@ export interface Account {
|
|
|
142
142
|
*/
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
|
-
/**
|
|
146
|
-
* Kostenstelle
|
|
147
|
-
*/
|
|
148
|
-
costCenter: string;
|
|
149
|
-
|
|
150
145
|
/**
|
|
151
146
|
* Summe Forderungen
|
|
152
147
|
*/
|
|
153
148
|
receivablesSum: number;
|
|
154
149
|
|
|
155
150
|
/**
|
|
156
|
-
*
|
|
151
|
+
* Kostenstelle
|
|
157
152
|
*/
|
|
158
|
-
|
|
153
|
+
costCenter: string;
|
|
159
154
|
|
|
160
155
|
/**
|
|
161
156
|
* companyLegal for this account
|
|
162
157
|
*/
|
|
163
158
|
companyLegalRef: ApiCreatableReference;
|
|
164
159
|
|
|
160
|
+
/**
|
|
161
|
+
* Custom account data
|
|
162
|
+
*/
|
|
163
|
+
custom: EavAccount;
|
|
164
|
+
|
|
165
165
|
/**
|
|
166
166
|
* tax number/ Steuernummer
|
|
167
167
|
*/
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Standard-Ansprechpartner
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
defaultPerson: AccountPerson;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Street
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
street: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Country code
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
countryCode: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -335,26 +335,26 @@ export interface AccountAddress {
|
|
|
335
335
|
*/
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
|
-
/**
|
|
339
|
-
* Leitweg-ID
|
|
340
|
-
*/
|
|
341
|
-
buyerReference: string;
|
|
342
|
-
|
|
343
338
|
/**
|
|
344
339
|
* GLN/ILN as location identifier for this address
|
|
345
340
|
*/
|
|
346
341
|
globalLocationNumber: string;
|
|
347
342
|
|
|
348
343
|
/**
|
|
349
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
350
345
|
*/
|
|
351
|
-
|
|
346
|
+
buyerReference: string;
|
|
352
347
|
|
|
353
348
|
/**
|
|
354
349
|
* abweichende Zahlungsart
|
|
355
350
|
*/
|
|
356
351
|
deviatingPaymentMethodRef: ApiObjectReference;
|
|
357
352
|
|
|
353
|
+
/**
|
|
354
|
+
* Custom data
|
|
355
|
+
*/
|
|
356
|
+
custom: EavAccountaddress;
|
|
357
|
+
|
|
358
358
|
/**
|
|
359
359
|
* Postcode
|
|
360
360
|
*/
|
|
@@ -391,14 +391,14 @@ export interface AccountAddress {
|
|
|
391
391
|
additionalAddressLine1: string;
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* Parcel station
|
|
395
395
|
*/
|
|
396
|
-
|
|
396
|
+
parcelStation: string;
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
|
-
*
|
|
399
|
+
* Additional address line2
|
|
400
400
|
*/
|
|
401
|
-
|
|
401
|
+
additionalAddressLine2: string;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* Street address number
|
|
@@ -446,14 +446,14 @@ export interface AccountAddress {
|
|
|
446
446
|
name1: string;
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* abweichende Zahlungsbedingungen
|
|
450
450
|
*/
|
|
451
|
-
|
|
451
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* Contacts
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
contacts: Array<Contact>;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* is this the default address of the account
|
|
@@ -469,14 +469,14 @@ export interface AccountBankdetail {
|
|
|
469
469
|
active: boolean;
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
|
-
*
|
|
472
|
+
* post-code of the bank
|
|
473
473
|
*/
|
|
474
|
-
|
|
474
|
+
bankPostCode: string;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
*
|
|
477
|
+
* name of the bank
|
|
478
478
|
*/
|
|
479
|
-
|
|
479
|
+
bankName: string;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
482
|
* account from, if differs from account-address
|
|
@@ -499,14 +499,14 @@ export interface AccountBankdetail {
|
|
|
499
499
|
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* origin type
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
originType: AccountBankdetail$OriginType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* Is default bank?
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
defaultBank: boolean;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
@@ -547,14 +547,14 @@ export const enum AccountBillingType {
|
|
|
547
547
|
export interface AccountLoanValue {
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
|
-
*
|
|
550
|
+
* Nicht berücksichtigter Betrag
|
|
551
551
|
*/
|
|
552
|
-
|
|
552
|
+
unconsideredAmount: number;
|
|
553
553
|
|
|
554
554
|
/**
|
|
555
|
-
*
|
|
555
|
+
* Account
|
|
556
556
|
*/
|
|
557
|
-
|
|
557
|
+
accountId: number;
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
560
|
* Betrag aus Aufträgen
|
|
@@ -562,14 +562,14 @@ export interface AccountLoanValue {
|
|
|
562
562
|
nonInvoicedDocumentLoan: number;
|
|
563
563
|
|
|
564
564
|
/**
|
|
565
|
-
*
|
|
565
|
+
* Kreditlimit
|
|
566
566
|
*/
|
|
567
|
-
|
|
567
|
+
maximalLoan: number;
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
571
571
|
*/
|
|
572
|
-
|
|
572
|
+
payablesSum: number;
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Überschrittener Kreditbetrag
|
|
@@ -774,14 +774,14 @@ export interface AccountPerson {
|
|
|
774
774
|
tags: Array<TagDto>;
|
|
775
775
|
|
|
776
776
|
/**
|
|
777
|
-
*
|
|
777
|
+
* Default contacts
|
|
778
778
|
*/
|
|
779
|
-
|
|
779
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
780
780
|
|
|
781
781
|
/**
|
|
782
|
-
*
|
|
782
|
+
* First name
|
|
783
783
|
*/
|
|
784
|
-
|
|
784
|
+
firstName: string;
|
|
785
785
|
|
|
786
786
|
/**
|
|
787
787
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -970,11 +970,6 @@ export interface Article {
|
|
|
970
970
|
*/
|
|
971
971
|
baseCapacityUnit: UnitTypeReference;
|
|
972
972
|
|
|
973
|
-
/**
|
|
974
|
-
* Durchschnittl. EKP (Startwert)
|
|
975
|
-
*/
|
|
976
|
-
initialAvgPurchasePrice: number;
|
|
977
|
-
|
|
978
973
|
/**
|
|
979
974
|
* is this product sellable without any quantity at the stock
|
|
980
975
|
*/
|
|
@@ -985,6 +980,11 @@ export interface Article {
|
|
|
985
980
|
*/
|
|
986
981
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
987
982
|
|
|
983
|
+
/**
|
|
984
|
+
* Durchschnittl. EKP (Startwert)
|
|
985
|
+
*/
|
|
986
|
+
initialAvgPurchasePrice: number;
|
|
987
|
+
|
|
988
988
|
/**
|
|
989
989
|
* gross Volume in cubic meters
|
|
990
990
|
*/
|
|
@@ -1006,14 +1006,14 @@ export interface Article {
|
|
|
1006
1006
|
warrantyInMonths: number;
|
|
1007
1007
|
|
|
1008
1008
|
/**
|
|
1009
|
-
*
|
|
1009
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1010
1010
|
*/
|
|
1011
|
-
|
|
1011
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1012
1012
|
|
|
1013
1013
|
/**
|
|
1014
|
-
*
|
|
1014
|
+
* weight and size w.o. packaging
|
|
1015
1015
|
*/
|
|
1016
|
-
|
|
1016
|
+
netMetric: Article$Metric;
|
|
1017
1017
|
|
|
1018
1018
|
/**
|
|
1019
1019
|
* unique product number
|
|
@@ -1081,14 +1081,14 @@ export interface Article {
|
|
|
1081
1081
|
deliveryMethodRef: ApiObjectReference;
|
|
1082
1082
|
|
|
1083
1083
|
/**
|
|
1084
|
-
*
|
|
1084
|
+
* Produktion
|
|
1085
1085
|
*/
|
|
1086
|
-
|
|
1086
|
+
fabrication: boolean;
|
|
1087
1087
|
|
|
1088
1088
|
/**
|
|
1089
|
-
*
|
|
1089
|
+
* Soll-Handelsspanne
|
|
1090
1090
|
*/
|
|
1091
|
-
|
|
1091
|
+
targetTradingMargin: number;
|
|
1092
1092
|
|
|
1093
1093
|
/**
|
|
1094
1094
|
* active
|
|
@@ -1121,14 +1121,14 @@ export interface Article {
|
|
|
1121
1121
|
solvable: boolean;
|
|
1122
1122
|
|
|
1123
1123
|
/**
|
|
1124
|
-
*
|
|
1124
|
+
* weight and size inc. packaging
|
|
1125
1125
|
*/
|
|
1126
|
-
|
|
1126
|
+
grossMetric: Article$Metric;
|
|
1127
1127
|
|
|
1128
1128
|
/**
|
|
1129
|
-
*
|
|
1129
|
+
* Verkaufseinheit
|
|
1130
1130
|
*/
|
|
1131
|
-
|
|
1131
|
+
salesUnit: number;
|
|
1132
1132
|
|
|
1133
1133
|
/**
|
|
1134
1134
|
* name of this product
|
|
@@ -1140,26 +1140,26 @@ export interface Article {
|
|
|
1140
1140
|
*/
|
|
1141
1141
|
listingStateChangeTime: ScriptingDateTime;
|
|
1142
1142
|
|
|
1143
|
-
/**
|
|
1144
|
-
* Arbeitseinheit in Minuten
|
|
1145
|
-
*/
|
|
1146
|
-
workUnitInMinutes: number;
|
|
1147
|
-
|
|
1148
1143
|
/**
|
|
1149
1144
|
* Country code
|
|
1150
1145
|
*/
|
|
1151
1146
|
countryOfOriginRef: CountryReference;
|
|
1152
1147
|
|
|
1153
1148
|
/**
|
|
1154
|
-
*
|
|
1149
|
+
* Arbeitseinheit in Minuten
|
|
1155
1150
|
*/
|
|
1156
|
-
|
|
1151
|
+
workUnitInMinutes: number;
|
|
1157
1152
|
|
|
1158
1153
|
/**
|
|
1159
1154
|
* Frei kommissionierbar
|
|
1160
1155
|
*/
|
|
1161
1156
|
freelyPickable: boolean;
|
|
1162
1157
|
|
|
1158
|
+
/**
|
|
1159
|
+
* description custom data
|
|
1160
|
+
*/
|
|
1161
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1162
|
+
|
|
1163
1163
|
/**
|
|
1164
1164
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1165
1165
|
*/
|
|
@@ -1220,11 +1220,6 @@ export interface Article {
|
|
|
1220
1220
|
*/
|
|
1221
1221
|
permissibleForOrderProposal: boolean;
|
|
1222
1222
|
|
|
1223
|
-
/**
|
|
1224
|
-
* Artikel ist Gefahrgut
|
|
1225
|
-
*/
|
|
1226
|
-
isDangerousGood: boolean;
|
|
1227
|
-
|
|
1228
1223
|
/**
|
|
1229
1224
|
* reference to Product
|
|
1230
1225
|
*/
|
|
@@ -1235,6 +1230,11 @@ export interface Article {
|
|
|
1235
1230
|
*/
|
|
1236
1231
|
shippingLabelPrinting: boolean;
|
|
1237
1232
|
|
|
1233
|
+
/**
|
|
1234
|
+
* Artikel ist Gefahrgut
|
|
1235
|
+
*/
|
|
1236
|
+
isDangerousGood: boolean;
|
|
1237
|
+
|
|
1238
1238
|
/**
|
|
1239
1239
|
* alternative name of this product
|
|
1240
1240
|
*/
|
|
@@ -1281,14 +1281,14 @@ export interface Article {
|
|
|
1281
1281
|
custom: EavArticle;
|
|
1282
1282
|
|
|
1283
1283
|
/**
|
|
1284
|
-
*
|
|
1284
|
+
* Art des Haltbarkeitsdatums
|
|
1285
1285
|
*/
|
|
1286
|
-
|
|
1286
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1287
1287
|
|
|
1288
1288
|
/**
|
|
1289
|
-
*
|
|
1289
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1290
1290
|
*/
|
|
1291
|
-
|
|
1291
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1292
1292
|
|
|
1293
1293
|
/**
|
|
1294
1294
|
* Hersteller
|
|
@@ -1685,26 +1685,26 @@ export interface ArticleSupplier {
|
|
|
1685
1685
|
*/
|
|
1686
1686
|
accountDisplayName: string;
|
|
1687
1687
|
|
|
1688
|
-
/**
|
|
1689
|
-
* Lieferanten-Meldebestand
|
|
1690
|
-
*/
|
|
1691
|
-
supplierReportingStock: number;
|
|
1692
|
-
|
|
1693
1688
|
/**
|
|
1694
1689
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1695
1690
|
*/
|
|
1696
1691
|
useSupplierArticleDescription: boolean;
|
|
1697
1692
|
|
|
1698
1693
|
/**
|
|
1699
|
-
*
|
|
1694
|
+
* Lieferanten-Meldebestand
|
|
1700
1695
|
*/
|
|
1701
|
-
|
|
1696
|
+
supplierReportingStock: number;
|
|
1702
1697
|
|
|
1703
1698
|
/**
|
|
1704
1699
|
* Lieferzeit in (Werk-)Tagen
|
|
1705
1700
|
*/
|
|
1706
1701
|
deliveryTime: number;
|
|
1707
1702
|
|
|
1703
|
+
/**
|
|
1704
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1705
|
+
*/
|
|
1706
|
+
useSupplierArticleIdentifier: boolean;
|
|
1707
|
+
|
|
1708
1708
|
/**
|
|
1709
1709
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1710
1710
|
*/
|
|
@@ -1751,14 +1751,14 @@ export interface ArticleSupplier {
|
|
|
1751
1751
|
info: MetaInfo;
|
|
1752
1752
|
|
|
1753
1753
|
/**
|
|
1754
|
-
*
|
|
1754
|
+
* Referenced Article name
|
|
1755
1755
|
*/
|
|
1756
|
-
|
|
1756
|
+
articleName: string;
|
|
1757
1757
|
|
|
1758
1758
|
/**
|
|
1759
|
-
*
|
|
1759
|
+
* Verpackungseinheit
|
|
1760
1760
|
*/
|
|
1761
|
-
|
|
1761
|
+
packagingUnit: number;
|
|
1762
1762
|
|
|
1763
1763
|
/**
|
|
1764
1764
|
* Lieferanten-Preise
|
|
@@ -1790,25 +1790,20 @@ export interface ArticleSupplier {
|
|
|
1790
1790
|
*/
|
|
1791
1791
|
dropShippingAllowed: boolean;
|
|
1792
1792
|
|
|
1793
|
-
/**
|
|
1794
|
-
* Abweichende Produktbezeichnung
|
|
1795
|
-
*/
|
|
1796
|
-
supplierArticleName: string;
|
|
1797
|
-
|
|
1798
1793
|
/**
|
|
1799
1794
|
* Abweichende Produktbeschreibung
|
|
1800
1795
|
*/
|
|
1801
1796
|
supplierArticleDescription: string;
|
|
1802
1797
|
|
|
1803
1798
|
/**
|
|
1804
|
-
*
|
|
1799
|
+
* Abweichende Produktbezeichnung
|
|
1805
1800
|
*/
|
|
1806
|
-
|
|
1801
|
+
supplierArticleName: string;
|
|
1807
1802
|
|
|
1808
1803
|
/**
|
|
1809
|
-
*
|
|
1804
|
+
* Standardpreis Netto
|
|
1810
1805
|
*/
|
|
1811
|
-
|
|
1806
|
+
defaultNetPrice: number;
|
|
1812
1807
|
|
|
1813
1808
|
/**
|
|
1814
1809
|
* Einkaufseinheit
|
|
@@ -1820,6 +1815,11 @@ export interface ArticleSupplier {
|
|
|
1820
1815
|
*/
|
|
1821
1816
|
orderOnComponentBase: boolean;
|
|
1822
1817
|
|
|
1818
|
+
/**
|
|
1819
|
+
* Referenced Supplier-Account
|
|
1820
|
+
*/
|
|
1821
|
+
accountId: number;
|
|
1822
|
+
|
|
1823
1823
|
/**
|
|
1824
1824
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1825
1825
|
*/
|
|
@@ -1988,14 +1988,14 @@ export interface CountryReference {
|
|
|
1988
1988
|
export interface CreateNewDocumentRequest {
|
|
1989
1989
|
|
|
1990
1990
|
/**
|
|
1991
|
-
*
|
|
1991
|
+
* Belegart
|
|
1992
1992
|
*/
|
|
1993
|
-
|
|
1993
|
+
documentTypeLabel: string;
|
|
1994
1994
|
|
|
1995
1995
|
/**
|
|
1996
|
-
* Belegart
|
|
1996
|
+
* Standard-Belegart der Kategorie verwenden
|
|
1997
1997
|
*/
|
|
1998
|
-
|
|
1998
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
1999
1999
|
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Details zum Beleg
|
|
@@ -2106,14 +2106,14 @@ export interface CrmActivity {
|
|
|
2106
2106
|
userRef: ApiObjectReference;
|
|
2107
2107
|
|
|
2108
2108
|
/**
|
|
2109
|
-
*
|
|
2109
|
+
* tatsächliche Startzeit
|
|
2110
2110
|
*/
|
|
2111
|
-
|
|
2111
|
+
startDateTime: ScriptingDateTime;
|
|
2112
2112
|
|
|
2113
2113
|
/**
|
|
2114
|
-
*
|
|
2114
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2115
2115
|
*/
|
|
2116
|
-
|
|
2116
|
+
system: boolean;
|
|
2117
2117
|
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Inhalt dieser Aktivität
|
|
@@ -2162,14 +2162,14 @@ export interface CrmActivityType {
|
|
|
2162
2162
|
description: string;
|
|
2163
2163
|
|
|
2164
2164
|
/**
|
|
2165
|
-
*
|
|
2165
|
+
* Für "E-Mail-Archivieren"?
|
|
2166
2166
|
*/
|
|
2167
|
-
|
|
2167
|
+
emailArchiving: boolean;
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
|
-
*
|
|
2170
|
+
* Bezeichnung
|
|
2171
2171
|
*/
|
|
2172
|
-
|
|
2172
|
+
label: string;
|
|
2173
2173
|
|
|
2174
2174
|
/**
|
|
2175
2175
|
* Abrechenbar?
|
|
@@ -2338,14 +2338,14 @@ export interface CrmDeal {
|
|
|
2338
2338
|
info: MetaInfo;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
|
-
*
|
|
2341
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2342
2342
|
*/
|
|
2343
|
-
|
|
2343
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2344
2344
|
|
|
2345
2345
|
/**
|
|
2346
|
-
*
|
|
2346
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2347
2347
|
*/
|
|
2348
|
-
|
|
2348
|
+
assignedUserRef: ApiObjectReference;
|
|
2349
2349
|
|
|
2350
2350
|
/**
|
|
2351
2351
|
* Chance (in Prozent)
|
|
@@ -2776,14 +2776,14 @@ export const enum CrmReferenceType {
|
|
|
2776
2776
|
export interface CrmReminder {
|
|
2777
2777
|
|
|
2778
2778
|
/**
|
|
2779
|
-
*
|
|
2779
|
+
* ID des CRM Objekts
|
|
2780
2780
|
*/
|
|
2781
|
-
|
|
2781
|
+
crmId: number;
|
|
2782
2782
|
|
|
2783
2783
|
/**
|
|
2784
|
-
*
|
|
2784
|
+
* Notiz zur Erinnerung
|
|
2785
2785
|
*/
|
|
2786
|
-
|
|
2786
|
+
note: string;
|
|
2787
2787
|
|
|
2788
2788
|
/**
|
|
2789
2789
|
* Wer soll erinnert werden
|
|
@@ -2874,14 +2874,14 @@ export interface CrmState {
|
|
|
2874
2874
|
readyToBill: boolean;
|
|
2875
2875
|
|
|
2876
2876
|
/**
|
|
2877
|
-
*
|
|
2877
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
2878
2878
|
*/
|
|
2879
|
-
|
|
2879
|
+
needsCommentOnNegativeFinish: boolean;
|
|
2880
2880
|
|
|
2881
2881
|
/**
|
|
2882
|
-
*
|
|
2882
|
+
* Handelt es sich um einen Anfang-Status
|
|
2883
2883
|
*/
|
|
2884
|
-
|
|
2884
|
+
startState: boolean;
|
|
2885
2885
|
|
|
2886
2886
|
/**
|
|
2887
2887
|
* MetaInformations for this Object
|
|
@@ -3175,14 +3175,14 @@ export interface CrmTask {
|
|
|
3175
3175
|
blocksTaskRefs: Array<ApiObjectReference>;
|
|
3176
3176
|
|
|
3177
3177
|
/**
|
|
3178
|
-
*
|
|
3178
|
+
* Weitere Teilnehmer vom Auftragnehmer
|
|
3179
3179
|
*/
|
|
3180
|
-
|
|
3180
|
+
additionalParticipantsOfContractor: Array<CrmTaskParticipant>;
|
|
3181
3181
|
|
|
3182
3182
|
/**
|
|
3183
|
-
*
|
|
3183
|
+
* Soll die Aufgabe veröffentlicht werden?
|
|
3184
3184
|
*/
|
|
3185
|
-
|
|
3185
|
+
publish: boolean;
|
|
3186
3186
|
|
|
3187
3187
|
/**
|
|
3188
3188
|
* Fortschritt in Prozent
|
|
@@ -3309,14 +3309,14 @@ export interface CurrencyReference {
|
|
|
3309
3309
|
export interface Customer {
|
|
3310
3310
|
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* reference to customer group
|
|
3313
3313
|
*/
|
|
3314
|
-
|
|
3314
|
+
customerGroupRef: ApiObjectReference;
|
|
3315
3315
|
|
|
3316
3316
|
/**
|
|
3317
|
-
*
|
|
3317
|
+
* Option für die Stapelverarbeitung
|
|
3318
3318
|
*/
|
|
3319
|
-
|
|
3319
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3320
3320
|
|
|
3321
3321
|
/**
|
|
3322
3322
|
* Kreditlimit
|
|
@@ -3324,14 +3324,14 @@ export interface Customer {
|
|
|
3324
3324
|
maximalLoan: number;
|
|
3325
3325
|
|
|
3326
3326
|
/**
|
|
3327
|
-
*
|
|
3327
|
+
* collective billable
|
|
3328
3328
|
*/
|
|
3329
|
-
|
|
3329
|
+
collectiveBillable: boolean;
|
|
3330
3330
|
|
|
3331
3331
|
/**
|
|
3332
|
-
*
|
|
3332
|
+
* Maximal mögliche Lieferungen
|
|
3333
3333
|
*/
|
|
3334
|
-
|
|
3334
|
+
maxDeliveries: number;
|
|
3335
3335
|
|
|
3336
3336
|
/**
|
|
3337
3337
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3641,14 +3641,14 @@ export interface DeliveryTerm {
|
|
|
3641
3641
|
export interface Document {
|
|
3642
3642
|
|
|
3643
3643
|
/**
|
|
3644
|
-
*
|
|
3644
|
+
* Referenz zum Rechnungskonto
|
|
3645
3645
|
*/
|
|
3646
|
-
|
|
3646
|
+
billingAccountRef: ApiObjectReference;
|
|
3647
3647
|
|
|
3648
3648
|
/**
|
|
3649
|
-
*
|
|
3649
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
3650
3650
|
*/
|
|
3651
|
-
|
|
3651
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
3652
3652
|
|
|
3653
3653
|
/**
|
|
3654
3654
|
* Externe Belegnummer
|
|
@@ -3686,14 +3686,14 @@ export interface Document {
|
|
|
3686
3686
|
totalVat: number;
|
|
3687
3687
|
|
|
3688
3688
|
/**
|
|
3689
|
-
*
|
|
3689
|
+
* Standardlager für neue Positionen
|
|
3690
3690
|
*/
|
|
3691
|
-
|
|
3691
|
+
defaultStorageRef: ApiObjectReference;
|
|
3692
3692
|
|
|
3693
3693
|
/**
|
|
3694
|
-
*
|
|
3694
|
+
* Name der bestellenden Person
|
|
3695
3695
|
*/
|
|
3696
|
-
|
|
3696
|
+
orderedBy: string;
|
|
3697
3697
|
|
|
3698
3698
|
/**
|
|
3699
3699
|
* Lieferadresse
|
|
@@ -3729,14 +3729,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3729
3729
|
deliveryQuantityPackages: number;
|
|
3730
3730
|
|
|
3731
3731
|
/**
|
|
3732
|
-
*
|
|
3732
|
+
* Leitweg-ID
|
|
3733
3733
|
*/
|
|
3734
|
-
|
|
3734
|
+
buyerReference: string;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
|
-
*
|
|
3737
|
+
* Bestellnummer aus Vorbeleg
|
|
3738
3738
|
*/
|
|
3739
|
-
|
|
3739
|
+
referencedOrderNumber: string;
|
|
3740
3740
|
|
|
3741
3741
|
/**
|
|
3742
3742
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -3905,20 +3905,15 @@ true wenn die Quittung bezahlt ist
|
|
|
3905
3905
|
*/
|
|
3906
3906
|
fabricationDetail: DocumentFabricationDetail;
|
|
3907
3907
|
|
|
3908
|
-
/**
|
|
3909
|
-
* Kontonummer der zugehörigen Organisationseinheit
|
|
3910
|
-
*/
|
|
3911
|
-
accountNumber: string;
|
|
3912
|
-
|
|
3913
3908
|
/**
|
|
3914
3909
|
* Berechnungsmodus
|
|
3915
3910
|
*/
|
|
3916
3911
|
calculationMode: CalculationMode;
|
|
3917
3912
|
|
|
3918
3913
|
/**
|
|
3919
|
-
*
|
|
3914
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
3920
3915
|
*/
|
|
3921
|
-
|
|
3916
|
+
accountNumber: string;
|
|
3922
3917
|
|
|
3923
3918
|
/**
|
|
3924
3919
|
* Referenz auf Zahlungsbedingung
|
|
@@ -3926,15 +3921,20 @@ true wenn die Quittung bezahlt ist
|
|
|
3926
3921
|
paymentTermRef: PaymentTermRef;
|
|
3927
3922
|
|
|
3928
3923
|
/**
|
|
3929
|
-
*
|
|
3924
|
+
* Wird vom Workflow verarbeitet?
|
|
3930
3925
|
*/
|
|
3931
|
-
|
|
3926
|
+
processedByWorkflow: boolean;
|
|
3932
3927
|
|
|
3933
3928
|
/**
|
|
3934
3929
|
* Telefon an Versender übergeben
|
|
3935
3930
|
*/
|
|
3936
3931
|
forwardPhoneToShipper: boolean;
|
|
3937
3932
|
|
|
3933
|
+
/**
|
|
3934
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
3935
|
+
*/
|
|
3936
|
+
baseTotalDocumentPriceModifier: number;
|
|
3937
|
+
|
|
3938
3938
|
/**
|
|
3939
3939
|
* Liste der Belegtexte
|
|
3940
3940
|
*/
|
|
@@ -3955,20 +3955,15 @@ true wenn die Quittung bezahlt ist
|
|
|
3955
3955
|
*/
|
|
3956
3956
|
defaultAddress: DocumentAddress;
|
|
3957
3957
|
|
|
3958
|
-
/**
|
|
3959
|
-
* Leistungsdatum
|
|
3960
|
-
*/
|
|
3961
|
-
performanceDate: ScriptingDate;
|
|
3962
|
-
|
|
3963
3958
|
/**
|
|
3964
3959
|
* Verarbeitungsoption für Stapel
|
|
3965
3960
|
*/
|
|
3966
3961
|
stackProcessingType: OrderStackProcessingType;
|
|
3967
3962
|
|
|
3968
3963
|
/**
|
|
3969
|
-
*
|
|
3964
|
+
* Leistungsdatum
|
|
3970
3965
|
*/
|
|
3971
|
-
|
|
3966
|
+
performanceDate: ScriptingDate;
|
|
3972
3967
|
|
|
3973
3968
|
/**
|
|
3974
3969
|
* EN16931-Profil für elektronische Rechnungen
|
|
@@ -3976,15 +3971,20 @@ true wenn die Quittung bezahlt ist
|
|
|
3976
3971
|
en16931Profile: EN16931Profile;
|
|
3977
3972
|
|
|
3978
3973
|
/**
|
|
3979
|
-
*
|
|
3974
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
3980
3975
|
*/
|
|
3981
|
-
|
|
3976
|
+
dropShippingInvoiceApproved: boolean;
|
|
3982
3977
|
|
|
3983
3978
|
/**
|
|
3984
3979
|
* Ort der steuerlichen Leistungserbringung
|
|
3985
3980
|
*/
|
|
3986
3981
|
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
3987
3982
|
|
|
3983
|
+
/**
|
|
3984
|
+
* Wechselkurs
|
|
3985
|
+
*/
|
|
3986
|
+
exchangeRate: number;
|
|
3987
|
+
|
|
3988
3988
|
/**
|
|
3989
3989
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
3990
3990
|
*/
|
|
@@ -4136,9 +4136,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4136
4136
|
customerNumber: string;
|
|
4137
4137
|
|
|
4138
4138
|
/**
|
|
4139
|
-
*
|
|
4139
|
+
* Versandkostenpositionen
|
|
4140
4140
|
*/
|
|
4141
|
-
|
|
4141
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4142
4142
|
|
|
4143
4143
|
/**
|
|
4144
4144
|
* Umsatzsteuer-Identifikationsnummer
|
|
@@ -4146,15 +4146,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4146
4146
|
taxIdentificationNumber: string;
|
|
4147
4147
|
|
|
4148
4148
|
/**
|
|
4149
|
-
*
|
|
4149
|
+
* Statusinstanz des Belegs
|
|
4150
4150
|
*/
|
|
4151
|
-
|
|
4151
|
+
documentState: DocumentTypeState;
|
|
4152
4152
|
|
|
4153
4153
|
/**
|
|
4154
4154
|
* Rückgeld
|
|
4155
4155
|
*/
|
|
4156
4156
|
posReceiptChangeAmount: number;
|
|
4157
4157
|
|
|
4158
|
+
/**
|
|
4159
|
+
* Referenz auf Lieferbedingung
|
|
4160
|
+
*/
|
|
4161
|
+
deliveryTermRef: ApiObjectReference;
|
|
4162
|
+
|
|
4158
4163
|
/**
|
|
4159
4164
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4160
4165
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4162,11 +4167,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4162
4167
|
*/
|
|
4163
4168
|
posReceiptBalanced: boolean;
|
|
4164
4169
|
|
|
4165
|
-
/**
|
|
4166
|
-
* Referenz auf Lieferbedingung
|
|
4167
|
-
*/
|
|
4168
|
-
deliveryTermRef: ApiObjectReference;
|
|
4169
|
-
|
|
4170
4170
|
/**
|
|
4171
4171
|
* Gesamtbruttogewicht
|
|
4172
4172
|
*/
|
|
@@ -4187,25 +4187,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4187
4187
|
*/
|
|
4188
4188
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4189
4189
|
|
|
4190
|
-
/**
|
|
4191
|
-
* Status der USt-ID-Prüfung
|
|
4192
|
-
*/
|
|
4193
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4194
|
-
|
|
4195
4190
|
/**
|
|
4196
4191
|
* Rechnungsadresse
|
|
4197
4192
|
*/
|
|
4198
4193
|
billingAddress: DocumentAddress;
|
|
4199
4194
|
|
|
4200
4195
|
/**
|
|
4201
|
-
*
|
|
4196
|
+
* Status der USt-ID-Prüfung
|
|
4202
4197
|
*/
|
|
4203
|
-
|
|
4198
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4204
4199
|
|
|
4205
4200
|
/**
|
|
4206
4201
|
* Bestellt durch Ansprechpartner
|
|
4207
4202
|
*/
|
|
4208
4203
|
orderedByPersonRef: ApiObjectReference;
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4207
|
+
*/
|
|
4208
|
+
reportGroupRef: ApiObjectReference;
|
|
4209
4209
|
}
|
|
4210
4210
|
|
|
4211
4211
|
export interface DocumentAdditionalInfo {
|
|
@@ -4216,14 +4216,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4216
4216
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4217
4217
|
|
|
4218
4218
|
/**
|
|
4219
|
-
*
|
|
4219
|
+
* Herkunft der Sprache
|
|
4220
4220
|
*/
|
|
4221
|
-
|
|
4221
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4222
4222
|
|
|
4223
4223
|
/**
|
|
4224
|
-
*
|
|
4224
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4225
4225
|
*/
|
|
4226
|
-
|
|
4226
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4227
4227
|
|
|
4228
4228
|
/**
|
|
4229
4229
|
* Herkunft der Käufer-Referenz
|
|
@@ -4356,14 +4356,14 @@ export interface DocumentAddress {
|
|
|
4356
4356
|
postOfficeBox: string;
|
|
4357
4357
|
|
|
4358
4358
|
/**
|
|
4359
|
-
*
|
|
4359
|
+
* Street
|
|
4360
4360
|
*/
|
|
4361
|
-
|
|
4361
|
+
street: string;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
|
-
*
|
|
4364
|
+
* country code IsoAlpha3
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
countryCode: string;
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
4369
|
* Unique identifier of the Object
|
|
@@ -4381,14 +4381,14 @@ export interface DocumentAddress {
|
|
|
4381
4381
|
info: MetaInfo;
|
|
4382
4382
|
|
|
4383
4383
|
/**
|
|
4384
|
-
*
|
|
4384
|
+
* GLN
|
|
4385
4385
|
*/
|
|
4386
|
-
|
|
4386
|
+
globalLocationNumber: string;
|
|
4387
4387
|
|
|
4388
4388
|
/**
|
|
4389
|
-
*
|
|
4389
|
+
* Lieferart
|
|
4390
4390
|
*/
|
|
4391
|
-
|
|
4391
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4392
4392
|
|
|
4393
4393
|
/**
|
|
4394
4394
|
* Postcode
|
|
@@ -4568,14 +4568,14 @@ export interface DocumentContractDetail {
|
|
|
4568
4568
|
runtimeToDate: ScriptingDate;
|
|
4569
4569
|
|
|
4570
4570
|
/**
|
|
4571
|
-
*
|
|
4571
|
+
* Nächste Fälligkeit
|
|
4572
4572
|
*/
|
|
4573
|
-
|
|
4573
|
+
nextDueDate: ScriptingDate;
|
|
4574
4574
|
|
|
4575
4575
|
/**
|
|
4576
|
-
*
|
|
4576
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4577
4577
|
*/
|
|
4578
|
-
|
|
4578
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4579
4579
|
|
|
4580
4580
|
/**
|
|
4581
4581
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4606,14 +4606,14 @@ export interface DocumentFabricationDetail {
|
|
|
4606
4606
|
targetStorageRef: ApiObjectReference;
|
|
4607
4607
|
|
|
4608
4608
|
/**
|
|
4609
|
-
*
|
|
4609
|
+
* Material-Lager
|
|
4610
4610
|
*/
|
|
4611
|
-
|
|
4611
|
+
componentsStorageRef: ApiObjectReference;
|
|
4612
4612
|
|
|
4613
4613
|
/**
|
|
4614
|
-
*
|
|
4614
|
+
* Notiz
|
|
4615
4615
|
*/
|
|
4616
|
-
|
|
4616
|
+
note: string;
|
|
4617
4617
|
|
|
4618
4618
|
/**
|
|
4619
4619
|
* QS-Lager
|
|
@@ -4740,14 +4740,14 @@ export const enum DocumentImportType {
|
|
|
4740
4740
|
export interface DocumentLine {
|
|
4741
4741
|
|
|
4742
4742
|
/**
|
|
4743
|
-
*
|
|
4743
|
+
* Zolltarifnummer
|
|
4744
4744
|
*/
|
|
4745
|
-
|
|
4745
|
+
customsTariffNumber: string;
|
|
4746
4746
|
|
|
4747
4747
|
/**
|
|
4748
|
-
*
|
|
4748
|
+
* Leistungsdatum
|
|
4749
4749
|
*/
|
|
4750
|
-
|
|
4750
|
+
performanceDate: ScriptingDate;
|
|
4751
4751
|
|
|
4752
4752
|
/**
|
|
4753
4753
|
* Land der Herkunft
|
|
@@ -4755,14 +4755,14 @@ export interface DocumentLine {
|
|
|
4755
4755
|
country: CountryReference;
|
|
4756
4756
|
|
|
4757
4757
|
/**
|
|
4758
|
-
*
|
|
4758
|
+
* wurde aufgelöst in Gebindeartikel
|
|
4759
4759
|
*/
|
|
4760
|
-
|
|
4760
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
4761
4761
|
|
|
4762
4762
|
/**
|
|
4763
|
-
*
|
|
4763
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
4764
4764
|
*/
|
|
4765
|
-
|
|
4765
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4766
4766
|
|
|
4767
4767
|
/**
|
|
4768
4768
|
* verarbeitete Menge
|
|
@@ -4824,20 +4824,15 @@ export interface DocumentLine {
|
|
|
4824
4824
|
*/
|
|
4825
4825
|
cashDiscountable: boolean;
|
|
4826
4826
|
|
|
4827
|
-
/**
|
|
4828
|
-
* Preis pro Menge [Brutto, Netto]
|
|
4829
|
-
*/
|
|
4830
|
-
price: number;
|
|
4831
|
-
|
|
4832
4827
|
/**
|
|
4833
4828
|
* Provisionen
|
|
4834
4829
|
*/
|
|
4835
4830
|
commissions: Array<DocumentLineCommission>;
|
|
4836
4831
|
|
|
4837
4832
|
/**
|
|
4838
|
-
*
|
|
4833
|
+
* Preis pro Menge [Brutto, Netto]
|
|
4839
4834
|
*/
|
|
4840
|
-
|
|
4835
|
+
price: number;
|
|
4841
4836
|
|
|
4842
4837
|
/**
|
|
4843
4838
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -4849,6 +4844,11 @@ export interface DocumentLine {
|
|
|
4849
4844
|
*/
|
|
4850
4845
|
financeBooking: DocumentFinanceBooking;
|
|
4851
4846
|
|
|
4847
|
+
/**
|
|
4848
|
+
* Positionstyp
|
|
4849
|
+
*/
|
|
4850
|
+
lineType: DocumentLineType;
|
|
4851
|
+
|
|
4852
4852
|
/**
|
|
4853
4853
|
* vorgeorderte Menge in Pickvorgang
|
|
4854
4854
|
*/
|
|
@@ -4879,11 +4879,6 @@ export interface DocumentLine {
|
|
|
4879
4879
|
*/
|
|
4880
4880
|
id: number;
|
|
4881
4881
|
|
|
4882
|
-
/**
|
|
4883
|
-
* Serientyp
|
|
4884
|
-
*/
|
|
4885
|
-
serialType: ArticleSerialType;
|
|
4886
|
-
|
|
4887
4882
|
/**
|
|
4888
4883
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
4889
4884
|
*/
|
|
@@ -4900,20 +4895,25 @@ export interface DocumentLine {
|
|
|
4900
4895
|
basePrice: number;
|
|
4901
4896
|
|
|
4902
4897
|
/**
|
|
4903
|
-
*
|
|
4898
|
+
* Serientyp
|
|
4904
4899
|
*/
|
|
4905
|
-
|
|
4900
|
+
serialType: ArticleSerialType;
|
|
4906
4901
|
|
|
4907
4902
|
/**
|
|
4908
|
-
*
|
|
4903
|
+
* MetaInformations for this Object
|
|
4909
4904
|
*/
|
|
4910
|
-
|
|
4905
|
+
info: MetaInfo;
|
|
4911
4906
|
|
|
4912
4907
|
/**
|
|
4913
4908
|
* Steuerschema
|
|
4914
4909
|
*/
|
|
4915
4910
|
taxSchemaRef: ApiObjectReference;
|
|
4916
4911
|
|
|
4912
|
+
/**
|
|
4913
|
+
* Preiseinheit
|
|
4914
|
+
*/
|
|
4915
|
+
priceUnit: number;
|
|
4916
|
+
|
|
4917
4917
|
/**
|
|
4918
4918
|
* Lieferart
|
|
4919
4919
|
*/
|
|
@@ -4945,14 +4945,14 @@ export interface DocumentLine {
|
|
|
4945
4945
|
version: number;
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* Provisionsursprung
|
|
4949
4949
|
*/
|
|
4950
|
-
|
|
4950
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
4951
4951
|
|
|
4952
4952
|
/**
|
|
4953
|
-
*
|
|
4953
|
+
* Nettogewicht
|
|
4954
4954
|
*/
|
|
4955
|
-
|
|
4955
|
+
netWeight: number;
|
|
4956
4956
|
|
|
4957
4957
|
/**
|
|
4958
4958
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
@@ -5030,14 +5030,14 @@ export interface DocumentLine {
|
|
|
5030
5030
|
sourceLineRef: DocumentLineRef;
|
|
5031
5031
|
|
|
5032
5032
|
/**
|
|
5033
|
-
*
|
|
5033
|
+
* Preisherkunft
|
|
5034
5034
|
*/
|
|
5035
|
-
|
|
5035
|
+
priceOrigin: ProductPriceOrigin;
|
|
5036
5036
|
|
|
5037
5037
|
/**
|
|
5038
|
-
*
|
|
5038
|
+
* Referenz zum Lager
|
|
5039
5039
|
*/
|
|
5040
|
-
|
|
5040
|
+
storage: ApiObjectReference;
|
|
5041
5041
|
|
|
5042
5042
|
/**
|
|
5043
5043
|
* Preisermittlungskriterien
|
|
@@ -5049,26 +5049,26 @@ export interface DocumentLine {
|
|
|
5049
5049
|
*/
|
|
5050
5050
|
revenueCalculation: RevenueCalculation;
|
|
5051
5051
|
|
|
5052
|
-
/**
|
|
5053
|
-
* Einheitentyp
|
|
5054
|
-
*/
|
|
5055
|
-
unitType: UnitTypeReference;
|
|
5056
|
-
|
|
5057
5052
|
/**
|
|
5058
5053
|
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
5059
5054
|
*/
|
|
5060
5055
|
totalLinePrice: number;
|
|
5061
5056
|
|
|
5062
5057
|
/**
|
|
5063
|
-
*
|
|
5058
|
+
* Einheitentyp
|
|
5064
5059
|
*/
|
|
5065
|
-
|
|
5060
|
+
unitType: UnitTypeReference;
|
|
5066
5061
|
|
|
5067
5062
|
/**
|
|
5068
5063
|
* Referenz zur Basiszeile
|
|
5069
5064
|
*/
|
|
5070
5065
|
baseLineId: number;
|
|
5071
5066
|
|
|
5067
|
+
/**
|
|
5068
|
+
* Zubehör Einfügeart
|
|
5069
|
+
*/
|
|
5070
|
+
insertTerm: AccessoryInsertTerm;
|
|
5071
|
+
|
|
5072
5072
|
/**
|
|
5073
5073
|
* Einheit Bruttogewicht
|
|
5074
5074
|
*/
|
|
@@ -5094,6 +5094,11 @@ export interface DocumentLine {
|
|
|
5094
5094
|
*/
|
|
5095
5095
|
productType: ProductType;
|
|
5096
5096
|
|
|
5097
|
+
/**
|
|
5098
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5099
|
+
*/
|
|
5100
|
+
baseSalesValueNet: number;
|
|
5101
|
+
|
|
5097
5102
|
/**
|
|
5098
5103
|
* Vertragsinformationen
|
|
5099
5104
|
*/
|
|
@@ -5104,11 +5109,6 @@ export interface DocumentLine {
|
|
|
5104
5109
|
*/
|
|
5105
5110
|
netWeightUnit: UnitTypeReference;
|
|
5106
5111
|
|
|
5107
|
-
/**
|
|
5108
|
-
* Nettoverkaufswert der Position in Basiswährung
|
|
5109
|
-
*/
|
|
5110
|
-
baseSalesValueNet: number;
|
|
5111
|
-
|
|
5112
5112
|
/**
|
|
5113
5113
|
* Menge
|
|
5114
5114
|
*/
|
|
@@ -5334,14 +5334,14 @@ export interface DocumentLineComponent {
|
|
|
5334
5334
|
custom: EavDocumentlinecomponent;
|
|
5335
5335
|
|
|
5336
5336
|
/**
|
|
5337
|
-
*
|
|
5337
|
+
* Gelieferte Menge
|
|
5338
5338
|
*/
|
|
5339
|
-
|
|
5339
|
+
quantityCommitted: number;
|
|
5340
5340
|
|
|
5341
5341
|
/**
|
|
5342
|
-
*
|
|
5342
|
+
* Referenz auf den Artikel der Komponente
|
|
5343
5343
|
*/
|
|
5344
|
-
|
|
5344
|
+
articleId: number;
|
|
5345
5345
|
|
|
5346
5346
|
/**
|
|
5347
5347
|
* Beschreibung des Artikels
|
|
@@ -5467,6 +5467,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5467
5467
|
*/
|
|
5468
5468
|
quantityFinished: number;
|
|
5469
5469
|
|
|
5470
|
+
/**
|
|
5471
|
+
* Menge defekt
|
|
5472
|
+
*/
|
|
5473
|
+
quantityDefective: number;
|
|
5474
|
+
|
|
5470
5475
|
/**
|
|
5471
5476
|
* Produzierte Seriennummern
|
|
5472
5477
|
*/
|
|
@@ -5477,11 +5482,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5477
5482
|
*/
|
|
5478
5483
|
custom: EavFabricationline;
|
|
5479
5484
|
|
|
5480
|
-
/**
|
|
5481
|
-
* Menge defekt
|
|
5482
|
-
*/
|
|
5483
|
-
quantityDefective: number;
|
|
5484
|
-
|
|
5485
5485
|
/**
|
|
5486
5486
|
* Menge produziert
|
|
5487
5487
|
*/
|
|
@@ -5578,26 +5578,26 @@ export interface DocumentLinePosDetail {
|
|
|
5578
5578
|
*/
|
|
5579
5579
|
externalPaymentErrorMessage: string;
|
|
5580
5580
|
|
|
5581
|
-
/**
|
|
5582
|
-
* Status der externen Zahlung
|
|
5583
|
-
*/
|
|
5584
|
-
externalPaymentStatus: PosPaymentStatus;
|
|
5585
|
-
|
|
5586
5581
|
/**
|
|
5587
5582
|
* Typ der Einlage/Ausgabe
|
|
5588
5583
|
*/
|
|
5589
5584
|
depositExpenseTypeId: number;
|
|
5590
5585
|
|
|
5591
5586
|
/**
|
|
5592
|
-
*
|
|
5587
|
+
* Status der externen Zahlung
|
|
5593
5588
|
*/
|
|
5594
|
-
|
|
5589
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
5595
5590
|
|
|
5596
5591
|
/**
|
|
5597
5592
|
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
5598
5593
|
*/
|
|
5599
5594
|
externalPaymentId: string;
|
|
5600
5595
|
|
|
5596
|
+
/**
|
|
5597
|
+
* Typ der Position
|
|
5598
|
+
*/
|
|
5599
|
+
posLineType: PosLineType;
|
|
5600
|
+
|
|
5601
5601
|
/**
|
|
5602
5602
|
* Unique identifier of the Object
|
|
5603
5603
|
*/
|
|
@@ -5889,14 +5889,14 @@ export interface DocumentShippingCost {
|
|
|
5889
5889
|
costs: number;
|
|
5890
5890
|
|
|
5891
5891
|
/**
|
|
5892
|
-
*
|
|
5892
|
+
* Keine Versandkosten (freier Versand)
|
|
5893
5893
|
*/
|
|
5894
|
-
|
|
5894
|
+
freeShipping: boolean;
|
|
5895
5895
|
|
|
5896
5896
|
/**
|
|
5897
|
-
*
|
|
5897
|
+
* Texte
|
|
5898
5898
|
*/
|
|
5899
|
-
|
|
5899
|
+
texts: Array<DocumentText>;
|
|
5900
5900
|
|
|
5901
5901
|
/**
|
|
5902
5902
|
* Artikelname
|
|
@@ -5904,14 +5904,14 @@ export interface DocumentShippingCost {
|
|
|
5904
5904
|
name: string;
|
|
5905
5905
|
|
|
5906
5906
|
/**
|
|
5907
|
-
*
|
|
5907
|
+
* Artikelbeschreibung
|
|
5908
5908
|
*/
|
|
5909
|
-
|
|
5909
|
+
description: string;
|
|
5910
5910
|
|
|
5911
5911
|
/**
|
|
5912
|
-
*
|
|
5912
|
+
* Steuern
|
|
5913
5913
|
*/
|
|
5914
|
-
|
|
5914
|
+
taxes: Array<DocumentTax>;
|
|
5915
5915
|
|
|
5916
5916
|
/**
|
|
5917
5917
|
* Einkaufspreis
|
|
@@ -6014,14 +6014,14 @@ export interface DocumentText {
|
|
|
6014
6014
|
transferableIntoSubsequentDocuments: boolean;
|
|
6015
6015
|
|
|
6016
6016
|
/**
|
|
6017
|
-
*
|
|
6017
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6018
6018
|
*/
|
|
6019
|
-
|
|
6019
|
+
textPosition: TextPosition;
|
|
6020
6020
|
|
|
6021
6021
|
/**
|
|
6022
|
-
*
|
|
6022
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6023
6023
|
*/
|
|
6024
|
-
|
|
6024
|
+
deleted: boolean;
|
|
6025
6025
|
|
|
6026
6026
|
/**
|
|
6027
6027
|
* textBaustein Vorlage
|
|
@@ -6131,14 +6131,14 @@ export interface DocumentType {
|
|
|
6131
6131
|
labels: Array<DocumentTypeLabel>;
|
|
6132
6132
|
|
|
6133
6133
|
/**
|
|
6134
|
-
*
|
|
6134
|
+
* nächste Belegnummer
|
|
6135
6135
|
*/
|
|
6136
|
-
|
|
6136
|
+
nextNumber: string;
|
|
6137
6137
|
|
|
6138
6138
|
/**
|
|
6139
|
-
*
|
|
6139
|
+
* Zählerkreis
|
|
6140
6140
|
*/
|
|
6141
|
-
|
|
6141
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6142
6142
|
|
|
6143
6143
|
/**
|
|
6144
6144
|
* Sortierung
|
|
@@ -6556,14 +6556,14 @@ export const enum FabricationOfComponents {
|
|
|
6556
6556
|
export interface FabricationProduceRequest {
|
|
6557
6557
|
|
|
6558
6558
|
/**
|
|
6559
|
-
*
|
|
6559
|
+
* Material automatisch bestätigen
|
|
6560
6560
|
*/
|
|
6561
|
-
|
|
6561
|
+
autoCommitComponents: boolean;
|
|
6562
6562
|
|
|
6563
6563
|
/**
|
|
6564
|
-
*
|
|
6564
|
+
* Zu produzierende Menge
|
|
6565
6565
|
*/
|
|
6566
|
-
|
|
6566
|
+
quantity: number;
|
|
6567
6567
|
|
|
6568
6568
|
/**
|
|
6569
6569
|
* Für die Produktion zu verwendendes Material
|
|
@@ -6617,14 +6617,14 @@ export interface FabricationRevertRequest {
|
|
|
6617
6617
|
quantity: number;
|
|
6618
6618
|
|
|
6619
6619
|
/**
|
|
6620
|
-
*
|
|
6620
|
+
* Material automatisch stornieren
|
|
6621
6621
|
*/
|
|
6622
|
-
|
|
6622
|
+
autoRevertComponents: boolean;
|
|
6623
6623
|
|
|
6624
6624
|
/**
|
|
6625
|
-
*
|
|
6625
|
+
* ID der zu stornierenden Position
|
|
6626
6626
|
*/
|
|
6627
|
-
|
|
6627
|
+
documentLineId: number;
|
|
6628
6628
|
|
|
6629
6629
|
/**
|
|
6630
6630
|
* Zu stornierende Seriennummern
|
|
@@ -6640,14 +6640,14 @@ export interface FabricationRevertRequest {
|
|
|
6640
6640
|
export interface FabricationSerialNumber {
|
|
6641
6641
|
|
|
6642
6642
|
/**
|
|
6643
|
-
*
|
|
6643
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6644
6644
|
*/
|
|
6645
|
-
|
|
6645
|
+
serialNumberId: number;
|
|
6646
6646
|
|
|
6647
6647
|
/**
|
|
6648
|
-
*
|
|
6648
|
+
* MHD / Verfallsdatum
|
|
6649
6649
|
*/
|
|
6650
|
-
|
|
6650
|
+
expiryDate: ScriptingDate;
|
|
6651
6651
|
|
|
6652
6652
|
/**
|
|
6653
6653
|
* Bemerkung
|
|
@@ -6887,24 +6887,24 @@ export interface PaymentTerm {
|
|
|
6887
6887
|
paymentDiscount2: number;
|
|
6888
6888
|
|
|
6889
6889
|
/**
|
|
6890
|
-
*
|
|
6890
|
+
* printDescription
|
|
6891
6891
|
*/
|
|
6892
|
-
|
|
6892
|
+
printDescription: string;
|
|
6893
6893
|
|
|
6894
6894
|
/**
|
|
6895
|
-
*
|
|
6895
|
+
* Percent for Discount 1
|
|
6896
6896
|
*/
|
|
6897
|
-
|
|
6897
|
+
paymentDiscount1: number;
|
|
6898
6898
|
|
|
6899
6899
|
/**
|
|
6900
|
-
*
|
|
6900
|
+
* for deposit: remaining term
|
|
6901
6901
|
*/
|
|
6902
|
-
|
|
6902
|
+
remainingTermRef: ApiObjectReference;
|
|
6903
6903
|
|
|
6904
6904
|
/**
|
|
6905
|
-
* for
|
|
6905
|
+
* Days for Discount 1
|
|
6906
6906
|
*/
|
|
6907
|
-
|
|
6907
|
+
paymentDays1: number;
|
|
6908
6908
|
|
|
6909
6909
|
/**
|
|
6910
6910
|
* Days for Discount 2
|
|
@@ -7025,14 +7025,14 @@ export interface PickTrolley {
|
|
|
7025
7025
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7026
7026
|
|
|
7027
7027
|
/**
|
|
7028
|
-
*
|
|
7028
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7029
7029
|
*/
|
|
7030
|
-
|
|
7030
|
+
storageBinRef: StorageBinRef;
|
|
7031
7031
|
|
|
7032
7032
|
/**
|
|
7033
|
-
*
|
|
7033
|
+
* Bearbeiter der Pickliste
|
|
7034
7034
|
*/
|
|
7035
|
-
|
|
7035
|
+
processedByUserRef: ApiObjectReference;
|
|
7036
7036
|
|
|
7037
7037
|
/**
|
|
7038
7038
|
* Beschreibung des Wagens
|
|
@@ -7185,14 +7185,14 @@ export const enum PickingType {
|
|
|
7185
7185
|
export interface Picklist {
|
|
7186
7186
|
|
|
7187
7187
|
/**
|
|
7188
|
-
*
|
|
7188
|
+
* Ziellager für Nachschub
|
|
7189
7189
|
*/
|
|
7190
|
-
|
|
7190
|
+
targetStorageRef: ApiObjectReference;
|
|
7191
7191
|
|
|
7192
7192
|
/**
|
|
7193
|
-
*
|
|
7193
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7194
7194
|
*/
|
|
7195
|
-
|
|
7195
|
+
usedTemplate: PicklistTemplate;
|
|
7196
7196
|
|
|
7197
7197
|
/**
|
|
7198
7198
|
* Nummer der Pickliste
|
|
@@ -7243,14 +7243,14 @@ export interface PicklistLine {
|
|
|
7243
7243
|
components: Array<PicklistLineComponent>;
|
|
7244
7244
|
|
|
7245
7245
|
/**
|
|
7246
|
-
*
|
|
7246
|
+
* Artikelbezeichnung
|
|
7247
7247
|
*/
|
|
7248
|
-
|
|
7248
|
+
articleName: string;
|
|
7249
7249
|
|
|
7250
7250
|
/**
|
|
7251
|
-
*
|
|
7251
|
+
* Menge der Position
|
|
7252
7252
|
*/
|
|
7253
|
-
|
|
7253
|
+
quantity: number;
|
|
7254
7254
|
|
|
7255
7255
|
/**
|
|
7256
7256
|
* Artikelbeschreibung
|
|
@@ -7389,14 +7389,14 @@ export interface PicklistLineComponent {
|
|
|
7389
7389
|
quantityCollected: number;
|
|
7390
7390
|
|
|
7391
7391
|
/**
|
|
7392
|
-
*
|
|
7392
|
+
* Artikelbezeichnung
|
|
7393
7393
|
*/
|
|
7394
|
-
|
|
7394
|
+
articleName: string;
|
|
7395
7395
|
|
|
7396
7396
|
/**
|
|
7397
|
-
*
|
|
7397
|
+
* Menge der Position
|
|
7398
7398
|
*/
|
|
7399
|
-
|
|
7399
|
+
quantity: number;
|
|
7400
7400
|
|
|
7401
7401
|
/**
|
|
7402
7402
|
* Artikelbeschreibung
|
|
@@ -7434,14 +7434,14 @@ export interface PicklistLineComponent {
|
|
|
7434
7434
|
targetDocumentLineComponentId: number;
|
|
7435
7435
|
|
|
7436
7436
|
/**
|
|
7437
|
-
*
|
|
7437
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
7438
7438
|
*/
|
|
7439
|
-
|
|
7439
|
+
quantityPerAssemblyGroup: number;
|
|
7440
7440
|
|
|
7441
7441
|
/**
|
|
7442
|
-
*
|
|
7442
|
+
* abweichende Artikelbezeichnung
|
|
7443
7443
|
*/
|
|
7444
|
-
|
|
7444
|
+
articleAlternativeName: string;
|
|
7445
7445
|
|
|
7446
7446
|
/**
|
|
7447
7447
|
* Verpackte Menge der Position
|
|
@@ -7701,14 +7701,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7701
7701
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7702
7702
|
|
|
7703
7703
|
/**
|
|
7704
|
-
*
|
|
7704
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
7705
7705
|
*/
|
|
7706
|
-
|
|
7706
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7707
7707
|
|
|
7708
7708
|
/**
|
|
7709
|
-
*
|
|
7709
|
+
* Der zu verwendende Pickwagen
|
|
7710
7710
|
*/
|
|
7711
|
-
|
|
7711
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
7712
7712
|
|
|
7713
7713
|
/**
|
|
7714
7714
|
* Lagerplätze vorgeben
|
|
@@ -7784,9 +7784,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7784
7784
|
showShippingFormOnPickingFinish: boolean;
|
|
7785
7785
|
|
|
7786
7786
|
/**
|
|
7787
|
-
*
|
|
7787
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
7788
7788
|
*/
|
|
7789
|
-
|
|
7789
|
+
useDigitalPicklist: boolean;
|
|
7790
7790
|
|
|
7791
7791
|
/**
|
|
7792
7792
|
* Sammelbestätigung erlauben
|
|
@@ -7794,9 +7794,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7794
7794
|
allowFullConfirmation: boolean;
|
|
7795
7795
|
|
|
7796
7796
|
/**
|
|
7797
|
-
*
|
|
7797
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
7798
7798
|
*/
|
|
7799
|
-
|
|
7799
|
+
allowPickingOfServiceArticles: boolean;
|
|
7800
7800
|
|
|
7801
7801
|
/**
|
|
7802
7802
|
* Nur für Konsolidierung: Lieferbeleg und Versandlabel zum Abschluss scannen
|
|
@@ -8009,14 +8009,14 @@ export interface Product {
|
|
|
8009
8009
|
bundle: boolean;
|
|
8010
8010
|
|
|
8011
8011
|
/**
|
|
8012
|
-
*
|
|
8012
|
+
* Variantenwerte
|
|
8013
8013
|
*/
|
|
8014
|
-
|
|
8014
|
+
variantValues: Array<VariantValueReference>;
|
|
8015
8015
|
|
|
8016
8016
|
/**
|
|
8017
|
-
*
|
|
8017
|
+
* Serientyp
|
|
8018
8018
|
*/
|
|
8019
|
-
|
|
8019
|
+
serialType: ArticleSerialType;
|
|
8020
8020
|
|
|
8021
8021
|
/**
|
|
8022
8022
|
* MetaInformations for this Object
|
|
@@ -8045,14 +8045,14 @@ export interface ProductArticleRef {
|
|
|
8045
8045
|
export interface ProductDiscount {
|
|
8046
8046
|
|
|
8047
8047
|
/**
|
|
8048
|
-
*
|
|
8048
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8049
8049
|
*/
|
|
8050
|
-
|
|
8050
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8051
8051
|
|
|
8052
8052
|
/**
|
|
8053
|
-
*
|
|
8053
|
+
* Kundengruppe
|
|
8054
8054
|
*/
|
|
8055
|
-
|
|
8055
|
+
customerGroupRef: ApiObjectReference;
|
|
8056
8056
|
|
|
8057
8057
|
/**
|
|
8058
8058
|
* Lieferantengruppe
|
|
@@ -8075,14 +8075,14 @@ export interface ProductDiscount {
|
|
|
8075
8075
|
validFrom: ScriptingDate;
|
|
8076
8076
|
|
|
8077
8077
|
/**
|
|
8078
|
-
*
|
|
8078
|
+
* Warengruppe
|
|
8079
8079
|
*/
|
|
8080
|
-
|
|
8080
|
+
productGroupRef: ApiObjectReference;
|
|
8081
8081
|
|
|
8082
8082
|
/**
|
|
8083
|
-
*
|
|
8083
|
+
* Bestimmt die Art des Rabatts
|
|
8084
8084
|
*/
|
|
8085
|
-
|
|
8085
|
+
modifierType: PriceModifierType;
|
|
8086
8086
|
|
|
8087
8087
|
/**
|
|
8088
8088
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8130,14 +8130,14 @@ export interface ProductDiscount {
|
|
|
8130
8130
|
validUntil: ScriptingDate;
|
|
8131
8131
|
|
|
8132
8132
|
/**
|
|
8133
|
-
*
|
|
8133
|
+
* Account, für den der Rabatt gültig ist
|
|
8134
8134
|
*/
|
|
8135
|
-
|
|
8135
|
+
accountRef: ApiObjectReference;
|
|
8136
8136
|
|
|
8137
8137
|
/**
|
|
8138
|
-
*
|
|
8138
|
+
* Name des Rabatts
|
|
8139
8139
|
*/
|
|
8140
|
-
|
|
8140
|
+
modifierName: string;
|
|
8141
8141
|
|
|
8142
8142
|
/**
|
|
8143
8143
|
* Unique identifier of the Object
|
|
@@ -8254,14 +8254,14 @@ export interface ProductMainGroup {
|
|
|
8254
8254
|
export interface ProductPrice {
|
|
8255
8255
|
|
|
8256
8256
|
/**
|
|
8257
|
-
*
|
|
8257
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8258
8258
|
*/
|
|
8259
|
-
|
|
8259
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8260
8260
|
|
|
8261
8261
|
/**
|
|
8262
|
-
*
|
|
8262
|
+
* Kundengruppe
|
|
8263
8263
|
*/
|
|
8264
|
-
|
|
8264
|
+
customerGroupRef: ApiObjectReference;
|
|
8265
8265
|
|
|
8266
8266
|
/**
|
|
8267
8267
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8392,15 +8392,20 @@ export interface Referenceable {
|
|
|
8392
8392
|
|
|
8393
8393
|
export interface RequestDocument {
|
|
8394
8394
|
|
|
8395
|
+
/**
|
|
8396
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
8397
|
+
*/
|
|
8398
|
+
incomingGoodsStorageBinId: number;
|
|
8399
|
+
|
|
8395
8400
|
/**
|
|
8396
8401
|
* Belegdatum
|
|
8397
8402
|
*/
|
|
8398
8403
|
documentDate: ScriptingDate;
|
|
8399
8404
|
|
|
8400
8405
|
/**
|
|
8401
|
-
* ID
|
|
8406
|
+
* ID der Kassenschublade (bei POS)
|
|
8402
8407
|
*/
|
|
8403
|
-
|
|
8408
|
+
cashDrawerId: number;
|
|
8404
8409
|
|
|
8405
8410
|
/**
|
|
8406
8411
|
* Der Anzahlungsbetrag
|
|
@@ -8412,11 +8417,6 @@ export interface RequestDocument {
|
|
|
8412
8417
|
*/
|
|
8413
8418
|
performanceDate: ScriptingDate;
|
|
8414
8419
|
|
|
8415
|
-
/**
|
|
8416
|
-
* ID der Kassenschublade (bei POS)
|
|
8417
|
-
*/
|
|
8418
|
-
cashDrawerId: number;
|
|
8419
|
-
|
|
8420
8420
|
/**
|
|
8421
8421
|
* Für interne Zwecke: Liefermethode für das Document
|
|
8422
8422
|
*/
|
|
@@ -8477,26 +8477,26 @@ export interface RequestDocument {
|
|
|
8477
8477
|
*/
|
|
8478
8478
|
lines: Array<RequestDocumentLine>;
|
|
8479
8479
|
|
|
8480
|
-
/**
|
|
8481
|
-
* Die Vertragsdetails
|
|
8482
|
-
*/
|
|
8483
|
-
contractDetail: DocumentContractDetail;
|
|
8484
|
-
|
|
8485
8480
|
/**
|
|
8486
8481
|
* ID der Kasse (bei POS)
|
|
8487
8482
|
*/
|
|
8488
8483
|
posRegisterId: number;
|
|
8489
8484
|
|
|
8490
8485
|
/**
|
|
8491
|
-
*
|
|
8486
|
+
* Die Vertragsdetails
|
|
8492
8487
|
*/
|
|
8493
|
-
|
|
8488
|
+
contractDetail: DocumentContractDetail;
|
|
8494
8489
|
|
|
8495
8490
|
/**
|
|
8496
8491
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8497
8492
|
*/
|
|
8498
8493
|
paymentTermId: number;
|
|
8499
8494
|
|
|
8495
|
+
/**
|
|
8496
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8497
|
+
*/
|
|
8498
|
+
supplierAccountId: number;
|
|
8499
|
+
|
|
8500
8500
|
/**
|
|
8501
8501
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
8502
8502
|
*/
|
|
@@ -8508,14 +8508,14 @@ export interface RequestDocument {
|
|
|
8508
8508
|
custom: EavDocument;
|
|
8509
8509
|
|
|
8510
8510
|
/**
|
|
8511
|
-
*
|
|
8511
|
+
* target document type for document copy
|
|
8512
8512
|
*/
|
|
8513
|
-
|
|
8513
|
+
targetDocumentType: DocumentType;
|
|
8514
8514
|
|
|
8515
8515
|
/**
|
|
8516
|
-
*
|
|
8516
|
+
* reference to the corresponding document in an external system
|
|
8517
8517
|
*/
|
|
8518
|
-
|
|
8518
|
+
externalId: string;
|
|
8519
8519
|
|
|
8520
8520
|
/**
|
|
8521
8521
|
* ID vom Pickwagen für den Wareneingang (wenn incomingGoodsStorageBinId = null)
|
|
@@ -8581,14 +8581,14 @@ export interface RequestDocumentLine {
|
|
|
8581
8581
|
description: string;
|
|
8582
8582
|
|
|
8583
8583
|
/**
|
|
8584
|
-
*
|
|
8584
|
+
* Herkunft des Preises
|
|
8585
8585
|
*/
|
|
8586
|
-
|
|
8586
|
+
priceOrigin: ProductPriceOrigin;
|
|
8587
8587
|
|
|
8588
8588
|
/**
|
|
8589
|
-
*
|
|
8589
|
+
* Quittungsdetails zur Belegposition
|
|
8590
8590
|
*/
|
|
8591
|
-
|
|
8591
|
+
posDetail: DocumentLinePosDetail;
|
|
8592
8592
|
|
|
8593
8593
|
/**
|
|
8594
8594
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -8606,14 +8606,14 @@ export interface RequestDocumentLine {
|
|
|
8606
8606
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8607
8607
|
|
|
8608
8608
|
/**
|
|
8609
|
-
*
|
|
8609
|
+
* FiBu-Angaben
|
|
8610
8610
|
*/
|
|
8611
|
-
|
|
8611
|
+
financeBooking: DocumentFinanceBooking;
|
|
8612
8612
|
|
|
8613
8613
|
/**
|
|
8614
|
-
*
|
|
8614
|
+
* Typ dieser Position
|
|
8615
8615
|
*/
|
|
8616
|
-
|
|
8616
|
+
lineType: DocumentLineType;
|
|
8617
8617
|
|
|
8618
8618
|
/**
|
|
8619
8619
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -8646,14 +8646,14 @@ export interface RequestDocumentLine {
|
|
|
8646
8646
|
supplierAccountId: number;
|
|
8647
8647
|
|
|
8648
8648
|
/**
|
|
8649
|
-
*
|
|
8649
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
8650
8650
|
*/
|
|
8651
|
-
|
|
8651
|
+
mainArticleLinePosition: number;
|
|
8652
8652
|
|
|
8653
8653
|
/**
|
|
8654
|
-
*
|
|
8654
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
8655
8655
|
*/
|
|
8656
|
-
|
|
8656
|
+
quantity: number;
|
|
8657
8657
|
|
|
8658
8658
|
/**
|
|
8659
8659
|
* Details Produktionsbelegen
|
|
@@ -8671,14 +8671,14 @@ export interface RequestDocumentLine {
|
|
|
8671
8671
|
articleId: number;
|
|
8672
8672
|
|
|
8673
8673
|
/**
|
|
8674
|
-
*
|
|
8674
|
+
* ID der Belegposition im aktuellen Beleg
|
|
8675
8675
|
*/
|
|
8676
|
-
|
|
8676
|
+
lineId: number;
|
|
8677
8677
|
|
|
8678
8678
|
/**
|
|
8679
|
-
*
|
|
8679
|
+
* Referenz auf die zugehörige Position in einem externen System
|
|
8680
8680
|
*/
|
|
8681
|
-
|
|
8681
|
+
externalId: string;
|
|
8682
8682
|
|
|
8683
8683
|
/**
|
|
8684
8684
|
* ID des Pickwagens für den Wareneingang (wenn `incomingGoodsStorageBinId` = null)
|
|
@@ -8862,14 +8862,14 @@ export interface SalesAgent {
|
|
|
8862
8862
|
note: string;
|
|
8863
8863
|
|
|
8864
8864
|
/**
|
|
8865
|
-
*
|
|
8865
|
+
* is sales agent taxable
|
|
8866
8866
|
*/
|
|
8867
|
-
|
|
8867
|
+
taxable: boolean;
|
|
8868
8868
|
|
|
8869
8869
|
/**
|
|
8870
|
-
*
|
|
8870
|
+
* reference to the delivery method
|
|
8871
8871
|
*/
|
|
8872
|
-
|
|
8872
|
+
deliveryMethodRef: ApiObjectReference;
|
|
8873
8873
|
|
|
8874
8874
|
/**
|
|
8875
8875
|
* Freifelder
|
|
@@ -9113,14 +9113,14 @@ export interface ScenarioDimensionValue {
|
|
|
9113
9113
|
export interface ScenarioFactDef {
|
|
9114
9114
|
|
|
9115
9115
|
/**
|
|
9116
|
-
* Attribut
|
|
9116
|
+
* Attribut Name
|
|
9117
9117
|
*/
|
|
9118
|
-
|
|
9118
|
+
factAttribute: string;
|
|
9119
9119
|
|
|
9120
9120
|
/**
|
|
9121
|
-
* Attribut
|
|
9121
|
+
* Attribut Typ
|
|
9122
9122
|
*/
|
|
9123
|
-
|
|
9123
|
+
attributeType: ScenarioFactDef$FactType;
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* Unique identifier of the Object
|
|
@@ -9468,14 +9468,14 @@ export interface ShelfDocumentType {
|
|
|
9468
9468
|
active: boolean;
|
|
9469
9469
|
|
|
9470
9470
|
/**
|
|
9471
|
-
*
|
|
9471
|
+
* label of type
|
|
9472
9472
|
*/
|
|
9473
|
-
|
|
9473
|
+
label: string;
|
|
9474
9474
|
|
|
9475
9475
|
/**
|
|
9476
|
-
*
|
|
9476
|
+
* access level or reading
|
|
9477
9477
|
*/
|
|
9478
|
-
|
|
9478
|
+
accessLevelRead: number;
|
|
9479
9479
|
|
|
9480
9480
|
/**
|
|
9481
9481
|
* storage rule for revisions
|
|
@@ -9521,14 +9521,14 @@ export interface ShelfFile {
|
|
|
9521
9521
|
subFiles: Array<SubFileInfo>;
|
|
9522
9522
|
|
|
9523
9523
|
/**
|
|
9524
|
-
*
|
|
9524
|
+
* fileSize
|
|
9525
9525
|
*/
|
|
9526
|
-
|
|
9526
|
+
fileSize: number;
|
|
9527
9527
|
|
|
9528
9528
|
/**
|
|
9529
|
-
*
|
|
9529
|
+
* revision number of this file
|
|
9530
9530
|
*/
|
|
9531
|
-
|
|
9531
|
+
revisionNumber: number;
|
|
9532
9532
|
|
|
9533
9533
|
/**
|
|
9534
9534
|
* file-extension of this entry
|
|
@@ -9607,14 +9607,14 @@ export interface ShelfShare {
|
|
|
9607
9607
|
publishState: ShelfSharePublishState;
|
|
9608
9608
|
|
|
9609
9609
|
/**
|
|
9610
|
-
*
|
|
9610
|
+
* Freifelder
|
|
9611
9611
|
*/
|
|
9612
|
-
|
|
9612
|
+
custom: EavShelfshare;
|
|
9613
9613
|
|
|
9614
9614
|
/**
|
|
9615
|
-
*
|
|
9615
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
9616
9616
|
*/
|
|
9617
|
-
|
|
9617
|
+
publicUrlDurationInMinutes: number;
|
|
9618
9618
|
|
|
9619
9619
|
/**
|
|
9620
9620
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -9835,14 +9835,14 @@ export interface Supplier {
|
|
|
9835
9835
|
info: MetaInfo;
|
|
9836
9836
|
|
|
9837
9837
|
/**
|
|
9838
|
-
*
|
|
9838
|
+
* reference to the delivery method
|
|
9839
9839
|
*/
|
|
9840
|
-
|
|
9840
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9841
9841
|
|
|
9842
9842
|
/**
|
|
9843
|
-
*
|
|
9843
|
+
* Lieferantengruppe
|
|
9844
9844
|
*/
|
|
9845
|
-
|
|
9845
|
+
supplierGroupRef: ApiObjectReference;
|
|
9846
9846
|
|
|
9847
9847
|
/**
|
|
9848
9848
|
* tax able or tax free
|
|
@@ -9900,14 +9900,14 @@ export interface Supplier {
|
|
|
9900
9900
|
performanceCountryCode: string;
|
|
9901
9901
|
|
|
9902
9902
|
/**
|
|
9903
|
-
*
|
|
9903
|
+
* Lieferzeit in (Werk-)Tagen
|
|
9904
9904
|
*/
|
|
9905
|
-
|
|
9905
|
+
defaultDeliveryTime: number;
|
|
9906
9906
|
|
|
9907
9907
|
/**
|
|
9908
|
-
*
|
|
9908
|
+
* reference to the payment method
|
|
9909
9909
|
*/
|
|
9910
|
-
|
|
9910
|
+
paymentMethodRef: ApiObjectReference;
|
|
9911
9911
|
|
|
9912
9912
|
/**
|
|
9913
9913
|
* currency code IsoAlpha3
|
|
@@ -9928,14 +9928,14 @@ export interface TagDto {
|
|
|
9928
9928
|
editColor: string;
|
|
9929
9929
|
|
|
9930
9930
|
/**
|
|
9931
|
-
* Farbe
|
|
9931
|
+
* Farbe für die Anzeige des Tags
|
|
9932
9932
|
*/
|
|
9933
|
-
|
|
9933
|
+
color: string;
|
|
9934
9934
|
|
|
9935
9935
|
/**
|
|
9936
|
-
* Farbe
|
|
9936
|
+
* Farbe in Such-GUI
|
|
9937
9937
|
*/
|
|
9938
|
-
|
|
9938
|
+
searchColor: string;
|
|
9939
9939
|
|
|
9940
9940
|
/**
|
|
9941
9941
|
* Beschriftung des Tags
|
|
@@ -9979,14 +9979,14 @@ export const enum TagType {
|
|
|
9979
9979
|
export interface TaxIdForeignCountry {
|
|
9980
9980
|
|
|
9981
9981
|
/**
|
|
9982
|
-
*
|
|
9982
|
+
* Tax ID of the company in the associated country
|
|
9983
9983
|
*/
|
|
9984
|
-
|
|
9984
|
+
taxId: string;
|
|
9985
9985
|
|
|
9986
9986
|
/**
|
|
9987
|
-
*
|
|
9987
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
9988
9988
|
*/
|
|
9989
|
-
|
|
9989
|
+
countryCode: string;
|
|
9990
9990
|
|
|
9991
9991
|
/**
|
|
9992
9992
|
* Unique identifier of the Object
|
|
@@ -10229,14 +10229,14 @@ export interface User {
|
|
|
10229
10229
|
roles: Array<ApiObjectReference>;
|
|
10230
10230
|
|
|
10231
10231
|
/**
|
|
10232
|
-
*
|
|
10232
|
+
* Gruppen
|
|
10233
10233
|
*/
|
|
10234
|
-
|
|
10234
|
+
groups: Array<ApiObjectReference>;
|
|
10235
10235
|
|
|
10236
10236
|
/**
|
|
10237
|
-
*
|
|
10237
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
10238
10238
|
*/
|
|
10239
|
-
|
|
10239
|
+
referencedCustomerUserId: number;
|
|
10240
10240
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Is the user active?
|
|
@@ -10259,14 +10259,14 @@ export interface User {
|
|
|
10259
10259
|
version: number;
|
|
10260
10260
|
|
|
10261
10261
|
/**
|
|
10262
|
-
*
|
|
10262
|
+
* is the email verified
|
|
10263
10263
|
*/
|
|
10264
|
-
|
|
10264
|
+
emailVerified: boolean;
|
|
10265
10265
|
|
|
10266
10266
|
/**
|
|
10267
|
-
*
|
|
10267
|
+
* first-name
|
|
10268
10268
|
*/
|
|
10269
|
-
|
|
10269
|
+
firstName: string;
|
|
10270
10270
|
|
|
10271
10271
|
/**
|
|
10272
10272
|
* email-address
|