@vario-software/types 2026.17.2 → 2026.17.3
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 +275 -275
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -143,14 +143,14 @@ export interface Account {
|
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Kostenstelle
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
costCenter: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Country code
|
|
310
305
|
*/
|
|
311
306
|
countryCode: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Street
|
|
310
|
+
*/
|
|
311
|
+
street: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
|
|
|
488
488
|
*/
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* city of the bank
|
|
493
|
-
*/
|
|
494
|
-
bankCity: string;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* Hauptbankverbindung für
|
|
498
493
|
*/
|
|
499
494
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* city of the bank
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
bankCity: string;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
502
|
* Is default bank?
|
|
508
503
|
*/
|
|
509
504
|
defaultBank: boolean;
|
|
510
505
|
|
|
506
|
+
/**
|
|
507
|
+
* origin type
|
|
508
|
+
*/
|
|
509
|
+
originType: AccountBankdetail$OriginType;
|
|
510
|
+
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
513
513
|
*/
|
|
@@ -1151,14 +1151,14 @@ export interface Article {
|
|
|
1151
1151
|
workUnitInMinutes: number;
|
|
1152
1152
|
|
|
1153
1153
|
/**
|
|
1154
|
-
*
|
|
1154
|
+
* description custom data
|
|
1155
1155
|
*/
|
|
1156
|
-
|
|
1156
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1157
1157
|
|
|
1158
1158
|
/**
|
|
1159
|
-
*
|
|
1159
|
+
* Frei kommissionierbar
|
|
1160
1160
|
*/
|
|
1161
|
-
|
|
1161
|
+
freelyPickable: boolean;
|
|
1162
1162
|
|
|
1163
1163
|
/**
|
|
1164
1164
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1235,6 +1235,11 @@ export interface Article {
|
|
|
1235
1235
|
*/
|
|
1236
1236
|
isDangerousGood: boolean;
|
|
1237
1237
|
|
|
1238
|
+
/**
|
|
1239
|
+
* Kontingentartikel
|
|
1240
|
+
*/
|
|
1241
|
+
contingentArticleRef: ApiObjectReference;
|
|
1242
|
+
|
|
1238
1243
|
/**
|
|
1239
1244
|
* alternative name of this product
|
|
1240
1245
|
*/
|
|
@@ -1245,11 +1250,6 @@ export interface Article {
|
|
|
1245
1250
|
*/
|
|
1246
1251
|
discountable: boolean;
|
|
1247
1252
|
|
|
1248
|
-
/**
|
|
1249
|
-
* Kontingentartikel
|
|
1250
|
-
*/
|
|
1251
|
-
contingentArticleRef: ApiObjectReference;
|
|
1252
|
-
|
|
1253
1253
|
/**
|
|
1254
1254
|
* base capacity
|
|
1255
1255
|
*/
|
|
@@ -1316,14 +1316,14 @@ export interface Article {
|
|
|
1316
1316
|
listed: boolean;
|
|
1317
1317
|
|
|
1318
1318
|
/**
|
|
1319
|
-
*
|
|
1319
|
+
* Nur manuelle Produktion
|
|
1320
1320
|
*/
|
|
1321
|
-
|
|
1321
|
+
onlyManualFabrication: boolean;
|
|
1322
1322
|
|
|
1323
1323
|
/**
|
|
1324
|
-
*
|
|
1324
|
+
* provisionsberechtiger Artikel?
|
|
1325
1325
|
*/
|
|
1326
|
-
|
|
1326
|
+
commissionable: boolean;
|
|
1327
1327
|
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Preisbasis
|
|
@@ -1514,14 +1514,14 @@ export interface ArticleListing {
|
|
|
1514
1514
|
alternativeName: WithDefaults<String>;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1517
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
proposedLowestPriceNet: number;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1522
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1523
1523
|
*/
|
|
1524
|
-
|
|
1524
|
+
customLowestPriceNet: number;
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
1527
|
* der aktuelle listing stand
|
|
@@ -1680,20 +1680,15 @@ export const enum ArticleSerialType {
|
|
|
1680
1680
|
|
|
1681
1681
|
export interface ArticleStorage {
|
|
1682
1682
|
|
|
1683
|
-
/**
|
|
1684
|
-
* Nachschub ab
|
|
1685
|
-
*/
|
|
1686
|
-
replenishmentFrom: number;
|
|
1687
|
-
|
|
1688
1683
|
/**
|
|
1689
1684
|
* Bestand im Lager
|
|
1690
1685
|
*/
|
|
1691
1686
|
quantityInStock: number;
|
|
1692
1687
|
|
|
1693
1688
|
/**
|
|
1694
|
-
*
|
|
1689
|
+
* Nachschub ab
|
|
1695
1690
|
*/
|
|
1696
|
-
|
|
1691
|
+
replenishmentFrom: number;
|
|
1697
1692
|
|
|
1698
1693
|
/**
|
|
1699
1694
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1701,15 +1696,20 @@ export interface ArticleStorage {
|
|
|
1701
1696
|
quantityInPicking: number;
|
|
1702
1697
|
|
|
1703
1698
|
/**
|
|
1704
|
-
*
|
|
1699
|
+
* Bestellte Menge
|
|
1705
1700
|
*/
|
|
1706
|
-
|
|
1701
|
+
orderedQuantity: number;
|
|
1707
1702
|
|
|
1708
1703
|
/**
|
|
1709
1704
|
* Nachschub auf
|
|
1710
1705
|
*/
|
|
1711
1706
|
replenishmentOn: number;
|
|
1712
1707
|
|
|
1708
|
+
/**
|
|
1709
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1710
|
+
*/
|
|
1711
|
+
virtualStockAmount: number;
|
|
1712
|
+
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Reservierte Menge
|
|
1715
1715
|
*/
|
|
@@ -1778,11 +1778,6 @@ export interface ArticleStorage {
|
|
|
1778
1778
|
|
|
1779
1779
|
export interface ArticleSupplier {
|
|
1780
1780
|
|
|
1781
|
-
/**
|
|
1782
|
-
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1783
|
-
*/
|
|
1784
|
-
useSupplierArticleDescription: boolean;
|
|
1785
|
-
|
|
1786
1781
|
/**
|
|
1787
1782
|
* Lieferanten-Meldebestand
|
|
1788
1783
|
*/
|
|
@@ -1794,15 +1789,20 @@ export interface ArticleSupplier {
|
|
|
1794
1789
|
accountDisplayName: string;
|
|
1795
1790
|
|
|
1796
1791
|
/**
|
|
1797
|
-
*
|
|
1792
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1798
1793
|
*/
|
|
1799
|
-
|
|
1794
|
+
useSupplierArticleDescription: boolean;
|
|
1800
1795
|
|
|
1801
1796
|
/**
|
|
1802
1797
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1803
1798
|
*/
|
|
1804
1799
|
useSupplierArticleIdentifier: boolean;
|
|
1805
1800
|
|
|
1801
|
+
/**
|
|
1802
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1803
|
+
*/
|
|
1804
|
+
deliveryTime: number;
|
|
1805
|
+
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1808
1808
|
*/
|
|
@@ -1859,14 +1859,14 @@ export interface ArticleSupplier {
|
|
|
1859
1859
|
articleName: string;
|
|
1860
1860
|
|
|
1861
1861
|
/**
|
|
1862
|
-
*
|
|
1862
|
+
* Lieferanten-Preise
|
|
1863
1863
|
*/
|
|
1864
|
-
|
|
1864
|
+
productPrices: Array<ProductPrice>;
|
|
1865
1865
|
|
|
1866
1866
|
/**
|
|
1867
|
-
*
|
|
1867
|
+
* Referenced Article
|
|
1868
1868
|
*/
|
|
1869
|
-
|
|
1869
|
+
articleId: number;
|
|
1870
1870
|
|
|
1871
1871
|
/**
|
|
1872
1872
|
* Aktiv?
|
|
@@ -1889,14 +1889,14 @@ export interface ArticleSupplier {
|
|
|
1889
1889
|
dropShippingAllowed: boolean;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
* Abweichende
|
|
1892
|
+
* Abweichende Produktbezeichnung
|
|
1893
1893
|
*/
|
|
1894
|
-
|
|
1894
|
+
supplierArticleName: string;
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
|
-
* Abweichende
|
|
1897
|
+
* Abweichende Produktbeschreibung
|
|
1898
1898
|
*/
|
|
1899
|
-
|
|
1899
|
+
supplierArticleDescription: string;
|
|
1900
1900
|
|
|
1901
1901
|
/**
|
|
1902
1902
|
* Standardpreis Netto
|
|
@@ -2117,14 +2117,14 @@ export interface CountryReference {
|
|
|
2117
2117
|
export interface CreateNewDocumentRequest {
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Belegart
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
documentTypeLabel: string;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
|
-
* Belegart
|
|
2125
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2126
2126
|
*/
|
|
2127
|
-
|
|
2127
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2128
2128
|
|
|
2129
2129
|
/**
|
|
2130
2130
|
* Details zum Beleg
|
|
@@ -2349,14 +2349,14 @@ export interface CrmActivityType {
|
|
|
2349
2349
|
export interface CrmChecklistItem {
|
|
2350
2350
|
|
|
2351
2351
|
/**
|
|
2352
|
-
*
|
|
2352
|
+
* Text des Checklisten-Elements
|
|
2353
2353
|
*/
|
|
2354
|
-
|
|
2354
|
+
memo: string;
|
|
2355
2355
|
|
|
2356
2356
|
/**
|
|
2357
|
-
*
|
|
2357
|
+
* Ist das Element "angehakt"?
|
|
2358
2358
|
*/
|
|
2359
|
-
|
|
2359
|
+
checked: boolean;
|
|
2360
2360
|
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Unique identifier of the Object
|
|
@@ -3254,14 +3254,14 @@ export interface CrmTask {
|
|
|
3254
3254
|
assignedUserRef: ApiObjectReference;
|
|
3255
3255
|
|
|
3256
3256
|
/**
|
|
3257
|
-
*
|
|
3257
|
+
* Beauftragte Zeit in Sekunden
|
|
3258
3258
|
*/
|
|
3259
|
-
|
|
3259
|
+
effortCommissioned: number;
|
|
3260
3260
|
|
|
3261
3261
|
/**
|
|
3262
|
-
*
|
|
3262
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3263
3263
|
*/
|
|
3264
|
-
|
|
3264
|
+
externalRecordedTimes: number;
|
|
3265
3265
|
|
|
3266
3266
|
/**
|
|
3267
3267
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3438,14 +3438,14 @@ export interface CurrencyReference {
|
|
|
3438
3438
|
export interface Customer {
|
|
3439
3439
|
|
|
3440
3440
|
/**
|
|
3441
|
-
*
|
|
3441
|
+
* Option für die Stapelverarbeitung
|
|
3442
3442
|
*/
|
|
3443
|
-
|
|
3443
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3444
3444
|
|
|
3445
3445
|
/**
|
|
3446
|
-
*
|
|
3446
|
+
* reference to customer group
|
|
3447
3447
|
*/
|
|
3448
|
-
|
|
3448
|
+
customerGroupRef: ApiObjectReference;
|
|
3449
3449
|
|
|
3450
3450
|
/**
|
|
3451
3451
|
* Kreditlimit
|
|
@@ -3453,14 +3453,14 @@ export interface Customer {
|
|
|
3453
3453
|
maximalLoan: number;
|
|
3454
3454
|
|
|
3455
3455
|
/**
|
|
3456
|
-
*
|
|
3456
|
+
* Maximal mögliche Lieferungen
|
|
3457
3457
|
*/
|
|
3458
|
-
|
|
3458
|
+
maxDeliveries: number;
|
|
3459
3459
|
|
|
3460
3460
|
/**
|
|
3461
|
-
*
|
|
3461
|
+
* collective billable
|
|
3462
3462
|
*/
|
|
3463
|
-
|
|
3463
|
+
collectiveBillable: boolean;
|
|
3464
3464
|
|
|
3465
3465
|
/**
|
|
3466
3466
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3503,14 +3503,14 @@ export interface Customer {
|
|
|
3503
3503
|
info: MetaInfo;
|
|
3504
3504
|
|
|
3505
3505
|
/**
|
|
3506
|
-
*
|
|
3506
|
+
* tax able or tax free
|
|
3507
3507
|
*/
|
|
3508
|
-
|
|
3508
|
+
taxable: boolean;
|
|
3509
3509
|
|
|
3510
3510
|
/**
|
|
3511
|
-
*
|
|
3511
|
+
* reference to the delivery method
|
|
3512
3512
|
*/
|
|
3513
|
-
|
|
3513
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3514
3514
|
|
|
3515
3515
|
/**
|
|
3516
3516
|
* active true/false
|
|
@@ -3633,26 +3633,26 @@ export interface DeliveryMethod {
|
|
|
3633
3633
|
*/
|
|
3634
3634
|
defaultSizeUnit: UnitTypeReference;
|
|
3635
3635
|
|
|
3636
|
-
/**
|
|
3637
|
-
* translations
|
|
3638
|
-
*/
|
|
3639
|
-
translations: Array<DocumentTypeTerm>;
|
|
3640
|
-
|
|
3641
3636
|
/**
|
|
3642
3637
|
* Quelle für Paketgewicht
|
|
3643
3638
|
*/
|
|
3644
3639
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3645
3640
|
|
|
3646
3641
|
/**
|
|
3647
|
-
*
|
|
3642
|
+
* translations
|
|
3648
3643
|
*/
|
|
3649
|
-
|
|
3644
|
+
translations: Array<DocumentTypeTerm>;
|
|
3650
3645
|
|
|
3651
3646
|
/**
|
|
3652
3647
|
* Versand-Anbieter
|
|
3653
3648
|
*/
|
|
3654
3649
|
vdsCarrierId: number;
|
|
3655
3650
|
|
|
3651
|
+
/**
|
|
3652
|
+
* Gültige Ländercodes
|
|
3653
|
+
*/
|
|
3654
|
+
validCountryCodes: Array<string>;
|
|
3655
|
+
|
|
3656
3656
|
/**
|
|
3657
3657
|
* Standardgewichtseinheit
|
|
3658
3658
|
*/
|
|
@@ -3752,14 +3752,14 @@ export interface DeliveryTerm {
|
|
|
3752
3752
|
id: number;
|
|
3753
3753
|
|
|
3754
3754
|
/**
|
|
3755
|
-
*
|
|
3755
|
+
* Versandkostenartikel
|
|
3756
3756
|
*/
|
|
3757
|
-
|
|
3757
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
3758
3758
|
|
|
3759
3759
|
/**
|
|
3760
|
-
*
|
|
3760
|
+
* free shipping net value
|
|
3761
3761
|
*/
|
|
3762
|
-
|
|
3762
|
+
freeShippingNetValue: number;
|
|
3763
3763
|
|
|
3764
3764
|
/**
|
|
3765
3765
|
* MetaInformations for this Object
|
|
@@ -3815,14 +3815,14 @@ export interface Document {
|
|
|
3815
3815
|
totalVat: number;
|
|
3816
3816
|
|
|
3817
3817
|
/**
|
|
3818
|
-
*
|
|
3818
|
+
* Name der bestellenden Person
|
|
3819
3819
|
*/
|
|
3820
|
-
|
|
3820
|
+
orderedBy: string;
|
|
3821
3821
|
|
|
3822
3822
|
/**
|
|
3823
|
-
*
|
|
3823
|
+
* Standardlager für neue Positionen
|
|
3824
3824
|
*/
|
|
3825
|
-
|
|
3825
|
+
defaultStorageRef: ApiObjectReference;
|
|
3826
3826
|
|
|
3827
3827
|
/**
|
|
3828
3828
|
* Lieferadresse
|
|
@@ -3857,11 +3857,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3857
3857
|
*/
|
|
3858
3858
|
deliveryQuantityPackages: number;
|
|
3859
3859
|
|
|
3860
|
-
/**
|
|
3861
|
-
* Bestellnummer aus Vorbeleg
|
|
3862
|
-
*/
|
|
3863
|
-
referencedOrderNumber: string;
|
|
3864
|
-
|
|
3865
3860
|
/**
|
|
3866
3861
|
* Steuerpflichtig oder steuerfrei
|
|
3867
3862
|
*/
|
|
@@ -3872,6 +3867,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3872
3867
|
*/
|
|
3873
3868
|
buyerReference: string;
|
|
3874
3869
|
|
|
3870
|
+
/**
|
|
3871
|
+
* Bestellnummer aus Vorbeleg
|
|
3872
|
+
*/
|
|
3873
|
+
referencedOrderNumber: string;
|
|
3874
|
+
|
|
3875
3875
|
/**
|
|
3876
3876
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
3877
3877
|
*/
|
|
@@ -4045,14 +4045,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4045
4045
|
calculationMode: CalculationMode;
|
|
4046
4046
|
|
|
4047
4047
|
/**
|
|
4048
|
-
*
|
|
4048
|
+
* Wird vom Workflow verarbeitet?
|
|
4049
4049
|
*/
|
|
4050
|
-
|
|
4050
|
+
processedByWorkflow: boolean;
|
|
4051
4051
|
|
|
4052
4052
|
/**
|
|
4053
|
-
*
|
|
4053
|
+
* Referenz auf Zahlungsbedingung
|
|
4054
4054
|
*/
|
|
4055
|
-
|
|
4055
|
+
paymentTermRef: PaymentTermRef;
|
|
4056
4056
|
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4279,6 +4279,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4279
4279
|
*/
|
|
4280
4280
|
documentState: DocumentTypeState;
|
|
4281
4281
|
|
|
4282
|
+
/**
|
|
4283
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4284
|
+
true wenn die Quittung ausbalanciert ist
|
|
4285
|
+
|
|
4286
|
+
*/
|
|
4287
|
+
posReceiptBalanced: boolean;
|
|
4288
|
+
|
|
4282
4289
|
/**
|
|
4283
4290
|
* Rückgeld
|
|
4284
4291
|
*/
|
|
@@ -4289,13 +4296,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4289
4296
|
*/
|
|
4290
4297
|
deliveryTermRef: ApiObjectReference;
|
|
4291
4298
|
|
|
4292
|
-
/**
|
|
4293
|
-
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4294
|
-
true wenn die Quittung ausbalanciert ist
|
|
4295
|
-
|
|
4296
|
-
*/
|
|
4297
|
-
posReceiptBalanced: boolean;
|
|
4298
|
-
|
|
4299
4299
|
/**
|
|
4300
4300
|
* Gesamtbruttogewicht
|
|
4301
4301
|
*/
|
|
@@ -4485,14 +4485,14 @@ export interface DocumentAddress {
|
|
|
4485
4485
|
postOfficeBox: string;
|
|
4486
4486
|
|
|
4487
4487
|
/**
|
|
4488
|
-
*
|
|
4488
|
+
* country code IsoAlpha3
|
|
4489
4489
|
*/
|
|
4490
|
-
|
|
4490
|
+
countryCode: string;
|
|
4491
4491
|
|
|
4492
4492
|
/**
|
|
4493
|
-
*
|
|
4493
|
+
* Street
|
|
4494
4494
|
*/
|
|
4495
|
-
|
|
4495
|
+
street: string;
|
|
4496
4496
|
|
|
4497
4497
|
/**
|
|
4498
4498
|
* Unique identifier of the Object
|
|
@@ -4510,14 +4510,14 @@ export interface DocumentAddress {
|
|
|
4510
4510
|
info: MetaInfo;
|
|
4511
4511
|
|
|
4512
4512
|
/**
|
|
4513
|
-
*
|
|
4513
|
+
* GLN
|
|
4514
4514
|
*/
|
|
4515
|
-
|
|
4515
|
+
globalLocationNumber: string;
|
|
4516
4516
|
|
|
4517
4517
|
/**
|
|
4518
|
-
*
|
|
4518
|
+
* Lieferart
|
|
4519
4519
|
*/
|
|
4520
|
-
|
|
4520
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4521
4521
|
|
|
4522
4522
|
/**
|
|
4523
4523
|
* Postcode
|
|
@@ -4939,14 +4939,14 @@ export interface DocumentLine {
|
|
|
4939
4939
|
number: string;
|
|
4940
4940
|
|
|
4941
4941
|
/**
|
|
4942
|
-
*
|
|
4942
|
+
* Gesamtbruttogewicht
|
|
4943
4943
|
*/
|
|
4944
|
-
|
|
4944
|
+
totalGrossWeight: number;
|
|
4945
4945
|
|
|
4946
4946
|
/**
|
|
4947
|
-
*
|
|
4947
|
+
* Referenz zur Kundenauftragszeile
|
|
4948
4948
|
*/
|
|
4949
|
-
|
|
4949
|
+
customerOrderLineRef: DocumentLineRef;
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
4952
|
* skontierbare Position?
|
|
@@ -4963,11 +4963,6 @@ export interface DocumentLine {
|
|
|
4963
4963
|
*/
|
|
4964
4964
|
price: number;
|
|
4965
4965
|
|
|
4966
|
-
/**
|
|
4967
|
-
* Gesamtpreis Position in Basiswährung
|
|
4968
|
-
*/
|
|
4969
|
-
baseTotalLinePrice: number;
|
|
4970
|
-
|
|
4971
4966
|
/**
|
|
4972
4967
|
* FiBu-Buchung
|
|
4973
4968
|
*/
|
|
@@ -4978,6 +4973,11 @@ export interface DocumentLine {
|
|
|
4978
4973
|
*/
|
|
4979
4974
|
lineType: DocumentLineType;
|
|
4980
4975
|
|
|
4976
|
+
/**
|
|
4977
|
+
* Gesamtpreis Position in Basiswährung
|
|
4978
|
+
*/
|
|
4979
|
+
baseTotalLinePrice: number;
|
|
4980
|
+
|
|
4981
4981
|
/**
|
|
4982
4982
|
* vorgeorderte Menge in Pickvorgang
|
|
4983
4983
|
*/
|
|
@@ -5009,14 +5009,14 @@ export interface DocumentLine {
|
|
|
5009
5009
|
id: number;
|
|
5010
5010
|
|
|
5011
5011
|
/**
|
|
5012
|
-
*
|
|
5012
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5013
5013
|
*/
|
|
5014
|
-
|
|
5014
|
+
positionOfArticleLine: number;
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
|
-
*
|
|
5017
|
+
* Externe Referenz zum VDS-Paket
|
|
5018
5018
|
*/
|
|
5019
|
-
|
|
5019
|
+
externalReferenceVds: string;
|
|
5020
5020
|
|
|
5021
5021
|
/**
|
|
5022
5022
|
* Serientyp
|
|
@@ -5159,14 +5159,14 @@ export interface DocumentLine {
|
|
|
5159
5159
|
sourceLineRef: DocumentLineRef;
|
|
5160
5160
|
|
|
5161
5161
|
/**
|
|
5162
|
-
*
|
|
5162
|
+
* Referenz zum Lager
|
|
5163
5163
|
*/
|
|
5164
|
-
|
|
5164
|
+
storage: ApiObjectReference;
|
|
5165
5165
|
|
|
5166
5166
|
/**
|
|
5167
|
-
*
|
|
5167
|
+
* Preisherkunft
|
|
5168
5168
|
*/
|
|
5169
|
-
|
|
5169
|
+
priceOrigin: ProductPriceOrigin;
|
|
5170
5170
|
|
|
5171
5171
|
/**
|
|
5172
5172
|
* Preisermittlungskriterien
|
|
@@ -5224,14 +5224,14 @@ export interface DocumentLine {
|
|
|
5224
5224
|
productType: ProductType;
|
|
5225
5225
|
|
|
5226
5226
|
/**
|
|
5227
|
-
*
|
|
5227
|
+
* Vertragsinformationen
|
|
5228
5228
|
*/
|
|
5229
|
-
|
|
5229
|
+
contractDetail: DocumentContractDetail;
|
|
5230
5230
|
|
|
5231
5231
|
/**
|
|
5232
|
-
*
|
|
5232
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5233
5233
|
*/
|
|
5234
|
-
|
|
5234
|
+
baseSalesValueNet: number;
|
|
5235
5235
|
|
|
5236
5236
|
/**
|
|
5237
5237
|
* Einheit Nettogewicht
|
|
@@ -5718,14 +5718,14 @@ export interface DocumentLinePosDetail {
|
|
|
5718
5718
|
externalPaymentStatus: PosPaymentStatus;
|
|
5719
5719
|
|
|
5720
5720
|
/**
|
|
5721
|
-
*
|
|
5721
|
+
* Typ der Position
|
|
5722
5722
|
*/
|
|
5723
|
-
|
|
5723
|
+
posLineType: PosLineType;
|
|
5724
5724
|
|
|
5725
5725
|
/**
|
|
5726
|
-
*
|
|
5726
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
5727
5727
|
*/
|
|
5728
|
-
|
|
5728
|
+
externalPaymentId: string;
|
|
5729
5729
|
|
|
5730
5730
|
/**
|
|
5731
5731
|
* Unique identifier of the Object
|
|
@@ -5943,14 +5943,14 @@ export interface DocumentPosPayment {
|
|
|
5943
5943
|
externalPaymentErrorMessage: string;
|
|
5944
5944
|
|
|
5945
5945
|
/**
|
|
5946
|
-
*
|
|
5946
|
+
* Typ der Position
|
|
5947
5947
|
*/
|
|
5948
|
-
|
|
5948
|
+
posLineType: PosLineType;
|
|
5949
5949
|
|
|
5950
5950
|
/**
|
|
5951
|
-
*
|
|
5951
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
5952
5952
|
*/
|
|
5953
|
-
|
|
5953
|
+
externalPaymentId: string;
|
|
5954
5954
|
|
|
5955
5955
|
/**
|
|
5956
5956
|
* Unique identifier of the Object
|
|
@@ -6073,14 +6073,14 @@ export interface DocumentRef {
|
|
|
6073
6073
|
export interface DocumentShippingCost {
|
|
6074
6074
|
|
|
6075
6075
|
/**
|
|
6076
|
-
*
|
|
6076
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6077
6077
|
*/
|
|
6078
|
-
|
|
6078
|
+
manualCosts: boolean;
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
|
-
*
|
|
6081
|
+
* Die Versandkosten
|
|
6082
6082
|
*/
|
|
6083
|
-
|
|
6083
|
+
costs: number;
|
|
6084
6084
|
|
|
6085
6085
|
/**
|
|
6086
6086
|
* Keine Versandkosten (freier Versand)
|
|
@@ -7080,26 +7080,26 @@ export interface PaymentTerm {
|
|
|
7080
7080
|
*/
|
|
7081
7081
|
paymentDiscount2: number;
|
|
7082
7082
|
|
|
7083
|
-
/**
|
|
7084
|
-
* printDescription
|
|
7085
|
-
*/
|
|
7086
|
-
printDescription: string;
|
|
7087
|
-
|
|
7088
7083
|
/**
|
|
7089
7084
|
* Percent for Discount 1
|
|
7090
7085
|
*/
|
|
7091
7086
|
paymentDiscount1: number;
|
|
7092
7087
|
|
|
7093
7088
|
/**
|
|
7094
|
-
*
|
|
7089
|
+
* printDescription
|
|
7095
7090
|
*/
|
|
7096
|
-
|
|
7091
|
+
printDescription: string;
|
|
7097
7092
|
|
|
7098
7093
|
/**
|
|
7099
7094
|
* Days for Discount 1
|
|
7100
7095
|
*/
|
|
7101
7096
|
paymentDays1: number;
|
|
7102
7097
|
|
|
7098
|
+
/**
|
|
7099
|
+
* for deposit: remaining term
|
|
7100
|
+
*/
|
|
7101
|
+
remainingTermRef: ApiObjectReference;
|
|
7102
|
+
|
|
7103
7103
|
/**
|
|
7104
7104
|
* Days for Discount 2
|
|
7105
7105
|
*/
|
|
@@ -7422,14 +7422,14 @@ export interface Picklist {
|
|
|
7422
7422
|
export interface PicklistLine {
|
|
7423
7423
|
|
|
7424
7424
|
/**
|
|
7425
|
-
*
|
|
7425
|
+
* Gesammelte Menge der Position
|
|
7426
7426
|
*/
|
|
7427
|
-
|
|
7427
|
+
quantityCollected: number;
|
|
7428
7428
|
|
|
7429
7429
|
/**
|
|
7430
|
-
*
|
|
7430
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7431
7431
|
*/
|
|
7432
|
-
|
|
7432
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7433
7433
|
|
|
7434
7434
|
/**
|
|
7435
7435
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7467,14 +7467,14 @@ export interface PicklistLine {
|
|
|
7467
7467
|
version: number;
|
|
7468
7468
|
|
|
7469
7469
|
/**
|
|
7470
|
-
*
|
|
7470
|
+
* Lageranzeigename
|
|
7471
7471
|
*/
|
|
7472
|
-
|
|
7472
|
+
storageDisplayName: string;
|
|
7473
7473
|
|
|
7474
7474
|
/**
|
|
7475
|
-
*
|
|
7475
|
+
* ID der Quell-Dokumentposition
|
|
7476
7476
|
*/
|
|
7477
|
-
|
|
7477
|
+
sourceDocumentLineId: number;
|
|
7478
7478
|
|
|
7479
7479
|
/**
|
|
7480
7480
|
* Artikelnummer
|
|
@@ -7811,11 +7811,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7811
7811
|
*/
|
|
7812
7812
|
maxOrderValue: number;
|
|
7813
7813
|
|
|
7814
|
-
/**
|
|
7815
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
7816
|
-
*/
|
|
7817
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7818
|
-
|
|
7819
7814
|
/**
|
|
7820
7815
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7821
7816
|
*/
|
|
@@ -7826,6 +7821,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7826
7821
|
*/
|
|
7827
7822
|
onlyFullDeliverableOrderLines: boolean;
|
|
7828
7823
|
|
|
7824
|
+
/**
|
|
7825
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
7826
|
+
*/
|
|
7827
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7828
|
+
|
|
7829
7829
|
/**
|
|
7830
7830
|
* Selektion über den Bereich vom Belegdatum
|
|
7831
7831
|
*/
|
|
@@ -7885,14 +7885,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7885
7885
|
printPicklist: boolean;
|
|
7886
7886
|
|
|
7887
7887
|
/**
|
|
7888
|
-
*
|
|
7888
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
7889
7889
|
*/
|
|
7890
|
-
|
|
7890
|
+
maxPicklistLineCount: number;
|
|
7891
7891
|
|
|
7892
7892
|
/**
|
|
7893
|
-
*
|
|
7893
|
+
* Die zu verwendende Pickwagengruppe
|
|
7894
7894
|
*/
|
|
7895
|
-
|
|
7895
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7896
7896
|
|
|
7897
7897
|
/**
|
|
7898
7898
|
* Der zu verwendende Pickwagen
|
|
@@ -7910,14 +7910,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7910
7910
|
specifyStorageBins: boolean;
|
|
7911
7911
|
|
|
7912
7912
|
/**
|
|
7913
|
-
*
|
|
7913
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7914
7914
|
*/
|
|
7915
|
-
|
|
7915
|
+
sortByRoutePosition: boolean;
|
|
7916
7916
|
|
|
7917
7917
|
/**
|
|
7918
|
-
*
|
|
7918
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7919
7919
|
*/
|
|
7920
|
-
|
|
7920
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
7921
7921
|
|
|
7922
7922
|
/**
|
|
7923
7923
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -7963,14 +7963,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7963
7963
|
alwaysShowDeliveryMethod: boolean;
|
|
7964
7964
|
|
|
7965
7965
|
/**
|
|
7966
|
-
*
|
|
7966
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
7967
7967
|
*/
|
|
7968
|
-
|
|
7968
|
+
autoPrintDeliveryDocument: boolean;
|
|
7969
7969
|
|
|
7970
7970
|
/**
|
|
7971
|
-
*
|
|
7971
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
7972
7972
|
*/
|
|
7973
|
-
|
|
7973
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
7974
7974
|
|
|
7975
7975
|
/**
|
|
7976
7976
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -7978,9 +7978,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7978
7978
|
showShippingFormOnPickingFinish: boolean;
|
|
7979
7979
|
|
|
7980
7980
|
/**
|
|
7981
|
-
*
|
|
7981
|
+
* Sammelbestätigung erlauben
|
|
7982
7982
|
*/
|
|
7983
|
-
|
|
7983
|
+
allowFullConfirmation: boolean;
|
|
7984
7984
|
|
|
7985
7985
|
/**
|
|
7986
7986
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -7988,9 +7988,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7988
7988
|
useDigitalPicklist: boolean;
|
|
7989
7989
|
|
|
7990
7990
|
/**
|
|
7991
|
-
*
|
|
7991
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
7992
7992
|
*/
|
|
7993
|
-
|
|
7993
|
+
allowPickingOfServiceArticles: boolean;
|
|
7994
7994
|
|
|
7995
7995
|
/**
|
|
7996
7996
|
* Nur für Konsolidierung: Lieferbeleg und Versandlabel zum Abschluss scannen
|
|
@@ -8003,14 +8003,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8003
8003
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8004
8004
|
|
|
8005
8005
|
/**
|
|
8006
|
-
*
|
|
8006
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8007
8007
|
*/
|
|
8008
|
-
|
|
8008
|
+
autoDeterminationOfLots: boolean;
|
|
8009
8009
|
|
|
8010
8010
|
/**
|
|
8011
|
-
*
|
|
8011
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8012
8012
|
*/
|
|
8013
|
-
|
|
8013
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8014
8014
|
|
|
8015
8015
|
/**
|
|
8016
8016
|
* Zielmengen in Masken verstecken?
|
|
@@ -8274,14 +8274,14 @@ export interface ProductDiscount {
|
|
|
8274
8274
|
validFrom: ScriptingDate;
|
|
8275
8275
|
|
|
8276
8276
|
/**
|
|
8277
|
-
*
|
|
8277
|
+
* Warengruppe
|
|
8278
8278
|
*/
|
|
8279
|
-
|
|
8279
|
+
productGroupRef: ApiObjectReference;
|
|
8280
8280
|
|
|
8281
8281
|
/**
|
|
8282
|
-
*
|
|
8282
|
+
* Bestimmt die Art des Rabatts
|
|
8283
8283
|
*/
|
|
8284
|
-
|
|
8284
|
+
modifierType: PriceModifierType;
|
|
8285
8285
|
|
|
8286
8286
|
/**
|
|
8287
8287
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8299,14 +8299,14 @@ export interface ProductDiscount {
|
|
|
8299
8299
|
currencyRef: CurrencyReference;
|
|
8300
8300
|
|
|
8301
8301
|
/**
|
|
8302
|
-
*
|
|
8302
|
+
* Preisgruppe
|
|
8303
8303
|
*/
|
|
8304
|
-
|
|
8304
|
+
priceGroupRef: ApiObjectReference;
|
|
8305
8305
|
|
|
8306
8306
|
/**
|
|
8307
|
-
*
|
|
8307
|
+
* Wert des Rabatts
|
|
8308
8308
|
*/
|
|
8309
|
-
|
|
8309
|
+
modifierValue: number;
|
|
8310
8310
|
|
|
8311
8311
|
/**
|
|
8312
8312
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -8591,26 +8591,26 @@ export interface Referenceable {
|
|
|
8591
8591
|
|
|
8592
8592
|
export interface RequestDocument {
|
|
8593
8593
|
|
|
8594
|
-
/**
|
|
8595
|
-
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
8596
|
-
*/
|
|
8597
|
-
incomingGoodsStorageBinId: number;
|
|
8598
|
-
|
|
8599
8594
|
/**
|
|
8600
8595
|
* Belegdatum
|
|
8601
8596
|
*/
|
|
8602
8597
|
documentDate: ScriptingDate;
|
|
8603
8598
|
|
|
8604
8599
|
/**
|
|
8605
|
-
* ID
|
|
8600
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
8606
8601
|
*/
|
|
8607
|
-
|
|
8602
|
+
incomingGoodsStorageBinId: number;
|
|
8608
8603
|
|
|
8609
8604
|
/**
|
|
8610
8605
|
* Der Anzahlungsbetrag
|
|
8611
8606
|
*/
|
|
8612
8607
|
depositPaymentAmount: number;
|
|
8613
8608
|
|
|
8609
|
+
/**
|
|
8610
|
+
* ID der Kassenschublade (bei POS)
|
|
8611
|
+
*/
|
|
8612
|
+
cashDrawerId: number;
|
|
8613
|
+
|
|
8614
8614
|
/**
|
|
8615
8615
|
* Leistungsdatum
|
|
8616
8616
|
*/
|
|
@@ -8677,14 +8677,14 @@ export interface RequestDocument {
|
|
|
8677
8677
|
lines: Array<RequestDocumentLine>;
|
|
8678
8678
|
|
|
8679
8679
|
/**
|
|
8680
|
-
*
|
|
8680
|
+
* Die Vertragsdetails
|
|
8681
8681
|
*/
|
|
8682
|
-
|
|
8682
|
+
contractDetail: DocumentContractDetail;
|
|
8683
8683
|
|
|
8684
8684
|
/**
|
|
8685
|
-
*
|
|
8685
|
+
* ID der Kasse (bei POS)
|
|
8686
8686
|
*/
|
|
8687
|
-
|
|
8687
|
+
posRegisterId: number;
|
|
8688
8688
|
|
|
8689
8689
|
/**
|
|
8690
8690
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -8825,14 +8825,14 @@ export interface RequestDocumentLine {
|
|
|
8825
8825
|
dropShippingPolicy: DropShippingPolicy;
|
|
8826
8826
|
|
|
8827
8827
|
/**
|
|
8828
|
-
*
|
|
8828
|
+
* (optional) Lager-ID
|
|
8829
8829
|
*/
|
|
8830
|
-
|
|
8830
|
+
storageId: number;
|
|
8831
8831
|
|
|
8832
8832
|
/**
|
|
8833
|
-
*
|
|
8833
|
+
* Positionsnummer der Artikel
|
|
8834
8834
|
*/
|
|
8835
|
-
|
|
8835
|
+
positionOfArticleLine: number;
|
|
8836
8836
|
|
|
8837
8837
|
/**
|
|
8838
8838
|
* Vertragsdetails zur Belegposition
|
|
@@ -8904,6 +8904,11 @@ export interface RequestDocumentLine {
|
|
|
8904
8904
|
*/
|
|
8905
8905
|
name: string;
|
|
8906
8906
|
|
|
8907
|
+
/**
|
|
8908
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
8909
|
+
*/
|
|
8910
|
+
externalArticleNumber: string;
|
|
8911
|
+
|
|
8907
8912
|
/**
|
|
8908
8913
|
* ID der Quell-Belegposition
|
|
8909
8914
|
*/
|
|
@@ -8914,11 +8919,6 @@ export interface RequestDocumentLine {
|
|
|
8914
8919
|
*/
|
|
8915
8920
|
bookings: Array<RequestDocumentLineBooking>;
|
|
8916
8921
|
|
|
8917
|
-
/**
|
|
8918
|
-
* Für interne Zwecke: Externe Artikelnummer
|
|
8919
|
-
*/
|
|
8920
|
-
externalArticleNumber: string;
|
|
8921
|
-
|
|
8922
8922
|
/**
|
|
8923
8923
|
* (optional) Preis des Artikels dieser Position
|
|
8924
8924
|
*/
|
|
@@ -9033,14 +9033,14 @@ export interface RequestDocumentText {
|
|
|
9033
9033
|
export interface RevenueCalculation {
|
|
9034
9034
|
|
|
9035
9035
|
/**
|
|
9036
|
-
*
|
|
9036
|
+
* Deckungsbeitrag (absolut)
|
|
9037
9037
|
*/
|
|
9038
|
-
|
|
9038
|
+
revenue: number;
|
|
9039
9039
|
|
|
9040
9040
|
/**
|
|
9041
|
-
*
|
|
9041
|
+
* Netto Umsatz
|
|
9042
9042
|
*/
|
|
9043
|
-
|
|
9043
|
+
salesValue: number;
|
|
9044
9044
|
|
|
9045
9045
|
/**
|
|
9046
9046
|
* Einkaufspreis
|
|
@@ -9528,14 +9528,14 @@ export interface ShelfDocument {
|
|
|
9528
9528
|
tags: Array<TagDto>;
|
|
9529
9529
|
|
|
9530
9530
|
/**
|
|
9531
|
-
*
|
|
9531
|
+
* Mehrsprachige Bezeichnungen
|
|
9532
9532
|
*/
|
|
9533
|
-
|
|
9533
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
9534
9534
|
|
|
9535
9535
|
/**
|
|
9536
|
-
*
|
|
9536
|
+
* share informations
|
|
9537
9537
|
*/
|
|
9538
|
-
|
|
9538
|
+
shares: Array<ShelfShare>;
|
|
9539
9539
|
|
|
9540
9540
|
/**
|
|
9541
9541
|
* Automatische Löschung ab
|
|
@@ -9667,14 +9667,14 @@ export interface ShelfDocumentType {
|
|
|
9667
9667
|
active: boolean;
|
|
9668
9668
|
|
|
9669
9669
|
/**
|
|
9670
|
-
*
|
|
9670
|
+
* access level or reading
|
|
9671
9671
|
*/
|
|
9672
|
-
|
|
9672
|
+
accessLevelRead: number;
|
|
9673
9673
|
|
|
9674
9674
|
/**
|
|
9675
|
-
*
|
|
9675
|
+
* label of type
|
|
9676
9676
|
*/
|
|
9677
|
-
|
|
9677
|
+
label: string;
|
|
9678
9678
|
|
|
9679
9679
|
/**
|
|
9680
9680
|
* storage rule for revisions
|
|
@@ -9720,14 +9720,14 @@ export interface ShelfFile {
|
|
|
9720
9720
|
subFiles: Array<SubFileInfo>;
|
|
9721
9721
|
|
|
9722
9722
|
/**
|
|
9723
|
-
*
|
|
9723
|
+
* revision number of this file
|
|
9724
9724
|
*/
|
|
9725
|
-
|
|
9725
|
+
revisionNumber: number;
|
|
9726
9726
|
|
|
9727
9727
|
/**
|
|
9728
|
-
*
|
|
9728
|
+
* fileSize
|
|
9729
9729
|
*/
|
|
9730
|
-
|
|
9730
|
+
fileSize: number;
|
|
9731
9731
|
|
|
9732
9732
|
/**
|
|
9733
9733
|
* file-extension of this entry
|
|
@@ -9806,14 +9806,14 @@ export interface ShelfShare {
|
|
|
9806
9806
|
publishState: ShelfSharePublishState;
|
|
9807
9807
|
|
|
9808
9808
|
/**
|
|
9809
|
-
*
|
|
9809
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
9810
9810
|
*/
|
|
9811
|
-
|
|
9811
|
+
publicUrlDurationInMinutes: number;
|
|
9812
9812
|
|
|
9813
9813
|
/**
|
|
9814
|
-
*
|
|
9814
|
+
* Freifelder
|
|
9815
9815
|
*/
|
|
9816
|
-
|
|
9816
|
+
custom: EavShelfshare;
|
|
9817
9817
|
|
|
9818
9818
|
/**
|
|
9819
9819
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -9943,14 +9943,14 @@ export interface Stock {
|
|
|
9943
9943
|
storageBinId: number;
|
|
9944
9944
|
|
|
9945
9945
|
/**
|
|
9946
|
-
*
|
|
9946
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
9947
9947
|
*/
|
|
9948
|
-
|
|
9948
|
+
reservedSerialQuantity: number;
|
|
9949
9949
|
|
|
9950
9950
|
/**
|
|
9951
|
-
*
|
|
9951
|
+
* Artikel
|
|
9952
9952
|
*/
|
|
9953
|
-
|
|
9953
|
+
articleId: number;
|
|
9954
9954
|
}
|
|
9955
9955
|
|
|
9956
9956
|
export const enum StockJournalFactor {
|
|
@@ -10242,9 +10242,9 @@ export interface Supplier {
|
|
|
10242
10242
|
info: MetaInfo;
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* tax able or tax free
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
taxable: boolean;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
10250
|
* reference to the delivery method
|
|
@@ -10252,9 +10252,9 @@ export interface Supplier {
|
|
|
10252
10252
|
deliveryMethodRef: ApiObjectReference;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
|
-
*
|
|
10255
|
+
* Lieferantengruppe
|
|
10256
10256
|
*/
|
|
10257
|
-
|
|
10257
|
+
supplierGroupRef: ApiObjectReference;
|
|
10258
10258
|
|
|
10259
10259
|
/**
|
|
10260
10260
|
* Mahnen?
|
|
@@ -10307,14 +10307,14 @@ export interface Supplier {
|
|
|
10307
10307
|
performanceCountryCode: string;
|
|
10308
10308
|
|
|
10309
10309
|
/**
|
|
10310
|
-
*
|
|
10310
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10311
10311
|
*/
|
|
10312
|
-
|
|
10312
|
+
defaultDeliveryTime: number;
|
|
10313
10313
|
|
|
10314
10314
|
/**
|
|
10315
|
-
*
|
|
10315
|
+
* reference to the payment method
|
|
10316
10316
|
*/
|
|
10317
|
-
|
|
10317
|
+
paymentMethodRef: ApiObjectReference;
|
|
10318
10318
|
|
|
10319
10319
|
/**
|
|
10320
10320
|
* currency code IsoAlpha3
|
|
@@ -10636,14 +10636,14 @@ export interface User {
|
|
|
10636
10636
|
roles: Array<ApiObjectReference>;
|
|
10637
10637
|
|
|
10638
10638
|
/**
|
|
10639
|
-
*
|
|
10639
|
+
* Gruppen
|
|
10640
10640
|
*/
|
|
10641
|
-
|
|
10641
|
+
groups: Array<ApiObjectReference>;
|
|
10642
10642
|
|
|
10643
10643
|
/**
|
|
10644
|
-
*
|
|
10644
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
10645
10645
|
*/
|
|
10646
|
-
|
|
10646
|
+
referencedCustomerUserId: number;
|
|
10647
10647
|
|
|
10648
10648
|
/**
|
|
10649
10649
|
* Is the user active?
|
|
@@ -10666,14 +10666,14 @@ export interface User {
|
|
|
10666
10666
|
version: number;
|
|
10667
10667
|
|
|
10668
10668
|
/**
|
|
10669
|
-
*
|
|
10669
|
+
* first-name
|
|
10670
10670
|
*/
|
|
10671
|
-
|
|
10671
|
+
firstName: string;
|
|
10672
10672
|
|
|
10673
10673
|
/**
|
|
10674
|
-
*
|
|
10674
|
+
* is the email verified
|
|
10675
10675
|
*/
|
|
10676
|
-
|
|
10676
|
+
emailVerified: boolean;
|
|
10677
10677
|
|
|
10678
10678
|
/**
|
|
10679
10679
|
* email-address
|
|
@@ -10747,14 +10747,14 @@ export interface VariantAttributeListing {
|
|
|
10747
10747
|
salesChannelRef: ApiObjectReference;
|
|
10748
10748
|
|
|
10749
10749
|
/**
|
|
10750
|
-
*
|
|
10750
|
+
* Freifelder
|
|
10751
10751
|
*/
|
|
10752
|
-
|
|
10752
|
+
custom: EavVariantattributelisting;
|
|
10753
10753
|
|
|
10754
10754
|
/**
|
|
10755
|
-
*
|
|
10755
|
+
* Variantenattribut
|
|
10756
10756
|
*/
|
|
10757
|
-
|
|
10757
|
+
variantAttributeRef: ApiObjectReference;
|
|
10758
10758
|
|
|
10759
10759
|
/**
|
|
10760
10760
|
* Unique identifier of the Object
|