@vario-software/types 2026.23.0 → 2026.23.1
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 +47 -47
- package/scripting/types.d.ts +278 -278
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* first contact type for this account
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
accountZoneId: AccountZoneId;
|
|
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
|
+
* Summe Forderungen
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
receivablesSum: number;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Kostenstelle
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
costCenter: string;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -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
|
|
@@ -499,14 +499,14 @@ export interface AccountBankdetail {
|
|
|
499
499
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* origin type
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
originType: AccountBankdetail$OriginType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* Is default bank?
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
defaultBank: boolean;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
@@ -1024,14 +1024,14 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
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
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Produktion
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
fabrication: boolean;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Soll-Handelsspanne
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
targetTradingMargin: number;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1198,26 +1198,26 @@ export interface Article {
|
|
|
1198
1198
|
*/
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
|
-
/**
|
|
1202
|
-
* Arbeitseinheit in Minuten
|
|
1203
|
-
*/
|
|
1204
|
-
workUnitInMinutes: number;
|
|
1205
|
-
|
|
1206
1201
|
/**
|
|
1207
1202
|
* Country code
|
|
1208
1203
|
*/
|
|
1209
1204
|
countryOfOriginRef: CountryReference;
|
|
1210
1205
|
|
|
1211
1206
|
/**
|
|
1212
|
-
*
|
|
1207
|
+
* Arbeitseinheit in Minuten
|
|
1213
1208
|
*/
|
|
1214
|
-
|
|
1209
|
+
workUnitInMinutes: number;
|
|
1215
1210
|
|
|
1216
1211
|
/**
|
|
1217
1212
|
* description custom data
|
|
1218
1213
|
*/
|
|
1219
1214
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1215
|
|
|
1216
|
+
/**
|
|
1217
|
+
* Frei kommissionierbar
|
|
1218
|
+
*/
|
|
1219
|
+
freelyPickable: boolean;
|
|
1220
|
+
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1223
|
*/
|
|
@@ -1299,14 +1299,14 @@ export interface Article {
|
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* alternative name of this product
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
alternativeName: string;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* Kontingentartikel
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* rabattierbarer Artikel?
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Art des Haltbarkeitsdatums
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Vorgabe-Lagerplätze
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Sollbestand
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
targetStock: number;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1987,14 +1987,14 @@ export interface ArticleStorage {
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
1989
|
/**
|
|
1990
|
-
*
|
|
1990
|
+
* Anzeigename des Accounts
|
|
1991
1991
|
*/
|
|
1992
|
-
|
|
1992
|
+
accountDisplayName: string;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Lieferanten-Meldebestand
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
supplierReportingStock: number;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
2000
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -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
|
|
@@ -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)
|
|
@@ -2990,14 +2990,14 @@ export interface CrmProject {
|
|
|
2990
2990
|
billedTimes: number;
|
|
2991
2991
|
|
|
2992
2992
|
/**
|
|
2993
|
-
*
|
|
2993
|
+
* Einkaufsbelege
|
|
2994
2994
|
*/
|
|
2995
|
-
|
|
2995
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2996
2996
|
|
|
2997
2997
|
/**
|
|
2998
|
-
*
|
|
2998
|
+
* Geplanter Projektzeitraum (von)
|
|
2999
2999
|
*/
|
|
3000
|
-
|
|
3000
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3001
3001
|
|
|
3002
3002
|
/**
|
|
3003
3003
|
* Verkaufsbelege
|
|
@@ -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
|
|
@@ -3276,14 +3276,14 @@ export interface CrmSubType {
|
|
|
3276
3276
|
export interface CrmTask {
|
|
3277
3277
|
|
|
3278
3278
|
/**
|
|
3279
|
-
*
|
|
3279
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3280
3280
|
*/
|
|
3281
|
-
|
|
3281
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3282
3282
|
|
|
3283
3283
|
/**
|
|
3284
|
-
*
|
|
3284
|
+
* Angebot
|
|
3285
3285
|
*/
|
|
3286
|
-
|
|
3286
|
+
customerOfferRef: DocumentRef;
|
|
3287
3287
|
|
|
3288
3288
|
/**
|
|
3289
3289
|
* Liste von Erinnerungen
|
|
@@ -3655,14 +3655,14 @@ export interface CurrencyReference {
|
|
|
3655
3655
|
export interface Customer {
|
|
3656
3656
|
|
|
3657
3657
|
/**
|
|
3658
|
-
*
|
|
3658
|
+
* reference to customer group
|
|
3659
3659
|
*/
|
|
3660
|
-
|
|
3660
|
+
customerGroupRef: ApiObjectReference;
|
|
3661
3661
|
|
|
3662
3662
|
/**
|
|
3663
|
-
*
|
|
3663
|
+
* Option für die Stapelverarbeitung
|
|
3664
3664
|
*/
|
|
3665
|
-
|
|
3665
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
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
|
+
* collective billable
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
collectiveBillable: boolean;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
3688
|
+
* Maximal mögliche Lieferungen
|
|
3689
3689
|
*/
|
|
3690
|
-
|
|
3690
|
+
maxDeliveries: number;
|
|
3691
3691
|
|
|
3692
3692
|
/**
|
|
3693
3693
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3899,14 +3899,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3899
3899
|
export interface DeliveryMethod {
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
|
-
*
|
|
3902
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3903
3903
|
*/
|
|
3904
|
-
|
|
3904
|
+
splitIntoNewDocument: boolean;
|
|
3905
3905
|
|
|
3906
3906
|
/**
|
|
3907
|
-
*
|
|
3907
|
+
* E-Mail an Versender übergeben
|
|
3908
3908
|
*/
|
|
3909
|
-
|
|
3909
|
+
forwardEmailToShipper: boolean;
|
|
3910
3910
|
|
|
3911
3911
|
/**
|
|
3912
3912
|
* Min. Gewicht pro Paket
|
|
@@ -4077,14 +4077,14 @@ export interface DeliveryTerm {
|
|
|
4077
4077
|
id: number;
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
|
-
*
|
|
4080
|
+
* free shipping net value
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
freeShippingNetValue: number;
|
|
4083
4083
|
|
|
4084
4084
|
/**
|
|
4085
|
-
*
|
|
4085
|
+
* Versandkostenartikel
|
|
4086
4086
|
*/
|
|
4087
|
-
|
|
4087
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4088
4088
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* MetaInformations for this Object
|
|
@@ -4095,14 +4095,14 @@ export interface DeliveryTerm {
|
|
|
4095
4095
|
export interface Document {
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4098
|
+
* Referenz zum Rechnungskonto
|
|
4099
4099
|
*/
|
|
4100
|
-
|
|
4100
|
+
billingAccountRef: ApiObjectReference;
|
|
4101
4101
|
|
|
4102
4102
|
/**
|
|
4103
|
-
*
|
|
4103
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4104
4104
|
*/
|
|
4105
|
-
|
|
4105
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
4108
|
* Externe Belegnummer
|
|
@@ -4293,20 +4293,27 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4293
4293
|
supplierNumber: string;
|
|
4294
4294
|
|
|
4295
4295
|
/**
|
|
4296
|
-
*
|
|
4296
|
+
* Gesamtpreis brutto
|
|
4297
4297
|
*/
|
|
4298
|
-
|
|
4298
|
+
totalGrossPrice: number;
|
|
4299
4299
|
|
|
4300
4300
|
/**
|
|
4301
|
-
*
|
|
4301
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4302
4302
|
*/
|
|
4303
|
-
|
|
4303
|
+
deliveryApproved: boolean;
|
|
4304
4304
|
|
|
4305
4305
|
/**
|
|
4306
4306
|
* Kassen-Zahlungspositionen
|
|
4307
4307
|
*/
|
|
4308
4308
|
posPayments: Array<DocumentPosPayment>;
|
|
4309
4309
|
|
|
4310
|
+
/**
|
|
4311
|
+
* Ist die Quittung bezahlt
|
|
4312
|
+
true wenn die Quittung bezahlt ist
|
|
4313
|
+
|
|
4314
|
+
*/
|
|
4315
|
+
posReceiptPayed: boolean;
|
|
4316
|
+
|
|
4310
4317
|
/**
|
|
4311
4318
|
* Kundennummer beim Lieferanten
|
|
4312
4319
|
*/
|
|
@@ -4317,13 +4324,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4317
4324
|
*/
|
|
4318
4325
|
maxDeliveries: number;
|
|
4319
4326
|
|
|
4320
|
-
/**
|
|
4321
|
-
* Ist die Quittung bezahlt
|
|
4322
|
-
true wenn die Quittung bezahlt ist
|
|
4323
|
-
|
|
4324
|
-
*/
|
|
4325
|
-
posReceiptPayed: boolean;
|
|
4326
|
-
|
|
4327
4327
|
/**
|
|
4328
4328
|
* Quittung: Summe Zahlbetrag
|
|
4329
4329
|
*/
|
|
@@ -4345,14 +4345,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4345
4345
|
contractDetail: DocumentContractDetail;
|
|
4346
4346
|
|
|
4347
4347
|
/**
|
|
4348
|
-
*
|
|
4348
|
+
* Zahlungsplan vorhanden?
|
|
4349
4349
|
*/
|
|
4350
|
-
|
|
4350
|
+
paymentPlan: boolean;
|
|
4351
4351
|
|
|
4352
4352
|
/**
|
|
4353
|
-
*
|
|
4353
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4354
4354
|
*/
|
|
4355
|
-
|
|
4355
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4356
4356
|
|
|
4357
4357
|
/**
|
|
4358
4358
|
* Produktionsdetails
|
|
@@ -4369,26 +4369,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4369
4369
|
*/
|
|
4370
4370
|
accountNumber: string;
|
|
4371
4371
|
|
|
4372
|
-
/**
|
|
4373
|
-
* Wird vom Workflow verarbeitet?
|
|
4374
|
-
*/
|
|
4375
|
-
processedByWorkflow: boolean;
|
|
4376
|
-
|
|
4377
4372
|
/**
|
|
4378
4373
|
* Referenz auf Zahlungsbedingung
|
|
4379
4374
|
*/
|
|
4380
4375
|
paymentTermRef: PaymentTermRef;
|
|
4381
4376
|
|
|
4382
4377
|
/**
|
|
4383
|
-
*
|
|
4378
|
+
* Wird vom Workflow verarbeitet?
|
|
4384
4379
|
*/
|
|
4385
|
-
|
|
4380
|
+
processedByWorkflow: boolean;
|
|
4386
4381
|
|
|
4387
4382
|
/**
|
|
4388
4383
|
* Telefon an Versender übergeben
|
|
4389
4384
|
*/
|
|
4390
4385
|
forwardPhoneToShipper: boolean;
|
|
4391
4386
|
|
|
4387
|
+
/**
|
|
4388
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4389
|
+
*/
|
|
4390
|
+
baseTotalDocumentPriceModifier: number;
|
|
4391
|
+
|
|
4392
4392
|
/**
|
|
4393
4393
|
* Liste der Belegtexte
|
|
4394
4394
|
*/
|
|
@@ -4409,26 +4409,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4409
4409
|
*/
|
|
4410
4410
|
defaultAddress: DocumentAddress;
|
|
4411
4411
|
|
|
4412
|
-
/**
|
|
4413
|
-
* Leistungsdatum
|
|
4414
|
-
*/
|
|
4415
|
-
performanceDate: ScriptingDate;
|
|
4416
|
-
|
|
4417
4412
|
/**
|
|
4418
4413
|
* Verarbeitungsoption für Stapel
|
|
4419
4414
|
*/
|
|
4420
4415
|
stackProcessingType: OrderStackProcessingType;
|
|
4421
4416
|
|
|
4422
4417
|
/**
|
|
4423
|
-
*
|
|
4418
|
+
* Leistungsdatum
|
|
4424
4419
|
*/
|
|
4425
|
-
|
|
4420
|
+
performanceDate: ScriptingDate;
|
|
4426
4421
|
|
|
4427
4422
|
/**
|
|
4428
4423
|
* EN16931-Profil für elektronische Rechnungen
|
|
4429
4424
|
*/
|
|
4430
4425
|
en16931Profile: EN16931Profile;
|
|
4431
4426
|
|
|
4427
|
+
/**
|
|
4428
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4429
|
+
*/
|
|
4430
|
+
dropShippingInvoiceApproved: boolean;
|
|
4431
|
+
|
|
4432
4432
|
/**
|
|
4433
4433
|
* Ort der steuerlichen Leistungserbringung
|
|
4434
4434
|
*/
|
|
@@ -4445,14 +4445,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4445
4445
|
additionalInfo: DocumentAdditionalInfo;
|
|
4446
4446
|
|
|
4447
4447
|
/**
|
|
4448
|
-
*
|
|
4448
|
+
* Bestelldatum
|
|
4449
4449
|
*/
|
|
4450
|
-
|
|
4450
|
+
orderedOn: ScriptingDate;
|
|
4451
4451
|
|
|
4452
4452
|
/**
|
|
4453
|
-
*
|
|
4453
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4454
4454
|
*/
|
|
4455
|
-
|
|
4455
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4456
4456
|
|
|
4457
4457
|
/**
|
|
4458
4458
|
* MetaInformations for this Object
|
|
@@ -4685,14 +4685,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4685
4685
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
*
|
|
4688
|
+
* Herkunft des Berechnungsmodus
|
|
4689
4689
|
*/
|
|
4690
|
-
|
|
4690
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4691
4691
|
|
|
4692
4692
|
/**
|
|
4693
|
-
*
|
|
4693
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4694
4694
|
*/
|
|
4695
|
-
|
|
4695
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4696
4696
|
|
|
4697
4697
|
/**
|
|
4698
4698
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4835,14 +4835,14 @@ export interface DocumentAddress {
|
|
|
4835
4835
|
info: MetaInfo;
|
|
4836
4836
|
|
|
4837
4837
|
/**
|
|
4838
|
-
*
|
|
4838
|
+
* Lieferart
|
|
4839
4839
|
*/
|
|
4840
|
-
|
|
4840
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4841
4841
|
|
|
4842
4842
|
/**
|
|
4843
|
-
*
|
|
4843
|
+
* GLN
|
|
4844
4844
|
*/
|
|
4845
|
-
|
|
4845
|
+
globalLocationNumber: string;
|
|
4846
4846
|
|
|
4847
4847
|
/**
|
|
4848
4848
|
* Postcode
|
|
@@ -5023,14 +5023,14 @@ export interface DocumentContractDetail {
|
|
|
5023
5023
|
runtimeToDate: ScriptingDate;
|
|
5024
5024
|
|
|
5025
5025
|
/**
|
|
5026
|
-
*
|
|
5026
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5027
5027
|
*/
|
|
5028
|
-
|
|
5028
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5029
5029
|
|
|
5030
5030
|
/**
|
|
5031
|
-
*
|
|
5031
|
+
* Nächste Fälligkeit
|
|
5032
5032
|
*/
|
|
5033
|
-
|
|
5033
|
+
nextDueDate: ScriptingDate;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
5036
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5061,14 +5061,14 @@ export interface DocumentFabricationDetail {
|
|
|
5061
5061
|
targetStorageRef: ApiObjectReference;
|
|
5062
5062
|
|
|
5063
5063
|
/**
|
|
5064
|
-
*
|
|
5064
|
+
* Material-Lager
|
|
5065
5065
|
*/
|
|
5066
|
-
|
|
5066
|
+
componentsStorageRef: ApiObjectReference;
|
|
5067
5067
|
|
|
5068
5068
|
/**
|
|
5069
|
-
*
|
|
5069
|
+
* Notiz
|
|
5070
5070
|
*/
|
|
5071
|
-
|
|
5071
|
+
note: string;
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
5074
5074
|
* QS-Lager
|
|
@@ -5210,14 +5210,14 @@ export interface DocumentLine {
|
|
|
5210
5210
|
country: CountryReference;
|
|
5211
5211
|
|
|
5212
5212
|
/**
|
|
5213
|
-
*
|
|
5213
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5214
5214
|
*/
|
|
5215
|
-
|
|
5215
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5216
5216
|
|
|
5217
5217
|
/**
|
|
5218
|
-
*
|
|
5218
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5219
5219
|
*/
|
|
5220
|
-
|
|
5220
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
5223
|
* verarbeitete Menge
|
|
@@ -5265,14 +5265,14 @@ export interface DocumentLine {
|
|
|
5265
5265
|
number: string;
|
|
5266
5266
|
|
|
5267
5267
|
/**
|
|
5268
|
-
*
|
|
5268
|
+
* Referenz zur Kundenauftragszeile
|
|
5269
5269
|
*/
|
|
5270
|
-
|
|
5270
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5271
5271
|
|
|
5272
5272
|
/**
|
|
5273
|
-
*
|
|
5273
|
+
* Gesamtbruttogewicht
|
|
5274
5274
|
*/
|
|
5275
|
-
|
|
5275
|
+
totalGrossWeight: number;
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
|
5278
5278
|
* skontierbare Position?
|
|
@@ -5287,7 +5287,12 @@ export interface DocumentLine {
|
|
|
5287
5287
|
/**
|
|
5288
5288
|
* Preis pro Menge [Brutto, Netto]
|
|
5289
5289
|
*/
|
|
5290
|
-
price: number;
|
|
5290
|
+
price: number;
|
|
5291
|
+
|
|
5292
|
+
/**
|
|
5293
|
+
* Positionstyp
|
|
5294
|
+
*/
|
|
5295
|
+
lineType: DocumentLineType;
|
|
5291
5296
|
|
|
5292
5297
|
/**
|
|
5293
5298
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -5299,11 +5304,6 @@ export interface DocumentLine {
|
|
|
5299
5304
|
*/
|
|
5300
5305
|
financeBooking: DocumentFinanceBooking;
|
|
5301
5306
|
|
|
5302
|
-
/**
|
|
5303
|
-
* Positionstyp
|
|
5304
|
-
*/
|
|
5305
|
-
lineType: DocumentLineType;
|
|
5306
|
-
|
|
5307
5307
|
/**
|
|
5308
5308
|
* vorgeorderte Menge in Pickvorgang
|
|
5309
5309
|
*/
|
|
@@ -5515,14 +5515,14 @@ export interface DocumentLine {
|
|
|
5515
5515
|
unitType: UnitTypeReference;
|
|
5516
5516
|
|
|
5517
5517
|
/**
|
|
5518
|
-
*
|
|
5518
|
+
* Referenz zur Basiszeile
|
|
5519
5519
|
*/
|
|
5520
|
-
|
|
5520
|
+
baseLineId: number;
|
|
5521
5521
|
|
|
5522
5522
|
/**
|
|
5523
|
-
*
|
|
5523
|
+
* Zubehör Einfügeart
|
|
5524
5524
|
*/
|
|
5525
|
-
|
|
5525
|
+
insertTerm: AccessoryInsertTerm;
|
|
5526
5526
|
|
|
5527
5527
|
/**
|
|
5528
5528
|
* Einheit Bruttogewicht
|
|
@@ -5933,14 +5933,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5933
5933
|
quantityFinished: number;
|
|
5934
5934
|
|
|
5935
5935
|
/**
|
|
5936
|
-
*
|
|
5936
|
+
* Menge defekt
|
|
5937
5937
|
*/
|
|
5938
|
-
|
|
5938
|
+
quantityDefective: number;
|
|
5939
5939
|
|
|
5940
5940
|
/**
|
|
5941
|
-
*
|
|
5941
|
+
* Produzierte Seriennummern
|
|
5942
5942
|
*/
|
|
5943
|
-
|
|
5943
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5944
5944
|
|
|
5945
5945
|
/**
|
|
5946
5946
|
* Freifeld
|
|
@@ -6039,14 +6039,14 @@ export interface DocumentLinePosDetail {
|
|
|
6039
6039
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6040
6040
|
|
|
6041
6041
|
/**
|
|
6042
|
-
*
|
|
6042
|
+
* Typ der Einlage/Ausgabe
|
|
6043
6043
|
*/
|
|
6044
|
-
|
|
6044
|
+
depositExpenseTypeId: number;
|
|
6045
6045
|
|
|
6046
6046
|
/**
|
|
6047
|
-
*
|
|
6047
|
+
* Status der externen Zahlung
|
|
6048
6048
|
*/
|
|
6049
|
-
|
|
6049
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6050
6050
|
|
|
6051
6051
|
/**
|
|
6052
6052
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6914,14 +6914,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6914
6914
|
bookDate: ScriptingDate;
|
|
6915
6915
|
|
|
6916
6916
|
/**
|
|
6917
|
-
*
|
|
6917
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6918
6918
|
*/
|
|
6919
|
-
|
|
6919
|
+
targetExpiryDate: ScriptingDate;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* Die gültige Seriennummer
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
targetSerialNumber: string;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
6927
|
* Quell-Lagerplatz
|
|
@@ -7279,14 +7279,14 @@ export interface FabricationRevertRequest {
|
|
|
7279
7279
|
export interface FabricationSerialNumber {
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
|
-
*
|
|
7282
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7283
7283
|
*/
|
|
7284
|
-
|
|
7284
|
+
serialNumberId: number;
|
|
7285
7285
|
|
|
7286
7286
|
/**
|
|
7287
|
-
*
|
|
7287
|
+
* MHD / Verfallsdatum
|
|
7288
7288
|
*/
|
|
7289
|
-
|
|
7289
|
+
expiryDate: ScriptingDate;
|
|
7290
7290
|
|
|
7291
7291
|
/**
|
|
7292
7292
|
* Bemerkung
|
|
@@ -7536,14 +7536,14 @@ export interface PaymentTerm {
|
|
|
7536
7536
|
paymentDiscount2: number;
|
|
7537
7537
|
|
|
7538
7538
|
/**
|
|
7539
|
-
*
|
|
7539
|
+
* Percent for Discount 1
|
|
7540
7540
|
*/
|
|
7541
|
-
|
|
7541
|
+
paymentDiscount1: number;
|
|
7542
7542
|
|
|
7543
7543
|
/**
|
|
7544
|
-
*
|
|
7544
|
+
* printDescription
|
|
7545
7545
|
*/
|
|
7546
|
-
|
|
7546
|
+
printDescription: string;
|
|
7547
7547
|
|
|
7548
7548
|
/**
|
|
7549
7549
|
* for deposit: remaining term
|
|
@@ -7836,14 +7836,14 @@ export const enum PickingType {
|
|
|
7836
7836
|
export interface Picklist {
|
|
7837
7837
|
|
|
7838
7838
|
/**
|
|
7839
|
-
*
|
|
7839
|
+
* Ziellager für Nachschub
|
|
7840
7840
|
*/
|
|
7841
|
-
|
|
7841
|
+
targetStorageRef: ApiObjectReference;
|
|
7842
7842
|
|
|
7843
7843
|
/**
|
|
7844
|
-
*
|
|
7844
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7845
7845
|
*/
|
|
7846
|
-
|
|
7846
|
+
usedTemplate: PicklistTemplate;
|
|
7847
7847
|
|
|
7848
7848
|
/**
|
|
7849
7849
|
* Nummer der Pickliste
|
|
@@ -8275,15 +8275,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8275
8275
|
*/
|
|
8276
8276
|
maxArticleCountPerOrder: number;
|
|
8277
8277
|
|
|
8278
|
+
/**
|
|
8279
|
+
* Maximaler Auftragswert
|
|
8280
|
+
*/
|
|
8281
|
+
maxOrderValue: number;
|
|
8282
|
+
|
|
8278
8283
|
/**
|
|
8279
8284
|
* Alternative Selektion in VQL
|
|
8280
8285
|
*/
|
|
8281
8286
|
alternativeSelectionInVql: string;
|
|
8282
8287
|
|
|
8283
8288
|
/**
|
|
8284
|
-
*
|
|
8289
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8285
8290
|
*/
|
|
8286
|
-
|
|
8291
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8287
8292
|
|
|
8288
8293
|
/**
|
|
8289
8294
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -8295,11 +8300,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8295
8300
|
*/
|
|
8296
8301
|
onlyFullDeliverableOrderLines: boolean;
|
|
8297
8302
|
|
|
8298
|
-
/**
|
|
8299
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
8300
|
-
*/
|
|
8301
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8302
|
-
|
|
8303
8303
|
/**
|
|
8304
8304
|
* Selektion über den Bereich vom Belegdatum
|
|
8305
8305
|
*/
|
|
@@ -8384,14 +8384,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8384
8384
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
|
-
*
|
|
8392
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8393
8393
|
*/
|
|
8394
|
-
|
|
8394
|
+
sortByRoutePosition: boolean;
|
|
8395
8395
|
|
|
8396
8396
|
/**
|
|
8397
8397
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8437,14 +8437,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8437
8437
|
alwaysShowDeliveryMethod: boolean;
|
|
8438
8438
|
|
|
8439
8439
|
/**
|
|
8440
|
-
*
|
|
8440
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8441
8441
|
*/
|
|
8442
|
-
|
|
8442
|
+
autoPrintDeliveryDocument: boolean;
|
|
8443
8443
|
|
|
8444
8444
|
/**
|
|
8445
|
-
*
|
|
8445
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8446
8446
|
*/
|
|
8447
|
-
|
|
8447
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8448
8448
|
|
|
8449
8449
|
/**
|
|
8450
8450
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8457,14 +8457,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8457
8457
|
allowFullConfirmation: boolean;
|
|
8458
8458
|
|
|
8459
8459
|
/**
|
|
8460
|
-
*
|
|
8460
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8461
8461
|
*/
|
|
8462
|
-
|
|
8462
|
+
allowPickingOfServiceArticles: boolean;
|
|
8463
8463
|
|
|
8464
8464
|
/**
|
|
8465
|
-
*
|
|
8465
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8466
8466
|
*/
|
|
8467
|
-
|
|
8467
|
+
useDigitalPicklist: boolean;
|
|
8468
8468
|
|
|
8469
8469
|
/**
|
|
8470
8470
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8565,14 +8565,14 @@ export interface PriceSelectionCriteria {
|
|
|
8565
8565
|
quantity: number;
|
|
8566
8566
|
|
|
8567
8567
|
/**
|
|
8568
|
-
* Liste von
|
|
8568
|
+
* Liste von Artikel-IDs
|
|
8569
8569
|
*/
|
|
8570
|
-
|
|
8570
|
+
articleIds: Array<number>;
|
|
8571
8571
|
|
|
8572
8572
|
/**
|
|
8573
|
-
* Liste von
|
|
8573
|
+
* Liste von Account-IDs
|
|
8574
8574
|
*/
|
|
8575
|
-
|
|
8575
|
+
accountIds: Array<number>;
|
|
8576
8576
|
|
|
8577
8577
|
/**
|
|
8578
8578
|
* ein qualifier
|
|
@@ -8739,14 +8739,14 @@ export interface ProductArticleRef {
|
|
|
8739
8739
|
export interface ProductDiscount {
|
|
8740
8740
|
|
|
8741
8741
|
/**
|
|
8742
|
-
*
|
|
8742
|
+
* Kundengruppe
|
|
8743
8743
|
*/
|
|
8744
|
-
|
|
8744
|
+
customerGroupRef: ApiObjectReference;
|
|
8745
8745
|
|
|
8746
8746
|
/**
|
|
8747
|
-
*
|
|
8747
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8748
8748
|
*/
|
|
8749
|
-
|
|
8749
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8750
8750
|
|
|
8751
8751
|
/**
|
|
8752
8752
|
* Lieferantengruppe
|
|
@@ -8794,14 +8794,14 @@ export interface ProductDiscount {
|
|
|
8794
8794
|
currencyRef: CurrencyReference;
|
|
8795
8795
|
|
|
8796
8796
|
/**
|
|
8797
|
-
*
|
|
8797
|
+
* Wert des Rabatts
|
|
8798
8798
|
*/
|
|
8799
|
-
|
|
8799
|
+
modifierValue: number;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
|
-
*
|
|
8802
|
+
* Preisgruppe
|
|
8803
8803
|
*/
|
|
8804
|
-
|
|
8804
|
+
priceGroupRef: ApiObjectReference;
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
8807
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8948,14 +8948,14 @@ export interface ProductMainGroup {
|
|
|
8948
8948
|
export interface ProductPrice {
|
|
8949
8949
|
|
|
8950
8950
|
/**
|
|
8951
|
-
*
|
|
8951
|
+
* Kundengruppe
|
|
8952
8952
|
*/
|
|
8953
|
-
|
|
8953
|
+
customerGroupRef: ApiObjectReference;
|
|
8954
8954
|
|
|
8955
8955
|
/**
|
|
8956
|
-
*
|
|
8956
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8957
8957
|
*/
|
|
8958
|
-
|
|
8958
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8959
8959
|
|
|
8960
8960
|
/**
|
|
8961
8961
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -9137,19 +9137,19 @@ export const enum RegulationSet {
|
|
|
9137
9137
|
export interface RequestDocument {
|
|
9138
9138
|
|
|
9139
9139
|
/**
|
|
9140
|
-
*
|
|
9140
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
9141
9141
|
*/
|
|
9142
|
-
|
|
9142
|
+
incomingGoodsStorageBinId: number;
|
|
9143
9143
|
|
|
9144
9144
|
/**
|
|
9145
|
-
*
|
|
9145
|
+
* Belegdatum
|
|
9146
9146
|
*/
|
|
9147
|
-
|
|
9147
|
+
documentDate: ScriptingDate;
|
|
9148
9148
|
|
|
9149
9149
|
/**
|
|
9150
|
-
*
|
|
9150
|
+
* ID der Kassenschublade (bei POS)
|
|
9151
9151
|
*/
|
|
9152
|
-
|
|
9152
|
+
cashDrawerId: number;
|
|
9153
9153
|
|
|
9154
9154
|
/**
|
|
9155
9155
|
* Der Anzahlungsbetrag
|
|
@@ -9157,9 +9157,9 @@ export interface RequestDocument {
|
|
|
9157
9157
|
depositPaymentAmount: number;
|
|
9158
9158
|
|
|
9159
9159
|
/**
|
|
9160
|
-
*
|
|
9160
|
+
* Leistungsdatum
|
|
9161
9161
|
*/
|
|
9162
|
-
|
|
9162
|
+
performanceDate: ScriptingDate;
|
|
9163
9163
|
|
|
9164
9164
|
/**
|
|
9165
9165
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9232,14 +9232,14 @@ export interface RequestDocument {
|
|
|
9232
9232
|
posRegisterId: number;
|
|
9233
9233
|
|
|
9234
9234
|
/**
|
|
9235
|
-
*
|
|
9235
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9236
9236
|
*/
|
|
9237
|
-
|
|
9237
|
+
paymentTermId: number;
|
|
9238
9238
|
|
|
9239
9239
|
/**
|
|
9240
|
-
*
|
|
9240
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9241
9241
|
*/
|
|
9242
|
-
|
|
9242
|
+
supplierAccountId: number;
|
|
9243
9243
|
|
|
9244
9244
|
/**
|
|
9245
9245
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9282,14 +9282,14 @@ export interface RequestDocument {
|
|
|
9282
9282
|
accountId: number;
|
|
9283
9283
|
|
|
9284
9284
|
/**
|
|
9285
|
-
*
|
|
9285
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
9286
9286
|
*/
|
|
9287
|
-
|
|
9287
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
9288
9288
|
|
|
9289
9289
|
/**
|
|
9290
|
-
*
|
|
9290
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
9291
9291
|
*/
|
|
9292
|
-
|
|
9292
|
+
processedByPicklistProcessing: boolean;
|
|
9293
9293
|
|
|
9294
9294
|
/**
|
|
9295
9295
|
* Die Rabatte des Beleges
|
|
@@ -9350,14 +9350,14 @@ export interface RequestDocumentLine {
|
|
|
9350
9350
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9351
9351
|
|
|
9352
9352
|
/**
|
|
9353
|
-
*
|
|
9353
|
+
* Typ dieser Position
|
|
9354
9354
|
*/
|
|
9355
|
-
|
|
9355
|
+
lineType: DocumentLineType;
|
|
9356
9356
|
|
|
9357
9357
|
/**
|
|
9358
|
-
*
|
|
9358
|
+
* FiBu-Angaben
|
|
9359
9359
|
*/
|
|
9360
|
-
|
|
9360
|
+
financeBooking: DocumentFinanceBooking;
|
|
9361
9361
|
|
|
9362
9362
|
/**
|
|
9363
9363
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9370,14 +9370,14 @@ export interface RequestDocumentLine {
|
|
|
9370
9370
|
dropShippingPolicy: DropShippingPolicy;
|
|
9371
9371
|
|
|
9372
9372
|
/**
|
|
9373
|
-
*
|
|
9373
|
+
* (optional) Lager-ID
|
|
9374
9374
|
*/
|
|
9375
|
-
|
|
9375
|
+
storageId: number;
|
|
9376
9376
|
|
|
9377
9377
|
/**
|
|
9378
|
-
*
|
|
9378
|
+
* Positionsnummer der Artikel
|
|
9379
9379
|
*/
|
|
9380
|
-
|
|
9380
|
+
positionOfArticleLine: number;
|
|
9381
9381
|
|
|
9382
9382
|
/**
|
|
9383
9383
|
* Vertragsdetails zur Belegposition
|
|
@@ -9455,14 +9455,14 @@ export interface RequestDocumentLine {
|
|
|
9455
9455
|
name: string;
|
|
9456
9456
|
|
|
9457
9457
|
/**
|
|
9458
|
-
*
|
|
9458
|
+
* ID der Quell-Belegposition
|
|
9459
9459
|
*/
|
|
9460
|
-
|
|
9460
|
+
sourceLineId: number;
|
|
9461
9461
|
|
|
9462
9462
|
/**
|
|
9463
|
-
*
|
|
9463
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9464
9464
|
*/
|
|
9465
|
-
|
|
9465
|
+
externalArticleNumber: string;
|
|
9466
9466
|
|
|
9467
9467
|
/**
|
|
9468
9468
|
* Buchungen zu dieser Belegposition
|
|
@@ -10179,14 +10179,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10179
10179
|
shelfResourceId: number;
|
|
10180
10180
|
|
|
10181
10181
|
/**
|
|
10182
|
-
*
|
|
10182
|
+
* id of the referenced object
|
|
10183
10183
|
*/
|
|
10184
|
-
|
|
10184
|
+
refId: number;
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
10187
|
-
*
|
|
10187
|
+
* Verfügbare Transformationen zum Bild
|
|
10188
10188
|
*/
|
|
10189
|
-
|
|
10189
|
+
transformationKeys: Array<string>;
|
|
10190
10190
|
|
|
10191
10191
|
/**
|
|
10192
10192
|
* Unique identifier of the Object
|
|
@@ -10225,14 +10225,14 @@ export interface ShelfDocumentType {
|
|
|
10225
10225
|
accessLevelWrite: number;
|
|
10226
10226
|
|
|
10227
10227
|
/**
|
|
10228
|
-
*
|
|
10228
|
+
* system presetting
|
|
10229
10229
|
*/
|
|
10230
|
-
|
|
10230
|
+
systemPresetting: boolean;
|
|
10231
10231
|
|
|
10232
10232
|
/**
|
|
10233
|
-
*
|
|
10233
|
+
* Ist die Dokumentenart aktiv
|
|
10234
10234
|
*/
|
|
10235
|
-
|
|
10235
|
+
active: boolean;
|
|
10236
10236
|
|
|
10237
10237
|
/**
|
|
10238
10238
|
* access level or reading
|
|
@@ -10323,14 +10323,14 @@ export interface ShelfFile {
|
|
|
10323
10323
|
version: number;
|
|
10324
10324
|
|
|
10325
10325
|
/**
|
|
10326
|
-
*
|
|
10326
|
+
* meta data
|
|
10327
10327
|
*/
|
|
10328
|
-
|
|
10328
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10329
10329
|
|
|
10330
10330
|
/**
|
|
10331
|
-
*
|
|
10331
|
+
* current reference of this file in our storage
|
|
10332
10332
|
*/
|
|
10333
|
-
|
|
10333
|
+
storageHandle: string;
|
|
10334
10334
|
|
|
10335
10335
|
/**
|
|
10336
10336
|
* MetaInformations for this Object
|
|
@@ -10903,14 +10903,14 @@ export interface TagDto {
|
|
|
10903
10903
|
editColor: string;
|
|
10904
10904
|
|
|
10905
10905
|
/**
|
|
10906
|
-
* Farbe
|
|
10906
|
+
* Farbe für die Anzeige des Tags
|
|
10907
10907
|
*/
|
|
10908
|
-
|
|
10908
|
+
color: string;
|
|
10909
10909
|
|
|
10910
10910
|
/**
|
|
10911
|
-
* Farbe
|
|
10911
|
+
* Farbe in Such-GUI
|
|
10912
10912
|
*/
|
|
10913
|
-
|
|
10913
|
+
searchColor: string;
|
|
10914
10914
|
|
|
10915
10915
|
/**
|
|
10916
10916
|
* Beschriftung des Tags
|
|
@@ -11211,6 +11211,11 @@ export interface User {
|
|
|
11211
11211
|
*/
|
|
11212
11212
|
roles: Array<ApiObjectReference>;
|
|
11213
11213
|
|
|
11214
|
+
/**
|
|
11215
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
11216
|
+
*/
|
|
11217
|
+
referencedCustomerUserId: number;
|
|
11218
|
+
|
|
11214
11219
|
/**
|
|
11215
11220
|
* Gruppen
|
|
11216
11221
|
*/
|
|
@@ -11221,11 +11226,6 @@ export interface User {
|
|
|
11221
11226
|
*/
|
|
11222
11227
|
active: boolean;
|
|
11223
11228
|
|
|
11224
|
-
/**
|
|
11225
|
-
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
11226
|
-
*/
|
|
11227
|
-
referencedCustomerUserId: number;
|
|
11228
|
-
|
|
11229
11229
|
/**
|
|
11230
11230
|
* App-Identifier
|
|
11231
11231
|
*/
|
|
@@ -11242,14 +11242,14 @@ export interface User {
|
|
|
11242
11242
|
version: number;
|
|
11243
11243
|
|
|
11244
11244
|
/**
|
|
11245
|
-
*
|
|
11245
|
+
* is the email verified
|
|
11246
11246
|
*/
|
|
11247
|
-
|
|
11247
|
+
emailVerified: boolean;
|
|
11248
11248
|
|
|
11249
11249
|
/**
|
|
11250
|
-
*
|
|
11250
|
+
* first-name
|
|
11251
11251
|
*/
|
|
11252
|
-
|
|
11252
|
+
firstName: string;
|
|
11253
11253
|
|
|
11254
11254
|
/**
|
|
11255
11255
|
* email-address
|
|
@@ -11262,14 +11262,14 @@ export interface User {
|
|
|
11262
11262
|
id: number;
|
|
11263
11263
|
|
|
11264
11264
|
/**
|
|
11265
|
-
*
|
|
11265
|
+
* Valid to
|
|
11266
11266
|
*/
|
|
11267
|
-
|
|
11267
|
+
validTo: ScriptingDateTime;
|
|
11268
11268
|
|
|
11269
11269
|
/**
|
|
11270
|
-
*
|
|
11270
|
+
* username
|
|
11271
11271
|
*/
|
|
11272
|
-
|
|
11272
|
+
username: string;
|
|
11273
11273
|
|
|
11274
11274
|
/**
|
|
11275
11275
|
* MetaInformations for this Object
|
|
@@ -11323,14 +11323,14 @@ export interface VariantAttributeListing {
|
|
|
11323
11323
|
salesChannelRef: ApiObjectReference;
|
|
11324
11324
|
|
|
11325
11325
|
/**
|
|
11326
|
-
*
|
|
11326
|
+
* Variantenattribut
|
|
11327
11327
|
*/
|
|
11328
|
-
|
|
11328
|
+
variantAttributeRef: ApiObjectReference;
|
|
11329
11329
|
|
|
11330
11330
|
/**
|
|
11331
|
-
*
|
|
11331
|
+
* Freifelder
|
|
11332
11332
|
*/
|
|
11333
|
-
|
|
11333
|
+
custom: EavVariantattributelisting;
|
|
11334
11334
|
|
|
11335
11335
|
/**
|
|
11336
11336
|
* Unique identifier of the Object
|