@vario-software/types 2026.24.0 → 2026.24.2
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/schema/erp.d.ts +2 -10
- package/scripting/services.d.ts +44 -44
- package/scripting/types.d.ts +356 -356
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -143,14 +143,14 @@ export interface Account {
|
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Kostenstelle
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
costCenter: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -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
|
|
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
|
|
|
488
488
|
*/
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* Hauptbankverbindung für
|
|
493
|
-
*/
|
|
494
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* city of the bank
|
|
498
493
|
*/
|
|
499
494
|
bankCity: string;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
502
|
* Is default bank?
|
|
508
503
|
*/
|
|
509
504
|
defaultBank: boolean;
|
|
510
505
|
|
|
506
|
+
/**
|
|
507
|
+
* origin type
|
|
508
|
+
*/
|
|
509
|
+
originType: AccountBankdetail$OriginType;
|
|
510
|
+
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
513
513
|
*/
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
payablesSum: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -1029,14 +1029,14 @@ export interface Article {
|
|
|
1029
1029
|
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Seriennummern Auszeichnungsart
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1208,26 +1208,26 @@ export interface Article {
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
|
-
/**
|
|
1212
|
-
* description custom data
|
|
1213
|
-
*/
|
|
1214
|
-
listingDescriptionCustom: EavArticleListingDescription;
|
|
1215
|
-
|
|
1216
1211
|
/**
|
|
1217
1212
|
* Frei kommissionierbar
|
|
1218
1213
|
*/
|
|
1219
1214
|
freelyPickable: boolean;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* description custom data
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1223
|
*/
|
|
1229
1224
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
|
+
*/
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1298,11 +1298,6 @@ export interface Article {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
|
-
/**
|
|
1302
|
-
* rabattierbarer Artikel?
|
|
1303
|
-
*/
|
|
1304
|
-
discountable: boolean;
|
|
1305
|
-
|
|
1306
1301
|
/**
|
|
1307
1302
|
* Kontingentartikel
|
|
1308
1303
|
*/
|
|
@@ -1313,6 +1308,11 @@ export interface Article {
|
|
|
1313
1308
|
*/
|
|
1314
1309
|
alternativeName: string;
|
|
1315
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
|
+
*/
|
|
1314
|
+
discountable: boolean;
|
|
1315
|
+
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
1318
1318
|
*/
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Art des Haltbarkeitsdatums
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1554,14 +1554,14 @@ export interface ArticleCustomer {
|
|
|
1554
1554
|
defaultGrossPrice: number;
|
|
1555
1555
|
|
|
1556
1556
|
/**
|
|
1557
|
-
*
|
|
1557
|
+
* Art der Preisermittlung
|
|
1558
1558
|
*/
|
|
1559
|
-
|
|
1559
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1560
1560
|
|
|
1561
1561
|
/**
|
|
1562
|
-
*
|
|
1562
|
+
* Abweichende Produktnummer
|
|
1563
1563
|
*/
|
|
1564
|
-
|
|
1564
|
+
deviatingArticleNumber: string;
|
|
1565
1565
|
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Artikelnummer
|
|
@@ -1894,9 +1894,9 @@ export interface ArticleStorage {
|
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
|
-
*
|
|
1897
|
+
* Aktuelle Menge in Kommissionierung
|
|
1898
1898
|
*/
|
|
1899
|
-
|
|
1899
|
+
quantityInPicking: number;
|
|
1900
1900
|
|
|
1901
1901
|
/**
|
|
1902
1902
|
* Bestellte Menge
|
|
@@ -1904,19 +1904,19 @@ export interface ArticleStorage {
|
|
|
1904
1904
|
orderedQuantity: number;
|
|
1905
1905
|
|
|
1906
1906
|
/**
|
|
1907
|
-
*
|
|
1907
|
+
* Meldebestand
|
|
1908
1908
|
*/
|
|
1909
|
-
|
|
1909
|
+
reorderPoint: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
|
-
*
|
|
1912
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1913
1913
|
*/
|
|
1914
|
-
|
|
1914
|
+
virtualStockAmount: number;
|
|
1915
1915
|
|
|
1916
1916
|
/**
|
|
1917
|
-
*
|
|
1917
|
+
* Nachschub auf
|
|
1918
1918
|
*/
|
|
1919
|
-
|
|
1919
|
+
replenishmentOn: number;
|
|
1920
1920
|
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
orderOnComponentBase: boolean;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Einkaufseinheit
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
purchaseUnit: number;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -2334,14 +2334,14 @@ export interface CountryReference {
|
|
|
2334
2334
|
export interface CreateNewDocumentRequest {
|
|
2335
2335
|
|
|
2336
2336
|
/**
|
|
2337
|
-
* Belegart
|
|
2337
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2338
2338
|
*/
|
|
2339
|
-
|
|
2339
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
|
2342
|
-
*
|
|
2342
|
+
* Belegart
|
|
2343
2343
|
*/
|
|
2344
|
-
|
|
2344
|
+
documentTypeLabel: string;
|
|
2345
2345
|
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Details zum Beleg
|
|
@@ -2452,14 +2452,14 @@ export interface CrmActivity {
|
|
|
2452
2452
|
userRef: ApiObjectReference;
|
|
2453
2453
|
|
|
2454
2454
|
/**
|
|
2455
|
-
*
|
|
2455
|
+
* tatsächliche Startzeit
|
|
2456
2456
|
*/
|
|
2457
|
-
|
|
2457
|
+
startDateTime: ScriptingDateTime;
|
|
2458
2458
|
|
|
2459
2459
|
/**
|
|
2460
|
-
*
|
|
2460
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2461
2461
|
*/
|
|
2462
|
-
|
|
2462
|
+
system: boolean;
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Inhalt dieser Aktivität
|
|
@@ -2684,14 +2684,14 @@ export interface CrmDeal {
|
|
|
2684
2684
|
info: MetaInfo;
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2688
2688
|
*/
|
|
2689
|
-
|
|
2689
|
+
assignedUserRef: ApiObjectReference;
|
|
2690
2690
|
|
|
2691
2691
|
/**
|
|
2692
|
-
*
|
|
2692
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2693
2693
|
*/
|
|
2694
|
-
|
|
2694
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2695
2695
|
|
|
2696
2696
|
/**
|
|
2697
2697
|
* Chance (in Prozent)
|
|
@@ -3025,14 +3025,14 @@ export interface CrmProject {
|
|
|
3025
3025
|
info: MetaInfo;
|
|
3026
3026
|
|
|
3027
3027
|
/**
|
|
3028
|
-
*
|
|
3028
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3029
3029
|
*/
|
|
3030
|
-
|
|
3030
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3031
3031
|
|
|
3032
3032
|
/**
|
|
3033
|
-
*
|
|
3033
|
+
* Projektleiter vom Auftraggeber
|
|
3034
3034
|
*/
|
|
3035
|
-
|
|
3035
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3036
3036
|
|
|
3037
3037
|
/**
|
|
3038
3038
|
* Übergeordnete CRM-Objekte
|
|
@@ -3220,14 +3220,14 @@ export interface CrmState {
|
|
|
3220
3220
|
readyToBill: boolean;
|
|
3221
3221
|
|
|
3222
3222
|
/**
|
|
3223
|
-
*
|
|
3223
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3224
3224
|
*/
|
|
3225
|
-
|
|
3225
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3226
3226
|
|
|
3227
3227
|
/**
|
|
3228
|
-
*
|
|
3228
|
+
* Handelt es sich um einen Anfang-Status
|
|
3229
3229
|
*/
|
|
3230
|
-
|
|
3230
|
+
startState: boolean;
|
|
3231
3231
|
|
|
3232
3232
|
/**
|
|
3233
3233
|
* MetaInformations for this Object
|
|
@@ -3275,6 +3275,11 @@ export interface CrmSubType {
|
|
|
3275
3275
|
|
|
3276
3276
|
export interface CrmTask {
|
|
3277
3277
|
|
|
3278
|
+
/**
|
|
3279
|
+
* Liste von Erinnerungen
|
|
3280
|
+
*/
|
|
3281
|
+
reminders: Array<CrmReminder>;
|
|
3282
|
+
|
|
3278
3283
|
/**
|
|
3279
3284
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3280
3285
|
*/
|
|
@@ -3285,11 +3290,6 @@ export interface CrmTask {
|
|
|
3285
3290
|
*/
|
|
3286
3291
|
customerOfferRef: DocumentRef;
|
|
3287
3292
|
|
|
3288
|
-
/**
|
|
3289
|
-
* Liste von Erinnerungen
|
|
3290
|
-
*/
|
|
3291
|
-
reminders: Array<CrmReminder>;
|
|
3292
|
-
|
|
3293
3293
|
/**
|
|
3294
3294
|
* Notizen
|
|
3295
3295
|
*/
|
|
@@ -3476,14 +3476,14 @@ export interface CrmTask {
|
|
|
3476
3476
|
parentRefs: Array<CrmObjectRef>;
|
|
3477
3477
|
|
|
3478
3478
|
/**
|
|
3479
|
-
*
|
|
3479
|
+
* Beauftragte Zeit in Sekunden
|
|
3480
3480
|
*/
|
|
3481
|
-
|
|
3481
|
+
effortCommissioned: number;
|
|
3482
3482
|
|
|
3483
3483
|
/**
|
|
3484
|
-
*
|
|
3484
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3485
3485
|
*/
|
|
3486
|
-
|
|
3486
|
+
externalRecordedTimes: number;
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3655,14 +3655,14 @@ export interface CurrencyReference {
|
|
|
3655
3655
|
export interface Customer {
|
|
3656
3656
|
|
|
3657
3657
|
/**
|
|
3658
|
-
*
|
|
3658
|
+
* Option für die Stapelverarbeitung
|
|
3659
3659
|
*/
|
|
3660
|
-
|
|
3660
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3661
3661
|
|
|
3662
3662
|
/**
|
|
3663
|
-
*
|
|
3663
|
+
* reference to customer group
|
|
3664
3664
|
*/
|
|
3665
|
-
|
|
3665
|
+
customerGroupRef: ApiObjectReference;
|
|
3666
3666
|
|
|
3667
3667
|
/**
|
|
3668
3668
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3680,14 +3680,14 @@ export interface Customer {
|
|
|
3680
3680
|
dueDate: ScriptingDate;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* Maximal mögliche Lieferungen
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
maxDeliveries: number;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
3688
|
+
* collective billable
|
|
3689
3689
|
*/
|
|
3690
|
-
|
|
3690
|
+
collectiveBillable: boolean;
|
|
3691
3691
|
|
|
3692
3692
|
/**
|
|
3693
3693
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3740,14 +3740,14 @@ export interface Customer {
|
|
|
3740
3740
|
info: MetaInfo;
|
|
3741
3741
|
|
|
3742
3742
|
/**
|
|
3743
|
-
*
|
|
3743
|
+
* tax able or tax free
|
|
3744
3744
|
*/
|
|
3745
|
-
|
|
3745
|
+
taxable: boolean;
|
|
3746
3746
|
|
|
3747
3747
|
/**
|
|
3748
|
-
*
|
|
3748
|
+
* reference to the delivery method
|
|
3749
3749
|
*/
|
|
3750
|
-
|
|
3750
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3751
3751
|
|
|
3752
3752
|
/**
|
|
3753
3753
|
* active true/false
|
|
@@ -3899,14 +3899,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3899
3899
|
export interface DeliveryMethod {
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
|
-
*
|
|
3902
|
+
* E-Mail an Versender übergeben
|
|
3903
3903
|
*/
|
|
3904
|
-
|
|
3904
|
+
forwardEmailToShipper: boolean;
|
|
3905
3905
|
|
|
3906
3906
|
/**
|
|
3907
|
-
*
|
|
3907
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3908
3908
|
*/
|
|
3909
|
-
|
|
3909
|
+
splitIntoNewDocument: boolean;
|
|
3910
3910
|
|
|
3911
3911
|
/**
|
|
3912
3912
|
* Min. Gewicht pro Paket
|
|
@@ -4057,14 +4057,14 @@ export interface DeliveryTerm {
|
|
|
4057
4057
|
version: number;
|
|
4058
4058
|
|
|
4059
4059
|
/**
|
|
4060
|
-
*
|
|
4060
|
+
* translations
|
|
4061
4061
|
*/
|
|
4062
|
-
|
|
4062
|
+
translations: Array<DocumentTypeTerm>;
|
|
4063
4063
|
|
|
4064
4064
|
/**
|
|
4065
|
-
*
|
|
4065
|
+
* information, how the shipping charges should be calculated
|
|
4066
4066
|
*/
|
|
4067
|
-
|
|
4067
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
4070
|
* Lieferarten
|
|
@@ -4095,14 +4095,14 @@ export interface DeliveryTerm {
|
|
|
4095
4095
|
export interface Document {
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4098
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4099
4099
|
*/
|
|
4100
|
-
|
|
4100
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4101
4101
|
|
|
4102
4102
|
/**
|
|
4103
|
-
*
|
|
4103
|
+
* Referenz zum Rechnungskonto
|
|
4104
4104
|
*/
|
|
4105
|
-
|
|
4105
|
+
billingAccountRef: ApiObjectReference;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
4108
|
* Externe Belegnummer
|
|
@@ -4140,14 +4140,14 @@ export interface Document {
|
|
|
4140
4140
|
totalVat: number;
|
|
4141
4141
|
|
|
4142
4142
|
/**
|
|
4143
|
-
*
|
|
4143
|
+
* Name der bestellenden Person
|
|
4144
4144
|
*/
|
|
4145
|
-
|
|
4145
|
+
orderedBy: string;
|
|
4146
4146
|
|
|
4147
4147
|
/**
|
|
4148
|
-
*
|
|
4148
|
+
* Standardlager für neue Positionen
|
|
4149
4149
|
*/
|
|
4150
|
-
|
|
4150
|
+
defaultStorageRef: ApiObjectReference;
|
|
4151
4151
|
|
|
4152
4152
|
/**
|
|
4153
4153
|
* Lieferadresse
|
|
@@ -4183,14 +4183,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4183
4183
|
deliveryQuantityPackages: number;
|
|
4184
4184
|
|
|
4185
4185
|
/**
|
|
4186
|
-
*
|
|
4186
|
+
* Bestellnummer aus Vorbeleg
|
|
4187
4187
|
*/
|
|
4188
|
-
|
|
4188
|
+
referencedOrderNumber: string;
|
|
4189
4189
|
|
|
4190
4190
|
/**
|
|
4191
|
-
*
|
|
4191
|
+
* Leitweg-ID
|
|
4192
4192
|
*/
|
|
4193
|
-
|
|
4193
|
+
buyerReference: string;
|
|
4194
4194
|
|
|
4195
4195
|
/**
|
|
4196
4196
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4278,14 +4278,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4278
4278
|
documentDate: ScriptingDate;
|
|
4279
4279
|
|
|
4280
4280
|
/**
|
|
4281
|
-
*
|
|
4281
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4282
4282
|
*/
|
|
4283
|
-
|
|
4283
|
+
taxLiabilityReversed: boolean;
|
|
4284
4284
|
|
|
4285
4285
|
/**
|
|
4286
|
-
*
|
|
4286
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4287
4287
|
*/
|
|
4288
|
-
|
|
4288
|
+
roundingAmount: number;
|
|
4289
4289
|
|
|
4290
4290
|
/**
|
|
4291
4291
|
* Versanddatum
|
|
@@ -4312,13 +4312,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4312
4312
|
*/
|
|
4313
4313
|
posPayments: Array<DocumentPosPayment>;
|
|
4314
4314
|
|
|
4315
|
-
/**
|
|
4316
|
-
* Ist die Quittung bezahlt
|
|
4317
|
-
true wenn die Quittung bezahlt ist
|
|
4318
|
-
|
|
4319
|
-
*/
|
|
4320
|
-
posReceiptPayed: boolean;
|
|
4321
|
-
|
|
4322
4315
|
/**
|
|
4323
4316
|
* Kundennummer beim Lieferanten
|
|
4324
4317
|
*/
|
|
@@ -4329,6 +4322,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4329
4322
|
*/
|
|
4330
4323
|
maxDeliveries: number;
|
|
4331
4324
|
|
|
4325
|
+
/**
|
|
4326
|
+
* Ist die Quittung bezahlt
|
|
4327
|
+
true wenn die Quittung bezahlt ist
|
|
4328
|
+
|
|
4329
|
+
*/
|
|
4330
|
+
posReceiptPayed: boolean;
|
|
4331
|
+
|
|
4332
4332
|
/**
|
|
4333
4333
|
* Quittung: Summe Zahlbetrag
|
|
4334
4334
|
*/
|
|
@@ -4350,14 +4350,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4350
4350
|
contractDetail: DocumentContractDetail;
|
|
4351
4351
|
|
|
4352
4352
|
/**
|
|
4353
|
-
*
|
|
4353
|
+
* Zahlungsplan vorhanden?
|
|
4354
4354
|
*/
|
|
4355
|
-
|
|
4355
|
+
paymentPlan: boolean;
|
|
4356
4356
|
|
|
4357
4357
|
/**
|
|
4358
|
-
*
|
|
4358
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4359
4359
|
*/
|
|
4360
|
-
|
|
4360
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4361
4361
|
|
|
4362
4362
|
/**
|
|
4363
4363
|
* Produktionsdetails
|
|
@@ -4375,14 +4375,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4375
4375
|
accountNumber: string;
|
|
4376
4376
|
|
|
4377
4377
|
/**
|
|
4378
|
-
*
|
|
4378
|
+
* Wird vom Workflow verarbeitet?
|
|
4379
4379
|
*/
|
|
4380
|
-
|
|
4380
|
+
processedByWorkflow: boolean;
|
|
4381
4381
|
|
|
4382
4382
|
/**
|
|
4383
|
-
*
|
|
4383
|
+
* Referenz auf Zahlungsbedingung
|
|
4384
4384
|
*/
|
|
4385
|
-
|
|
4385
|
+
paymentTermRef: PaymentTermRef;
|
|
4386
4386
|
|
|
4387
4387
|
/**
|
|
4388
4388
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4415,14 +4415,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4415
4415
|
defaultAddress: DocumentAddress;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Verarbeitungsoption für Stapel
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
|
-
*
|
|
4423
|
+
* Leistungsdatum
|
|
4424
4424
|
*/
|
|
4425
|
-
|
|
4425
|
+
performanceDate: ScriptingDate;
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
4428
4428
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4450,14 +4450,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4450
4450
|
additionalInfo: DocumentAdditionalInfo;
|
|
4451
4451
|
|
|
4452
4452
|
/**
|
|
4453
|
-
*
|
|
4453
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4454
4454
|
*/
|
|
4455
|
-
|
|
4455
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4456
4456
|
|
|
4457
4457
|
/**
|
|
4458
|
-
*
|
|
4458
|
+
* Bestelldatum
|
|
4459
4459
|
*/
|
|
4460
|
-
|
|
4460
|
+
orderedOn: ScriptingDate;
|
|
4461
4461
|
|
|
4462
4462
|
/**
|
|
4463
4463
|
* MetaInformations for this Object
|
|
@@ -4614,6 +4614,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4614
|
*/
|
|
4615
4615
|
posReceiptChangeAmount: number;
|
|
4616
4616
|
|
|
4617
|
+
/**
|
|
4618
|
+
* Referenz auf Lieferbedingung
|
|
4619
|
+
*/
|
|
4620
|
+
deliveryTermRef: ApiObjectReference;
|
|
4621
|
+
|
|
4617
4622
|
/**
|
|
4618
4623
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4619
4624
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4621,11 +4626,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4621
4626
|
*/
|
|
4622
4627
|
posReceiptBalanced: boolean;
|
|
4623
4628
|
|
|
4624
|
-
/**
|
|
4625
|
-
* Referenz auf Lieferbedingung
|
|
4626
|
-
*/
|
|
4627
|
-
deliveryTermRef: ApiObjectReference;
|
|
4628
|
-
|
|
4629
4629
|
/**
|
|
4630
4630
|
* Gesamtbruttogewicht
|
|
4631
4631
|
*/
|
|
@@ -4646,25 +4646,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4646
4646
|
*/
|
|
4647
4647
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4648
4648
|
|
|
4649
|
-
/**
|
|
4650
|
-
* Rechnungsadresse
|
|
4651
|
-
*/
|
|
4652
|
-
billingAddress: DocumentAddress;
|
|
4653
|
-
|
|
4654
4649
|
/**
|
|
4655
4650
|
* Status der USt-ID-Prüfung
|
|
4656
4651
|
*/
|
|
4657
4652
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4658
4653
|
|
|
4659
4654
|
/**
|
|
4660
|
-
*
|
|
4655
|
+
* Rechnungsadresse
|
|
4661
4656
|
*/
|
|
4662
|
-
|
|
4657
|
+
billingAddress: DocumentAddress;
|
|
4663
4658
|
|
|
4664
4659
|
/**
|
|
4665
4660
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4666
4661
|
*/
|
|
4667
4662
|
reportGroupRef: ApiObjectReference;
|
|
4663
|
+
|
|
4664
|
+
/**
|
|
4665
|
+
* Bestellt durch Ansprechpartner
|
|
4666
|
+
*/
|
|
4667
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
4670
|
export interface DocumentAdditionalInfo {
|
|
@@ -5033,14 +5033,14 @@ export interface DocumentContractDetail {
|
|
|
5033
5033
|
runtimeToDate: ScriptingDate;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
|
-
*
|
|
5036
|
+
* Nächste Fälligkeit
|
|
5037
5037
|
*/
|
|
5038
|
-
|
|
5038
|
+
nextDueDate: ScriptingDate;
|
|
5039
5039
|
|
|
5040
5040
|
/**
|
|
5041
|
-
*
|
|
5041
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5042
5042
|
*/
|
|
5043
|
-
|
|
5043
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5044
5044
|
|
|
5045
5045
|
/**
|
|
5046
5046
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5220,14 +5220,14 @@ export interface DocumentLine {
|
|
|
5220
5220
|
country: CountryReference;
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
|
-
*
|
|
5223
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5224
5224
|
*/
|
|
5225
|
-
|
|
5225
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5226
5226
|
|
|
5227
5227
|
/**
|
|
5228
|
-
*
|
|
5228
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5229
5229
|
*/
|
|
5230
|
-
|
|
5230
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5231
5231
|
|
|
5232
5232
|
/**
|
|
5233
5233
|
* verarbeitete Menge
|
|
@@ -5275,14 +5275,14 @@ export interface DocumentLine {
|
|
|
5275
5275
|
number: string;
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
|
5278
|
-
*
|
|
5278
|
+
* Gesamtbruttogewicht
|
|
5279
5279
|
*/
|
|
5280
|
-
|
|
5280
|
+
totalGrossWeight: number;
|
|
5281
5281
|
|
|
5282
5282
|
/**
|
|
5283
|
-
*
|
|
5283
|
+
* Referenz zur Kundenauftragszeile
|
|
5284
5284
|
*/
|
|
5285
|
-
|
|
5285
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5286
5286
|
|
|
5287
5287
|
/**
|
|
5288
5288
|
* skontierbare Position?
|
|
@@ -5300,14 +5300,14 @@ export interface DocumentLine {
|
|
|
5300
5300
|
price: number;
|
|
5301
5301
|
|
|
5302
5302
|
/**
|
|
5303
|
-
*
|
|
5303
|
+
* FiBu-Buchung
|
|
5304
5304
|
*/
|
|
5305
|
-
|
|
5305
|
+
financeBooking: DocumentFinanceBooking;
|
|
5306
5306
|
|
|
5307
5307
|
/**
|
|
5308
|
-
*
|
|
5308
|
+
* Gesamtpreis Position in Basiswährung
|
|
5309
5309
|
*/
|
|
5310
|
-
|
|
5310
|
+
baseTotalLinePrice: number;
|
|
5311
5311
|
|
|
5312
5312
|
/**
|
|
5313
5313
|
* Positionstyp
|
|
@@ -5344,6 +5344,11 @@ export interface DocumentLine {
|
|
|
5344
5344
|
*/
|
|
5345
5345
|
id: number;
|
|
5346
5346
|
|
|
5347
|
+
/**
|
|
5348
|
+
* Serientyp
|
|
5349
|
+
*/
|
|
5350
|
+
serialType: ArticleSerialType;
|
|
5351
|
+
|
|
5347
5352
|
/**
|
|
5348
5353
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5349
5354
|
*/
|
|
@@ -5359,11 +5364,6 @@ export interface DocumentLine {
|
|
|
5359
5364
|
*/
|
|
5360
5365
|
basePrice: number;
|
|
5361
5366
|
|
|
5362
|
-
/**
|
|
5363
|
-
* Serientyp
|
|
5364
|
-
*/
|
|
5365
|
-
serialType: ArticleSerialType;
|
|
5366
|
-
|
|
5367
5367
|
/**
|
|
5368
5368
|
* MetaInformations for this Object
|
|
5369
5369
|
*/
|
|
@@ -5500,14 +5500,14 @@ export interface DocumentLine {
|
|
|
5500
5500
|
sourceLineRef: DocumentLineRef;
|
|
5501
5501
|
|
|
5502
5502
|
/**
|
|
5503
|
-
*
|
|
5503
|
+
* Referenz zum Lager
|
|
5504
5504
|
*/
|
|
5505
|
-
|
|
5505
|
+
storage: ApiObjectReference;
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
|
-
*
|
|
5508
|
+
* Preisherkunft
|
|
5509
5509
|
*/
|
|
5510
|
-
|
|
5510
|
+
priceOrigin: ProductPriceOrigin;
|
|
5511
5511
|
|
|
5512
5512
|
/**
|
|
5513
5513
|
* Preisermittlungskriterien
|
|
@@ -5530,14 +5530,14 @@ export interface DocumentLine {
|
|
|
5530
5530
|
unitType: UnitTypeReference;
|
|
5531
5531
|
|
|
5532
5532
|
/**
|
|
5533
|
-
*
|
|
5533
|
+
* Zubehör Einfügeart
|
|
5534
5534
|
*/
|
|
5535
|
-
|
|
5535
|
+
insertTerm: AccessoryInsertTerm;
|
|
5536
5536
|
|
|
5537
5537
|
/**
|
|
5538
|
-
*
|
|
5538
|
+
* Referenz zur Basiszeile
|
|
5539
5539
|
*/
|
|
5540
|
-
|
|
5540
|
+
baseLineId: number;
|
|
5541
5541
|
|
|
5542
5542
|
/**
|
|
5543
5543
|
* Einheit Bruttogewicht
|
|
@@ -5565,14 +5565,14 @@ export interface DocumentLine {
|
|
|
5565
5565
|
productType: ProductType;
|
|
5566
5566
|
|
|
5567
5567
|
/**
|
|
5568
|
-
*
|
|
5568
|
+
* Vertragsinformationen
|
|
5569
5569
|
*/
|
|
5570
|
-
|
|
5570
|
+
contractDetail: DocumentContractDetail;
|
|
5571
5571
|
|
|
5572
5572
|
/**
|
|
5573
|
-
*
|
|
5573
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5574
5574
|
*/
|
|
5575
|
-
|
|
5575
|
+
baseSalesValueNet: number;
|
|
5576
5576
|
|
|
5577
5577
|
/**
|
|
5578
5578
|
* Einheit Nettogewicht
|
|
@@ -6016,14 +6016,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6016
6016
|
quantityFinished: number;
|
|
6017
6017
|
|
|
6018
6018
|
/**
|
|
6019
|
-
*
|
|
6019
|
+
* Produzierte Seriennummern
|
|
6020
6020
|
*/
|
|
6021
|
-
|
|
6021
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6022
6022
|
|
|
6023
6023
|
/**
|
|
6024
|
-
*
|
|
6024
|
+
* Menge defekt
|
|
6025
6025
|
*/
|
|
6026
|
-
|
|
6026
|
+
quantityDefective: number;
|
|
6027
6027
|
|
|
6028
6028
|
/**
|
|
6029
6029
|
* Freifeld
|
|
@@ -6388,14 +6388,14 @@ export interface DocumentPosPayment {
|
|
|
6388
6388
|
version: number;
|
|
6389
6389
|
|
|
6390
6390
|
/**
|
|
6391
|
-
*
|
|
6391
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6392
6392
|
*/
|
|
6393
|
-
|
|
6393
|
+
withdrawalAmount: number;
|
|
6394
6394
|
|
|
6395
6395
|
/**
|
|
6396
|
-
*
|
|
6396
|
+
* Zahlungsart
|
|
6397
6397
|
*/
|
|
6398
|
-
|
|
6398
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6399
6399
|
|
|
6400
6400
|
/**
|
|
6401
6401
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6543,14 +6543,14 @@ export const enum DocumentRounding {
|
|
|
6543
6543
|
export interface DocumentShippingCost {
|
|
6544
6544
|
|
|
6545
6545
|
/**
|
|
6546
|
-
*
|
|
6546
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6547
6547
|
*/
|
|
6548
|
-
|
|
6548
|
+
manualCosts: boolean;
|
|
6549
6549
|
|
|
6550
6550
|
/**
|
|
6551
|
-
*
|
|
6551
|
+
* Die Versandkosten
|
|
6552
6552
|
*/
|
|
6553
|
-
|
|
6553
|
+
costs: number;
|
|
6554
6554
|
|
|
6555
6555
|
/**
|
|
6556
6556
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6678,14 +6678,14 @@ export interface DocumentText {
|
|
|
6678
6678
|
transferableIntoSubsequentDocuments: boolean;
|
|
6679
6679
|
|
|
6680
6680
|
/**
|
|
6681
|
-
*
|
|
6681
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6682
6682
|
*/
|
|
6683
|
-
|
|
6683
|
+
textPosition: TextPosition;
|
|
6684
6684
|
|
|
6685
6685
|
/**
|
|
6686
|
-
*
|
|
6686
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6687
6687
|
*/
|
|
6688
|
-
|
|
6688
|
+
deleted: boolean;
|
|
6689
6689
|
|
|
6690
6690
|
/**
|
|
6691
6691
|
* textBaustein Vorlage
|
|
@@ -6795,14 +6795,14 @@ export interface DocumentType {
|
|
|
6795
6795
|
labels: Array<DocumentTypeLabel>;
|
|
6796
6796
|
|
|
6797
6797
|
/**
|
|
6798
|
-
*
|
|
6798
|
+
* Zählerkreis
|
|
6799
6799
|
*/
|
|
6800
|
-
|
|
6800
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6801
6801
|
|
|
6802
6802
|
/**
|
|
6803
|
-
*
|
|
6803
|
+
* nächste Belegnummer
|
|
6804
6804
|
*/
|
|
6805
|
-
|
|
6805
|
+
nextNumber: string;
|
|
6806
6806
|
|
|
6807
6807
|
/**
|
|
6808
6808
|
* Sortierung
|
|
@@ -7003,14 +7003,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7003
7003
|
bookDate: ScriptingDate;
|
|
7004
7004
|
|
|
7005
7005
|
/**
|
|
7006
|
-
*
|
|
7006
|
+
* Die gültige Seriennummer
|
|
7007
7007
|
*/
|
|
7008
|
-
|
|
7008
|
+
targetSerialNumber: string;
|
|
7009
7009
|
|
|
7010
7010
|
/**
|
|
7011
|
-
*
|
|
7011
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7012
7012
|
*/
|
|
7013
|
-
|
|
7013
|
+
targetExpiryDate: ScriptingDate;
|
|
7014
7014
|
|
|
7015
7015
|
/**
|
|
7016
7016
|
* Quell-Lagerplatz
|
|
@@ -7347,14 +7347,14 @@ export interface FabricationRevertRequest {
|
|
|
7347
7347
|
quantity: number;
|
|
7348
7348
|
|
|
7349
7349
|
/**
|
|
7350
|
-
*
|
|
7350
|
+
* Material automatisch stornieren
|
|
7351
7351
|
*/
|
|
7352
|
-
|
|
7352
|
+
autoRevertComponents: boolean;
|
|
7353
7353
|
|
|
7354
7354
|
/**
|
|
7355
|
-
*
|
|
7355
|
+
* ID der zu stornierenden Position
|
|
7356
7356
|
*/
|
|
7357
|
-
|
|
7357
|
+
documentLineId: number;
|
|
7358
7358
|
|
|
7359
7359
|
/**
|
|
7360
7360
|
* Zu stornierende Seriennummern
|
|
@@ -7370,14 +7370,14 @@ export interface FabricationRevertRequest {
|
|
|
7370
7370
|
export interface FabricationSerialNumber {
|
|
7371
7371
|
|
|
7372
7372
|
/**
|
|
7373
|
-
*
|
|
7373
|
+
* MHD / Verfallsdatum
|
|
7374
7374
|
*/
|
|
7375
|
-
|
|
7375
|
+
expiryDate: ScriptingDate;
|
|
7376
7376
|
|
|
7377
7377
|
/**
|
|
7378
|
-
*
|
|
7378
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7379
7379
|
*/
|
|
7380
|
-
|
|
7380
|
+
serialNumberId: number;
|
|
7381
7381
|
|
|
7382
7382
|
/**
|
|
7383
7383
|
* Bemerkung
|
|
@@ -7589,14 +7589,14 @@ export interface PaymentMethod {
|
|
|
7589
7589
|
daysToAddForFollowup: number;
|
|
7590
7590
|
|
|
7591
7591
|
/**
|
|
7592
|
-
*
|
|
7592
|
+
* Die Business Transaction
|
|
7593
7593
|
*/
|
|
7594
|
-
|
|
7594
|
+
businessTransaction: ApiObjectReference;
|
|
7595
7595
|
|
|
7596
7596
|
/**
|
|
7597
|
-
*
|
|
7597
|
+
* external Payment Id
|
|
7598
7598
|
*/
|
|
7599
|
-
|
|
7599
|
+
externalPaymentId: string;
|
|
7600
7600
|
|
|
7601
7601
|
/**
|
|
7602
7602
|
* Unique identifier of the Object
|
|
@@ -7626,26 +7626,26 @@ export interface PaymentTerm {
|
|
|
7626
7626
|
*/
|
|
7627
7627
|
paymentDiscount2: number;
|
|
7628
7628
|
|
|
7629
|
-
/**
|
|
7630
|
-
* printDescription
|
|
7631
|
-
*/
|
|
7632
|
-
printDescription: string;
|
|
7633
|
-
|
|
7634
7629
|
/**
|
|
7635
7630
|
* Percent for Discount 1
|
|
7636
7631
|
*/
|
|
7637
7632
|
paymentDiscount1: number;
|
|
7638
7633
|
|
|
7639
7634
|
/**
|
|
7640
|
-
*
|
|
7635
|
+
* printDescription
|
|
7641
7636
|
*/
|
|
7642
|
-
|
|
7637
|
+
printDescription: string;
|
|
7643
7638
|
|
|
7644
7639
|
/**
|
|
7645
7640
|
* Days for Discount 1
|
|
7646
7641
|
*/
|
|
7647
7642
|
paymentDays1: number;
|
|
7648
7643
|
|
|
7644
|
+
/**
|
|
7645
|
+
* for deposit: remaining term
|
|
7646
|
+
*/
|
|
7647
|
+
remainingTermRef: ApiObjectReference;
|
|
7648
|
+
|
|
7649
7649
|
/**
|
|
7650
7650
|
* Days for Discount 2
|
|
7651
7651
|
*/
|
|
@@ -7927,14 +7927,14 @@ export const enum PickingType {
|
|
|
7927
7927
|
export interface Picklist {
|
|
7928
7928
|
|
|
7929
7929
|
/**
|
|
7930
|
-
*
|
|
7930
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7931
7931
|
*/
|
|
7932
|
-
|
|
7932
|
+
usedTemplate: PicklistTemplate;
|
|
7933
7933
|
|
|
7934
7934
|
/**
|
|
7935
|
-
*
|
|
7935
|
+
* Ziellager für Nachschub
|
|
7936
7936
|
*/
|
|
7937
|
-
|
|
7937
|
+
targetStorageRef: ApiObjectReference;
|
|
7938
7938
|
|
|
7939
7939
|
/**
|
|
7940
7940
|
* Nummer der Pickliste
|
|
@@ -7985,14 +7985,14 @@ export interface Picklist {
|
|
|
7985
7985
|
export interface PicklistLine {
|
|
7986
7986
|
|
|
7987
7987
|
/**
|
|
7988
|
-
*
|
|
7988
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7989
7989
|
*/
|
|
7990
|
-
|
|
7990
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7991
7991
|
|
|
7992
7992
|
/**
|
|
7993
|
-
*
|
|
7993
|
+
* Gesammelte Menge der Position
|
|
7994
7994
|
*/
|
|
7995
|
-
|
|
7995
|
+
quantityCollected: number;
|
|
7996
7996
|
|
|
7997
7997
|
/**
|
|
7998
7998
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -8030,14 +8030,14 @@ export interface PicklistLine {
|
|
|
8030
8030
|
version: number;
|
|
8031
8031
|
|
|
8032
8032
|
/**
|
|
8033
|
-
*
|
|
8033
|
+
* ID der Quell-Dokumentposition
|
|
8034
8034
|
*/
|
|
8035
|
-
|
|
8035
|
+
sourceDocumentLineId: number;
|
|
8036
8036
|
|
|
8037
8037
|
/**
|
|
8038
|
-
*
|
|
8038
|
+
* Lageranzeigename
|
|
8039
8039
|
*/
|
|
8040
|
-
|
|
8040
|
+
storageDisplayName: string;
|
|
8041
8041
|
|
|
8042
8042
|
/**
|
|
8043
8043
|
* Artikelnummer
|
|
@@ -8377,14 +8377,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8377
8377
|
maxOrderValue: number;
|
|
8378
8378
|
|
|
8379
8379
|
/**
|
|
8380
|
-
*
|
|
8380
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8381
8381
|
*/
|
|
8382
|
-
|
|
8382
|
+
maxOrderCount: number;
|
|
8383
8383
|
|
|
8384
8384
|
/**
|
|
8385
|
-
*
|
|
8385
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8386
8386
|
*/
|
|
8387
|
-
|
|
8387
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8388
8388
|
|
|
8389
8389
|
/**
|
|
8390
8390
|
* Nur vollständig lieferbare Positionen
|
|
@@ -8465,14 +8465,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8465
8465
|
maxPicklistLineCount: number;
|
|
8466
8466
|
|
|
8467
8467
|
/**
|
|
8468
|
-
*
|
|
8468
|
+
* Der zu verwendende Pickwagen
|
|
8469
8469
|
*/
|
|
8470
|
-
|
|
8470
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8471
8471
|
|
|
8472
8472
|
/**
|
|
8473
|
-
*
|
|
8473
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8474
8474
|
*/
|
|
8475
|
-
|
|
8475
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8476
8476
|
|
|
8477
8477
|
/**
|
|
8478
8478
|
* Lagerplätze vorgeben
|
|
@@ -8547,6 +8547,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8547
8547
|
*/
|
|
8548
8548
|
showShippingFormOnPickingFinish: boolean;
|
|
8549
8549
|
|
|
8550
|
+
/**
|
|
8551
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8552
|
+
*/
|
|
8553
|
+
useDigitalPicklist: boolean;
|
|
8554
|
+
|
|
8550
8555
|
/**
|
|
8551
8556
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
8552
8557
|
*/
|
|
@@ -8557,11 +8562,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8557
8562
|
*/
|
|
8558
8563
|
allowPickingOfServiceArticles: boolean;
|
|
8559
8564
|
|
|
8560
|
-
/**
|
|
8561
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8562
|
-
*/
|
|
8563
|
-
useDigitalPicklist: boolean;
|
|
8564
|
-
|
|
8565
8565
|
/**
|
|
8566
8566
|
* Sammelbestätigung erlauben
|
|
8567
8567
|
*/
|
|
@@ -8593,14 +8593,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8593
8593
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8594
8594
|
|
|
8595
8595
|
/**
|
|
8596
|
-
*
|
|
8596
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8597
8597
|
*/
|
|
8598
|
-
|
|
8598
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8599
8599
|
|
|
8600
8600
|
/**
|
|
8601
|
-
*
|
|
8601
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8602
8602
|
*/
|
|
8603
|
-
|
|
8603
|
+
autoDeterminationOfLots: boolean;
|
|
8604
8604
|
|
|
8605
8605
|
/**
|
|
8606
8606
|
* Zielmengen in Masken verstecken?
|
|
@@ -8676,14 +8676,14 @@ export interface PriceSelectionCriteria {
|
|
|
8676
8676
|
quantity: number;
|
|
8677
8677
|
|
|
8678
8678
|
/**
|
|
8679
|
-
* Liste von
|
|
8679
|
+
* Liste von Account-IDs
|
|
8680
8680
|
*/
|
|
8681
|
-
|
|
8681
|
+
accountIds: Array<number>;
|
|
8682
8682
|
|
|
8683
8683
|
/**
|
|
8684
|
-
* Liste von
|
|
8684
|
+
* Liste von Artikel-IDs
|
|
8685
8685
|
*/
|
|
8686
|
-
|
|
8686
|
+
articleIds: Array<number>;
|
|
8687
8687
|
|
|
8688
8688
|
/**
|
|
8689
8689
|
* ein qualifier
|
|
@@ -8880,14 +8880,14 @@ export interface ProductDiscount {
|
|
|
8880
8880
|
validFrom: ScriptingDate;
|
|
8881
8881
|
|
|
8882
8882
|
/**
|
|
8883
|
-
*
|
|
8883
|
+
* Warengruppe
|
|
8884
8884
|
*/
|
|
8885
|
-
|
|
8885
|
+
productGroupRef: ApiObjectReference;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* Bestimmt die Art des Rabatts
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
modifierType: PriceModifierType;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
8893
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9248,19 +9248,19 @@ export const enum RegulationSet {
|
|
|
9248
9248
|
export interface RequestDocument {
|
|
9249
9249
|
|
|
9250
9250
|
/**
|
|
9251
|
-
*
|
|
9251
|
+
* Belegdatum
|
|
9252
9252
|
*/
|
|
9253
|
-
|
|
9253
|
+
documentDate: ScriptingDate;
|
|
9254
9254
|
|
|
9255
9255
|
/**
|
|
9256
|
-
*
|
|
9256
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
9257
9257
|
*/
|
|
9258
|
-
|
|
9258
|
+
incomingGoodsStorageBinId: number;
|
|
9259
9259
|
|
|
9260
9260
|
/**
|
|
9261
|
-
*
|
|
9261
|
+
* Der Anzahlungsbetrag
|
|
9262
9262
|
*/
|
|
9263
|
-
|
|
9263
|
+
depositPaymentAmount: number;
|
|
9264
9264
|
|
|
9265
9265
|
/**
|
|
9266
9266
|
* Leistungsdatum
|
|
@@ -9268,9 +9268,9 @@ export interface RequestDocument {
|
|
|
9268
9268
|
performanceDate: ScriptingDate;
|
|
9269
9269
|
|
|
9270
9270
|
/**
|
|
9271
|
-
*
|
|
9271
|
+
* ID der Kassenschublade (bei POS)
|
|
9272
9272
|
*/
|
|
9273
|
-
|
|
9273
|
+
cashDrawerId: number;
|
|
9274
9274
|
|
|
9275
9275
|
/**
|
|
9276
9276
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9328,14 +9328,14 @@ export interface RequestDocument {
|
|
|
9328
9328
|
lines: Array<RequestDocumentLine>;
|
|
9329
9329
|
|
|
9330
9330
|
/**
|
|
9331
|
-
*
|
|
9331
|
+
* Die Vertragsdetails
|
|
9332
9332
|
*/
|
|
9333
|
-
|
|
9333
|
+
contractDetail: DocumentContractDetail;
|
|
9334
9334
|
|
|
9335
9335
|
/**
|
|
9336
|
-
*
|
|
9336
|
+
* ID der Kasse (bei POS)
|
|
9337
9337
|
*/
|
|
9338
|
-
|
|
9338
|
+
posRegisterId: number;
|
|
9339
9339
|
|
|
9340
9340
|
/**
|
|
9341
9341
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
@@ -9426,14 +9426,14 @@ export interface RequestDocumentLine {
|
|
|
9426
9426
|
description: string;
|
|
9427
9427
|
|
|
9428
9428
|
/**
|
|
9429
|
-
*
|
|
9429
|
+
* Quittungsdetails zur Belegposition
|
|
9430
9430
|
*/
|
|
9431
|
-
|
|
9431
|
+
posDetail: DocumentLinePosDetail;
|
|
9432
9432
|
|
|
9433
9433
|
/**
|
|
9434
|
-
*
|
|
9434
|
+
* Herkunft des Preises
|
|
9435
9435
|
*/
|
|
9436
|
-
|
|
9436
|
+
priceOrigin: ProductPriceOrigin;
|
|
9437
9437
|
|
|
9438
9438
|
/**
|
|
9439
9439
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -9471,14 +9471,14 @@ export interface RequestDocumentLine {
|
|
|
9471
9471
|
dropShippingPolicy: DropShippingPolicy;
|
|
9472
9472
|
|
|
9473
9473
|
/**
|
|
9474
|
-
*
|
|
9474
|
+
* (optional) Lager-ID
|
|
9475
9475
|
*/
|
|
9476
|
-
|
|
9476
|
+
storageId: number;
|
|
9477
9477
|
|
|
9478
9478
|
/**
|
|
9479
|
-
*
|
|
9479
|
+
* Positionsnummer der Artikel
|
|
9480
9480
|
*/
|
|
9481
|
-
|
|
9481
|
+
positionOfArticleLine: number;
|
|
9482
9482
|
|
|
9483
9483
|
/**
|
|
9484
9484
|
* Vertragsdetails zur Belegposition
|
|
@@ -9571,14 +9571,14 @@ export interface RequestDocumentLine {
|
|
|
9571
9571
|
bookings: Array<RequestDocumentLineBooking>;
|
|
9572
9572
|
|
|
9573
9573
|
/**
|
|
9574
|
-
*
|
|
9574
|
+
* (optional) Preis des Artikels dieser Position
|
|
9575
9575
|
*/
|
|
9576
|
-
|
|
9576
|
+
productPrice: number;
|
|
9577
9577
|
|
|
9578
9578
|
/**
|
|
9579
|
-
*
|
|
9579
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
9580
9580
|
*/
|
|
9581
|
-
|
|
9581
|
+
doLabelPrint: boolean;
|
|
9582
9582
|
}
|
|
9583
9583
|
|
|
9584
9584
|
export interface RequestDocumentLineBooking {
|
|
@@ -10083,14 +10083,14 @@ export interface SequencerConfiguration {
|
|
|
10083
10083
|
key: string;
|
|
10084
10084
|
|
|
10085
10085
|
/**
|
|
10086
|
-
*
|
|
10086
|
+
* Contains details about the sequencer configuration
|
|
10087
10087
|
*/
|
|
10088
|
-
|
|
10088
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
|
-
*
|
|
10091
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10092
10092
|
*/
|
|
10093
|
-
|
|
10093
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10094
10094
|
|
|
10095
10095
|
/**
|
|
10096
10096
|
* MetaInformations for this Object
|
|
@@ -10202,14 +10202,14 @@ export interface ShelfDocument {
|
|
|
10202
10202
|
tags: Array<TagDto>;
|
|
10203
10203
|
|
|
10204
10204
|
/**
|
|
10205
|
-
*
|
|
10205
|
+
* Mehrsprachige Bezeichnungen
|
|
10206
10206
|
*/
|
|
10207
|
-
|
|
10207
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
10208
10208
|
|
|
10209
10209
|
/**
|
|
10210
|
-
*
|
|
10210
|
+
* share informations
|
|
10211
10211
|
*/
|
|
10212
|
-
|
|
10212
|
+
shares: Array<ShelfShare>;
|
|
10213
10213
|
|
|
10214
10214
|
/**
|
|
10215
10215
|
* Automatische Löschung ab
|
|
@@ -10285,14 +10285,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10285
10285
|
shelfResourceId: number;
|
|
10286
10286
|
|
|
10287
10287
|
/**
|
|
10288
|
-
*
|
|
10288
|
+
* id of the referenced object
|
|
10289
10289
|
*/
|
|
10290
|
-
|
|
10290
|
+
refId: number;
|
|
10291
10291
|
|
|
10292
10292
|
/**
|
|
10293
|
-
*
|
|
10293
|
+
* Verfügbare Transformationen zum Bild
|
|
10294
10294
|
*/
|
|
10295
|
-
|
|
10295
|
+
transformationKeys: Array<string>;
|
|
10296
10296
|
|
|
10297
10297
|
/**
|
|
10298
10298
|
* Unique identifier of the Object
|
|
@@ -10341,14 +10341,14 @@ export interface ShelfDocumentType {
|
|
|
10341
10341
|
active: boolean;
|
|
10342
10342
|
|
|
10343
10343
|
/**
|
|
10344
|
-
*
|
|
10344
|
+
* access level or reading
|
|
10345
10345
|
*/
|
|
10346
|
-
|
|
10346
|
+
accessLevelRead: number;
|
|
10347
10347
|
|
|
10348
10348
|
/**
|
|
10349
|
-
*
|
|
10349
|
+
* label of type
|
|
10350
10350
|
*/
|
|
10351
|
-
|
|
10351
|
+
label: string;
|
|
10352
10352
|
|
|
10353
10353
|
/**
|
|
10354
10354
|
* storage rule for revisions
|
|
@@ -10394,14 +10394,14 @@ export interface ShelfFile {
|
|
|
10394
10394
|
subFiles: Array<SubFileInfo>;
|
|
10395
10395
|
|
|
10396
10396
|
/**
|
|
10397
|
-
*
|
|
10397
|
+
* revision number of this file
|
|
10398
10398
|
*/
|
|
10399
|
-
|
|
10399
|
+
revisionNumber: number;
|
|
10400
10400
|
|
|
10401
10401
|
/**
|
|
10402
|
-
*
|
|
10402
|
+
* fileSize
|
|
10403
10403
|
*/
|
|
10404
|
-
|
|
10404
|
+
fileSize: number;
|
|
10405
10405
|
|
|
10406
10406
|
/**
|
|
10407
10407
|
* file-extension of this entry
|
|
@@ -10480,14 +10480,14 @@ export interface ShelfShare {
|
|
|
10480
10480
|
publishState: ShelfSharePublishState;
|
|
10481
10481
|
|
|
10482
10482
|
/**
|
|
10483
|
-
*
|
|
10483
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10484
10484
|
*/
|
|
10485
|
-
|
|
10485
|
+
publicUrlDurationInMinutes: number;
|
|
10486
10486
|
|
|
10487
10487
|
/**
|
|
10488
|
-
*
|
|
10488
|
+
* Freifelder
|
|
10489
10489
|
*/
|
|
10490
|
-
|
|
10490
|
+
custom: EavShelfshare;
|
|
10491
10491
|
|
|
10492
10492
|
/**
|
|
10493
10493
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10921,14 +10921,14 @@ export interface Supplier {
|
|
|
10921
10921
|
supplierGroupRef: ApiObjectReference;
|
|
10922
10922
|
|
|
10923
10923
|
/**
|
|
10924
|
-
*
|
|
10924
|
+
* tax able or tax free
|
|
10925
10925
|
*/
|
|
10926
|
-
|
|
10926
|
+
taxable: boolean;
|
|
10927
10927
|
|
|
10928
10928
|
/**
|
|
10929
|
-
*
|
|
10929
|
+
* reference to the delivery method
|
|
10930
10930
|
*/
|
|
10931
|
-
|
|
10931
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10932
10932
|
|
|
10933
10933
|
/**
|
|
10934
10934
|
* Mahnen?
|
|
@@ -10981,14 +10981,14 @@ export interface Supplier {
|
|
|
10981
10981
|
performanceCountryCode: string;
|
|
10982
10982
|
|
|
10983
10983
|
/**
|
|
10984
|
-
*
|
|
10984
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10985
10985
|
*/
|
|
10986
|
-
|
|
10986
|
+
defaultDeliveryTime: number;
|
|
10987
10987
|
|
|
10988
10988
|
/**
|
|
10989
|
-
*
|
|
10989
|
+
* reference to the payment method
|
|
10990
10990
|
*/
|
|
10991
|
-
|
|
10991
|
+
paymentMethodRef: ApiObjectReference;
|
|
10992
10992
|
|
|
10993
10993
|
/**
|
|
10994
10994
|
* currency code IsoAlpha3
|
|
@@ -11009,14 +11009,14 @@ export interface TagDto {
|
|
|
11009
11009
|
editColor: string;
|
|
11010
11010
|
|
|
11011
11011
|
/**
|
|
11012
|
-
* Farbe
|
|
11012
|
+
* Farbe in Such-GUI
|
|
11013
11013
|
*/
|
|
11014
|
-
|
|
11014
|
+
searchColor: string;
|
|
11015
11015
|
|
|
11016
11016
|
/**
|
|
11017
|
-
* Farbe
|
|
11017
|
+
* Farbe für die Anzeige des Tags
|
|
11018
11018
|
*/
|
|
11019
|
-
|
|
11019
|
+
color: string;
|
|
11020
11020
|
|
|
11021
11021
|
/**
|
|
11022
11022
|
* Beschriftung des Tags
|
|
@@ -11348,14 +11348,14 @@ export interface User {
|
|
|
11348
11348
|
version: number;
|
|
11349
11349
|
|
|
11350
11350
|
/**
|
|
11351
|
-
*
|
|
11351
|
+
* first-name
|
|
11352
11352
|
*/
|
|
11353
|
-
|
|
11353
|
+
firstName: string;
|
|
11354
11354
|
|
|
11355
11355
|
/**
|
|
11356
|
-
*
|
|
11356
|
+
* is the email verified
|
|
11357
11357
|
*/
|
|
11358
|
-
|
|
11358
|
+
emailVerified: boolean;
|
|
11359
11359
|
|
|
11360
11360
|
/**
|
|
11361
11361
|
* email-address
|
|
@@ -11558,14 +11558,14 @@ export interface VariantValue {
|
|
|
11558
11558
|
version: number;
|
|
11559
11559
|
|
|
11560
11560
|
/**
|
|
11561
|
-
*
|
|
11561
|
+
* Mehrsprachige Bezeichnungen
|
|
11562
11562
|
*/
|
|
11563
|
-
|
|
11563
|
+
labels: Array<VariantDescription>;
|
|
11564
11564
|
|
|
11565
11565
|
/**
|
|
11566
|
-
*
|
|
11566
|
+
* Variantenattribut
|
|
11567
11567
|
*/
|
|
11568
|
-
|
|
11568
|
+
attributeRef: ApiObjectReference;
|
|
11569
11569
|
|
|
11570
11570
|
/**
|
|
11571
11571
|
* MetaInformations for this Object
|