@vario-software/types 2026.23.1 → 2026.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +49 -49
- package/scripting/types.d.ts +270 -270
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* Erstkontakt am
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
initialContactAt: ScriptingDate;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* calculation mode of this document
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
calculationMode: CalculationMode;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Standard-Ansprechpartner
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
defaultPerson: AccountPerson;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Country code
|
|
310
305
|
*/
|
|
311
306
|
countryCode: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Street
|
|
310
|
+
*/
|
|
311
|
+
street: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -391,14 +391,14 @@ export interface AccountAddress {
|
|
|
391
391
|
additionalAddressLine1: string;
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* Additional address line2
|
|
395
395
|
*/
|
|
396
|
-
|
|
396
|
+
additionalAddressLine2: string;
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
|
-
*
|
|
399
|
+
* Parcel station
|
|
400
400
|
*/
|
|
401
|
-
|
|
401
|
+
parcelStation: string;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* Street address number
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -469,14 +469,14 @@ export interface AccountBankdetail {
|
|
|
469
469
|
active: boolean;
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
|
-
*
|
|
472
|
+
* name of the bank
|
|
473
473
|
*/
|
|
474
|
-
|
|
474
|
+
bankName: string;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
*
|
|
477
|
+
* post-code of the bank
|
|
478
478
|
*/
|
|
479
|
-
|
|
479
|
+
bankPostCode: string;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
482
|
* account from, if differs from account-address
|
|
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
|
|
|
488
488
|
*/
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* city of the bank
|
|
493
|
-
*/
|
|
494
|
-
bankCity: string;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* Hauptbankverbindung für
|
|
498
493
|
*/
|
|
499
494
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* city of the bank
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
bankCity: string;
|
|
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
|
*/
|
|
@@ -1029,14 +1029,14 @@ export interface Article {
|
|
|
1029
1029
|
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* weight and size w.o. packaging
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
netMetric: Article$Metric;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -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
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
1223
|
*/
|
|
1229
1224
|
taxLiabilityReversed: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
|
+
*/
|
|
1229
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* gross sales prices
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
grossSalesPrice: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -1298,11 +1298,6 @@ export interface Article {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
|
-
/**
|
|
1302
|
-
* alternative name of this product
|
|
1303
|
-
*/
|
|
1304
|
-
alternativeName: string;
|
|
1305
|
-
|
|
1306
1301
|
/**
|
|
1307
1302
|
* Kontingentartikel
|
|
1308
1303
|
*/
|
|
@@ -1313,6 +1308,11 @@ export interface Article {
|
|
|
1313
1308
|
*/
|
|
1314
1309
|
discountable: boolean;
|
|
1315
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* alternative name of this product
|
|
1313
|
+
*/
|
|
1314
|
+
alternativeName: string;
|
|
1315
|
+
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
1318
1318
|
*/
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* provisionsberechtiger Artikel?
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
commissionable: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1494,14 +1494,14 @@ export interface ArticleCustomer {
|
|
|
1494
1494
|
articleName: string;
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
|
-
*
|
|
1497
|
+
* Etikettdruck-Einstellungen
|
|
1498
1498
|
*/
|
|
1499
|
-
|
|
1499
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1500
1500
|
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1503
1503
|
*/
|
|
1504
|
-
|
|
1504
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Kunden-Preise
|
|
@@ -1899,14 +1899,14 @@ export interface ArticleStorage {
|
|
|
1899
1899
|
reorderPoint: number;
|
|
1900
1900
|
|
|
1901
1901
|
/**
|
|
1902
|
-
*
|
|
1902
|
+
* Bestellte Menge
|
|
1903
1903
|
*/
|
|
1904
|
-
|
|
1904
|
+
orderedQuantity: number;
|
|
1905
1905
|
|
|
1906
1906
|
/**
|
|
1907
|
-
*
|
|
1907
|
+
* Aktuelle Menge in Kommissionierung
|
|
1908
1908
|
*/
|
|
1909
|
-
|
|
1909
|
+
quantityInPicking: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Nachschub auf
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Verpackungseinheit
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
packagingUnit: number;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Referenced Article name
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
articleName: string;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2097,14 +2097,14 @@ export interface ArticleSupplier {
|
|
|
2097
2097
|
dropShippingAllowed: boolean;
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* Abweichende
|
|
2100
|
+
* Abweichende Produktbezeichnung
|
|
2101
2101
|
*/
|
|
2102
|
-
|
|
2102
|
+
supplierArticleName: string;
|
|
2103
2103
|
|
|
2104
2104
|
/**
|
|
2105
|
-
* Abweichende
|
|
2105
|
+
* Abweichende Produktbeschreibung
|
|
2106
2106
|
*/
|
|
2107
|
-
|
|
2107
|
+
supplierArticleDescription: string;
|
|
2108
2108
|
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Standardpreis Netto
|
|
@@ -2334,14 +2334,14 @@ export interface CountryReference {
|
|
|
2334
2334
|
export interface CreateNewDocumentRequest {
|
|
2335
2335
|
|
|
2336
2336
|
/**
|
|
2337
|
-
*
|
|
2337
|
+
* Belegart
|
|
2338
2338
|
*/
|
|
2339
|
-
|
|
2339
|
+
documentTypeLabel: string;
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
|
2342
|
-
* Belegart
|
|
2342
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2343
2343
|
*/
|
|
2344
|
-
|
|
2344
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2345
2345
|
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Details zum Beleg
|
|
@@ -2566,14 +2566,14 @@ export interface CrmActivityType {
|
|
|
2566
2566
|
export interface CrmChecklistItem {
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
|
-
*
|
|
2569
|
+
* Ist das Element "angehakt"?
|
|
2570
2570
|
*/
|
|
2571
|
-
|
|
2571
|
+
checked: boolean;
|
|
2572
2572
|
|
|
2573
2573
|
/**
|
|
2574
|
-
*
|
|
2574
|
+
* Text des Checklisten-Elements
|
|
2575
2575
|
*/
|
|
2576
|
-
|
|
2576
|
+
memo: string;
|
|
2577
2577
|
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Unique identifier of the Object
|
|
@@ -3476,14 +3476,14 @@ export interface CrmTask {
|
|
|
3476
3476
|
parentRefs: Array<CrmObjectRef>;
|
|
3477
3477
|
|
|
3478
3478
|
/**
|
|
3479
|
-
*
|
|
3479
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3480
3480
|
*/
|
|
3481
|
-
|
|
3481
|
+
externalRecordedTimes: number;
|
|
3482
3482
|
|
|
3483
3483
|
/**
|
|
3484
|
-
*
|
|
3484
|
+
* Beauftragte Zeit in Sekunden
|
|
3485
3485
|
*/
|
|
3486
|
-
|
|
3486
|
+
effortCommissioned: number;
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3715,14 +3715,14 @@ export interface Customer {
|
|
|
3715
3715
|
stackProcessingPriority: number;
|
|
3716
3716
|
|
|
3717
3717
|
/**
|
|
3718
|
-
*
|
|
3718
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3719
3719
|
*/
|
|
3720
|
-
|
|
3720
|
+
collectiveInvoiceManually: boolean;
|
|
3721
3721
|
|
|
3722
3722
|
/**
|
|
3723
|
-
*
|
|
3723
|
+
* reference to product price group
|
|
3724
3724
|
*/
|
|
3725
|
-
|
|
3725
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3726
3726
|
|
|
3727
3727
|
/**
|
|
3728
3728
|
* Unique identifier of the Object
|
|
@@ -3959,14 +3959,14 @@ export interface DeliveryMethod {
|
|
|
3959
3959
|
defaultSizeUnit: UnitTypeReference;
|
|
3960
3960
|
|
|
3961
3961
|
/**
|
|
3962
|
-
*
|
|
3962
|
+
* translations
|
|
3963
3963
|
*/
|
|
3964
|
-
|
|
3964
|
+
translations: Array<DocumentTypeTerm>;
|
|
3965
3965
|
|
|
3966
3966
|
/**
|
|
3967
|
-
*
|
|
3967
|
+
* Quelle für Paketgewicht
|
|
3968
3968
|
*/
|
|
3969
|
-
|
|
3969
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3970
3970
|
|
|
3971
3971
|
/**
|
|
3972
3972
|
* Gültige Ländercodes
|
|
@@ -4183,9 +4183,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4183
4183
|
deliveryQuantityPackages: number;
|
|
4184
4184
|
|
|
4185
4185
|
/**
|
|
4186
|
-
*
|
|
4186
|
+
* Steuerpflichtig oder steuerfrei
|
|
4187
4187
|
*/
|
|
4188
|
-
|
|
4188
|
+
taxable: boolean;
|
|
4189
4189
|
|
|
4190
4190
|
/**
|
|
4191
4191
|
* Leitweg-ID
|
|
@@ -4193,9 +4193,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4193
4193
|
buyerReference: string;
|
|
4194
4194
|
|
|
4195
4195
|
/**
|
|
4196
|
-
*
|
|
4196
|
+
* Bestellnummer aus Vorbeleg
|
|
4197
4197
|
*/
|
|
4198
|
-
|
|
4198
|
+
referencedOrderNumber: string;
|
|
4199
4199
|
|
|
4200
4200
|
/**
|
|
4201
4201
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4380,14 +4380,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4380
4380
|
processedByWorkflow: boolean;
|
|
4381
4381
|
|
|
4382
4382
|
/**
|
|
4383
|
-
*
|
|
4383
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4384
4384
|
*/
|
|
4385
|
-
|
|
4385
|
+
baseTotalDocumentPriceModifier: number;
|
|
4386
4386
|
|
|
4387
4387
|
/**
|
|
4388
|
-
*
|
|
4388
|
+
* Telefon an Versender übergeben
|
|
4389
4389
|
*/
|
|
4390
|
-
|
|
4390
|
+
forwardPhoneToShipper: boolean;
|
|
4391
4391
|
|
|
4392
4392
|
/**
|
|
4393
4393
|
* Liste der Belegtexte
|
|
@@ -4475,14 +4475,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4475
4475
|
dropShipping: boolean;
|
|
4476
4476
|
|
|
4477
4477
|
/**
|
|
4478
|
-
*
|
|
4478
|
+
* Gesamtpreis netto
|
|
4479
4479
|
*/
|
|
4480
|
-
|
|
4480
|
+
totalNetPrice: number;
|
|
4481
4481
|
|
|
4482
4482
|
/**
|
|
4483
|
-
*
|
|
4483
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4484
4484
|
*/
|
|
4485
|
-
|
|
4485
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4486
4486
|
|
|
4487
4487
|
/**
|
|
4488
4488
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4604,11 +4604,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4604
4604
|
*/
|
|
4605
4605
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4606
4606
|
|
|
4607
|
-
/**
|
|
4608
|
-
* Rückgeld
|
|
4609
|
-
*/
|
|
4610
|
-
posReceiptChangeAmount: number;
|
|
4611
|
-
|
|
4612
4607
|
/**
|
|
4613
4608
|
* Referenz auf Lieferbedingung
|
|
4614
4609
|
*/
|
|
@@ -4621,6 +4616,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4621
4616
|
*/
|
|
4622
4617
|
posReceiptBalanced: boolean;
|
|
4623
4618
|
|
|
4619
|
+
/**
|
|
4620
|
+
* Rückgeld
|
|
4621
|
+
*/
|
|
4622
|
+
posReceiptChangeAmount: number;
|
|
4623
|
+
|
|
4624
4624
|
/**
|
|
4625
4625
|
* Gesamtbruttogewicht
|
|
4626
4626
|
*/
|
|
@@ -4641,25 +4641,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4641
4641
|
*/
|
|
4642
4642
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4643
4643
|
|
|
4644
|
-
/**
|
|
4645
|
-
* Status der USt-ID-Prüfung
|
|
4646
|
-
*/
|
|
4647
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4648
|
-
|
|
4649
4644
|
/**
|
|
4650
4645
|
* Rechnungsadresse
|
|
4651
4646
|
*/
|
|
4652
4647
|
billingAddress: DocumentAddress;
|
|
4653
4648
|
|
|
4654
4649
|
/**
|
|
4655
|
-
*
|
|
4650
|
+
* Status der USt-ID-Prüfung
|
|
4656
4651
|
*/
|
|
4657
|
-
|
|
4652
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4658
4653
|
|
|
4659
4654
|
/**
|
|
4660
4655
|
* Bestellt durch Ansprechpartner
|
|
4661
4656
|
*/
|
|
4662
4657
|
orderedByPersonRef: ApiObjectReference;
|
|
4658
|
+
|
|
4659
|
+
/**
|
|
4660
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4661
|
+
*/
|
|
4662
|
+
reportGroupRef: ApiObjectReference;
|
|
4663
4663
|
}
|
|
4664
4664
|
|
|
4665
4665
|
export interface DocumentAdditionalInfo {
|
|
@@ -4810,14 +4810,14 @@ export interface DocumentAddress {
|
|
|
4810
4810
|
postOfficeBox: string;
|
|
4811
4811
|
|
|
4812
4812
|
/**
|
|
4813
|
-
*
|
|
4813
|
+
* country code IsoAlpha3
|
|
4814
4814
|
*/
|
|
4815
|
-
|
|
4815
|
+
countryCode: string;
|
|
4816
4816
|
|
|
4817
4817
|
/**
|
|
4818
|
-
*
|
|
4818
|
+
* Street
|
|
4819
4819
|
*/
|
|
4820
|
-
|
|
4820
|
+
street: string;
|
|
4821
4821
|
|
|
4822
4822
|
/**
|
|
4823
4823
|
* Unique identifier of the Object
|
|
@@ -4835,14 +4835,14 @@ export interface DocumentAddress {
|
|
|
4835
4835
|
info: MetaInfo;
|
|
4836
4836
|
|
|
4837
4837
|
/**
|
|
4838
|
-
*
|
|
4838
|
+
* GLN
|
|
4839
4839
|
*/
|
|
4840
|
-
|
|
4840
|
+
globalLocationNumber: string;
|
|
4841
4841
|
|
|
4842
4842
|
/**
|
|
4843
|
-
*
|
|
4843
|
+
* Lieferart
|
|
4844
4844
|
*/
|
|
4845
|
-
|
|
4845
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4846
4846
|
|
|
4847
4847
|
/**
|
|
4848
4848
|
* Postcode
|
|
@@ -5023,14 +5023,14 @@ export interface DocumentContractDetail {
|
|
|
5023
5023
|
runtimeToDate: ScriptingDate;
|
|
5024
5024
|
|
|
5025
5025
|
/**
|
|
5026
|
-
*
|
|
5026
|
+
* Nächste Fälligkeit
|
|
5027
5027
|
*/
|
|
5028
|
-
|
|
5028
|
+
nextDueDate: ScriptingDate;
|
|
5029
5029
|
|
|
5030
5030
|
/**
|
|
5031
|
-
*
|
|
5031
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5032
5032
|
*/
|
|
5033
|
-
|
|
5033
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
5036
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5290,9 +5290,9 @@ export interface DocumentLine {
|
|
|
5290
5290
|
price: number;
|
|
5291
5291
|
|
|
5292
5292
|
/**
|
|
5293
|
-
*
|
|
5293
|
+
* FiBu-Buchung
|
|
5294
5294
|
*/
|
|
5295
|
-
|
|
5295
|
+
financeBooking: DocumentFinanceBooking;
|
|
5296
5296
|
|
|
5297
5297
|
/**
|
|
5298
5298
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -5300,9 +5300,9 @@ export interface DocumentLine {
|
|
|
5300
5300
|
baseTotalLinePrice: number;
|
|
5301
5301
|
|
|
5302
5302
|
/**
|
|
5303
|
-
*
|
|
5303
|
+
* Positionstyp
|
|
5304
5304
|
*/
|
|
5305
|
-
|
|
5305
|
+
lineType: DocumentLineType;
|
|
5306
5306
|
|
|
5307
5307
|
/**
|
|
5308
5308
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5335,9 +5335,9 @@ export interface DocumentLine {
|
|
|
5335
5335
|
id: number;
|
|
5336
5336
|
|
|
5337
5337
|
/**
|
|
5338
|
-
*
|
|
5338
|
+
* Externe Referenz zum VDS-Paket
|
|
5339
5339
|
*/
|
|
5340
|
-
|
|
5340
|
+
externalReferenceVds: string;
|
|
5341
5341
|
|
|
5342
5342
|
/**
|
|
5343
5343
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
@@ -5345,9 +5345,9 @@ export interface DocumentLine {
|
|
|
5345
5345
|
positionOfArticleLine: number;
|
|
5346
5346
|
|
|
5347
5347
|
/**
|
|
5348
|
-
*
|
|
5348
|
+
* Serientyp
|
|
5349
5349
|
*/
|
|
5350
|
-
|
|
5350
|
+
serialType: ArticleSerialType;
|
|
5351
5351
|
|
|
5352
5352
|
/**
|
|
5353
5353
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5550,14 +5550,14 @@ export interface DocumentLine {
|
|
|
5550
5550
|
productType: ProductType;
|
|
5551
5551
|
|
|
5552
5552
|
/**
|
|
5553
|
-
*
|
|
5553
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5554
5554
|
*/
|
|
5555
|
-
|
|
5555
|
+
baseSalesValueNet: number;
|
|
5556
5556
|
|
|
5557
5557
|
/**
|
|
5558
|
-
*
|
|
5558
|
+
* Vertragsinformationen
|
|
5559
5559
|
*/
|
|
5560
|
-
|
|
5560
|
+
contractDetail: DocumentContractDetail;
|
|
5561
5561
|
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Einheit Nettogewicht
|
|
@@ -5933,14 +5933,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5933
5933
|
quantityFinished: number;
|
|
5934
5934
|
|
|
5935
5935
|
/**
|
|
5936
|
-
*
|
|
5936
|
+
* Produzierte Seriennummern
|
|
5937
5937
|
*/
|
|
5938
|
-
|
|
5938
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5939
5939
|
|
|
5940
5940
|
/**
|
|
5941
|
-
*
|
|
5941
|
+
* Menge defekt
|
|
5942
5942
|
*/
|
|
5943
|
-
|
|
5943
|
+
quantityDefective: number;
|
|
5944
5944
|
|
|
5945
5945
|
/**
|
|
5946
5946
|
* Freifeld
|
|
@@ -6084,14 +6084,14 @@ export interface DocumentLinePosDetail {
|
|
|
6084
6084
|
balanceBeforeWithdrawal: number;
|
|
6085
6085
|
|
|
6086
6086
|
/**
|
|
6087
|
-
*
|
|
6087
|
+
* Typ der Position
|
|
6088
6088
|
*/
|
|
6089
|
-
|
|
6089
|
+
posLineType: PosLineType;
|
|
6090
6090
|
|
|
6091
6091
|
/**
|
|
6092
|
-
*
|
|
6092
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6093
6093
|
*/
|
|
6094
|
-
|
|
6094
|
+
externalPaymentId: string;
|
|
6095
6095
|
|
|
6096
6096
|
/**
|
|
6097
6097
|
* Unique identifier of the Object
|
|
@@ -6304,14 +6304,14 @@ export interface DocumentPosPayment {
|
|
|
6304
6304
|
version: number;
|
|
6305
6305
|
|
|
6306
6306
|
/**
|
|
6307
|
-
*
|
|
6307
|
+
* Zahlungsart
|
|
6308
6308
|
*/
|
|
6309
|
-
|
|
6309
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6310
6310
|
|
|
6311
6311
|
/**
|
|
6312
|
-
*
|
|
6312
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6313
6313
|
*/
|
|
6314
|
-
|
|
6314
|
+
withdrawalAmount: number;
|
|
6315
6315
|
|
|
6316
6316
|
/**
|
|
6317
6317
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6324,14 +6324,14 @@ export interface DocumentPosPayment {
|
|
|
6324
6324
|
balanceBeforeWithdrawal: number;
|
|
6325
6325
|
|
|
6326
6326
|
/**
|
|
6327
|
-
*
|
|
6327
|
+
* Typ der Position
|
|
6328
6328
|
*/
|
|
6329
|
-
|
|
6329
|
+
posLineType: PosLineType;
|
|
6330
6330
|
|
|
6331
6331
|
/**
|
|
6332
|
-
*
|
|
6332
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6333
6333
|
*/
|
|
6334
|
-
|
|
6334
|
+
externalPaymentId: string;
|
|
6335
6335
|
|
|
6336
6336
|
/**
|
|
6337
6337
|
* Unique identifier of the Object
|
|
@@ -6454,14 +6454,14 @@ export interface DocumentRef {
|
|
|
6454
6454
|
export interface DocumentShippingCost {
|
|
6455
6455
|
|
|
6456
6456
|
/**
|
|
6457
|
-
*
|
|
6457
|
+
* Die Versandkosten
|
|
6458
6458
|
*/
|
|
6459
|
-
|
|
6459
|
+
costs: number;
|
|
6460
6460
|
|
|
6461
6461
|
/**
|
|
6462
|
-
*
|
|
6462
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6463
6463
|
*/
|
|
6464
|
-
|
|
6464
|
+
manualCosts: boolean;
|
|
6465
6465
|
|
|
6466
6466
|
/**
|
|
6467
6467
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6589,14 +6589,14 @@ export interface DocumentText {
|
|
|
6589
6589
|
transferableIntoSubsequentDocuments: boolean;
|
|
6590
6590
|
|
|
6591
6591
|
/**
|
|
6592
|
-
*
|
|
6592
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6593
6593
|
*/
|
|
6594
|
-
|
|
6594
|
+
deleted: boolean;
|
|
6595
6595
|
|
|
6596
6596
|
/**
|
|
6597
|
-
*
|
|
6597
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6598
6598
|
*/
|
|
6599
|
-
|
|
6599
|
+
textPosition: TextPosition;
|
|
6600
6600
|
|
|
6601
6601
|
/**
|
|
6602
6602
|
* textBaustein Vorlage
|
|
@@ -7195,14 +7195,14 @@ export const enum FabricationOfComponents {
|
|
|
7195
7195
|
export interface FabricationProduceRequest {
|
|
7196
7196
|
|
|
7197
7197
|
/**
|
|
7198
|
-
*
|
|
7198
|
+
* Zu produzierende Menge
|
|
7199
7199
|
*/
|
|
7200
|
-
|
|
7200
|
+
quantity: number;
|
|
7201
7201
|
|
|
7202
7202
|
/**
|
|
7203
|
-
*
|
|
7203
|
+
* Material automatisch bestätigen
|
|
7204
7204
|
*/
|
|
7205
|
-
|
|
7205
|
+
autoCommitComponents: boolean;
|
|
7206
7206
|
|
|
7207
7207
|
/**
|
|
7208
7208
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7256,14 +7256,14 @@ export interface FabricationRevertRequest {
|
|
|
7256
7256
|
quantity: number;
|
|
7257
7257
|
|
|
7258
7258
|
/**
|
|
7259
|
-
*
|
|
7259
|
+
* ID der zu stornierenden Position
|
|
7260
7260
|
*/
|
|
7261
|
-
|
|
7261
|
+
documentLineId: number;
|
|
7262
7262
|
|
|
7263
7263
|
/**
|
|
7264
|
-
*
|
|
7264
|
+
* Material automatisch stornieren
|
|
7265
7265
|
*/
|
|
7266
|
-
|
|
7266
|
+
autoRevertComponents: boolean;
|
|
7267
7267
|
|
|
7268
7268
|
/**
|
|
7269
7269
|
* Zu stornierende Seriennummern
|
|
@@ -7279,14 +7279,14 @@ export interface FabricationRevertRequest {
|
|
|
7279
7279
|
export interface FabricationSerialNumber {
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
|
-
*
|
|
7282
|
+
* MHD / Verfallsdatum
|
|
7283
7283
|
*/
|
|
7284
|
-
|
|
7284
|
+
expiryDate: ScriptingDate;
|
|
7285
7285
|
|
|
7286
7286
|
/**
|
|
7287
|
-
*
|
|
7287
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7288
7288
|
*/
|
|
7289
|
-
|
|
7289
|
+
serialNumberId: number;
|
|
7290
7290
|
|
|
7291
7291
|
/**
|
|
7292
7292
|
* Bemerkung
|
|
@@ -7483,14 +7483,14 @@ export interface PaymentMethod {
|
|
|
7483
7483
|
dunnable: boolean;
|
|
7484
7484
|
|
|
7485
7485
|
/**
|
|
7486
|
-
*
|
|
7486
|
+
* translations
|
|
7487
7487
|
*/
|
|
7488
|
-
|
|
7488
|
+
translations: Array<DocumentTypeTerm>;
|
|
7489
7489
|
|
|
7490
7490
|
/**
|
|
7491
|
-
*
|
|
7491
|
+
* Debitoren-OP abschließen?
|
|
7492
7492
|
*/
|
|
7493
|
-
|
|
7493
|
+
closeCustomerAccountType: boolean;
|
|
7494
7494
|
|
|
7495
7495
|
/**
|
|
7496
7496
|
* +Tage für Folgelastschrift
|
|
@@ -7536,14 +7536,14 @@ export interface PaymentTerm {
|
|
|
7536
7536
|
paymentDiscount2: number;
|
|
7537
7537
|
|
|
7538
7538
|
/**
|
|
7539
|
-
*
|
|
7539
|
+
* printDescription
|
|
7540
7540
|
*/
|
|
7541
|
-
|
|
7541
|
+
printDescription: string;
|
|
7542
7542
|
|
|
7543
7543
|
/**
|
|
7544
|
-
*
|
|
7544
|
+
* Percent for Discount 1
|
|
7545
7545
|
*/
|
|
7546
|
-
|
|
7546
|
+
paymentDiscount1: number;
|
|
7547
7547
|
|
|
7548
7548
|
/**
|
|
7549
7549
|
* for deposit: remaining term
|
|
@@ -7674,14 +7674,14 @@ export interface PickTrolley {
|
|
|
7674
7674
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7675
7675
|
|
|
7676
7676
|
/**
|
|
7677
|
-
*
|
|
7677
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7678
7678
|
*/
|
|
7679
|
-
|
|
7679
|
+
storageBinRef: StorageBinRef;
|
|
7680
7680
|
|
|
7681
7681
|
/**
|
|
7682
|
-
*
|
|
7682
|
+
* Bearbeiter der Pickliste
|
|
7683
7683
|
*/
|
|
7684
|
-
|
|
7684
|
+
processedByUserRef: ApiObjectReference;
|
|
7685
7685
|
|
|
7686
7686
|
/**
|
|
7687
7687
|
* Beschreibung des Wagens
|
|
@@ -7836,14 +7836,14 @@ export const enum PickingType {
|
|
|
7836
7836
|
export interface Picklist {
|
|
7837
7837
|
|
|
7838
7838
|
/**
|
|
7839
|
-
*
|
|
7839
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7840
7840
|
*/
|
|
7841
|
-
|
|
7841
|
+
usedTemplate: PicklistTemplate;
|
|
7842
7842
|
|
|
7843
7843
|
/**
|
|
7844
|
-
*
|
|
7844
|
+
* Ziellager für Nachschub
|
|
7845
7845
|
*/
|
|
7846
|
-
|
|
7846
|
+
targetStorageRef: ApiObjectReference;
|
|
7847
7847
|
|
|
7848
7848
|
/**
|
|
7849
7849
|
* Nummer der Pickliste
|
|
@@ -7954,14 +7954,14 @@ export interface PicklistLine {
|
|
|
7954
7954
|
articleNumber: string;
|
|
7955
7955
|
|
|
7956
7956
|
/**
|
|
7957
|
-
*
|
|
7957
|
+
* Art der Position
|
|
7958
7958
|
*/
|
|
7959
|
-
|
|
7959
|
+
lineType: PicklistLineType;
|
|
7960
7960
|
|
|
7961
7961
|
/**
|
|
7962
|
-
*
|
|
7962
|
+
* Lagernummer
|
|
7963
7963
|
*/
|
|
7964
|
-
|
|
7964
|
+
storageNumber: string;
|
|
7965
7965
|
|
|
7966
7966
|
/**
|
|
7967
7967
|
* ID der Ziel-Dokumentposition
|
|
@@ -8100,14 +8100,14 @@ export interface PicklistLineComponent {
|
|
|
8100
8100
|
targetDocumentLineComponentId: number;
|
|
8101
8101
|
|
|
8102
8102
|
/**
|
|
8103
|
-
*
|
|
8103
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8104
8104
|
*/
|
|
8105
|
-
|
|
8105
|
+
quantityPerAssemblyGroup: number;
|
|
8106
8106
|
|
|
8107
8107
|
/**
|
|
8108
|
-
*
|
|
8108
|
+
* abweichende Artikelbezeichnung
|
|
8109
8109
|
*/
|
|
8110
|
-
|
|
8110
|
+
articleAlternativeName: string;
|
|
8111
8111
|
|
|
8112
8112
|
/**
|
|
8113
8113
|
* Verpackte Menge der Position
|
|
@@ -8286,14 +8286,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8286
8286
|
alternativeSelectionInVql: string;
|
|
8287
8287
|
|
|
8288
8288
|
/**
|
|
8289
|
-
*
|
|
8289
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8290
8290
|
*/
|
|
8291
|
-
|
|
8291
|
+
maxOrderCount: number;
|
|
8292
8292
|
|
|
8293
8293
|
/**
|
|
8294
|
-
*
|
|
8294
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8295
8295
|
*/
|
|
8296
|
-
|
|
8296
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8297
8297
|
|
|
8298
8298
|
/**
|
|
8299
8299
|
* Nur vollständig lieferbare Positionen
|
|
@@ -8451,6 +8451,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8451
8451
|
*/
|
|
8452
8452
|
showShippingFormOnPickingFinish: boolean;
|
|
8453
8453
|
|
|
8454
|
+
/**
|
|
8455
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8456
|
+
*/
|
|
8457
|
+
useDigitalPicklist: boolean;
|
|
8458
|
+
|
|
8454
8459
|
/**
|
|
8455
8460
|
* Sammelbestätigung erlauben
|
|
8456
8461
|
*/
|
|
@@ -8461,11 +8466,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8461
8466
|
*/
|
|
8462
8467
|
allowPickingOfServiceArticles: boolean;
|
|
8463
8468
|
|
|
8464
|
-
/**
|
|
8465
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8466
|
-
*/
|
|
8467
|
-
useDigitalPicklist: boolean;
|
|
8468
|
-
|
|
8469
8469
|
/**
|
|
8470
8470
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8471
8471
|
*/
|
|
@@ -8482,14 +8482,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8482
8482
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8483
8483
|
|
|
8484
8484
|
/**
|
|
8485
|
-
*
|
|
8485
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8486
8486
|
*/
|
|
8487
|
-
|
|
8487
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8488
8488
|
|
|
8489
8489
|
/**
|
|
8490
|
-
*
|
|
8490
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8491
8491
|
*/
|
|
8492
|
-
|
|
8492
|
+
autoDeterminationOfLots: boolean;
|
|
8493
8493
|
|
|
8494
8494
|
/**
|
|
8495
8495
|
* Zielmengen in Masken verstecken?
|
|
@@ -8565,14 +8565,14 @@ export interface PriceSelectionCriteria {
|
|
|
8565
8565
|
quantity: number;
|
|
8566
8566
|
|
|
8567
8567
|
/**
|
|
8568
|
-
* Liste von
|
|
8568
|
+
* Liste von Account-IDs
|
|
8569
8569
|
*/
|
|
8570
|
-
|
|
8570
|
+
accountIds: Array<number>;
|
|
8571
8571
|
|
|
8572
8572
|
/**
|
|
8573
|
-
* Liste von
|
|
8573
|
+
* Liste von Artikel-IDs
|
|
8574
8574
|
*/
|
|
8575
|
-
|
|
8575
|
+
articleIds: Array<number>;
|
|
8576
8576
|
|
|
8577
8577
|
/**
|
|
8578
8578
|
* ein qualifier
|
|
@@ -8769,14 +8769,14 @@ export interface ProductDiscount {
|
|
|
8769
8769
|
validFrom: ScriptingDate;
|
|
8770
8770
|
|
|
8771
8771
|
/**
|
|
8772
|
-
*
|
|
8772
|
+
* Bestimmt die Art des Rabatts
|
|
8773
8773
|
*/
|
|
8774
|
-
|
|
8774
|
+
modifierType: PriceModifierType;
|
|
8775
8775
|
|
|
8776
8776
|
/**
|
|
8777
|
-
*
|
|
8777
|
+
* Warengruppe
|
|
8778
8778
|
*/
|
|
8779
|
-
|
|
8779
|
+
productGroupRef: ApiObjectReference;
|
|
8780
8780
|
|
|
8781
8781
|
/**
|
|
8782
8782
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8794,14 +8794,14 @@ export interface ProductDiscount {
|
|
|
8794
8794
|
currencyRef: CurrencyReference;
|
|
8795
8795
|
|
|
8796
8796
|
/**
|
|
8797
|
-
*
|
|
8797
|
+
* Preisgruppe
|
|
8798
8798
|
*/
|
|
8799
|
-
|
|
8799
|
+
priceGroupRef: ApiObjectReference;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
|
-
*
|
|
8802
|
+
* Wert des Rabatts
|
|
8803
8803
|
*/
|
|
8804
|
-
|
|
8804
|
+
modifierValue: number;
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
8807
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -9221,26 +9221,26 @@ export interface RequestDocument {
|
|
|
9221
9221
|
*/
|
|
9222
9222
|
lines: Array<RequestDocumentLine>;
|
|
9223
9223
|
|
|
9224
|
-
/**
|
|
9225
|
-
* Die Vertragsdetails
|
|
9226
|
-
*/
|
|
9227
|
-
contractDetail: DocumentContractDetail;
|
|
9228
|
-
|
|
9229
9224
|
/**
|
|
9230
9225
|
* ID der Kasse (bei POS)
|
|
9231
9226
|
*/
|
|
9232
9227
|
posRegisterId: number;
|
|
9233
9228
|
|
|
9234
9229
|
/**
|
|
9235
|
-
*
|
|
9230
|
+
* Die Vertragsdetails
|
|
9236
9231
|
*/
|
|
9237
|
-
|
|
9232
|
+
contractDetail: DocumentContractDetail;
|
|
9238
9233
|
|
|
9239
9234
|
/**
|
|
9240
9235
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9241
9236
|
*/
|
|
9242
9237
|
supplierAccountId: number;
|
|
9243
9238
|
|
|
9239
|
+
/**
|
|
9240
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9241
|
+
*/
|
|
9242
|
+
paymentTermId: number;
|
|
9243
|
+
|
|
9244
9244
|
/**
|
|
9245
9245
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
9246
9246
|
*/
|
|
@@ -9282,14 +9282,14 @@ export interface RequestDocument {
|
|
|
9282
9282
|
accountId: number;
|
|
9283
9283
|
|
|
9284
9284
|
/**
|
|
9285
|
-
*
|
|
9285
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
9286
9286
|
*/
|
|
9287
|
-
|
|
9287
|
+
processedByPicklistProcessing: boolean;
|
|
9288
9288
|
|
|
9289
9289
|
/**
|
|
9290
|
-
*
|
|
9290
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
9291
9291
|
*/
|
|
9292
|
-
|
|
9292
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
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
|
+
* FiBu-Angaben
|
|
9354
9354
|
*/
|
|
9355
|
-
|
|
9355
|
+
financeBooking: DocumentFinanceBooking;
|
|
9356
9356
|
|
|
9357
9357
|
/**
|
|
9358
|
-
*
|
|
9358
|
+
* Typ dieser Position
|
|
9359
9359
|
*/
|
|
9360
|
-
|
|
9360
|
+
lineType: DocumentLineType;
|
|
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
|
+
* Positionsnummer der Artikel
|
|
9374
9374
|
*/
|
|
9375
|
-
|
|
9375
|
+
positionOfArticleLine: number;
|
|
9376
9376
|
|
|
9377
9377
|
/**
|
|
9378
|
-
*
|
|
9378
|
+
* (optional) Lager-ID
|
|
9379
9379
|
*/
|
|
9380
|
-
|
|
9380
|
+
storageId: number;
|
|
9381
9381
|
|
|
9382
9382
|
/**
|
|
9383
9383
|
* Vertragsdetails zur Belegposition
|
|
@@ -9629,14 +9629,14 @@ export interface SalesAgent {
|
|
|
9629
9629
|
note: string;
|
|
9630
9630
|
|
|
9631
9631
|
/**
|
|
9632
|
-
*
|
|
9632
|
+
* reference to the delivery method
|
|
9633
9633
|
*/
|
|
9634
|
-
|
|
9634
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9635
9635
|
|
|
9636
9636
|
/**
|
|
9637
|
-
*
|
|
9637
|
+
* is sales agent taxable
|
|
9638
9638
|
*/
|
|
9639
|
-
|
|
9639
|
+
taxable: boolean;
|
|
9640
9640
|
|
|
9641
9641
|
/**
|
|
9642
9642
|
* Freifelder
|
|
@@ -9977,14 +9977,14 @@ export interface SequencerConfiguration {
|
|
|
9977
9977
|
key: string;
|
|
9978
9978
|
|
|
9979
9979
|
/**
|
|
9980
|
-
*
|
|
9980
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9981
9981
|
*/
|
|
9982
|
-
|
|
9982
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9983
9983
|
|
|
9984
9984
|
/**
|
|
9985
|
-
*
|
|
9985
|
+
* Contains details about the sequencer configuration
|
|
9986
9986
|
*/
|
|
9987
|
-
|
|
9987
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9988
9988
|
|
|
9989
9989
|
/**
|
|
9990
9990
|
* MetaInformations for this Object
|
|
@@ -10179,14 +10179,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10179
10179
|
shelfResourceId: number;
|
|
10180
10180
|
|
|
10181
10181
|
/**
|
|
10182
|
-
*
|
|
10182
|
+
* Verfügbare Transformationen zum Bild
|
|
10183
10183
|
*/
|
|
10184
|
-
|
|
10184
|
+
transformationKeys: Array<string>;
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
10187
|
-
*
|
|
10187
|
+
* id of the referenced object
|
|
10188
10188
|
*/
|
|
10189
|
-
|
|
10189
|
+
refId: number;
|
|
10190
10190
|
|
|
10191
10191
|
/**
|
|
10192
10192
|
* Unique identifier of the Object
|
|
@@ -10810,14 +10810,14 @@ export interface Supplier {
|
|
|
10810
10810
|
info: MetaInfo;
|
|
10811
10811
|
|
|
10812
10812
|
/**
|
|
10813
|
-
*
|
|
10813
|
+
* reference to the delivery method
|
|
10814
10814
|
*/
|
|
10815
|
-
|
|
10815
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10816
10816
|
|
|
10817
10817
|
/**
|
|
10818
|
-
*
|
|
10818
|
+
* Lieferantengruppe
|
|
10819
10819
|
*/
|
|
10820
|
-
|
|
10820
|
+
supplierGroupRef: ApiObjectReference;
|
|
10821
10821
|
|
|
10822
10822
|
/**
|
|
10823
10823
|
* tax able or tax free
|