@vario-software/types 2026.18.2 → 2026.18.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 +12 -12
- package/scripting/types.d.ts +237 -237
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -419,18 +419,18 @@ export interface ArticleScriptingService {
|
|
|
419
419
|
*
|
|
420
420
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
421
421
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
422
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
423
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
424
422
|
*/
|
|
425
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
423
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
426
424
|
|
|
427
425
|
/**
|
|
428
426
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
429
427
|
*
|
|
430
428
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
431
429
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
430
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
431
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
432
432
|
*/
|
|
433
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: 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
|
|
480
479
|
*/
|
|
481
|
-
executeLabelPrintBatch(batchIdentifier: string
|
|
480
|
+
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
482
481
|
|
|
483
482
|
/**
|
|
484
483
|
* Führt einen Etikettendrucklauf aus
|
|
485
484
|
*
|
|
486
485
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
486
|
+
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
487
487
|
*/
|
|
488
|
-
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
488
|
+
executeLabelPrintBatch(batchIdentifier: string, reportGroupIdentifier: string): void;
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
491
|
* Liefert die Einkaufsrabatte zu einem Artikel
|
|
@@ -1467,20 +1467,20 @@ export interface DocumentScriptingService {
|
|
|
1467
1467
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1468
1468
|
*
|
|
1469
1469
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1470
|
-
* @param {string}
|
|
1470
|
+
* @param {string} targetDocumentType - Ziel-Belegart der Kopie
|
|
1471
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1471
1472
|
* @return {Document} Der kopierte Beleg
|
|
1472
1473
|
*/
|
|
1473
|
-
copy(documentId: number,
|
|
1474
|
+
copy(documentId: number, targetDocumentType: string, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1474
1475
|
|
|
1475
1476
|
/**
|
|
1476
1477
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1477
1478
|
*
|
|
1478
1479
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1479
|
-
* @param {string}
|
|
1480
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1480
|
+
* @param {string} targetDocumentTypeLabel - Ziel-Belegart der Kopie
|
|
1481
1481
|
* @return {Document} Der kopierte Beleg
|
|
1482
1482
|
*/
|
|
1483
|
-
copy(documentId: number,
|
|
1483
|
+
copy(documentId: number, targetDocumentTypeLabel: string): Document;
|
|
1484
1484
|
|
|
1485
1485
|
/**
|
|
1486
1486
|
* Erstellt einen neuen Beleg
|
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -956,14 +956,14 @@ export interface Article {
|
|
|
956
956
|
customsTariffNumber: string;
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
|
-
*
|
|
959
|
+
* Product custom data
|
|
960
960
|
*/
|
|
961
|
-
|
|
961
|
+
listingCustom: EavArticleListing;
|
|
962
962
|
|
|
963
963
|
/**
|
|
964
|
-
*
|
|
964
|
+
* is this product purchasable
|
|
965
965
|
*/
|
|
966
|
-
|
|
966
|
+
purchasable: boolean;
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
969
|
* base capacity unit
|
|
@@ -976,14 +976,14 @@ export interface Article {
|
|
|
976
976
|
initialAvgPurchasePrice: number;
|
|
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
|
+
* Seriennummern Auszeichnungsart
|
|
985
985
|
*/
|
|
986
|
-
|
|
986
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
987
987
|
|
|
988
988
|
/**
|
|
989
989
|
* gross Volume in cubic meters
|
|
@@ -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
|
|
@@ -1235,6 +1235,11 @@ export interface Article {
|
|
|
1235
1235
|
*/
|
|
1236
1236
|
shippingLabelPrinting: boolean;
|
|
1237
1237
|
|
|
1238
|
+
/**
|
|
1239
|
+
* rabattierbarer Artikel?
|
|
1240
|
+
*/
|
|
1241
|
+
discountable: boolean;
|
|
1242
|
+
|
|
1238
1243
|
/**
|
|
1239
1244
|
* alternative name of this product
|
|
1240
1245
|
*/
|
|
@@ -1245,11 +1250,6 @@ export interface Article {
|
|
|
1245
1250
|
*/
|
|
1246
1251
|
contingentArticleRef: ApiObjectReference;
|
|
1247
1252
|
|
|
1248
|
-
/**
|
|
1249
|
-
* rabattierbarer Artikel?
|
|
1250
|
-
*/
|
|
1251
|
-
discountable: boolean;
|
|
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
|
+
* provisionsberechtiger Artikel?
|
|
1320
1320
|
*/
|
|
1321
|
-
|
|
1321
|
+
commissionable: boolean;
|
|
1322
1322
|
|
|
1323
1323
|
/**
|
|
1324
|
-
*
|
|
1324
|
+
* Nur manuelle Produktion
|
|
1325
1325
|
*/
|
|
1326
|
-
|
|
1326
|
+
onlyManualFabrication: boolean;
|
|
1327
1327
|
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Preisbasis
|
|
@@ -1474,14 +1474,14 @@ export interface ArticleListing {
|
|
|
1474
1474
|
proposedLowestPriceGross: number;
|
|
1475
1475
|
|
|
1476
1476
|
/**
|
|
1477
|
-
*
|
|
1477
|
+
* der Sales Channel
|
|
1478
1478
|
*/
|
|
1479
|
-
|
|
1479
|
+
salesChannelRef: ApiObjectReference;
|
|
1480
1480
|
|
|
1481
1481
|
/**
|
|
1482
|
-
* der
|
|
1482
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1483
1483
|
*/
|
|
1484
|
-
|
|
1484
|
+
customLowestPriceGross: number;
|
|
1485
1485
|
|
|
1486
1486
|
/**
|
|
1487
1487
|
* soll der Artikel gelistet werden
|
|
@@ -1784,9 +1784,9 @@ export interface ArticleStorage {
|
|
|
1784
1784
|
export interface ArticleSupplier {
|
|
1785
1785
|
|
|
1786
1786
|
/**
|
|
1787
|
-
*
|
|
1787
|
+
* Anzeigename des Accounts
|
|
1788
1788
|
*/
|
|
1789
|
-
|
|
1789
|
+
accountDisplayName: string;
|
|
1790
1790
|
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Lieferanten-Meldebestand
|
|
@@ -1794,9 +1794,9 @@ export interface ArticleSupplier {
|
|
|
1794
1794
|
supplierReportingStock: number;
|
|
1795
1795
|
|
|
1796
1796
|
/**
|
|
1797
|
-
*
|
|
1797
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1798
1798
|
*/
|
|
1799
|
-
|
|
1799
|
+
useSupplierArticleDescription: boolean;
|
|
1800
1800
|
|
|
1801
1801
|
/**
|
|
1802
1802
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -1908,6 +1908,11 @@ export interface ArticleSupplier {
|
|
|
1908
1908
|
*/
|
|
1909
1909
|
defaultNetPrice: number;
|
|
1910
1910
|
|
|
1911
|
+
/**
|
|
1912
|
+
* Referenced Supplier-Account
|
|
1913
|
+
*/
|
|
1914
|
+
accountId: number;
|
|
1915
|
+
|
|
1911
1916
|
/**
|
|
1912
1917
|
* Einkaufseinheit
|
|
1913
1918
|
*/
|
|
@@ -1918,11 +1923,6 @@ export interface ArticleSupplier {
|
|
|
1918
1923
|
*/
|
|
1919
1924
|
orderOnComponentBase: boolean;
|
|
1920
1925
|
|
|
1921
|
-
/**
|
|
1922
|
-
* Referenced Supplier-Account
|
|
1923
|
-
*/
|
|
1924
|
-
accountId: number;
|
|
1925
|
-
|
|
1926
1926
|
/**
|
|
1927
1927
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1928
1928
|
*/
|
|
@@ -2354,14 +2354,14 @@ export interface CrmActivityType {
|
|
|
2354
2354
|
export interface CrmChecklistItem {
|
|
2355
2355
|
|
|
2356
2356
|
/**
|
|
2357
|
-
*
|
|
2357
|
+
* Text des Checklisten-Elements
|
|
2358
2358
|
*/
|
|
2359
|
-
|
|
2359
|
+
memo: string;
|
|
2360
2360
|
|
|
2361
2361
|
/**
|
|
2362
|
-
*
|
|
2362
|
+
* Ist das Element "angehakt"?
|
|
2363
2363
|
*/
|
|
2364
|
-
|
|
2364
|
+
checked: boolean;
|
|
2365
2365
|
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Unique identifier of the Object
|
|
@@ -2472,14 +2472,14 @@ export interface CrmDeal {
|
|
|
2472
2472
|
info: MetaInfo;
|
|
2473
2473
|
|
|
2474
2474
|
/**
|
|
2475
|
-
*
|
|
2475
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2476
2476
|
*/
|
|
2477
|
-
|
|
2477
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2478
2478
|
|
|
2479
2479
|
/**
|
|
2480
|
-
*
|
|
2480
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2481
2481
|
*/
|
|
2482
|
-
|
|
2482
|
+
assignedUserRef: ApiObjectReference;
|
|
2483
2483
|
|
|
2484
2484
|
/**
|
|
2485
2485
|
* Chance (in Prozent)
|
|
@@ -2753,14 +2753,14 @@ export interface CrmProject {
|
|
|
2753
2753
|
priorityRef: ApiObjectReference;
|
|
2754
2754
|
|
|
2755
2755
|
/**
|
|
2756
|
-
*
|
|
2756
|
+
* Phase
|
|
2757
2757
|
*/
|
|
2758
|
-
|
|
2758
|
+
phaseRef: ApiObjectReference;
|
|
2759
2759
|
|
|
2760
2760
|
/**
|
|
2761
|
-
*
|
|
2761
|
+
* Projektleiter vom Auftragnehmer
|
|
2762
2762
|
*/
|
|
2763
|
-
|
|
2763
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2764
2764
|
|
|
2765
2765
|
/**
|
|
2766
2766
|
* Aufgaben-Nummer
|
|
@@ -3008,14 +3008,14 @@ export interface CrmState {
|
|
|
3008
3008
|
readyToBill: boolean;
|
|
3009
3009
|
|
|
3010
3010
|
/**
|
|
3011
|
-
*
|
|
3011
|
+
* Handelt es sich um einen Anfang-Status
|
|
3012
3012
|
*/
|
|
3013
|
-
|
|
3013
|
+
startState: boolean;
|
|
3014
3014
|
|
|
3015
3015
|
/**
|
|
3016
|
-
*
|
|
3016
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3017
3017
|
*/
|
|
3018
|
-
|
|
3018
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3019
3019
|
|
|
3020
3020
|
/**
|
|
3021
3021
|
* MetaInformations for this Object
|
|
@@ -3064,9 +3064,9 @@ export interface CrmSubType {
|
|
|
3064
3064
|
export interface CrmTask {
|
|
3065
3065
|
|
|
3066
3066
|
/**
|
|
3067
|
-
*
|
|
3067
|
+
* Liste von Erinnerungen
|
|
3068
3068
|
*/
|
|
3069
|
-
|
|
3069
|
+
reminders: Array<CrmReminder>;
|
|
3070
3070
|
|
|
3071
3071
|
/**
|
|
3072
3072
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3074,9 +3074,9 @@ export interface CrmTask {
|
|
|
3074
3074
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3075
3075
|
|
|
3076
3076
|
/**
|
|
3077
|
-
*
|
|
3077
|
+
* Angebot
|
|
3078
3078
|
*/
|
|
3079
|
-
|
|
3079
|
+
customerOfferRef: DocumentRef;
|
|
3080
3080
|
|
|
3081
3081
|
/**
|
|
3082
3082
|
* Notizen
|
|
@@ -3443,14 +3443,14 @@ export interface CurrencyReference {
|
|
|
3443
3443
|
export interface Customer {
|
|
3444
3444
|
|
|
3445
3445
|
/**
|
|
3446
|
-
*
|
|
3446
|
+
* Option für die Stapelverarbeitung
|
|
3447
3447
|
*/
|
|
3448
|
-
|
|
3448
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3449
3449
|
|
|
3450
3450
|
/**
|
|
3451
|
-
*
|
|
3451
|
+
* reference to customer group
|
|
3452
3452
|
*/
|
|
3453
|
-
|
|
3453
|
+
customerGroupRef: ApiObjectReference;
|
|
3454
3454
|
|
|
3455
3455
|
/**
|
|
3456
3456
|
* Kreditlimit
|
|
@@ -3579,14 +3579,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3579
3579
|
export interface DeliveryMethod {
|
|
3580
3580
|
|
|
3581
3581
|
/**
|
|
3582
|
-
*
|
|
3582
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3583
3583
|
*/
|
|
3584
|
-
|
|
3584
|
+
splitIntoNewDocument: boolean;
|
|
3585
3585
|
|
|
3586
3586
|
/**
|
|
3587
|
-
*
|
|
3587
|
+
* E-Mail an Versender übergeben
|
|
3588
3588
|
*/
|
|
3589
|
-
|
|
3589
|
+
forwardEmailToShipper: boolean;
|
|
3590
3590
|
|
|
3591
3591
|
/**
|
|
3592
3592
|
* Min. Gewicht pro Paket
|
|
@@ -3737,14 +3737,14 @@ export interface DeliveryTerm {
|
|
|
3737
3737
|
version: number;
|
|
3738
3738
|
|
|
3739
3739
|
/**
|
|
3740
|
-
*
|
|
3740
|
+
* translations
|
|
3741
3741
|
*/
|
|
3742
|
-
|
|
3742
|
+
translations: Array<DocumentTypeTerm>;
|
|
3743
3743
|
|
|
3744
3744
|
/**
|
|
3745
|
-
*
|
|
3745
|
+
* information, how the shipping charges should be calculated
|
|
3746
3746
|
*/
|
|
3747
|
-
|
|
3747
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3748
3748
|
|
|
3749
3749
|
/**
|
|
3750
3750
|
* Lieferarten
|
|
@@ -3757,14 +3757,14 @@ export interface DeliveryTerm {
|
|
|
3757
3757
|
id: number;
|
|
3758
3758
|
|
|
3759
3759
|
/**
|
|
3760
|
-
*
|
|
3760
|
+
* free shipping net value
|
|
3761
3761
|
*/
|
|
3762
|
-
|
|
3762
|
+
freeShippingNetValue: number;
|
|
3763
3763
|
|
|
3764
3764
|
/**
|
|
3765
|
-
*
|
|
3765
|
+
* Versandkostenartikel
|
|
3766
3766
|
*/
|
|
3767
|
-
|
|
3767
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
3768
3768
|
|
|
3769
3769
|
/**
|
|
3770
3770
|
* MetaInformations for this Object
|
|
@@ -3863,9 +3863,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3863
3863
|
deliveryQuantityPackages: number;
|
|
3864
3864
|
|
|
3865
3865
|
/**
|
|
3866
|
-
*
|
|
3866
|
+
* Bestellnummer aus Vorbeleg
|
|
3867
3867
|
*/
|
|
3868
|
-
|
|
3868
|
+
referencedOrderNumber: string;
|
|
3869
3869
|
|
|
3870
3870
|
/**
|
|
3871
3871
|
* Leitweg-ID
|
|
@@ -3873,9 +3873,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3873
3873
|
buyerReference: string;
|
|
3874
3874
|
|
|
3875
3875
|
/**
|
|
3876
|
-
*
|
|
3876
|
+
* Steuerpflichtig oder steuerfrei
|
|
3877
3877
|
*/
|
|
3878
|
-
|
|
3878
|
+
taxable: boolean;
|
|
3879
3879
|
|
|
3880
3880
|
/**
|
|
3881
3881
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -3923,14 +3923,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3923
3923
|
accountId: number;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
* Länderkennzeichen
|
|
3926
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
performanceCountryCode: string;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
* Länderkennzeichen
|
|
3931
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
sourceCountryCode: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4060,14 +4060,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4060
4060
|
processedByWorkflow: boolean;
|
|
4061
4061
|
|
|
4062
4062
|
/**
|
|
4063
|
-
*
|
|
4063
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4064
4064
|
*/
|
|
4065
|
-
|
|
4065
|
+
baseTotalDocumentPriceModifier: number;
|
|
4066
4066
|
|
|
4067
4067
|
/**
|
|
4068
|
-
*
|
|
4068
|
+
* Telefon an Versender übergeben
|
|
4069
4069
|
*/
|
|
4070
|
-
|
|
4070
|
+
forwardPhoneToShipper: boolean;
|
|
4071
4071
|
|
|
4072
4072
|
/**
|
|
4073
4073
|
* Liste der Belegtexte
|
|
@@ -4089,26 +4089,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4089
4089
|
*/
|
|
4090
4090
|
defaultAddress: DocumentAddress;
|
|
4091
4091
|
|
|
4092
|
-
/**
|
|
4093
|
-
* Leistungsdatum
|
|
4094
|
-
*/
|
|
4095
|
-
performanceDate: ScriptingDate;
|
|
4096
|
-
|
|
4097
4092
|
/**
|
|
4098
4093
|
* Verarbeitungsoption für Stapel
|
|
4099
4094
|
*/
|
|
4100
4095
|
stackProcessingType: OrderStackProcessingType;
|
|
4101
4096
|
|
|
4102
4097
|
/**
|
|
4103
|
-
*
|
|
4098
|
+
* Leistungsdatum
|
|
4104
4099
|
*/
|
|
4105
|
-
|
|
4100
|
+
performanceDate: ScriptingDate;
|
|
4106
4101
|
|
|
4107
4102
|
/**
|
|
4108
4103
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4109
4104
|
*/
|
|
4110
4105
|
dropShippingInvoiceApproved: boolean;
|
|
4111
4106
|
|
|
4107
|
+
/**
|
|
4108
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4109
|
+
*/
|
|
4110
|
+
en16931Profile: EN16931Profile;
|
|
4111
|
+
|
|
4112
4112
|
/**
|
|
4113
4113
|
* Ort der steuerlichen Leistungserbringung
|
|
4114
4114
|
*/
|
|
@@ -4125,14 +4125,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4125
4125
|
additionalInfo: DocumentAdditionalInfo;
|
|
4126
4126
|
|
|
4127
4127
|
/**
|
|
4128
|
-
*
|
|
4128
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4129
4129
|
*/
|
|
4130
|
-
|
|
4130
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4131
4131
|
|
|
4132
4132
|
/**
|
|
4133
|
-
*
|
|
4133
|
+
* Bestelldatum
|
|
4134
4134
|
*/
|
|
4135
|
-
|
|
4135
|
+
orderedOn: ScriptingDate;
|
|
4136
4136
|
|
|
4137
4137
|
/**
|
|
4138
4138
|
* MetaInformations for this Object
|
|
@@ -4155,14 +4155,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4155
4155
|
dropShipping: boolean;
|
|
4156
4156
|
|
|
4157
4157
|
/**
|
|
4158
|
-
*
|
|
4158
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4159
4159
|
*/
|
|
4160
|
-
|
|
4160
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4161
4161
|
|
|
4162
4162
|
/**
|
|
4163
|
-
*
|
|
4163
|
+
* Gesamtpreis netto
|
|
4164
4164
|
*/
|
|
4165
|
-
|
|
4165
|
+
totalNetPrice: number;
|
|
4166
4166
|
|
|
4167
4167
|
/**
|
|
4168
4168
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4275,14 +4275,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4275
4275
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4276
4276
|
|
|
4277
4277
|
/**
|
|
4278
|
-
*
|
|
4278
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4279
4279
|
*/
|
|
4280
|
-
|
|
4280
|
+
taxIdentificationNumber: string;
|
|
4281
4281
|
|
|
4282
4282
|
/**
|
|
4283
|
-
*
|
|
4283
|
+
* Statusinstanz des Belegs
|
|
4284
4284
|
*/
|
|
4285
|
-
|
|
4285
|
+
documentState: DocumentTypeState;
|
|
4286
4286
|
|
|
4287
4287
|
/**
|
|
4288
4288
|
* Rückgeld
|
|
@@ -4702,14 +4702,14 @@ export interface DocumentContractDetail {
|
|
|
4702
4702
|
runtimeToDate: ScriptingDate;
|
|
4703
4703
|
|
|
4704
4704
|
/**
|
|
4705
|
-
*
|
|
4705
|
+
* Nächste Fälligkeit
|
|
4706
4706
|
*/
|
|
4707
|
-
|
|
4707
|
+
nextDueDate: ScriptingDate;
|
|
4708
4708
|
|
|
4709
4709
|
/**
|
|
4710
|
-
*
|
|
4710
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4711
4711
|
*/
|
|
4712
|
-
|
|
4712
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4713
4713
|
|
|
4714
4714
|
/**
|
|
4715
4715
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4944,14 +4944,14 @@ export interface DocumentLine {
|
|
|
4944
4944
|
number: string;
|
|
4945
4945
|
|
|
4946
4946
|
/**
|
|
4947
|
-
*
|
|
4947
|
+
* Gesamtbruttogewicht
|
|
4948
4948
|
*/
|
|
4949
|
-
|
|
4949
|
+
totalGrossWeight: number;
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
|
-
*
|
|
4952
|
+
* Referenz zur Kundenauftragszeile
|
|
4953
4953
|
*/
|
|
4954
|
-
|
|
4954
|
+
customerOrderLineRef: DocumentLineRef;
|
|
4955
4955
|
|
|
4956
4956
|
/**
|
|
4957
4957
|
* skontierbare Position?
|
|
@@ -4983,6 +4983,11 @@ export interface DocumentLine {
|
|
|
4983
4983
|
*/
|
|
4984
4984
|
lineType: DocumentLineType;
|
|
4985
4985
|
|
|
4986
|
+
/**
|
|
4987
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
4988
|
+
*/
|
|
4989
|
+
totalLinePriceModifier: number;
|
|
4990
|
+
|
|
4986
4991
|
/**
|
|
4987
4992
|
* vorgeorderte Menge in Pickvorgang
|
|
4988
4993
|
*/
|
|
@@ -4993,11 +4998,6 @@ export interface DocumentLine {
|
|
|
4993
4998
|
*/
|
|
4994
4999
|
supplierOrderLineIds: Array<number>;
|
|
4995
5000
|
|
|
4996
|
-
/**
|
|
4997
|
-
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
4998
|
-
*/
|
|
4999
|
-
totalLinePriceModifier: number;
|
|
5000
|
-
|
|
5001
5001
|
/**
|
|
5002
5002
|
* Vorgabe zu Streckengeschäft
|
|
5003
5003
|
*/
|
|
@@ -5014,24 +5014,24 @@ export interface DocumentLine {
|
|
|
5014
5014
|
id: number;
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
|
-
*
|
|
5017
|
+
* Serientyp
|
|
5018
5018
|
*/
|
|
5019
|
-
|
|
5019
|
+
serialType: ArticleSerialType;
|
|
5020
5020
|
|
|
5021
5021
|
/**
|
|
5022
|
-
*
|
|
5022
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5023
5023
|
*/
|
|
5024
|
-
|
|
5024
|
+
positionOfArticleLine: number;
|
|
5025
5025
|
|
|
5026
5026
|
/**
|
|
5027
|
-
*
|
|
5027
|
+
* Externe Referenz zum VDS-Paket
|
|
5028
5028
|
*/
|
|
5029
|
-
|
|
5029
|
+
externalReferenceVds: string;
|
|
5030
5030
|
|
|
5031
5031
|
/**
|
|
5032
|
-
*
|
|
5032
|
+
* Preis pro Einheit in Basiswährung
|
|
5033
5033
|
*/
|
|
5034
|
-
|
|
5034
|
+
basePrice: number;
|
|
5035
5035
|
|
|
5036
5036
|
/**
|
|
5037
5037
|
* MetaInformations for this Object
|
|
@@ -5254,14 +5254,14 @@ export interface DocumentLine {
|
|
|
5254
5254
|
deliveryText: string;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Produktionsdetails
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
|
-
*
|
|
5262
|
+
* Vorgabewert für die Preiskalkulation
|
|
5263
5263
|
*/
|
|
5264
|
-
|
|
5264
|
+
presetPrice: number;
|
|
5265
5265
|
|
|
5266
5266
|
/**
|
|
5267
5267
|
* Freifelder
|
|
@@ -5713,14 +5713,14 @@ export interface DocumentLinePosDetail {
|
|
|
5713
5713
|
externalPaymentErrorMessage: string;
|
|
5714
5714
|
|
|
5715
5715
|
/**
|
|
5716
|
-
*
|
|
5716
|
+
* Status der externen Zahlung
|
|
5717
5717
|
*/
|
|
5718
|
-
|
|
5718
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
5719
5719
|
|
|
5720
5720
|
/**
|
|
5721
|
-
*
|
|
5721
|
+
* Typ der Einlage/Ausgabe
|
|
5722
5722
|
*/
|
|
5723
|
-
|
|
5723
|
+
depositExpenseTypeId: number;
|
|
5724
5724
|
|
|
5725
5725
|
/**
|
|
5726
5726
|
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
@@ -6078,14 +6078,14 @@ export interface DocumentRef {
|
|
|
6078
6078
|
export interface DocumentShippingCost {
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
|
-
*
|
|
6081
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6082
6082
|
*/
|
|
6083
|
-
|
|
6083
|
+
manualCosts: boolean;
|
|
6084
6084
|
|
|
6085
6085
|
/**
|
|
6086
|
-
*
|
|
6086
|
+
* Die Versandkosten
|
|
6087
6087
|
*/
|
|
6088
|
-
|
|
6088
|
+
costs: number;
|
|
6089
6089
|
|
|
6090
6090
|
/**
|
|
6091
6091
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6330,14 +6330,14 @@ export interface DocumentType {
|
|
|
6330
6330
|
labels: Array<DocumentTypeLabel>;
|
|
6331
6331
|
|
|
6332
6332
|
/**
|
|
6333
|
-
*
|
|
6333
|
+
* Zählerkreis
|
|
6334
6334
|
*/
|
|
6335
|
-
|
|
6335
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6336
6336
|
|
|
6337
6337
|
/**
|
|
6338
|
-
*
|
|
6338
|
+
* nächste Belegnummer
|
|
6339
6339
|
*/
|
|
6340
|
-
|
|
6340
|
+
nextNumber: string;
|
|
6341
6341
|
|
|
6342
6342
|
/**
|
|
6343
6343
|
* Sortierung
|
|
@@ -6816,14 +6816,14 @@ export interface FabricationRevertRequest {
|
|
|
6816
6816
|
quantity: number;
|
|
6817
6817
|
|
|
6818
6818
|
/**
|
|
6819
|
-
*
|
|
6819
|
+
* ID der zu stornierenden Position
|
|
6820
6820
|
*/
|
|
6821
|
-
|
|
6821
|
+
documentLineId: number;
|
|
6822
6822
|
|
|
6823
6823
|
/**
|
|
6824
|
-
*
|
|
6824
|
+
* Material automatisch stornieren
|
|
6825
6825
|
*/
|
|
6826
|
-
|
|
6826
|
+
autoRevertComponents: boolean;
|
|
6827
6827
|
|
|
6828
6828
|
/**
|
|
6829
6829
|
* Zu stornierende Seriennummern
|
|
@@ -7427,14 +7427,14 @@ export interface Picklist {
|
|
|
7427
7427
|
export interface PicklistLine {
|
|
7428
7428
|
|
|
7429
7429
|
/**
|
|
7430
|
-
*
|
|
7430
|
+
* Gesammelte Menge der Position
|
|
7431
7431
|
*/
|
|
7432
|
-
|
|
7432
|
+
quantityCollected: number;
|
|
7433
7433
|
|
|
7434
7434
|
/**
|
|
7435
|
-
*
|
|
7435
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7436
7436
|
*/
|
|
7437
|
-
|
|
7437
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7438
7438
|
|
|
7439
7439
|
/**
|
|
7440
7440
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7472,14 +7472,14 @@ export interface PicklistLine {
|
|
|
7472
7472
|
version: number;
|
|
7473
7473
|
|
|
7474
7474
|
/**
|
|
7475
|
-
*
|
|
7475
|
+
* Lageranzeigename
|
|
7476
7476
|
*/
|
|
7477
|
-
|
|
7477
|
+
storageDisplayName: string;
|
|
7478
7478
|
|
|
7479
7479
|
/**
|
|
7480
|
-
*
|
|
7480
|
+
* ID der Quell-Dokumentposition
|
|
7481
7481
|
*/
|
|
7482
|
-
|
|
7482
|
+
sourceDocumentLineId: number;
|
|
7483
7483
|
|
|
7484
7484
|
/**
|
|
7485
7485
|
* Artikelnummer
|
|
@@ -7806,26 +7806,26 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7806
7806
|
*/
|
|
7807
7807
|
maxArticleCountPerOrder: number;
|
|
7808
7808
|
|
|
7809
|
-
/**
|
|
7810
|
-
* Alternative Selektion in VQL
|
|
7811
|
-
*/
|
|
7812
|
-
alternativeSelectionInVql: string;
|
|
7813
|
-
|
|
7814
7809
|
/**
|
|
7815
7810
|
* Maximaler Auftragswert
|
|
7816
7811
|
*/
|
|
7817
7812
|
maxOrderValue: number;
|
|
7818
7813
|
|
|
7819
7814
|
/**
|
|
7820
|
-
* Selektion
|
|
7815
|
+
* Alternative Selektion in VQL
|
|
7821
7816
|
*/
|
|
7822
|
-
|
|
7817
|
+
alternativeSelectionInVql: string;
|
|
7823
7818
|
|
|
7824
7819
|
/**
|
|
7825
7820
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7826
7821
|
*/
|
|
7827
7822
|
maxOrderCount: number;
|
|
7828
7823
|
|
|
7824
|
+
/**
|
|
7825
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
7826
|
+
*/
|
|
7827
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7828
|
+
|
|
7829
7829
|
/**
|
|
7830
7830
|
* Nur vollständig lieferbare Positionen
|
|
7831
7831
|
*/
|
|
@@ -7890,14 +7890,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7890
7890
|
printPicklist: boolean;
|
|
7891
7891
|
|
|
7892
7892
|
/**
|
|
7893
|
-
*
|
|
7893
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
7894
7894
|
*/
|
|
7895
|
-
|
|
7895
|
+
maxPicklistLineCount: number;
|
|
7896
7896
|
|
|
7897
7897
|
/**
|
|
7898
|
-
*
|
|
7898
|
+
* Die zu verwendende Pickwagengruppe
|
|
7899
7899
|
*/
|
|
7900
|
-
|
|
7900
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7901
7901
|
|
|
7902
7902
|
/**
|
|
7903
7903
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -7968,14 +7968,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7968
7968
|
alwaysShowDeliveryMethod: boolean;
|
|
7969
7969
|
|
|
7970
7970
|
/**
|
|
7971
|
-
*
|
|
7971
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
7972
7972
|
*/
|
|
7973
|
-
|
|
7973
|
+
autoPrintDeliveryDocument: boolean;
|
|
7974
7974
|
|
|
7975
7975
|
/**
|
|
7976
|
-
*
|
|
7976
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
7977
7977
|
*/
|
|
7978
|
-
|
|
7978
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
7979
7979
|
|
|
7980
7980
|
/**
|
|
7981
7981
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -7983,9 +7983,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7983
7983
|
showShippingFormOnPickingFinish: boolean;
|
|
7984
7984
|
|
|
7985
7985
|
/**
|
|
7986
|
-
*
|
|
7986
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
7987
7987
|
*/
|
|
7988
|
-
|
|
7988
|
+
allowPickingOfServiceArticles: boolean;
|
|
7989
7989
|
|
|
7990
7990
|
/**
|
|
7991
7991
|
* Sammelbestätigung erlauben
|
|
@@ -7993,9 +7993,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
7993
7993
|
allowFullConfirmation: boolean;
|
|
7994
7994
|
|
|
7995
7995
|
/**
|
|
7996
|
-
*
|
|
7996
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
7997
7997
|
*/
|
|
7998
|
-
|
|
7998
|
+
useDigitalPicklist: boolean;
|
|
7999
7999
|
|
|
8000
8000
|
/**
|
|
8001
8001
|
* Nur für Konsolidierung: Lieferbeleg und Versandlabel zum Abschluss scannen
|
|
@@ -8008,14 +8008,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8008
8008
|
scanPickTrolleyBoxToConfirmPickedArticle: 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
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8017
8017
|
*/
|
|
8018
|
-
|
|
8018
|
+
autoDeterminationOfLots: boolean;
|
|
8019
8019
|
|
|
8020
8020
|
/**
|
|
8021
8021
|
* Zielmengen in Masken verstecken?
|
|
@@ -8249,14 +8249,14 @@ export interface ProductArticleRef {
|
|
|
8249
8249
|
export interface ProductDiscount {
|
|
8250
8250
|
|
|
8251
8251
|
/**
|
|
8252
|
-
*
|
|
8252
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8253
8253
|
*/
|
|
8254
|
-
|
|
8254
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8255
8255
|
|
|
8256
8256
|
/**
|
|
8257
|
-
*
|
|
8257
|
+
* Kundengruppe
|
|
8258
8258
|
*/
|
|
8259
|
-
|
|
8259
|
+
customerGroupRef: ApiObjectReference;
|
|
8260
8260
|
|
|
8261
8261
|
/**
|
|
8262
8262
|
* Lieferantengruppe
|
|
@@ -8279,14 +8279,14 @@ export interface ProductDiscount {
|
|
|
8279
8279
|
validFrom: ScriptingDate;
|
|
8280
8280
|
|
|
8281
8281
|
/**
|
|
8282
|
-
*
|
|
8282
|
+
* Warengruppe
|
|
8283
8283
|
*/
|
|
8284
|
-
|
|
8284
|
+
productGroupRef: ApiObjectReference;
|
|
8285
8285
|
|
|
8286
8286
|
/**
|
|
8287
|
-
*
|
|
8287
|
+
* Bestimmt die Art des Rabatts
|
|
8288
8288
|
*/
|
|
8289
|
-
|
|
8289
|
+
modifierType: PriceModifierType;
|
|
8290
8290
|
|
|
8291
8291
|
/**
|
|
8292
8292
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8304,14 +8304,14 @@ export interface ProductDiscount {
|
|
|
8304
8304
|
currencyRef: CurrencyReference;
|
|
8305
8305
|
|
|
8306
8306
|
/**
|
|
8307
|
-
*
|
|
8307
|
+
* Preisgruppe
|
|
8308
8308
|
*/
|
|
8309
|
-
|
|
8309
|
+
priceGroupRef: ApiObjectReference;
|
|
8310
8310
|
|
|
8311
8311
|
/**
|
|
8312
|
-
*
|
|
8312
|
+
* Wert des Rabatts
|
|
8313
8313
|
*/
|
|
8314
|
-
|
|
8314
|
+
modifierValue: number;
|
|
8315
8315
|
|
|
8316
8316
|
/**
|
|
8317
8317
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8334,14 +8334,14 @@ export interface ProductDiscount {
|
|
|
8334
8334
|
modifierValueType: ValueType;
|
|
8335
8335
|
|
|
8336
8336
|
/**
|
|
8337
|
-
*
|
|
8337
|
+
* Account, für den der Rabatt gültig ist
|
|
8338
8338
|
*/
|
|
8339
|
-
|
|
8339
|
+
accountRef: ApiObjectReference;
|
|
8340
8340
|
|
|
8341
8341
|
/**
|
|
8342
|
-
*
|
|
8342
|
+
* Name des Rabatts
|
|
8343
8343
|
*/
|
|
8344
|
-
|
|
8344
|
+
modifierName: string;
|
|
8345
8345
|
|
|
8346
8346
|
/**
|
|
8347
8347
|
* Unique identifier of the Object
|
|
@@ -8458,14 +8458,14 @@ export interface ProductMainGroup {
|
|
|
8458
8458
|
export interface ProductPrice {
|
|
8459
8459
|
|
|
8460
8460
|
/**
|
|
8461
|
-
*
|
|
8461
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8462
8462
|
*/
|
|
8463
|
-
|
|
8463
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8464
8464
|
|
|
8465
8465
|
/**
|
|
8466
|
-
*
|
|
8466
|
+
* Kundengruppe
|
|
8467
8467
|
*/
|
|
8468
|
-
|
|
8468
|
+
customerGroupRef: ApiObjectReference;
|
|
8469
8469
|
|
|
8470
8470
|
/**
|
|
8471
8471
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8692,14 +8692,14 @@ export interface RequestDocument {
|
|
|
8692
8692
|
contractDetail: DocumentContractDetail;
|
|
8693
8693
|
|
|
8694
8694
|
/**
|
|
8695
|
-
*
|
|
8695
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8696
8696
|
*/
|
|
8697
|
-
|
|
8697
|
+
paymentTermId: number;
|
|
8698
8698
|
|
|
8699
8699
|
/**
|
|
8700
|
-
*
|
|
8700
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8701
8701
|
*/
|
|
8702
|
-
|
|
8702
|
+
supplierAccountId: number;
|
|
8703
8703
|
|
|
8704
8704
|
/**
|
|
8705
8705
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9533,14 +9533,14 @@ export interface ShelfDocument {
|
|
|
9533
9533
|
tags: Array<TagDto>;
|
|
9534
9534
|
|
|
9535
9535
|
/**
|
|
9536
|
-
*
|
|
9536
|
+
* Mehrsprachige Bezeichnungen
|
|
9537
9537
|
*/
|
|
9538
|
-
|
|
9538
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
9539
9539
|
|
|
9540
9540
|
/**
|
|
9541
|
-
*
|
|
9541
|
+
* share informations
|
|
9542
9542
|
*/
|
|
9543
|
-
|
|
9543
|
+
shares: Array<ShelfShare>;
|
|
9544
9544
|
|
|
9545
9545
|
/**
|
|
9546
9546
|
* Automatische Löschung ab
|
|
@@ -9672,14 +9672,14 @@ export interface ShelfDocumentType {
|
|
|
9672
9672
|
active: boolean;
|
|
9673
9673
|
|
|
9674
9674
|
/**
|
|
9675
|
-
*
|
|
9675
|
+
* access level or reading
|
|
9676
9676
|
*/
|
|
9677
|
-
|
|
9677
|
+
accessLevelRead: number;
|
|
9678
9678
|
|
|
9679
9679
|
/**
|
|
9680
|
-
*
|
|
9680
|
+
* label of type
|
|
9681
9681
|
*/
|
|
9682
|
-
|
|
9682
|
+
label: string;
|
|
9683
9683
|
|
|
9684
9684
|
/**
|
|
9685
9685
|
* storage rule for revisions
|
|
@@ -9725,14 +9725,14 @@ export interface ShelfFile {
|
|
|
9725
9725
|
subFiles: Array<SubFileInfo>;
|
|
9726
9726
|
|
|
9727
9727
|
/**
|
|
9728
|
-
*
|
|
9728
|
+
* revision number of this file
|
|
9729
9729
|
*/
|
|
9730
|
-
|
|
9730
|
+
revisionNumber: number;
|
|
9731
9731
|
|
|
9732
9732
|
/**
|
|
9733
|
-
*
|
|
9733
|
+
* fileSize
|
|
9734
9734
|
*/
|
|
9735
|
-
|
|
9735
|
+
fileSize: number;
|
|
9736
9736
|
|
|
9737
9737
|
/**
|
|
9738
9738
|
* file-extension of this entry
|
|
@@ -9760,14 +9760,14 @@ export interface ShelfFile {
|
|
|
9760
9760
|
version: number;
|
|
9761
9761
|
|
|
9762
9762
|
/**
|
|
9763
|
-
*
|
|
9763
|
+
* current reference of this file in our storage
|
|
9764
9764
|
*/
|
|
9765
|
-
|
|
9765
|
+
storageHandle: string;
|
|
9766
9766
|
|
|
9767
9767
|
/**
|
|
9768
|
-
*
|
|
9768
|
+
* meta data
|
|
9769
9769
|
*/
|
|
9770
|
-
|
|
9770
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
9771
9771
|
|
|
9772
9772
|
/**
|
|
9773
9773
|
* MetaInformations for this Object
|
|
@@ -9811,14 +9811,14 @@ export interface ShelfShare {
|
|
|
9811
9811
|
publishState: ShelfSharePublishState;
|
|
9812
9812
|
|
|
9813
9813
|
/**
|
|
9814
|
-
*
|
|
9814
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
9815
9815
|
*/
|
|
9816
|
-
|
|
9816
|
+
publicUrlDurationInMinutes: number;
|
|
9817
9817
|
|
|
9818
9818
|
/**
|
|
9819
|
-
*
|
|
9819
|
+
* Freifelder
|
|
9820
9820
|
*/
|
|
9821
|
-
|
|
9821
|
+
custom: EavShelfshare;
|
|
9822
9822
|
|
|
9823
9823
|
/**
|
|
9824
9824
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10312,14 +10312,14 @@ export interface Supplier {
|
|
|
10312
10312
|
performanceCountryCode: string;
|
|
10313
10313
|
|
|
10314
10314
|
/**
|
|
10315
|
-
*
|
|
10315
|
+
* reference to the payment method
|
|
10316
10316
|
*/
|
|
10317
|
-
|
|
10317
|
+
paymentMethodRef: ApiObjectReference;
|
|
10318
10318
|
|
|
10319
10319
|
/**
|
|
10320
|
-
*
|
|
10320
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10321
10321
|
*/
|
|
10322
|
-
|
|
10322
|
+
defaultDeliveryTime: number;
|
|
10323
10323
|
|
|
10324
10324
|
/**
|
|
10325
10325
|
* currency code IsoAlpha3
|
|
@@ -10340,14 +10340,14 @@ export interface TagDto {
|
|
|
10340
10340
|
editColor: string;
|
|
10341
10341
|
|
|
10342
10342
|
/**
|
|
10343
|
-
* Farbe
|
|
10343
|
+
* Farbe für die Anzeige des Tags
|
|
10344
10344
|
*/
|
|
10345
|
-
|
|
10345
|
+
color: string;
|
|
10346
10346
|
|
|
10347
10347
|
/**
|
|
10348
|
-
* Farbe
|
|
10348
|
+
* Farbe in Such-GUI
|
|
10349
10349
|
*/
|
|
10350
|
-
|
|
10350
|
+
searchColor: string;
|
|
10351
10351
|
|
|
10352
10352
|
/**
|
|
10353
10353
|
* Beschriftung des Tags
|
|
@@ -10671,14 +10671,14 @@ export interface User {
|
|
|
10671
10671
|
version: number;
|
|
10672
10672
|
|
|
10673
10673
|
/**
|
|
10674
|
-
*
|
|
10674
|
+
* first-name
|
|
10675
10675
|
*/
|
|
10676
|
-
|
|
10676
|
+
firstName: string;
|
|
10677
10677
|
|
|
10678
10678
|
/**
|
|
10679
|
-
*
|
|
10679
|
+
* is the email verified
|
|
10680
10680
|
*/
|
|
10681
|
-
|
|
10681
|
+
emailVerified: boolean;
|
|
10682
10682
|
|
|
10683
10683
|
/**
|
|
10684
10684
|
* email-address
|