@vario-software/types 2026.19.1 → 2026.19.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 +183 -183
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -410,27 +410,27 @@ export interface ArticleScriptingService {
|
|
|
410
410
|
*
|
|
411
411
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
412
412
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
413
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
414
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
415
413
|
*/
|
|
416
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
414
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
417
415
|
|
|
418
416
|
/**
|
|
419
417
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
420
418
|
*
|
|
421
419
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
422
420
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
421
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
423
422
|
*/
|
|
424
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
423
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
425
424
|
|
|
426
425
|
/**
|
|
427
426
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
428
427
|
*
|
|
429
428
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
430
429
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
430
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
431
431
|
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
432
432
|
*/
|
|
433
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
433
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, articleSerialNumberId: number, labelCount: number): void;
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -476,16 +476,16 @@ export interface ArticleScriptingService {
|
|
|
476
476
|
* Führt einen Etikettendrucklauf aus
|
|
477
477
|
*
|
|
478
478
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
479
|
+
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
479
480
|
*/
|
|
480
|
-
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
481
|
+
executeLabelPrintBatch(batchIdentifier: string, reportGroupIdentifier: string): void;
|
|
481
482
|
|
|
482
483
|
/**
|
|
483
484
|
* Führt einen Etikettendrucklauf aus
|
|
484
485
|
*
|
|
485
486
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
486
|
-
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
487
487
|
*/
|
|
488
|
-
executeLabelPrintBatch(batchIdentifier: string
|
|
488
|
+
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
491
|
* Liefert die Einkaufsrabatte zu einem Artikel
|
|
@@ -551,21 +551,21 @@ export interface ArticleScriptingService {
|
|
|
551
551
|
readById(id: number, languageCode: string): Article;
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
554
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache {@code languageCode}
|
|
555
555
|
*
|
|
556
556
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
557
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
557
558
|
* @return {Article} Der gelesene Artikel
|
|
558
559
|
*/
|
|
559
|
-
readByNumber(articleNumber: string): Article;
|
|
560
|
+
readByNumber(articleNumber: string, languageCode: string): Article;
|
|
560
561
|
|
|
561
562
|
/**
|
|
562
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
563
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache der eigenen Adresse
|
|
563
564
|
*
|
|
564
565
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
565
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
566
566
|
* @return {Article} Der gelesene Artikel
|
|
567
567
|
*/
|
|
568
|
-
readByNumber(articleNumber: string
|
|
568
|
+
readByNumber(articleNumber: string): Article;
|
|
569
569
|
|
|
570
570
|
/**
|
|
571
571
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -1494,18 +1494,18 @@ export interface DocumentScriptingService {
|
|
|
1494
1494
|
* Löst einen Beleg auf
|
|
1495
1495
|
*
|
|
1496
1496
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1497
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1498
1497
|
* @return {Document} Der aufgelöste Beleg
|
|
1499
1498
|
*/
|
|
1500
|
-
dissolve(documentId: number
|
|
1499
|
+
dissolve(documentId: number): Document;
|
|
1501
1500
|
|
|
1502
1501
|
/**
|
|
1503
1502
|
* Löst einen Beleg auf
|
|
1504
1503
|
*
|
|
1505
1504
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1505
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1506
1506
|
* @return {Document} Der aufgelöste Beleg
|
|
1507
1507
|
*/
|
|
1508
|
-
dissolve(documentId: number): Document;
|
|
1508
|
+
dissolve(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1509
1509
|
|
|
1510
1510
|
/**
|
|
1511
1511
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
@@ -2501,26 +2501,26 @@ export interface ScriptingServiceList {
|
|
|
2501
2501
|
*/
|
|
2502
2502
|
crmTaskService: CrmTaskScriptingService;
|
|
2503
2503
|
|
|
2504
|
-
/**
|
|
2505
|
-
* Service zur Verarbeitung von Shelf-Documents
|
|
2506
|
-
*/
|
|
2507
|
-
shelfDocumentService: ShelfDocumentScriptingService;
|
|
2508
|
-
|
|
2509
2504
|
/**
|
|
2510
2505
|
* Service zur Verarbeitung von Accounts
|
|
2511
2506
|
*/
|
|
2512
2507
|
accountService: AccountScriptingService;
|
|
2513
2508
|
|
|
2514
2509
|
/**
|
|
2515
|
-
*
|
|
2510
|
+
* Service zur Verarbeitung von Shelf-Documents
|
|
2516
2511
|
*/
|
|
2517
|
-
|
|
2512
|
+
shelfDocumentService: ShelfDocumentScriptingService;
|
|
2518
2513
|
|
|
2519
2514
|
/**
|
|
2520
2515
|
* Verwaltung von Versandarten
|
|
2521
2516
|
*/
|
|
2522
2517
|
deliveryMethodService: DeliveryMethodScriptingService;
|
|
2523
2518
|
|
|
2519
|
+
/**
|
|
2520
|
+
* Logging im Scripting
|
|
2521
|
+
*/
|
|
2522
|
+
logger: LoggingScriptingService;
|
|
2523
|
+
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Service zur Verarbeitung von Deals
|
|
2526
2526
|
*/
|
|
@@ -2537,14 +2537,14 @@ export interface ScriptingServiceList {
|
|
|
2537
2537
|
productGroupService: ProductGroupScriptingService;
|
|
2538
2538
|
|
|
2539
2539
|
/**
|
|
2540
|
-
*
|
|
2540
|
+
* Service zur Verarbeitung von Hauptwarengruppen im Skripten
|
|
2541
2541
|
*/
|
|
2542
|
-
|
|
2542
|
+
productMainGroupService: ProductMainGroupScriptingService;
|
|
2543
2543
|
|
|
2544
2544
|
/**
|
|
2545
|
-
*
|
|
2545
|
+
* Ausgabe-Support Methoden
|
|
2546
2546
|
*/
|
|
2547
|
-
|
|
2547
|
+
outputHelper: ScriptOutputHelperService;
|
|
2548
2548
|
|
|
2549
2549
|
/**
|
|
2550
2550
|
* Erstellt DTOs zur Verwendung im Skript
|
|
@@ -2592,14 +2592,14 @@ export interface ScriptingServiceList {
|
|
|
2592
2592
|
articleStorageService: ArticleStorageScriptingService;
|
|
2593
2593
|
|
|
2594
2594
|
/**
|
|
2595
|
-
*
|
|
2595
|
+
* Verwaltung von Zahlungsarten
|
|
2596
2596
|
*/
|
|
2597
|
-
|
|
2597
|
+
paymentMethodService: PaymentMethodScriptingService;
|
|
2598
2598
|
|
|
2599
2599
|
/**
|
|
2600
|
-
*
|
|
2600
|
+
* Anfragen von neuen Zählerkreis-Nummern
|
|
2601
2601
|
*/
|
|
2602
|
-
|
|
2602
|
+
freeSequencerService: FreeSequencerScriptingService;
|
|
2603
2603
|
|
|
2604
2604
|
/**
|
|
2605
2605
|
* Service zur Bestandsabfrage und Lagerbuchung in Skripten
|
|
@@ -2709,18 +2709,18 @@ export interface ScriptingUtilities {
|
|
|
2709
2709
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2710
2710
|
*
|
|
2711
2711
|
* @param {object} value - Der Quell-Wert
|
|
2712
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
2713
2712
|
* @return {number} Ein BigDecimal-Wert
|
|
2714
2713
|
*/
|
|
2715
|
-
newBigDecimal(value: object
|
|
2714
|
+
newBigDecimal(value: object): number;
|
|
2716
2715
|
|
|
2717
2716
|
/**
|
|
2718
2717
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2719
2718
|
*
|
|
2720
2719
|
* @param {object} value - Der Quell-Wert
|
|
2720
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
2721
2721
|
* @return {number} Ein BigDecimal-Wert
|
|
2722
2722
|
*/
|
|
2723
|
-
newBigDecimal(value: object): number;
|
|
2723
|
+
newBigDecimal(value: object, scale: number): number;
|
|
2724
2724
|
|
|
2725
2725
|
/**
|
|
2726
2726
|
* Erstellt eine API-Referenz
|
package/scripting/types.d.ts
CHANGED
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Post office box
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
postOfficeBox: string;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Title
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Country code
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -971,14 +971,14 @@ export interface Article {
|
|
|
971
971
|
baseCapacityUnit: UnitTypeReference;
|
|
972
972
|
|
|
973
973
|
/**
|
|
974
|
-
*
|
|
974
|
+
* Seriennummern Auszeichnungsart
|
|
975
975
|
*/
|
|
976
|
-
|
|
976
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
977
977
|
|
|
978
978
|
/**
|
|
979
|
-
*
|
|
979
|
+
* is this product sellable without any quantity at the stock
|
|
980
980
|
*/
|
|
981
|
-
|
|
981
|
+
sellableWithoutStock: boolean;
|
|
982
982
|
|
|
983
983
|
/**
|
|
984
984
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1226,14 +1226,14 @@ export interface Article {
|
|
|
1226
1226
|
permissibleForOrderProposal: boolean;
|
|
1227
1227
|
|
|
1228
1228
|
/**
|
|
1229
|
-
*
|
|
1229
|
+
* reference to Product
|
|
1230
1230
|
*/
|
|
1231
|
-
|
|
1231
|
+
productRef: ApiObjectReference;
|
|
1232
1232
|
|
|
1233
1233
|
/**
|
|
1234
|
-
*
|
|
1234
|
+
* Versandlabeldruck
|
|
1235
1235
|
*/
|
|
1236
|
-
|
|
1236
|
+
shippingLabelPrinting: boolean;
|
|
1237
1237
|
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Artikel ist Gefahrgut
|
|
@@ -1246,14 +1246,14 @@ export interface Article {
|
|
|
1246
1246
|
contingentArticleRef: ApiObjectReference;
|
|
1247
1247
|
|
|
1248
1248
|
/**
|
|
1249
|
-
*
|
|
1249
|
+
* rabattierbarer Artikel?
|
|
1250
1250
|
*/
|
|
1251
|
-
|
|
1251
|
+
discountable: boolean;
|
|
1252
1252
|
|
|
1253
1253
|
/**
|
|
1254
|
-
*
|
|
1254
|
+
* alternative name of this product
|
|
1255
1255
|
*/
|
|
1256
|
-
|
|
1256
|
+
alternativeName: string;
|
|
1257
1257
|
|
|
1258
1258
|
/**
|
|
1259
1259
|
* base capacity
|
|
@@ -1788,6 +1788,11 @@ export interface ArticleStorage {
|
|
|
1788
1788
|
|
|
1789
1789
|
export interface ArticleSupplier {
|
|
1790
1790
|
|
|
1791
|
+
/**
|
|
1792
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1793
|
+
*/
|
|
1794
|
+
useSupplierArticleDescription: boolean;
|
|
1795
|
+
|
|
1791
1796
|
/**
|
|
1792
1797
|
* Anzeigename des Accounts
|
|
1793
1798
|
*/
|
|
@@ -1799,20 +1804,15 @@ export interface ArticleSupplier {
|
|
|
1799
1804
|
supplierReportingStock: number;
|
|
1800
1805
|
|
|
1801
1806
|
/**
|
|
1802
|
-
*
|
|
1807
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1803
1808
|
*/
|
|
1804
|
-
|
|
1809
|
+
deliveryTime: number;
|
|
1805
1810
|
|
|
1806
1811
|
/**
|
|
1807
1812
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1808
1813
|
*/
|
|
1809
1814
|
useSupplierArticleIdentifier: boolean;
|
|
1810
1815
|
|
|
1811
|
-
/**
|
|
1812
|
-
* Lieferzeit in (Werk-)Tagen
|
|
1813
|
-
*/
|
|
1814
|
-
deliveryTime: number;
|
|
1815
|
-
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1818
1818
|
*/
|
|
@@ -1859,14 +1859,14 @@ export interface ArticleSupplier {
|
|
|
1859
1859
|
info: MetaInfo;
|
|
1860
1860
|
|
|
1861
1861
|
/**
|
|
1862
|
-
*
|
|
1862
|
+
* Referenced Article name
|
|
1863
1863
|
*/
|
|
1864
|
-
|
|
1864
|
+
articleName: string;
|
|
1865
1865
|
|
|
1866
1866
|
/**
|
|
1867
|
-
*
|
|
1867
|
+
* Verpackungseinheit
|
|
1868
1868
|
*/
|
|
1869
|
-
|
|
1869
|
+
packagingUnit: number;
|
|
1870
1870
|
|
|
1871
1871
|
/**
|
|
1872
1872
|
* Lieferanten-Preise
|
|
@@ -1914,14 +1914,14 @@ export interface ArticleSupplier {
|
|
|
1914
1914
|
defaultNetPrice: number;
|
|
1915
1915
|
|
|
1916
1916
|
/**
|
|
1917
|
-
*
|
|
1917
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1918
1918
|
*/
|
|
1919
|
-
|
|
1919
|
+
orderOnComponentBase: boolean;
|
|
1920
1920
|
|
|
1921
1921
|
/**
|
|
1922
|
-
*
|
|
1922
|
+
* Einkaufseinheit
|
|
1923
1923
|
*/
|
|
1924
|
-
|
|
1924
|
+
purchaseUnit: number;
|
|
1925
1925
|
|
|
1926
1926
|
/**
|
|
1927
1927
|
* Referenced Supplier-Account
|
|
@@ -2124,14 +2124,14 @@ export interface CountryReference {
|
|
|
2124
2124
|
export interface CreateNewDocumentRequest {
|
|
2125
2125
|
|
|
2126
2126
|
/**
|
|
2127
|
-
*
|
|
2127
|
+
* Belegart
|
|
2128
2128
|
*/
|
|
2129
|
-
|
|
2129
|
+
documentTypeLabel: string;
|
|
2130
2130
|
|
|
2131
2131
|
/**
|
|
2132
|
-
* Belegart
|
|
2132
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2133
2133
|
*/
|
|
2134
|
-
|
|
2134
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2135
2135
|
|
|
2136
2136
|
/**
|
|
2137
2137
|
* Details zum Beleg
|
|
@@ -2197,14 +2197,14 @@ export interface CrmActivity {
|
|
|
2197
2197
|
info: MetaInfo;
|
|
2198
2198
|
|
|
2199
2199
|
/**
|
|
2200
|
-
*
|
|
2200
|
+
* Aktivität intern abgerechnet?
|
|
2201
2201
|
*/
|
|
2202
|
-
|
|
2202
|
+
internalBilled: boolean;
|
|
2203
2203
|
|
|
2204
2204
|
/**
|
|
2205
|
-
*
|
|
2205
|
+
* geplante Dauer
|
|
2206
2206
|
*/
|
|
2207
|
-
|
|
2207
|
+
plannedDurationInSeconds: number;
|
|
2208
2208
|
|
|
2209
2209
|
/**
|
|
2210
2210
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2780,14 +2780,14 @@ export interface CrmProject {
|
|
|
2780
2780
|
billedTimes: number;
|
|
2781
2781
|
|
|
2782
2782
|
/**
|
|
2783
|
-
*
|
|
2783
|
+
* Geplanter Projektzeitraum (von)
|
|
2784
2784
|
*/
|
|
2785
|
-
|
|
2785
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2786
2786
|
|
|
2787
2787
|
/**
|
|
2788
|
-
*
|
|
2788
|
+
* Einkaufsbelege
|
|
2789
2789
|
*/
|
|
2790
|
-
|
|
2790
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2791
2791
|
|
|
2792
2792
|
/**
|
|
2793
2793
|
* Verkaufsbelege
|
|
@@ -3470,14 +3470,14 @@ export interface Customer {
|
|
|
3470
3470
|
dueDate: ScriptingDate;
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Maximal mögliche Lieferungen
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
maxDeliveries: number;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* collective billable
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
collectiveBillable: boolean;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3505,14 +3505,14 @@ export interface Customer {
|
|
|
3505
3505
|
stackProcessingPriority: number;
|
|
3506
3506
|
|
|
3507
3507
|
/**
|
|
3508
|
-
*
|
|
3508
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3509
3509
|
*/
|
|
3510
|
-
|
|
3510
|
+
collectiveInvoiceManually: boolean;
|
|
3511
3511
|
|
|
3512
3512
|
/**
|
|
3513
|
-
*
|
|
3513
|
+
* reference to product price group
|
|
3514
3514
|
*/
|
|
3515
|
-
|
|
3515
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3516
3516
|
|
|
3517
3517
|
/**
|
|
3518
3518
|
* Unique identifier of the Object
|
|
@@ -3656,14 +3656,14 @@ export interface DeliveryMethod {
|
|
|
3656
3656
|
defaultSizeUnit: UnitTypeReference;
|
|
3657
3657
|
|
|
3658
3658
|
/**
|
|
3659
|
-
*
|
|
3659
|
+
* Quelle für Paketgewicht
|
|
3660
3660
|
*/
|
|
3661
|
-
|
|
3661
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3662
3662
|
|
|
3663
3663
|
/**
|
|
3664
|
-
*
|
|
3664
|
+
* translations
|
|
3665
3665
|
*/
|
|
3666
|
-
|
|
3666
|
+
translations: Array<DocumentTypeTerm>;
|
|
3667
3667
|
|
|
3668
3668
|
/**
|
|
3669
3669
|
* Gültige Ländercodes
|
|
@@ -3940,14 +3940,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3940
3940
|
accountId: number;
|
|
3941
3941
|
|
|
3942
3942
|
/**
|
|
3943
|
-
* Länderkennzeichen
|
|
3943
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3944
3944
|
*/
|
|
3945
|
-
|
|
3945
|
+
performanceCountryCode: string;
|
|
3946
3946
|
|
|
3947
3947
|
/**
|
|
3948
|
-
* Länderkennzeichen
|
|
3948
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3949
3949
|
*/
|
|
3950
|
-
|
|
3950
|
+
sourceCountryCode: string;
|
|
3951
3951
|
|
|
3952
3952
|
/**
|
|
3953
3953
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4057,14 +4057,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4057
4057
|
fabricationDetail: DocumentFabricationDetail;
|
|
4058
4058
|
|
|
4059
4059
|
/**
|
|
4060
|
-
*
|
|
4060
|
+
* Berechnungsmodus
|
|
4061
4061
|
*/
|
|
4062
|
-
|
|
4062
|
+
calculationMode: CalculationMode;
|
|
4063
4063
|
|
|
4064
4064
|
/**
|
|
4065
|
-
*
|
|
4065
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4066
4066
|
*/
|
|
4067
|
-
|
|
4067
|
+
accountNumber: string;
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
4070
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4077,14 +4077,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4077
4077
|
processedByWorkflow: boolean;
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
|
-
*
|
|
4080
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
baseTotalDocumentPriceModifier: number;
|
|
4083
4083
|
|
|
4084
4084
|
/**
|
|
4085
|
-
*
|
|
4085
|
+
* Telefon an Versender übergeben
|
|
4086
4086
|
*/
|
|
4087
|
-
|
|
4087
|
+
forwardPhoneToShipper: boolean;
|
|
4088
4088
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* Liste der Belegtexte
|
|
@@ -4107,14 +4107,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4107
4107
|
defaultAddress: DocumentAddress;
|
|
4108
4108
|
|
|
4109
4109
|
/**
|
|
4110
|
-
*
|
|
4110
|
+
* Leistungsdatum
|
|
4111
4111
|
*/
|
|
4112
|
-
|
|
4112
|
+
performanceDate: ScriptingDate;
|
|
4113
4113
|
|
|
4114
4114
|
/**
|
|
4115
|
-
*
|
|
4115
|
+
* Verarbeitungsoption für Stapel
|
|
4116
4116
|
*/
|
|
4117
|
-
|
|
4117
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4118
4118
|
|
|
4119
4119
|
/**
|
|
4120
4120
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4292,14 +4292,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4292
4292
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4293
4293
|
|
|
4294
4294
|
/**
|
|
4295
|
-
*
|
|
4295
|
+
* Statusinstanz des Belegs
|
|
4296
4296
|
*/
|
|
4297
|
-
|
|
4297
|
+
documentState: DocumentTypeState;
|
|
4298
4298
|
|
|
4299
4299
|
/**
|
|
4300
|
-
*
|
|
4300
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4301
4301
|
*/
|
|
4302
|
-
|
|
4302
|
+
taxIdentificationNumber: string;
|
|
4303
4303
|
|
|
4304
4304
|
/**
|
|
4305
4305
|
* Rückgeld
|
|
@@ -4349,14 +4349,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4349
4349
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4350
4350
|
|
|
4351
4351
|
/**
|
|
4352
|
-
*
|
|
4352
|
+
* Bestellt durch Ansprechpartner
|
|
4353
4353
|
*/
|
|
4354
|
-
|
|
4354
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4355
4355
|
|
|
4356
4356
|
/**
|
|
4357
|
-
*
|
|
4357
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4358
4358
|
*/
|
|
4359
|
-
|
|
4359
|
+
reportGroupRef: ApiObjectReference;
|
|
4360
4360
|
}
|
|
4361
4361
|
|
|
4362
4362
|
export interface DocumentAdditionalInfo {
|
|
@@ -4382,14 +4382,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4382
4382
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4383
4383
|
|
|
4384
4384
|
/**
|
|
4385
|
-
*
|
|
4385
|
+
* Herkunft des Berechnungsmodus
|
|
4386
4386
|
*/
|
|
4387
|
-
|
|
4387
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4388
4388
|
|
|
4389
4389
|
/**
|
|
4390
|
-
*
|
|
4390
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4391
4391
|
*/
|
|
4392
|
-
|
|
4392
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4393
4393
|
|
|
4394
4394
|
/**
|
|
4395
4395
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4961,14 +4961,14 @@ export interface DocumentLine {
|
|
|
4961
4961
|
number: string;
|
|
4962
4962
|
|
|
4963
4963
|
/**
|
|
4964
|
-
*
|
|
4964
|
+
* Gesamtbruttogewicht
|
|
4965
4965
|
*/
|
|
4966
|
-
|
|
4966
|
+
totalGrossWeight: number;
|
|
4967
4967
|
|
|
4968
4968
|
/**
|
|
4969
|
-
*
|
|
4969
|
+
* Referenz zur Kundenauftragszeile
|
|
4970
4970
|
*/
|
|
4971
|
-
|
|
4971
|
+
customerOrderLineRef: DocumentLineRef;
|
|
4972
4972
|
|
|
4973
4973
|
/**
|
|
4974
4974
|
* skontierbare Position?
|
|
@@ -4986,9 +4986,9 @@ export interface DocumentLine {
|
|
|
4986
4986
|
price: number;
|
|
4987
4987
|
|
|
4988
4988
|
/**
|
|
4989
|
-
*
|
|
4989
|
+
* Gesamtpreis Position in Basiswährung
|
|
4990
4990
|
*/
|
|
4991
|
-
|
|
4991
|
+
baseTotalLinePrice: number;
|
|
4992
4992
|
|
|
4993
4993
|
/**
|
|
4994
4994
|
* FiBu-Buchung
|
|
@@ -4996,9 +4996,9 @@ export interface DocumentLine {
|
|
|
4996
4996
|
financeBooking: DocumentFinanceBooking;
|
|
4997
4997
|
|
|
4998
4998
|
/**
|
|
4999
|
-
*
|
|
4999
|
+
* Positionstyp
|
|
5000
5000
|
*/
|
|
5001
|
-
|
|
5001
|
+
lineType: DocumentLineType;
|
|
5002
5002
|
|
|
5003
5003
|
/**
|
|
5004
5004
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5485,14 +5485,14 @@ export interface DocumentLineComponent {
|
|
|
5485
5485
|
custom: EavDocumentlinecomponent;
|
|
5486
5486
|
|
|
5487
5487
|
/**
|
|
5488
|
-
*
|
|
5488
|
+
* Gelieferte Menge
|
|
5489
5489
|
*/
|
|
5490
|
-
|
|
5490
|
+
quantityCommitted: number;
|
|
5491
5491
|
|
|
5492
5492
|
/**
|
|
5493
|
-
*
|
|
5493
|
+
* Referenz auf den Artikel der Komponente
|
|
5494
5494
|
*/
|
|
5495
|
-
|
|
5495
|
+
articleId: number;
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
5498
|
* Beschreibung des Artikels
|
|
@@ -6100,14 +6100,14 @@ export interface DocumentRef {
|
|
|
6100
6100
|
export interface DocumentShippingCost {
|
|
6101
6101
|
|
|
6102
6102
|
/**
|
|
6103
|
-
*
|
|
6103
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6104
6104
|
*/
|
|
6105
|
-
|
|
6105
|
+
manualCosts: boolean;
|
|
6106
6106
|
|
|
6107
6107
|
/**
|
|
6108
|
-
*
|
|
6108
|
+
* Die Versandkosten
|
|
6109
6109
|
*/
|
|
6110
|
-
|
|
6110
|
+
costs: number;
|
|
6111
6111
|
|
|
6112
6112
|
/**
|
|
6113
6113
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6235,14 +6235,14 @@ export interface DocumentText {
|
|
|
6235
6235
|
transferableIntoSubsequentDocuments: boolean;
|
|
6236
6236
|
|
|
6237
6237
|
/**
|
|
6238
|
-
*
|
|
6238
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6239
6239
|
*/
|
|
6240
|
-
|
|
6240
|
+
deleted: boolean;
|
|
6241
6241
|
|
|
6242
6242
|
/**
|
|
6243
|
-
*
|
|
6243
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6244
6244
|
*/
|
|
6245
|
-
|
|
6245
|
+
textPosition: TextPosition;
|
|
6246
6246
|
|
|
6247
6247
|
/**
|
|
6248
6248
|
* textBaustein Vorlage
|
|
@@ -6352,14 +6352,14 @@ export interface DocumentType {
|
|
|
6352
6352
|
labels: Array<DocumentTypeLabel>;
|
|
6353
6353
|
|
|
6354
6354
|
/**
|
|
6355
|
-
*
|
|
6355
|
+
* nächste Belegnummer
|
|
6356
6356
|
*/
|
|
6357
|
-
|
|
6357
|
+
nextNumber: string;
|
|
6358
6358
|
|
|
6359
6359
|
/**
|
|
6360
|
-
*
|
|
6360
|
+
* Zählerkreis
|
|
6361
6361
|
*/
|
|
6362
|
-
|
|
6362
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6363
6363
|
|
|
6364
6364
|
/**
|
|
6365
6365
|
* Sortierung
|
|
@@ -7108,14 +7108,14 @@ export interface PaymentTerm {
|
|
|
7108
7108
|
paymentDiscount2: number;
|
|
7109
7109
|
|
|
7110
7110
|
/**
|
|
7111
|
-
*
|
|
7111
|
+
* Percent for Discount 1
|
|
7112
7112
|
*/
|
|
7113
|
-
|
|
7113
|
+
paymentDiscount1: number;
|
|
7114
7114
|
|
|
7115
7115
|
/**
|
|
7116
|
-
*
|
|
7116
|
+
* printDescription
|
|
7117
7117
|
*/
|
|
7118
|
-
|
|
7118
|
+
printDescription: string;
|
|
7119
7119
|
|
|
7120
7120
|
/**
|
|
7121
7121
|
* for deposit: remaining term
|
|
@@ -7829,14 +7829,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7829
7829
|
maxArticleCountPerOrder: number;
|
|
7830
7830
|
|
|
7831
7831
|
/**
|
|
7832
|
-
*
|
|
7832
|
+
* Maximaler Auftragswert
|
|
7833
7833
|
*/
|
|
7834
|
-
|
|
7834
|
+
maxOrderValue: number;
|
|
7835
7835
|
|
|
7836
7836
|
/**
|
|
7837
|
-
*
|
|
7837
|
+
* Alternative Selektion in VQL
|
|
7838
7838
|
*/
|
|
7839
|
-
|
|
7839
|
+
alternativeSelectionInVql: string;
|
|
7840
7840
|
|
|
7841
7841
|
/**
|
|
7842
7842
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -7921,11 +7921,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7921
7921
|
*/
|
|
7922
7922
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7923
7923
|
|
|
7924
|
-
/**
|
|
7925
|
-
* Lagerplätze vorgeben
|
|
7926
|
-
*/
|
|
7927
|
-
specifyStorageBins: boolean;
|
|
7928
|
-
|
|
7929
7924
|
/**
|
|
7930
7925
|
* Der zu verwendende Pickwagen
|
|
7931
7926
|
*/
|
|
@@ -7937,15 +7932,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7937
7932
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7938
7933
|
|
|
7939
7934
|
/**
|
|
7940
|
-
*
|
|
7935
|
+
* Lagerplätze vorgeben
|
|
7941
7936
|
*/
|
|
7942
|
-
|
|
7937
|
+
specifyStorageBins: boolean;
|
|
7943
7938
|
|
|
7944
7939
|
/**
|
|
7945
7940
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7946
7941
|
*/
|
|
7947
7942
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
7948
7943
|
|
|
7944
|
+
/**
|
|
7945
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7946
|
+
*/
|
|
7947
|
+
sortByRoutePosition: boolean;
|
|
7948
|
+
|
|
7949
7949
|
/**
|
|
7950
7950
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
7951
7951
|
*/
|
|
@@ -8005,9 +8005,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8005
8005
|
showShippingFormOnPickingFinish: boolean;
|
|
8006
8006
|
|
|
8007
8007
|
/**
|
|
8008
|
-
*
|
|
8008
|
+
* Sammelbestätigung erlauben
|
|
8009
8009
|
*/
|
|
8010
|
-
|
|
8010
|
+
allowFullConfirmation: boolean;
|
|
8011
8011
|
|
|
8012
8012
|
/**
|
|
8013
8013
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -8015,9 +8015,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8015
8015
|
useDigitalPicklist: boolean;
|
|
8016
8016
|
|
|
8017
8017
|
/**
|
|
8018
|
-
*
|
|
8018
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8019
8019
|
*/
|
|
8020
|
-
|
|
8020
|
+
allowPickingOfServiceArticles: boolean;
|
|
8021
8021
|
|
|
8022
8022
|
/**
|
|
8023
8023
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8306,14 +8306,14 @@ export interface ProductDiscount {
|
|
|
8306
8306
|
validFrom: ScriptingDate;
|
|
8307
8307
|
|
|
8308
8308
|
/**
|
|
8309
|
-
*
|
|
8309
|
+
* Bestimmt die Art des Rabatts
|
|
8310
8310
|
*/
|
|
8311
|
-
|
|
8311
|
+
modifierType: PriceModifierType;
|
|
8312
8312
|
|
|
8313
8313
|
/**
|
|
8314
|
-
*
|
|
8314
|
+
* Warengruppe
|
|
8315
8315
|
*/
|
|
8316
|
-
|
|
8316
|
+
productGroupRef: ApiObjectReference;
|
|
8317
8317
|
|
|
8318
8318
|
/**
|
|
8319
8319
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8639,14 +8639,14 @@ export interface RequestDocument {
|
|
|
8639
8639
|
cashDrawerId: number;
|
|
8640
8640
|
|
|
8641
8641
|
/**
|
|
8642
|
-
*
|
|
8642
|
+
* Leistungsdatum
|
|
8643
8643
|
*/
|
|
8644
|
-
|
|
8644
|
+
performanceDate: ScriptingDate;
|
|
8645
8645
|
|
|
8646
8646
|
/**
|
|
8647
|
-
*
|
|
8647
|
+
* Der Anzahlungsbetrag
|
|
8648
8648
|
*/
|
|
8649
|
-
|
|
8649
|
+
depositPaymentAmount: number;
|
|
8650
8650
|
|
|
8651
8651
|
/**
|
|
8652
8652
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -8719,14 +8719,14 @@ export interface RequestDocument {
|
|
|
8719
8719
|
contractDetail: DocumentContractDetail;
|
|
8720
8720
|
|
|
8721
8721
|
/**
|
|
8722
|
-
*
|
|
8722
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8723
8723
|
*/
|
|
8724
|
-
|
|
8724
|
+
supplierAccountId: number;
|
|
8725
8725
|
|
|
8726
8726
|
/**
|
|
8727
|
-
*
|
|
8727
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8728
8728
|
*/
|
|
8729
|
-
|
|
8729
|
+
paymentTermId: number;
|
|
8730
8730
|
|
|
8731
8731
|
/**
|
|
8732
8732
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -8837,14 +8837,14 @@ export interface RequestDocumentLine {
|
|
|
8837
8837
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8838
8838
|
|
|
8839
8839
|
/**
|
|
8840
|
-
*
|
|
8840
|
+
* FiBu-Angaben
|
|
8841
8841
|
*/
|
|
8842
|
-
|
|
8842
|
+
financeBooking: DocumentFinanceBooking;
|
|
8843
8843
|
|
|
8844
8844
|
/**
|
|
8845
|
-
*
|
|
8845
|
+
* Typ dieser Position
|
|
8846
8846
|
*/
|
|
8847
|
-
|
|
8847
|
+
lineType: DocumentLineType;
|
|
8848
8848
|
|
|
8849
8849
|
/**
|
|
8850
8850
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -8936,11 +8936,6 @@ export interface RequestDocumentLine {
|
|
|
8936
8936
|
*/
|
|
8937
8937
|
name: string;
|
|
8938
8938
|
|
|
8939
|
-
/**
|
|
8940
|
-
* Buchungen zu dieser Belegposition
|
|
8941
|
-
*/
|
|
8942
|
-
bookings: Array<RequestDocumentLineBooking>;
|
|
8943
|
-
|
|
8944
8939
|
/**
|
|
8945
8940
|
* Für interne Zwecke: Externe Artikelnummer
|
|
8946
8941
|
*/
|
|
@@ -8951,6 +8946,11 @@ export interface RequestDocumentLine {
|
|
|
8951
8946
|
*/
|
|
8952
8947
|
sourceLineId: number;
|
|
8953
8948
|
|
|
8949
|
+
/**
|
|
8950
|
+
* Buchungen zu dieser Belegposition
|
|
8951
|
+
*/
|
|
8952
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
8953
|
+
|
|
8954
8954
|
/**
|
|
8955
8955
|
* (optional) Preis des Artikels dieser Position
|
|
8956
8956
|
*/
|
|
@@ -9093,14 +9093,14 @@ export interface SalesAgent {
|
|
|
9093
9093
|
note: string;
|
|
9094
9094
|
|
|
9095
9095
|
/**
|
|
9096
|
-
*
|
|
9096
|
+
* reference to the delivery method
|
|
9097
9097
|
*/
|
|
9098
|
-
|
|
9098
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9099
9099
|
|
|
9100
9100
|
/**
|
|
9101
|
-
*
|
|
9101
|
+
* is sales agent taxable
|
|
9102
9102
|
*/
|
|
9103
|
-
|
|
9103
|
+
taxable: boolean;
|
|
9104
9104
|
|
|
9105
9105
|
/**
|
|
9106
9106
|
* Freifelder
|
|
@@ -9787,14 +9787,14 @@ export interface ShelfFile {
|
|
|
9787
9787
|
version: number;
|
|
9788
9788
|
|
|
9789
9789
|
/**
|
|
9790
|
-
*
|
|
9790
|
+
* meta data
|
|
9791
9791
|
*/
|
|
9792
|
-
|
|
9792
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
9793
9793
|
|
|
9794
9794
|
/**
|
|
9795
|
-
*
|
|
9795
|
+
* current reference of this file in our storage
|
|
9796
9796
|
*/
|
|
9797
|
-
|
|
9797
|
+
storageHandle: string;
|
|
9798
9798
|
|
|
9799
9799
|
/**
|
|
9800
9800
|
* MetaInformations for this Object
|
|
@@ -9838,14 +9838,14 @@ export interface ShelfShare {
|
|
|
9838
9838
|
publishState: ShelfSharePublishState;
|
|
9839
9839
|
|
|
9840
9840
|
/**
|
|
9841
|
-
*
|
|
9841
|
+
* Freifelder
|
|
9842
9842
|
*/
|
|
9843
|
-
|
|
9843
|
+
custom: EavShelfshare;
|
|
9844
9844
|
|
|
9845
9845
|
/**
|
|
9846
|
-
*
|
|
9846
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
9847
9847
|
*/
|
|
9848
|
-
|
|
9848
|
+
publicUrlDurationInMinutes: number;
|
|
9849
9849
|
|
|
9850
9850
|
/**
|
|
9851
9851
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10057,14 +10057,14 @@ export interface StockMovementManualApi {
|
|
|
10057
10057
|
export interface StockTransferApi {
|
|
10058
10058
|
|
|
10059
10059
|
/**
|
|
10060
|
-
*
|
|
10060
|
+
* Seriennummer
|
|
10061
10061
|
*/
|
|
10062
|
-
|
|
10062
|
+
serialNumberId: number;
|
|
10063
10063
|
|
|
10064
10064
|
/**
|
|
10065
|
-
*
|
|
10065
|
+
* Ziel-Lager
|
|
10066
10066
|
*/
|
|
10067
|
-
|
|
10067
|
+
targetStorageId: number;
|
|
10068
10068
|
|
|
10069
10069
|
/**
|
|
10070
10070
|
* Bemerkung
|
|
@@ -10274,14 +10274,14 @@ export interface Supplier {
|
|
|
10274
10274
|
info: MetaInfo;
|
|
10275
10275
|
|
|
10276
10276
|
/**
|
|
10277
|
-
*
|
|
10277
|
+
* reference to the delivery method
|
|
10278
10278
|
*/
|
|
10279
|
-
|
|
10279
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10280
10280
|
|
|
10281
10281
|
/**
|
|
10282
|
-
*
|
|
10282
|
+
* Lieferantengruppe
|
|
10283
10283
|
*/
|
|
10284
|
-
|
|
10284
|
+
supplierGroupRef: ApiObjectReference;
|
|
10285
10285
|
|
|
10286
10286
|
/**
|
|
10287
10287
|
* tax able or tax free
|
|
@@ -10339,14 +10339,14 @@ export interface Supplier {
|
|
|
10339
10339
|
performanceCountryCode: string;
|
|
10340
10340
|
|
|
10341
10341
|
/**
|
|
10342
|
-
*
|
|
10342
|
+
* reference to the payment method
|
|
10343
10343
|
*/
|
|
10344
|
-
|
|
10344
|
+
paymentMethodRef: ApiObjectReference;
|
|
10345
10345
|
|
|
10346
10346
|
/**
|
|
10347
|
-
*
|
|
10347
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10348
10348
|
*/
|
|
10349
|
-
|
|
10349
|
+
defaultDeliveryTime: number;
|
|
10350
10350
|
|
|
10351
10351
|
/**
|
|
10352
10352
|
* currency code IsoAlpha3
|
|
@@ -10367,14 +10367,14 @@ export interface TagDto {
|
|
|
10367
10367
|
editColor: string;
|
|
10368
10368
|
|
|
10369
10369
|
/**
|
|
10370
|
-
* Farbe
|
|
10370
|
+
* Farbe für die Anzeige des Tags
|
|
10371
10371
|
*/
|
|
10372
|
-
|
|
10372
|
+
color: string;
|
|
10373
10373
|
|
|
10374
10374
|
/**
|
|
10375
|
-
* Farbe
|
|
10375
|
+
* Farbe in Such-GUI
|
|
10376
10376
|
*/
|
|
10377
|
-
|
|
10377
|
+
searchColor: string;
|
|
10378
10378
|
|
|
10379
10379
|
/**
|
|
10380
10380
|
* Beschriftung des Tags
|
|
@@ -10779,14 +10779,14 @@ export interface VariantAttributeListing {
|
|
|
10779
10779
|
salesChannelRef: ApiObjectReference;
|
|
10780
10780
|
|
|
10781
10781
|
/**
|
|
10782
|
-
*
|
|
10782
|
+
* Freifelder
|
|
10783
10783
|
*/
|
|
10784
|
-
|
|
10784
|
+
custom: EavVariantattributelisting;
|
|
10785
10785
|
|
|
10786
10786
|
/**
|
|
10787
|
-
*
|
|
10787
|
+
* Variantenattribut
|
|
10788
10788
|
*/
|
|
10789
|
-
|
|
10789
|
+
variantAttributeRef: ApiObjectReference;
|
|
10790
10790
|
|
|
10791
10791
|
/**
|
|
10792
10792
|
* Unique identifier of the Object
|