@vario-software/types 2026.31.2 → 2026.31.4
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 +28 -28
- package/scripting/types.d.ts +283 -283
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Summe Forderungen
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
receivablesSum: number;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
costCenter: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -179,14 +179,14 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* calculation mode of this document
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
calculationMode: CalculationMode;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* Erstkontakt am
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
initialContactAt: ScriptingDate;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Sprache des Accounts
|
|
@@ -214,14 +214,14 @@ export interface Account {
|
|
|
214
214
|
persons: Array<AccountPerson>;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
218
218
|
*/
|
|
219
|
-
|
|
219
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Standard-Ansprechpartner
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
defaultPerson: AccountPerson;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
227
|
* Account-Beziehungen
|
|
@@ -291,26 +291,26 @@ export interface AccountAddress {
|
|
|
291
291
|
*/
|
|
292
292
|
regionRef: ApiObjectReference;
|
|
293
293
|
|
|
294
|
-
/**
|
|
295
|
-
* Title
|
|
296
|
-
*/
|
|
297
|
-
titleRef: ApiCreatableReference;
|
|
298
|
-
|
|
299
294
|
/**
|
|
300
295
|
* Post office box
|
|
301
296
|
*/
|
|
302
297
|
postOfficeBox: string;
|
|
303
298
|
|
|
304
299
|
/**
|
|
305
|
-
*
|
|
300
|
+
* Title
|
|
306
301
|
*/
|
|
307
|
-
|
|
302
|
+
titleRef: ApiCreatableReference;
|
|
308
303
|
|
|
309
304
|
/**
|
|
310
305
|
* Country code
|
|
311
306
|
*/
|
|
312
307
|
countryCode: string;
|
|
313
308
|
|
|
309
|
+
/**
|
|
310
|
+
* Street
|
|
311
|
+
*/
|
|
312
|
+
street: string;
|
|
313
|
+
|
|
314
314
|
/**
|
|
315
315
|
* Unique identifier of the Object
|
|
316
316
|
*/
|
|
@@ -337,14 +337,14 @@ export interface AccountAddress {
|
|
|
337
337
|
types: Array<ApiCreatableReference>;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* GLN/ILN as location identifier for this address
|
|
341
341
|
*/
|
|
342
|
-
|
|
342
|
+
globalLocationNumber: string;
|
|
343
343
|
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* Leitweg-ID
|
|
346
346
|
*/
|
|
347
|
-
|
|
347
|
+
buyerReference: string;
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* abweichende Zahlungsart
|
|
@@ -397,14 +397,14 @@ export interface AccountAddress {
|
|
|
397
397
|
additionalAddressLine1: string;
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
|
-
*
|
|
400
|
+
* Parcel station
|
|
401
401
|
*/
|
|
402
|
-
|
|
402
|
+
parcelStation: string;
|
|
403
403
|
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* Additional address line2
|
|
406
406
|
*/
|
|
407
|
-
|
|
407
|
+
additionalAddressLine2: string;
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Street address number
|
|
@@ -412,14 +412,14 @@ export interface AccountAddress {
|
|
|
412
412
|
streetAddressNumber: string;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Parcel station customer number
|
|
416
416
|
*/
|
|
417
|
-
|
|
417
|
+
parcelStationCustomerNumber: string;
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Default contacts
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
425
|
* Name3
|
|
@@ -475,14 +475,14 @@ export interface AccountBankdetail {
|
|
|
475
475
|
active: boolean;
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
|
-
*
|
|
478
|
+
* post-code of the bank
|
|
479
479
|
*/
|
|
480
|
-
|
|
480
|
+
bankPostCode: string;
|
|
481
481
|
|
|
482
482
|
/**
|
|
483
|
-
*
|
|
483
|
+
* name of the bank
|
|
484
484
|
*/
|
|
485
|
-
|
|
485
|
+
bankName: string;
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
488
|
* account from, if differs from account-address
|
|
@@ -494,26 +494,26 @@ export interface AccountBankdetail {
|
|
|
494
494
|
*/
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
|
-
/**
|
|
498
|
-
* city of the bank
|
|
499
|
-
*/
|
|
500
|
-
bankCity: string;
|
|
501
|
-
|
|
502
497
|
/**
|
|
503
498
|
* Hauptbankverbindung für
|
|
504
499
|
*/
|
|
505
500
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
501
|
|
|
507
502
|
/**
|
|
508
|
-
*
|
|
503
|
+
* city of the bank
|
|
509
504
|
*/
|
|
510
|
-
|
|
505
|
+
bankCity: string;
|
|
511
506
|
|
|
512
507
|
/**
|
|
513
508
|
* origin type
|
|
514
509
|
*/
|
|
515
510
|
originType: AccountBankdetail$OriginType;
|
|
516
511
|
|
|
512
|
+
/**
|
|
513
|
+
* Is default bank?
|
|
514
|
+
*/
|
|
515
|
+
defaultBank: boolean;
|
|
516
|
+
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
519
519
|
*/
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Kreditlimit
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
maximalLoan: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
payablesSum: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* weight and size w.o. packaging
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
netMetric: Article$Metric;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1225,14 +1225,14 @@ export interface Article {
|
|
|
1225
1225
|
countryOfOriginRef: CountryReference;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
|
-
*
|
|
1228
|
+
* description custom data
|
|
1229
1229
|
*/
|
|
1230
|
-
|
|
1230
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1231
1231
|
|
|
1232
1232
|
/**
|
|
1233
|
-
*
|
|
1233
|
+
* Frei kommissionierbar
|
|
1234
1234
|
*/
|
|
1235
|
-
|
|
1235
|
+
freelyPickable: boolean;
|
|
1236
1236
|
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1290,14 +1290,14 @@ export interface Article {
|
|
|
1290
1290
|
defaultFabricationCost: number;
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
|
-
*
|
|
1293
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1294
1294
|
*/
|
|
1295
|
-
|
|
1295
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
|
-
*
|
|
1298
|
+
* gross sales prices
|
|
1299
1299
|
*/
|
|
1300
|
-
|
|
1300
|
+
grossSalesPrice: number;
|
|
1301
1301
|
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
@@ -1320,14 +1320,14 @@ export interface Article {
|
|
|
1320
1320
|
productRef: ApiObjectReference;
|
|
1321
1321
|
|
|
1322
1322
|
/**
|
|
1323
|
-
*
|
|
1323
|
+
* Kontingentartikel
|
|
1324
1324
|
*/
|
|
1325
|
-
|
|
1325
|
+
contingentArticleRef: ApiObjectReference;
|
|
1326
1326
|
|
|
1327
1327
|
/**
|
|
1328
|
-
*
|
|
1328
|
+
* rabattierbarer Artikel?
|
|
1329
1329
|
*/
|
|
1330
|
-
|
|
1330
|
+
discountable: boolean;
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
1333
|
* alternative name of this product
|
|
@@ -1370,14 +1370,14 @@ export interface Article {
|
|
|
1370
1370
|
custom: EavArticle;
|
|
1371
1371
|
|
|
1372
1372
|
/**
|
|
1373
|
-
*
|
|
1373
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
*
|
|
1378
|
+
* Art des Haltbarkeitsdatums
|
|
1379
1379
|
*/
|
|
1380
|
-
|
|
1380
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Hersteller
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* Nur manuelle Produktion
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
onlyManualFabrication: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* provisionsberechtiger Artikel?
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
commissionable: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1553,14 +1553,14 @@ export interface ArticleCustomer {
|
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
1556
|
-
*
|
|
1556
|
+
* Etikettdruck-Einstellungen
|
|
1557
1557
|
*/
|
|
1558
|
-
|
|
1558
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1559
1559
|
|
|
1560
1560
|
/**
|
|
1561
|
-
*
|
|
1561
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1562
1562
|
*/
|
|
1563
|
-
|
|
1563
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Kunden-Preise
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
* der
|
|
1738
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
customLowestPriceGross: number;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
*
|
|
1743
|
+
* der Sales Channel
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
salesChannelRef: ApiObjectReference;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -2262,14 +2262,14 @@ export interface Asset {
|
|
|
2262
2262
|
active: boolean;
|
|
2263
2263
|
|
|
2264
2264
|
/**
|
|
2265
|
-
*
|
|
2265
|
+
* Zugehörige Assets
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
|
-
*
|
|
2270
|
+
* Ende Garantie
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2272
|
+
warrantyEndDate: ScriptingDate;
|
|
2273
2273
|
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Asset-Bezeichnung
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* geplante Dauer
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
plannedDurationInSeconds: number;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* Aktivität intern abgerechnet?
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
internalBilled: boolean;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2679,14 +2679,14 @@ export interface CrmActivity {
|
|
|
2679
2679
|
userRef: ApiObjectReference;
|
|
2680
2680
|
|
|
2681
2681
|
/**
|
|
2682
|
-
*
|
|
2682
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2683
2683
|
*/
|
|
2684
|
-
|
|
2684
|
+
system: boolean;
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* tatsächliche Startzeit
|
|
2688
2688
|
*/
|
|
2689
|
-
|
|
2689
|
+
startDateTime: ScriptingDateTime;
|
|
2690
2690
|
|
|
2691
2691
|
/**
|
|
2692
2692
|
* Inhalt dieser Aktivität
|
|
@@ -2793,14 +2793,14 @@ export interface CrmActivityType {
|
|
|
2793
2793
|
export interface CrmChecklistItem {
|
|
2794
2794
|
|
|
2795
2795
|
/**
|
|
2796
|
-
*
|
|
2796
|
+
* Text des Checklisten-Elements
|
|
2797
2797
|
*/
|
|
2798
|
-
|
|
2798
|
+
memo: string;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Ist das Element "angehakt"?
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
checked: boolean;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Unique identifier of the Object
|
|
@@ -3202,14 +3202,14 @@ export interface CrmProject {
|
|
|
3202
3202
|
priorityRef: ApiObjectReference;
|
|
3203
3203
|
|
|
3204
3204
|
/**
|
|
3205
|
-
*
|
|
3205
|
+
* Projektleiter vom Auftragnehmer
|
|
3206
3206
|
*/
|
|
3207
|
-
|
|
3207
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3208
3208
|
|
|
3209
3209
|
/**
|
|
3210
|
-
*
|
|
3210
|
+
* Phase
|
|
3211
3211
|
*/
|
|
3212
|
-
|
|
3212
|
+
phaseRef: ApiObjectReference;
|
|
3213
3213
|
|
|
3214
3214
|
/**
|
|
3215
3215
|
* Aufgaben-Nummer
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Geplanter Projektzeitraum (von)
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Einkaufsbelege
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3267,14 +3267,14 @@ export interface CrmProject {
|
|
|
3267
3267
|
info: MetaInfo;
|
|
3268
3268
|
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3270
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3271
3271
|
*/
|
|
3272
|
-
|
|
3272
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Projektleiter vom Auftraggeber
|
|
3276
3276
|
*/
|
|
3277
|
-
|
|
3277
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3278
3278
|
|
|
3279
3279
|
/**
|
|
3280
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3903,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3903
3903
|
export interface Customer {
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* reference to customer group
|
|
3907
3907
|
*/
|
|
3908
|
-
|
|
3908
|
+
customerGroupRef: ApiObjectReference;
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
|
-
*
|
|
3911
|
+
* Option für die Stapelverarbeitung
|
|
3912
3912
|
*/
|
|
3913
|
-
|
|
3913
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3928,14 +3928,14 @@ export interface Customer {
|
|
|
3928
3928
|
dueDate: ScriptingDate;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* collective billable
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
collectiveBillable: boolean;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
|
-
*
|
|
3936
|
+
* Maximal mögliche Lieferungen
|
|
3937
3937
|
*/
|
|
3938
|
-
|
|
3938
|
+
maxDeliveries: number;
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3963,14 +3963,14 @@ export interface Customer {
|
|
|
3963
3963
|
stackProcessingPriority: number;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
collectiveInvoiceManually: boolean;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
|
-
*
|
|
3971
|
+
* reference to product price group
|
|
3972
3972
|
*/
|
|
3973
|
-
|
|
3973
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3974
3974
|
|
|
3975
3975
|
/**
|
|
3976
3976
|
* Unique identifier of the Object
|
|
@@ -4620,14 +4620,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4620
4620
|
contractDetail: DocumentContractDetail;
|
|
4621
4621
|
|
|
4622
4622
|
/**
|
|
4623
|
-
*
|
|
4623
|
+
* Zahlungsplan vorhanden?
|
|
4624
4624
|
*/
|
|
4625
|
-
|
|
4625
|
+
paymentPlan: boolean;
|
|
4626
4626
|
|
|
4627
4627
|
/**
|
|
4628
|
-
*
|
|
4628
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4629
4629
|
*/
|
|
4630
|
-
|
|
4630
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4631
4631
|
|
|
4632
4632
|
/**
|
|
4633
4633
|
* Produktionsdetails
|
|
@@ -4645,14 +4645,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4645
4645
|
calculationMode: CalculationMode;
|
|
4646
4646
|
|
|
4647
4647
|
/**
|
|
4648
|
-
*
|
|
4648
|
+
* Referenz auf Zahlungsbedingung
|
|
4649
4649
|
*/
|
|
4650
|
-
|
|
4650
|
+
paymentTermRef: PaymentTermRef;
|
|
4651
4651
|
|
|
4652
4652
|
/**
|
|
4653
|
-
*
|
|
4653
|
+
* Wird vom Workflow verarbeitet?
|
|
4654
4654
|
*/
|
|
4655
|
-
|
|
4655
|
+
processedByWorkflow: boolean;
|
|
4656
4656
|
|
|
4657
4657
|
/**
|
|
4658
4658
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -5072,14 +5072,14 @@ export interface DocumentAddress {
|
|
|
5072
5072
|
postOfficeBox: string;
|
|
5073
5073
|
|
|
5074
5074
|
/**
|
|
5075
|
-
*
|
|
5075
|
+
* country code IsoAlpha3
|
|
5076
5076
|
*/
|
|
5077
|
-
|
|
5077
|
+
countryCode: string;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
|
-
*
|
|
5080
|
+
* Street
|
|
5081
5081
|
*/
|
|
5082
|
-
|
|
5082
|
+
street: string;
|
|
5083
5083
|
|
|
5084
5084
|
/**
|
|
5085
5085
|
* Unique identifier of the Object
|
|
@@ -5097,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5097
5097
|
info: MetaInfo;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
|
-
*
|
|
5100
|
+
* GLN
|
|
5101
5101
|
*/
|
|
5102
|
-
|
|
5102
|
+
globalLocationNumber: string;
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
|
-
*
|
|
5105
|
+
* Lieferart
|
|
5106
5106
|
*/
|
|
5107
|
-
|
|
5107
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5108
5108
|
|
|
5109
5109
|
/**
|
|
5110
5110
|
* Postcode
|
|
@@ -5162,14 +5162,14 @@ export interface DocumentAddress {
|
|
|
5162
5162
|
paymentMethodRef: ApiObjectReference;
|
|
5163
5163
|
|
|
5164
5164
|
/**
|
|
5165
|
-
*
|
|
5165
|
+
* Referenz zum Account
|
|
5166
5166
|
*/
|
|
5167
|
-
|
|
5167
|
+
accountRef: ApiObjectReference;
|
|
5168
5168
|
|
|
5169
5169
|
/**
|
|
5170
|
-
*
|
|
5170
|
+
* salutation for this address
|
|
5171
5171
|
*/
|
|
5172
|
-
|
|
5172
|
+
salutation: string;
|
|
5173
5173
|
|
|
5174
5174
|
/**
|
|
5175
5175
|
* address line 2
|
|
@@ -5495,14 +5495,14 @@ export interface DocumentLine {
|
|
|
5495
5495
|
number: string;
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
|
-
*
|
|
5498
|
+
* Referenz zur Kundenauftragszeile
|
|
5499
5499
|
*/
|
|
5500
|
-
|
|
5500
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5501
5501
|
|
|
5502
5502
|
/**
|
|
5503
|
-
*
|
|
5503
|
+
* Gesamtbruttogewicht
|
|
5504
5504
|
*/
|
|
5505
|
-
|
|
5505
|
+
totalGrossWeight: number;
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
5508
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5544,11 +5544,6 @@ export interface DocumentLine {
|
|
|
5544
5544
|
*/
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
|
-
/**
|
|
5548
|
-
* Preis pro Einheit in Basiswährung
|
|
5549
|
-
*/
|
|
5550
|
-
basePrice: number;
|
|
5551
|
-
|
|
5552
5547
|
/**
|
|
5553
5548
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5554
5549
|
*/
|
|
@@ -5560,15 +5555,20 @@ export interface DocumentLine {
|
|
|
5560
5555
|
serialType: ArticleSerialType;
|
|
5561
5556
|
|
|
5562
5557
|
/**
|
|
5563
|
-
*
|
|
5558
|
+
* Preis pro Einheit in Basiswährung
|
|
5564
5559
|
*/
|
|
5565
|
-
|
|
5560
|
+
basePrice: number;
|
|
5566
5561
|
|
|
5567
5562
|
/**
|
|
5568
5563
|
* Steuerschema
|
|
5569
5564
|
*/
|
|
5570
5565
|
taxSchemaRef: ApiObjectReference;
|
|
5571
5566
|
|
|
5567
|
+
/**
|
|
5568
|
+
* Preiseinheit
|
|
5569
|
+
*/
|
|
5570
|
+
priceUnit: number;
|
|
5571
|
+
|
|
5572
5572
|
/**
|
|
5573
5573
|
* Preisanpassungen - Position Basiswährung
|
|
5574
5574
|
*/
|
|
@@ -6273,14 +6273,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6273
6273
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6274
6274
|
|
|
6275
6275
|
/**
|
|
6276
|
-
*
|
|
6276
|
+
* Abweichende Herstellungskosten
|
|
6277
6277
|
*/
|
|
6278
|
-
|
|
6278
|
+
deviatingUnitPrice: number;
|
|
6279
6279
|
|
|
6280
6280
|
/**
|
|
6281
|
-
*
|
|
6281
|
+
* Menge
|
|
6282
6282
|
*/
|
|
6283
|
-
|
|
6283
|
+
quantity: number;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
6286
|
* Beschreibung
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Produzierte Seriennummern
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Menge defekt
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
quantityDefective: number;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -7211,14 +7211,14 @@ export interface DocumentType {
|
|
|
7211
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7212
|
|
|
7213
7213
|
/**
|
|
7214
|
-
*
|
|
7214
|
+
* nächste Belegnummer
|
|
7215
7215
|
*/
|
|
7216
|
-
|
|
7216
|
+
nextNumber: string;
|
|
7217
7217
|
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* Zählerkreis
|
|
7220
7220
|
*/
|
|
7221
|
-
|
|
7221
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* Sortierung
|
|
@@ -7419,14 +7419,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7419
7419
|
bookDate: ScriptingDate;
|
|
7420
7420
|
|
|
7421
7421
|
/**
|
|
7422
|
-
*
|
|
7422
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7423
7423
|
*/
|
|
7424
|
-
|
|
7424
|
+
targetExpiryDate: ScriptingDate;
|
|
7425
7425
|
|
|
7426
7426
|
/**
|
|
7427
|
-
*
|
|
7427
|
+
* Die gültige Seriennummer
|
|
7428
7428
|
*/
|
|
7429
|
-
|
|
7429
|
+
targetSerialNumber: string;
|
|
7430
7430
|
|
|
7431
7431
|
/**
|
|
7432
7432
|
* Quell-Lagerplatz
|
|
@@ -8227,14 +8227,14 @@ export interface OpenItem {
|
|
|
8227
8227
|
performanceCountryCode: string;
|
|
8228
8228
|
|
|
8229
8229
|
/**
|
|
8230
|
-
*
|
|
8230
|
+
* agreed Deposit payment date
|
|
8231
8231
|
*/
|
|
8232
|
-
|
|
8232
|
+
depositPaymentDate: ScriptingDate;
|
|
8233
8233
|
|
|
8234
8234
|
/**
|
|
8235
|
-
*
|
|
8235
|
+
* Valutadatum schreibgeschützt
|
|
8236
8236
|
*/
|
|
8237
|
-
|
|
8237
|
+
valueDateReadOnly: boolean;
|
|
8238
8238
|
|
|
8239
8239
|
/**
|
|
8240
8240
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8302,14 +8302,14 @@ export interface OpenItem {
|
|
|
8302
8302
|
paymentAmount: number;
|
|
8303
8303
|
|
|
8304
8304
|
/**
|
|
8305
|
-
*
|
|
8305
|
+
* how should a refund be done?
|
|
8306
8306
|
*/
|
|
8307
|
-
|
|
8307
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* Rechnungskorrektur
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
creditNote: ApiObjectReference;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
8315
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8332,14 +8332,14 @@ export interface OpenItem {
|
|
|
8332
8332
|
sumFee: number;
|
|
8333
8333
|
|
|
8334
8334
|
/**
|
|
8335
|
-
*
|
|
8335
|
+
* Zahlungsplan
|
|
8336
8336
|
*/
|
|
8337
|
-
|
|
8337
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8338
8338
|
|
|
8339
8339
|
/**
|
|
8340
|
-
*
|
|
8340
|
+
* The full amount of the payment
|
|
8341
8341
|
*/
|
|
8342
|
-
|
|
8342
|
+
fullPaymentAmount: number;
|
|
8343
8343
|
|
|
8344
8344
|
/**
|
|
8345
8345
|
* Zahlungssperre
|
|
@@ -8352,14 +8352,14 @@ export interface OpenItem {
|
|
|
8352
8352
|
originalPaymentDueDate: ScriptingDate;
|
|
8353
8353
|
|
|
8354
8354
|
/**
|
|
8355
|
-
*
|
|
8355
|
+
* Valutadatum
|
|
8356
8356
|
*/
|
|
8357
|
-
|
|
8357
|
+
valueDate: ScriptingDate;
|
|
8358
8358
|
|
|
8359
8359
|
/**
|
|
8360
|
-
*
|
|
8360
|
+
* whether this open item is balanced, partially paid or open
|
|
8361
8361
|
*/
|
|
8362
|
-
|
|
8362
|
+
balanceState: OpenItemBalanceState;
|
|
8363
8363
|
|
|
8364
8364
|
/**
|
|
8365
8365
|
* Skontobetrag 1
|
|
@@ -8842,14 +8842,14 @@ export interface PaymentMethod {
|
|
|
8842
8842
|
dunnable: boolean;
|
|
8843
8843
|
|
|
8844
8844
|
/**
|
|
8845
|
-
*
|
|
8845
|
+
* Debitoren-OP abschließen?
|
|
8846
8846
|
*/
|
|
8847
|
-
|
|
8847
|
+
closeCustomerAccountType: boolean;
|
|
8848
8848
|
|
|
8849
8849
|
/**
|
|
8850
|
-
*
|
|
8850
|
+
* translations
|
|
8851
8851
|
*/
|
|
8852
|
-
|
|
8852
|
+
translations: Array<DocumentTypeTerm>;
|
|
8853
8853
|
|
|
8854
8854
|
/**
|
|
8855
8855
|
* +Tage für Folgelastschrift
|
|
@@ -8857,14 +8857,14 @@ export interface PaymentMethod {
|
|
|
8857
8857
|
daysToAddForFollowup: number;
|
|
8858
8858
|
|
|
8859
8859
|
/**
|
|
8860
|
-
*
|
|
8860
|
+
* Die Business Transaction
|
|
8861
8861
|
*/
|
|
8862
|
-
|
|
8862
|
+
businessTransaction: ApiObjectReference;
|
|
8863
8863
|
|
|
8864
8864
|
/**
|
|
8865
|
-
*
|
|
8865
|
+
* external Payment Id
|
|
8866
8866
|
*/
|
|
8867
|
-
|
|
8867
|
+
externalPaymentId: string;
|
|
8868
8868
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* Unique identifier of the Object
|
|
@@ -8947,26 +8947,26 @@ export interface PaymentTerm {
|
|
|
8947
8947
|
*/
|
|
8948
8948
|
paymentDiscount2: number;
|
|
8949
8949
|
|
|
8950
|
-
/**
|
|
8951
|
-
* Percent for Discount 1
|
|
8952
|
-
*/
|
|
8953
|
-
paymentDiscount1: number;
|
|
8954
|
-
|
|
8955
8950
|
/**
|
|
8956
8951
|
* printDescription
|
|
8957
8952
|
*/
|
|
8958
8953
|
printDescription: string;
|
|
8959
8954
|
|
|
8960
8955
|
/**
|
|
8961
|
-
*
|
|
8956
|
+
* Percent for Discount 1
|
|
8962
8957
|
*/
|
|
8963
|
-
|
|
8958
|
+
paymentDiscount1: number;
|
|
8964
8959
|
|
|
8965
8960
|
/**
|
|
8966
8961
|
* for deposit: remaining term
|
|
8967
8962
|
*/
|
|
8968
8963
|
remainingTermRef: ApiObjectReference;
|
|
8969
8964
|
|
|
8965
|
+
/**
|
|
8966
|
+
* Days for Discount 1
|
|
8967
|
+
*/
|
|
8968
|
+
paymentDays1: number;
|
|
8969
|
+
|
|
8970
8970
|
/**
|
|
8971
8971
|
* Days for Discount 2
|
|
8972
8972
|
*/
|
|
@@ -9687,26 +9687,26 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9687
9687
|
*/
|
|
9688
9688
|
maxArticleCountPerOrder: number;
|
|
9689
9689
|
|
|
9690
|
-
/**
|
|
9691
|
-
* Alternative Selektion in VQL
|
|
9692
|
-
*/
|
|
9693
|
-
alternativeSelectionInVql: string;
|
|
9694
|
-
|
|
9695
9690
|
/**
|
|
9696
9691
|
* Maximaler Auftragswert
|
|
9697
9692
|
*/
|
|
9698
9693
|
maxOrderValue: number;
|
|
9699
9694
|
|
|
9700
9695
|
/**
|
|
9701
|
-
*
|
|
9696
|
+
* Alternative Selektion in VQL
|
|
9702
9697
|
*/
|
|
9703
|
-
|
|
9698
|
+
alternativeSelectionInVql: string;
|
|
9704
9699
|
|
|
9705
9700
|
/**
|
|
9706
9701
|
* Nur vollständig lieferbare Positionen
|
|
9707
9702
|
*/
|
|
9708
9703
|
onlyFullDeliverableOrderLines: boolean;
|
|
9709
9704
|
|
|
9705
|
+
/**
|
|
9706
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9707
|
+
*/
|
|
9708
|
+
maxOrderCount: number;
|
|
9709
|
+
|
|
9710
9710
|
/**
|
|
9711
9711
|
* Selektion über den Bereich vom Lieferdatum
|
|
9712
9712
|
*/
|
|
@@ -9781,14 +9781,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9781
9781
|
printPicklist: boolean;
|
|
9782
9782
|
|
|
9783
9783
|
/**
|
|
9784
|
-
*
|
|
9784
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9785
9785
|
*/
|
|
9786
|
-
|
|
9786
|
+
maxPicklistLineCount: number;
|
|
9787
9787
|
|
|
9788
9788
|
/**
|
|
9789
|
-
*
|
|
9789
|
+
* Die zu verwendende Pickwagengruppe
|
|
9790
9790
|
*/
|
|
9791
|
-
|
|
9791
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9792
9792
|
|
|
9793
9793
|
/**
|
|
9794
9794
|
* Der zu verwendende Pickwagen
|
|
@@ -9909,14 +9909,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9909
9909
|
printLabelOnCompleteOrder: boolean;
|
|
9910
9910
|
|
|
9911
9911
|
/**
|
|
9912
|
-
*
|
|
9912
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9913
9913
|
*/
|
|
9914
|
-
|
|
9914
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9915
9915
|
|
|
9916
9916
|
/**
|
|
9917
|
-
*
|
|
9917
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9918
9918
|
*/
|
|
9919
|
-
|
|
9919
|
+
printLabelAfterPicking: boolean;
|
|
9920
9920
|
|
|
9921
9921
|
/**
|
|
9922
9922
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
@@ -10182,14 +10182,14 @@ export interface ProductArticleRef {
|
|
|
10182
10182
|
export interface ProductDiscount {
|
|
10183
10183
|
|
|
10184
10184
|
/**
|
|
10185
|
-
*
|
|
10185
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10186
10186
|
*/
|
|
10187
|
-
|
|
10187
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10188
10188
|
|
|
10189
10189
|
/**
|
|
10190
|
-
*
|
|
10190
|
+
* Kundengruppe
|
|
10191
10191
|
*/
|
|
10192
|
-
|
|
10192
|
+
customerGroupRef: ApiObjectReference;
|
|
10193
10193
|
|
|
10194
10194
|
/**
|
|
10195
10195
|
* Lieferantengruppe
|
|
@@ -10202,14 +10202,14 @@ export interface ProductDiscount {
|
|
|
10202
10202
|
fromQuantity: number;
|
|
10203
10203
|
|
|
10204
10204
|
/**
|
|
10205
|
-
*
|
|
10205
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10206
10206
|
*/
|
|
10207
|
-
|
|
10207
|
+
articleRef: ApiObjectReference;
|
|
10208
10208
|
|
|
10209
10209
|
/**
|
|
10210
|
-
*
|
|
10210
|
+
* Hersteller
|
|
10211
10211
|
*/
|
|
10212
|
-
|
|
10212
|
+
manufacturerRef: ApiObjectReference;
|
|
10213
10213
|
|
|
10214
10214
|
/**
|
|
10215
10215
|
* Gültig von
|
|
@@ -10217,14 +10217,14 @@ export interface ProductDiscount {
|
|
|
10217
10217
|
validFrom: ScriptingDate;
|
|
10218
10218
|
|
|
10219
10219
|
/**
|
|
10220
|
-
*
|
|
10220
|
+
* Bestimmt die Art des Rabatts
|
|
10221
10221
|
*/
|
|
10222
|
-
|
|
10222
|
+
modifierType: PriceModifierType;
|
|
10223
10223
|
|
|
10224
10224
|
/**
|
|
10225
|
-
*
|
|
10225
|
+
* Warengruppe
|
|
10226
10226
|
*/
|
|
10227
|
-
|
|
10227
|
+
productGroupRef: ApiObjectReference;
|
|
10228
10228
|
|
|
10229
10229
|
/**
|
|
10230
10230
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10242,14 +10242,14 @@ export interface ProductDiscount {
|
|
|
10242
10242
|
currencyRef: CurrencyReference;
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* Preisgruppe
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
priceGroupRef: ApiObjectReference;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* Wert des Rabatts
|
|
10251
10251
|
*/
|
|
10252
|
-
|
|
10252
|
+
modifierValue: number;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
10255
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10396,14 +10396,14 @@ export interface ProductMainGroup {
|
|
|
10396
10396
|
export interface ProductPrice {
|
|
10397
10397
|
|
|
10398
10398
|
/**
|
|
10399
|
-
*
|
|
10399
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10400
10400
|
*/
|
|
10401
|
-
|
|
10401
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10402
10402
|
|
|
10403
10403
|
/**
|
|
10404
|
-
*
|
|
10404
|
+
* Kundengruppe
|
|
10405
10405
|
*/
|
|
10406
|
-
|
|
10406
|
+
customerGroupRef: ApiObjectReference;
|
|
10407
10407
|
|
|
10408
10408
|
/**
|
|
10409
10409
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10466,14 +10466,14 @@ export interface ProductPrice {
|
|
|
10466
10466
|
supplierGroupRef: ApiObjectReference;
|
|
10467
10467
|
|
|
10468
10468
|
/**
|
|
10469
|
-
*
|
|
10469
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10470
10470
|
*/
|
|
10471
|
-
|
|
10471
|
+
articleRef: ApiObjectReference;
|
|
10472
10472
|
|
|
10473
10473
|
/**
|
|
10474
|
-
*
|
|
10474
|
+
* Hersteller
|
|
10475
10475
|
*/
|
|
10476
|
-
|
|
10476
|
+
manufacturerRef: ApiObjectReference;
|
|
10477
10477
|
|
|
10478
10478
|
/**
|
|
10479
10479
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10686,14 +10686,14 @@ export interface RequestDocument {
|
|
|
10686
10686
|
deliveryTermId: number;
|
|
10687
10687
|
|
|
10688
10688
|
/**
|
|
10689
|
-
*
|
|
10689
|
+
* Für interne Zwecke: Währung für das Document
|
|
10690
10690
|
*/
|
|
10691
|
-
|
|
10691
|
+
currencyId: number;
|
|
10692
10692
|
|
|
10693
10693
|
/**
|
|
10694
|
-
*
|
|
10694
|
+
* Dokumentzeilen
|
|
10695
10695
|
*/
|
|
10696
|
-
|
|
10696
|
+
lines: Array<RequestDocumentLine>;
|
|
10697
10697
|
|
|
10698
10698
|
/**
|
|
10699
10699
|
* Nur für interne Zwecke: neue Positionen für einzeln retournierte Baugruppen-Komponenten
|
|
@@ -10854,14 +10854,14 @@ export interface RequestDocumentLine {
|
|
|
10854
10854
|
dropShippingPolicy: DropShippingPolicy;
|
|
10855
10855
|
|
|
10856
10856
|
/**
|
|
10857
|
-
*
|
|
10857
|
+
* Positionsnummer der Artikel
|
|
10858
10858
|
*/
|
|
10859
|
-
|
|
10859
|
+
positionOfArticleLine: number;
|
|
10860
10860
|
|
|
10861
10861
|
/**
|
|
10862
|
-
*
|
|
10862
|
+
* (optional) Lager-ID
|
|
10863
10863
|
*/
|
|
10864
|
-
|
|
10864
|
+
storageId: number;
|
|
10865
10865
|
|
|
10866
10866
|
/**
|
|
10867
10867
|
* Vertragsdetails zur Belegposition
|
|
@@ -10949,14 +10949,14 @@ export interface RequestDocumentLine {
|
|
|
10949
10949
|
name: string;
|
|
10950
10950
|
|
|
10951
10951
|
/**
|
|
10952
|
-
*
|
|
10952
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10953
10953
|
*/
|
|
10954
|
-
|
|
10954
|
+
externalArticleNumber: string;
|
|
10955
10955
|
|
|
10956
10956
|
/**
|
|
10957
|
-
*
|
|
10957
|
+
* ID der Quell-Belegposition
|
|
10958
10958
|
*/
|
|
10959
|
-
|
|
10959
|
+
sourceLineId: number;
|
|
10960
10960
|
|
|
10961
10961
|
/**
|
|
10962
10962
|
* Buchungen zu dieser Belegposition
|
|
@@ -11759,14 +11759,14 @@ export interface ShelfDocumentType {
|
|
|
11759
11759
|
active: boolean;
|
|
11760
11760
|
|
|
11761
11761
|
/**
|
|
11762
|
-
*
|
|
11762
|
+
* access level or reading
|
|
11763
11763
|
*/
|
|
11764
|
-
|
|
11764
|
+
accessLevelRead: number;
|
|
11765
11765
|
|
|
11766
11766
|
/**
|
|
11767
|
-
*
|
|
11767
|
+
* label of type
|
|
11768
11768
|
*/
|
|
11769
|
-
|
|
11769
|
+
label: string;
|
|
11770
11770
|
|
|
11771
11771
|
/**
|
|
11772
11772
|
* storage rule for revisions
|
|
@@ -11812,14 +11812,14 @@ export interface ShelfFile {
|
|
|
11812
11812
|
subFiles: Array<SubFileInfo>;
|
|
11813
11813
|
|
|
11814
11814
|
/**
|
|
11815
|
-
*
|
|
11815
|
+
* revision number of this file
|
|
11816
11816
|
*/
|
|
11817
|
-
|
|
11817
|
+
revisionNumber: number;
|
|
11818
11818
|
|
|
11819
11819
|
/**
|
|
11820
|
-
*
|
|
11820
|
+
* fileSize
|
|
11821
11821
|
*/
|
|
11822
|
-
|
|
11822
|
+
fileSize: number;
|
|
11823
11823
|
|
|
11824
11824
|
/**
|
|
11825
11825
|
* file-extension of this entry
|
|
@@ -11847,14 +11847,14 @@ export interface ShelfFile {
|
|
|
11847
11847
|
version: number;
|
|
11848
11848
|
|
|
11849
11849
|
/**
|
|
11850
|
-
*
|
|
11850
|
+
* meta data
|
|
11851
11851
|
*/
|
|
11852
|
-
|
|
11852
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11853
11853
|
|
|
11854
11854
|
/**
|
|
11855
|
-
*
|
|
11855
|
+
* current reference of this file in our storage
|
|
11856
11856
|
*/
|
|
11857
|
-
|
|
11857
|
+
storageHandle: string;
|
|
11858
11858
|
|
|
11859
11859
|
/**
|
|
11860
11860
|
* MetaInformations for this Object
|
|
@@ -11901,14 +11901,14 @@ export interface ShelfShare {
|
|
|
11901
11901
|
publishState: ShelfSharePublishState;
|
|
11902
11902
|
|
|
11903
11903
|
/**
|
|
11904
|
-
*
|
|
11904
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11905
11905
|
*/
|
|
11906
|
-
|
|
11906
|
+
publicUrlDurationInMinutes: number;
|
|
11907
11907
|
|
|
11908
11908
|
/**
|
|
11909
|
-
*
|
|
11909
|
+
* Freifelder
|
|
11910
11910
|
*/
|
|
11911
|
-
|
|
11911
|
+
custom: EavShelfshare;
|
|
11912
11912
|
|
|
11913
11913
|
/**
|
|
11914
11914
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -12348,14 +12348,14 @@ export interface Supplier {
|
|
|
12348
12348
|
deliveryMethodRef: ApiObjectReference;
|
|
12349
12349
|
|
|
12350
12350
|
/**
|
|
12351
|
-
*
|
|
12351
|
+
* Lieferantengruppe
|
|
12352
12352
|
*/
|
|
12353
|
-
|
|
12353
|
+
supplierGroupRef: ApiObjectReference;
|
|
12354
12354
|
|
|
12355
12355
|
/**
|
|
12356
|
-
*
|
|
12356
|
+
* tax able or tax free
|
|
12357
12357
|
*/
|
|
12358
|
-
|
|
12358
|
+
taxable: boolean;
|
|
12359
12359
|
|
|
12360
12360
|
/**
|
|
12361
12361
|
* Mahnen?
|
|
@@ -12408,14 +12408,14 @@ export interface Supplier {
|
|
|
12408
12408
|
performanceCountryCode: string;
|
|
12409
12409
|
|
|
12410
12410
|
/**
|
|
12411
|
-
*
|
|
12411
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12412
12412
|
*/
|
|
12413
|
-
|
|
12413
|
+
defaultDeliveryTime: number;
|
|
12414
12414
|
|
|
12415
12415
|
/**
|
|
12416
|
-
*
|
|
12416
|
+
* reference to the payment method
|
|
12417
12417
|
*/
|
|
12418
|
-
|
|
12418
|
+
paymentMethodRef: ApiObjectReference;
|
|
12419
12419
|
|
|
12420
12420
|
/**
|
|
12421
12421
|
* Bestellsperre
|
|
@@ -12441,14 +12441,14 @@ export interface TagDto {
|
|
|
12441
12441
|
editColor: string;
|
|
12442
12442
|
|
|
12443
12443
|
/**
|
|
12444
|
-
* Farbe
|
|
12444
|
+
* Farbe für die Anzeige des Tags
|
|
12445
12445
|
*/
|
|
12446
|
-
|
|
12446
|
+
color: string;
|
|
12447
12447
|
|
|
12448
12448
|
/**
|
|
12449
|
-
* Farbe
|
|
12449
|
+
* Farbe in Such-GUI
|
|
12450
12450
|
*/
|
|
12451
|
-
|
|
12451
|
+
searchColor: string;
|
|
12452
12452
|
|
|
12453
12453
|
/**
|
|
12454
12454
|
* Beschriftung des Tags
|
|
@@ -12680,14 +12680,14 @@ export interface TextTemplate {
|
|
|
12680
12680
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12681
12681
|
|
|
12682
12682
|
/**
|
|
12683
|
-
*
|
|
12683
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12684
12684
|
*/
|
|
12685
|
-
|
|
12685
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12686
12686
|
|
|
12687
12687
|
/**
|
|
12688
|
-
*
|
|
12688
|
+
* Texte in den angebotenen Sprachen
|
|
12689
12689
|
*/
|
|
12690
|
-
|
|
12690
|
+
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12691
12691
|
|
|
12692
12692
|
/**
|
|
12693
12693
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|