@vario-software/types 2026.20.0 → 2026.20.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 +49 -49
- package/scripting/types.d.ts +274 -274
package/scripting/types.d.ts
CHANGED
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
+
* Kreditlimit
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
maximalLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
payablesSum: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1013,11 +1013,6 @@ export interface Article {
|
|
|
1013
1013
|
*/
|
|
1014
1014
|
baseCapacityUnit: UnitTypeReference;
|
|
1015
1015
|
|
|
1016
|
-
/**
|
|
1017
|
-
* is this product sellable without any quantity at the stock
|
|
1018
|
-
*/
|
|
1019
|
-
sellableWithoutStock: boolean;
|
|
1020
|
-
|
|
1021
1016
|
/**
|
|
1022
1017
|
* Seriennummern Auszeichnungsart
|
|
1023
1018
|
*/
|
|
@@ -1028,6 +1023,11 @@ export interface Article {
|
|
|
1028
1023
|
*/
|
|
1029
1024
|
initialAvgPurchasePrice: number;
|
|
1030
1025
|
|
|
1026
|
+
/**
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
|
+
*/
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
|
+
|
|
1031
1031
|
/**
|
|
1032
1032
|
* gross Volume in cubic meters
|
|
1033
1033
|
*/
|
|
@@ -1124,14 +1124,14 @@ export interface Article {
|
|
|
1124
1124
|
deliveryMethodRef: ApiObjectReference;
|
|
1125
1125
|
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* Soll-Handelsspanne
|
|
1128
1128
|
*/
|
|
1129
|
-
|
|
1129
|
+
targetTradingMargin: number;
|
|
1130
1130
|
|
|
1131
1131
|
/**
|
|
1132
|
-
*
|
|
1132
|
+
* Produktion
|
|
1133
1133
|
*/
|
|
1134
|
-
|
|
1134
|
+
fabrication: boolean;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* active
|
|
@@ -1169,14 +1169,14 @@ export interface Article {
|
|
|
1169
1169
|
solvable: boolean;
|
|
1170
1170
|
|
|
1171
1171
|
/**
|
|
1172
|
-
*
|
|
1172
|
+
* Verkaufseinheit
|
|
1173
1173
|
*/
|
|
1174
|
-
|
|
1174
|
+
salesUnit: number;
|
|
1175
1175
|
|
|
1176
1176
|
/**
|
|
1177
|
-
*
|
|
1177
|
+
* weight and size inc. packaging
|
|
1178
1178
|
*/
|
|
1179
|
-
|
|
1179
|
+
grossMetric: Article$Metric;
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
1182
|
* name of this product
|
|
@@ -1188,26 +1188,26 @@ export interface Article {
|
|
|
1188
1188
|
*/
|
|
1189
1189
|
listingStateChangeTime: ScriptingDateTime;
|
|
1190
1190
|
|
|
1191
|
-
/**
|
|
1192
|
-
* Country code
|
|
1193
|
-
*/
|
|
1194
|
-
countryOfOriginRef: CountryReference;
|
|
1195
|
-
|
|
1196
1191
|
/**
|
|
1197
1192
|
* Arbeitseinheit in Minuten
|
|
1198
1193
|
*/
|
|
1199
1194
|
workUnitInMinutes: number;
|
|
1200
1195
|
|
|
1201
1196
|
/**
|
|
1202
|
-
*
|
|
1197
|
+
* Country code
|
|
1203
1198
|
*/
|
|
1204
|
-
|
|
1199
|
+
countryOfOriginRef: CountryReference;
|
|
1205
1200
|
|
|
1206
1201
|
/**
|
|
1207
1202
|
* Frei kommissionierbar
|
|
1208
1203
|
*/
|
|
1209
1204
|
freelyPickable: boolean;
|
|
1210
1205
|
|
|
1206
|
+
/**
|
|
1207
|
+
* description custom data
|
|
1208
|
+
*/
|
|
1209
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1210
|
+
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1213
1213
|
*/
|
|
@@ -1268,6 +1268,11 @@ export interface Article {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
permissibleForOrderProposal: boolean;
|
|
1270
1270
|
|
|
1271
|
+
/**
|
|
1272
|
+
* Artikel ist Gefahrgut
|
|
1273
|
+
*/
|
|
1274
|
+
isDangerousGood: boolean;
|
|
1275
|
+
|
|
1271
1276
|
/**
|
|
1272
1277
|
* reference to Product
|
|
1273
1278
|
*/
|
|
@@ -1278,25 +1283,20 @@ export interface Article {
|
|
|
1278
1283
|
*/
|
|
1279
1284
|
shippingLabelPrinting: boolean;
|
|
1280
1285
|
|
|
1281
|
-
/**
|
|
1282
|
-
* Artikel ist Gefahrgut
|
|
1283
|
-
*/
|
|
1284
|
-
isDangerousGood: boolean;
|
|
1285
|
-
|
|
1286
1286
|
/**
|
|
1287
1287
|
* rabattierbarer Artikel?
|
|
1288
1288
|
*/
|
|
1289
1289
|
discountable: boolean;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
|
-
*
|
|
1292
|
+
* alternative name of this product
|
|
1293
1293
|
*/
|
|
1294
|
-
|
|
1294
|
+
alternativeName: string;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* Kontingentartikel
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
contingentArticleRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
1302
|
* base capacity
|
|
@@ -1329,14 +1329,14 @@ export interface Article {
|
|
|
1329
1329
|
custom: EavArticle;
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
1332
|
-
*
|
|
1332
|
+
* Art des Haltbarkeitsdatums
|
|
1333
1333
|
*/
|
|
1334
|
-
|
|
1334
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1335
1335
|
|
|
1336
1336
|
/**
|
|
1337
|
-
*
|
|
1337
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1338
1338
|
*/
|
|
1339
|
-
|
|
1339
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1340
1340
|
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Hersteller
|
|
@@ -1364,14 +1364,14 @@ export interface Article {
|
|
|
1364
1364
|
listed: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* provisionsberechtiger Artikel?
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
commissionable: boolean;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
|
-
*
|
|
1372
|
+
* Nur manuelle Produktion
|
|
1373
1373
|
*/
|
|
1374
|
-
|
|
1374
|
+
onlyManualFabrication: boolean;
|
|
1375
1375
|
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Preisbasis
|
|
@@ -1396,30 +1396,30 @@ export interface Article$Metric {
|
|
|
1396
1396
|
*/
|
|
1397
1397
|
sizeX: number;
|
|
1398
1398
|
|
|
1399
|
-
/**
|
|
1400
|
-
* size unit
|
|
1401
|
-
*/
|
|
1402
|
-
sizeUnit: UnitTypeReference;
|
|
1403
|
-
|
|
1404
1399
|
/**
|
|
1405
1400
|
* weight
|
|
1406
1401
|
*/
|
|
1407
1402
|
weight: number;
|
|
1408
1403
|
|
|
1409
1404
|
/**
|
|
1410
|
-
* size
|
|
1405
|
+
* size unit
|
|
1411
1406
|
*/
|
|
1412
|
-
|
|
1407
|
+
sizeUnit: UnitTypeReference;
|
|
1413
1408
|
|
|
1414
1409
|
/**
|
|
1415
1410
|
* size
|
|
1416
1411
|
*/
|
|
1417
|
-
|
|
1412
|
+
sizeY: number;
|
|
1418
1413
|
|
|
1419
1414
|
/**
|
|
1420
1415
|
* weight unit
|
|
1421
1416
|
*/
|
|
1422
1417
|
weightUnit: UnitTypeReference;
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* size
|
|
1421
|
+
*/
|
|
1422
|
+
sizeZ: number;
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
1425
|
export interface ArticleAvailabilityDetermination {
|
|
@@ -1522,14 +1522,14 @@ export interface ArticleListing {
|
|
|
1522
1522
|
proposedLowestPriceGross: number;
|
|
1523
1523
|
|
|
1524
1524
|
/**
|
|
1525
|
-
* der
|
|
1525
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1526
1526
|
*/
|
|
1527
|
-
|
|
1527
|
+
customLowestPriceGross: number;
|
|
1528
1528
|
|
|
1529
1529
|
/**
|
|
1530
|
-
*
|
|
1530
|
+
* der Sales Channel
|
|
1531
1531
|
*/
|
|
1532
|
-
|
|
1532
|
+
salesChannelRef: ApiObjectReference;
|
|
1533
1533
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* soll der Artikel gelistet werden
|
|
@@ -1562,14 +1562,14 @@ export interface ArticleListing {
|
|
|
1562
1562
|
alternativeName: WithDefaults<String>;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1565
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
customLowestPriceNet: number;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1570
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1571
1571
|
*/
|
|
1572
|
-
|
|
1572
|
+
proposedLowestPriceNet: number;
|
|
1573
1573
|
|
|
1574
1574
|
/**
|
|
1575
1575
|
* der aktuelle listing stand
|
|
@@ -1728,20 +1728,15 @@ export const enum ArticleSerialType {
|
|
|
1728
1728
|
|
|
1729
1729
|
export interface ArticleStorage {
|
|
1730
1730
|
|
|
1731
|
-
/**
|
|
1732
|
-
* Bestand im Lager
|
|
1733
|
-
*/
|
|
1734
|
-
quantityInStock: number;
|
|
1735
|
-
|
|
1736
1731
|
/**
|
|
1737
1732
|
* Nachschub ab
|
|
1738
1733
|
*/
|
|
1739
1734
|
replenishmentFrom: number;
|
|
1740
1735
|
|
|
1741
1736
|
/**
|
|
1742
|
-
*
|
|
1737
|
+
* Bestand im Lager
|
|
1743
1738
|
*/
|
|
1744
|
-
|
|
1739
|
+
quantityInStock: number;
|
|
1745
1740
|
|
|
1746
1741
|
/**
|
|
1747
1742
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1754,15 +1749,20 @@ export interface ArticleStorage {
|
|
|
1754
1749
|
reorderPoint: number;
|
|
1755
1750
|
|
|
1756
1751
|
/**
|
|
1757
|
-
*
|
|
1752
|
+
* Bestellte Menge
|
|
1758
1753
|
*/
|
|
1759
|
-
|
|
1754
|
+
orderedQuantity: number;
|
|
1760
1755
|
|
|
1761
1756
|
/**
|
|
1762
1757
|
* Nachschub auf
|
|
1763
1758
|
*/
|
|
1764
1759
|
replenishmentOn: number;
|
|
1765
1760
|
|
|
1761
|
+
/**
|
|
1762
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1763
|
+
*/
|
|
1764
|
+
virtualStockAmount: number;
|
|
1765
|
+
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Reservierte Menge
|
|
1768
1768
|
*/
|
|
@@ -1804,14 +1804,14 @@ export interface ArticleStorage {
|
|
|
1804
1804
|
storageRef: ApiObjectReference;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
*
|
|
1807
|
+
* Sollbestand
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
targetStock: number;
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* Vorgabe-Lagerplätze
|
|
1813
1813
|
*/
|
|
1814
|
-
|
|
1814
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Aktuelle Menge in Produktion
|
|
@@ -1832,14 +1832,14 @@ export interface ArticleStorage {
|
|
|
1832
1832
|
export interface ArticleSupplier {
|
|
1833
1833
|
|
|
1834
1834
|
/**
|
|
1835
|
-
*
|
|
1835
|
+
* Lieferanten-Meldebestand
|
|
1836
1836
|
*/
|
|
1837
|
-
|
|
1837
|
+
supplierReportingStock: number;
|
|
1838
1838
|
|
|
1839
1839
|
/**
|
|
1840
|
-
*
|
|
1840
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1841
1841
|
*/
|
|
1842
|
-
|
|
1842
|
+
useSupplierArticleDescription: boolean;
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Anzeigename des Accounts
|
|
@@ -1847,14 +1847,14 @@ export interface ArticleSupplier {
|
|
|
1847
1847
|
accountDisplayName: string;
|
|
1848
1848
|
|
|
1849
1849
|
/**
|
|
1850
|
-
*
|
|
1850
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1851
1851
|
*/
|
|
1852
|
-
|
|
1852
|
+
deliveryTime: number;
|
|
1853
1853
|
|
|
1854
1854
|
/**
|
|
1855
|
-
*
|
|
1855
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1856
1856
|
*/
|
|
1857
|
-
|
|
1857
|
+
useSupplierArticleIdentifier: boolean;
|
|
1858
1858
|
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2167,14 +2167,14 @@ export interface CountryReference {
|
|
|
2167
2167
|
export interface CreateNewDocumentRequest {
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
|
-
* Belegart
|
|
2170
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2171
2171
|
*/
|
|
2172
|
-
|
|
2172
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2173
2173
|
|
|
2174
2174
|
/**
|
|
2175
|
-
*
|
|
2175
|
+
* Belegart
|
|
2176
2176
|
*/
|
|
2177
|
-
|
|
2177
|
+
documentTypeLabel: string;
|
|
2178
2178
|
|
|
2179
2179
|
/**
|
|
2180
2180
|
* Details zum Beleg
|
|
@@ -2240,14 +2240,14 @@ export interface CrmActivity {
|
|
|
2240
2240
|
info: MetaInfo;
|
|
2241
2241
|
|
|
2242
2242
|
/**
|
|
2243
|
-
*
|
|
2243
|
+
* Aktivität intern abgerechnet?
|
|
2244
2244
|
*/
|
|
2245
|
-
|
|
2245
|
+
internalBilled: boolean;
|
|
2246
2246
|
|
|
2247
2247
|
/**
|
|
2248
|
-
*
|
|
2248
|
+
* geplante Dauer
|
|
2249
2249
|
*/
|
|
2250
|
-
|
|
2250
|
+
plannedDurationInSeconds: number;
|
|
2251
2251
|
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2399,14 +2399,14 @@ export interface CrmActivityType {
|
|
|
2399
2399
|
export interface CrmChecklistItem {
|
|
2400
2400
|
|
|
2401
2401
|
/**
|
|
2402
|
-
*
|
|
2402
|
+
* Ist das Element "angehakt"?
|
|
2403
2403
|
*/
|
|
2404
|
-
|
|
2404
|
+
checked: boolean;
|
|
2405
2405
|
|
|
2406
2406
|
/**
|
|
2407
|
-
*
|
|
2407
|
+
* Text des Checklisten-Elements
|
|
2408
2408
|
*/
|
|
2409
|
-
|
|
2409
|
+
memo: string;
|
|
2410
2410
|
|
|
2411
2411
|
/**
|
|
2412
2412
|
* Unique identifier of the Object
|
|
@@ -2517,14 +2517,14 @@ export interface CrmDeal {
|
|
|
2517
2517
|
info: MetaInfo;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
assignedUserRef: ApiObjectReference;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
|
-
*
|
|
2525
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Chance (in Prozent)
|
|
@@ -3108,11 +3108,6 @@ export interface CrmSubType {
|
|
|
3108
3108
|
|
|
3109
3109
|
export interface CrmTask {
|
|
3110
3110
|
|
|
3111
|
-
/**
|
|
3112
|
-
* Liste von Erinnerungen
|
|
3113
|
-
*/
|
|
3114
|
-
reminders: Array<CrmReminder>;
|
|
3115
|
-
|
|
3116
3111
|
/**
|
|
3117
3112
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3118
3113
|
*/
|
|
@@ -3123,6 +3118,11 @@ export interface CrmTask {
|
|
|
3123
3118
|
*/
|
|
3124
3119
|
customerOfferRef: DocumentRef;
|
|
3125
3120
|
|
|
3121
|
+
/**
|
|
3122
|
+
* Liste von Erinnerungen
|
|
3123
|
+
*/
|
|
3124
|
+
reminders: Array<CrmReminder>;
|
|
3125
|
+
|
|
3126
3126
|
/**
|
|
3127
3127
|
* Notizen
|
|
3128
3128
|
*/
|
|
@@ -3639,14 +3639,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3639
3639
|
export interface DeliveryMethod {
|
|
3640
3640
|
|
|
3641
3641
|
/**
|
|
3642
|
-
*
|
|
3642
|
+
* E-Mail an Versender übergeben
|
|
3643
3643
|
*/
|
|
3644
|
-
|
|
3644
|
+
forwardEmailToShipper: boolean;
|
|
3645
3645
|
|
|
3646
3646
|
/**
|
|
3647
|
-
*
|
|
3647
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3648
3648
|
*/
|
|
3649
|
-
|
|
3649
|
+
splitIntoNewDocument: boolean;
|
|
3650
3650
|
|
|
3651
3651
|
/**
|
|
3652
3652
|
* Min. Gewicht pro Paket
|
|
@@ -3709,14 +3709,14 @@ export interface DeliveryMethod {
|
|
|
3709
3709
|
translations: Array<DocumentTypeTerm>;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
|
-
*
|
|
3712
|
+
* Gültige Ländercodes
|
|
3713
3713
|
*/
|
|
3714
|
-
|
|
3714
|
+
validCountryCodes: Array<string>;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* Versand-Anbieter
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
vdsCarrierId: number;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Standardgewichtseinheit
|
|
@@ -3797,14 +3797,14 @@ export interface DeliveryTerm {
|
|
|
3797
3797
|
version: number;
|
|
3798
3798
|
|
|
3799
3799
|
/**
|
|
3800
|
-
*
|
|
3800
|
+
* information, how the shipping charges should be calculated
|
|
3801
3801
|
*/
|
|
3802
|
-
|
|
3802
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3803
3803
|
|
|
3804
3804
|
/**
|
|
3805
|
-
*
|
|
3805
|
+
* translations
|
|
3806
3806
|
*/
|
|
3807
|
-
|
|
3807
|
+
translations: Array<DocumentTypeTerm>;
|
|
3808
3808
|
|
|
3809
3809
|
/**
|
|
3810
3810
|
* Lieferarten
|
|
@@ -3923,14 +3923,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3923
3923
|
deliveryQuantityPackages: number;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* Bestellnummer aus Vorbeleg
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
referencedOrderNumber: string;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* Leitweg-ID
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
buyerReference: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -3983,14 +3983,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3983
3983
|
accountId: number;
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
|
-
* Länderkennzeichen
|
|
3986
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3987
3987
|
*/
|
|
3988
|
-
|
|
3988
|
+
sourceCountryCode: string;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
* Länderkennzeichen
|
|
3991
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
performanceCountryCode: string;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
3996
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4120,14 +4120,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4120
4120
|
processedByWorkflow: boolean;
|
|
4121
4121
|
|
|
4122
4122
|
/**
|
|
4123
|
-
*
|
|
4123
|
+
* Telefon an Versender übergeben
|
|
4124
4124
|
*/
|
|
4125
|
-
|
|
4125
|
+
forwardPhoneToShipper: boolean;
|
|
4126
4126
|
|
|
4127
4127
|
/**
|
|
4128
|
-
*
|
|
4128
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4129
4129
|
*/
|
|
4130
|
-
|
|
4130
|
+
baseTotalDocumentPriceModifier: number;
|
|
4131
4131
|
|
|
4132
4132
|
/**
|
|
4133
4133
|
* Liste der Belegtexte
|
|
@@ -4150,14 +4150,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4150
4150
|
defaultAddress: DocumentAddress;
|
|
4151
4151
|
|
|
4152
4152
|
/**
|
|
4153
|
-
*
|
|
4153
|
+
* Verarbeitungsoption für Stapel
|
|
4154
4154
|
*/
|
|
4155
|
-
|
|
4155
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4156
4156
|
|
|
4157
4157
|
/**
|
|
4158
|
-
*
|
|
4158
|
+
* Leistungsdatum
|
|
4159
4159
|
*/
|
|
4160
|
-
|
|
4160
|
+
performanceDate: ScriptingDate;
|
|
4161
4161
|
|
|
4162
4162
|
/**
|
|
4163
4163
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4334,26 +4334,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4334
4334
|
*/
|
|
4335
4335
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4336
4336
|
|
|
4337
|
-
/**
|
|
4338
|
-
* Statusinstanz des Belegs
|
|
4339
|
-
*/
|
|
4340
|
-
documentState: DocumentTypeState;
|
|
4341
|
-
|
|
4342
4337
|
/**
|
|
4343
4338
|
* Umsatzsteuer-Identifikationsnummer
|
|
4344
4339
|
*/
|
|
4345
4340
|
taxIdentificationNumber: string;
|
|
4346
4341
|
|
|
4347
4342
|
/**
|
|
4348
|
-
*
|
|
4343
|
+
* Statusinstanz des Belegs
|
|
4349
4344
|
*/
|
|
4350
|
-
|
|
4345
|
+
documentState: DocumentTypeState;
|
|
4351
4346
|
|
|
4352
4347
|
/**
|
|
4353
4348
|
* Rückgeld
|
|
4354
4349
|
*/
|
|
4355
4350
|
posReceiptChangeAmount: number;
|
|
4356
4351
|
|
|
4352
|
+
/**
|
|
4353
|
+
* Referenz auf Lieferbedingung
|
|
4354
|
+
*/
|
|
4355
|
+
deliveryTermRef: ApiObjectReference;
|
|
4356
|
+
|
|
4357
4357
|
/**
|
|
4358
4358
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4359
4359
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4410,14 +4410,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4410
4410
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
|
-
*
|
|
4413
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4414
4414
|
*/
|
|
4415
|
-
|
|
4415
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Herkunft der Sprache
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
4423
|
* Herkunft der Käufer-Referenz
|
|
@@ -4425,14 +4425,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4425
4425
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
4428
|
-
*
|
|
4428
|
+
* Herkunft des Berechnungsmodus
|
|
4429
4429
|
*/
|
|
4430
|
-
|
|
4430
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4431
4431
|
|
|
4432
4432
|
/**
|
|
4433
|
-
*
|
|
4433
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4434
4434
|
*/
|
|
4435
|
-
|
|
4435
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4436
4436
|
|
|
4437
4437
|
/**
|
|
4438
4438
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4575,14 +4575,14 @@ export interface DocumentAddress {
|
|
|
4575
4575
|
info: MetaInfo;
|
|
4576
4576
|
|
|
4577
4577
|
/**
|
|
4578
|
-
*
|
|
4578
|
+
* Lieferart
|
|
4579
4579
|
*/
|
|
4580
|
-
|
|
4580
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4581
4581
|
|
|
4582
4582
|
/**
|
|
4583
|
-
*
|
|
4583
|
+
* GLN
|
|
4584
4584
|
*/
|
|
4585
|
-
|
|
4585
|
+
globalLocationNumber: string;
|
|
4586
4586
|
|
|
4587
4587
|
/**
|
|
4588
4588
|
* Postcode
|
|
@@ -5004,14 +5004,14 @@ export interface DocumentLine {
|
|
|
5004
5004
|
number: string;
|
|
5005
5005
|
|
|
5006
5006
|
/**
|
|
5007
|
-
*
|
|
5007
|
+
* Referenz zur Kundenauftragszeile
|
|
5008
5008
|
*/
|
|
5009
|
-
|
|
5009
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5010
5010
|
|
|
5011
5011
|
/**
|
|
5012
|
-
*
|
|
5012
|
+
* Gesamtbruttogewicht
|
|
5013
5013
|
*/
|
|
5014
|
-
|
|
5014
|
+
totalGrossWeight: number;
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
5017
|
* skontierbare Position?
|
|
@@ -5029,9 +5029,9 @@ export interface DocumentLine {
|
|
|
5029
5029
|
price: number;
|
|
5030
5030
|
|
|
5031
5031
|
/**
|
|
5032
|
-
*
|
|
5032
|
+
* Positionstyp
|
|
5033
5033
|
*/
|
|
5034
|
-
|
|
5034
|
+
lineType: DocumentLineType;
|
|
5035
5035
|
|
|
5036
5036
|
/**
|
|
5037
5037
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -5039,9 +5039,9 @@ export interface DocumentLine {
|
|
|
5039
5039
|
baseTotalLinePrice: number;
|
|
5040
5040
|
|
|
5041
5041
|
/**
|
|
5042
|
-
*
|
|
5042
|
+
* FiBu-Buchung
|
|
5043
5043
|
*/
|
|
5044
|
-
|
|
5044
|
+
financeBooking: DocumentFinanceBooking;
|
|
5045
5045
|
|
|
5046
5046
|
/**
|
|
5047
5047
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5073,6 +5073,11 @@ export interface DocumentLine {
|
|
|
5073
5073
|
*/
|
|
5074
5074
|
id: number;
|
|
5075
5075
|
|
|
5076
|
+
/**
|
|
5077
|
+
* Preis pro Einheit in Basiswährung
|
|
5078
|
+
*/
|
|
5079
|
+
basePrice: number;
|
|
5080
|
+
|
|
5076
5081
|
/**
|
|
5077
5082
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5078
5083
|
*/
|
|
@@ -5088,11 +5093,6 @@ export interface DocumentLine {
|
|
|
5088
5093
|
*/
|
|
5089
5094
|
serialType: ArticleSerialType;
|
|
5090
5095
|
|
|
5091
|
-
/**
|
|
5092
|
-
* Preis pro Einheit in Basiswährung
|
|
5093
|
-
*/
|
|
5094
|
-
basePrice: number;
|
|
5095
|
-
|
|
5096
5096
|
/**
|
|
5097
5097
|
* MetaInformations for this Object
|
|
5098
5098
|
*/
|
|
@@ -5254,14 +5254,14 @@ export interface DocumentLine {
|
|
|
5254
5254
|
unitType: UnitTypeReference;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Referenz zur Basiszeile
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
baseLineId: number;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
|
-
*
|
|
5262
|
+
* Zubehör Einfügeart
|
|
5263
5263
|
*/
|
|
5264
|
-
|
|
5264
|
+
insertTerm: AccessoryInsertTerm;
|
|
5265
5265
|
|
|
5266
5266
|
/**
|
|
5267
5267
|
* Einheit Bruttogewicht
|
|
@@ -5528,14 +5528,14 @@ export interface DocumentLineComponent {
|
|
|
5528
5528
|
custom: EavDocumentlinecomponent;
|
|
5529
5529
|
|
|
5530
5530
|
/**
|
|
5531
|
-
*
|
|
5531
|
+
* Referenz auf den Artikel der Komponente
|
|
5532
5532
|
*/
|
|
5533
|
-
|
|
5533
|
+
articleId: number;
|
|
5534
5534
|
|
|
5535
5535
|
/**
|
|
5536
|
-
*
|
|
5536
|
+
* Gelieferte Menge
|
|
5537
5537
|
*/
|
|
5538
|
-
|
|
5538
|
+
quantityCommitted: number;
|
|
5539
5539
|
|
|
5540
5540
|
/**
|
|
5541
5541
|
* Beschreibung des Artikels
|
|
@@ -6148,14 +6148,14 @@ export interface DocumentRef {
|
|
|
6148
6148
|
export interface DocumentShippingCost {
|
|
6149
6149
|
|
|
6150
6150
|
/**
|
|
6151
|
-
*
|
|
6151
|
+
* Die Versandkosten
|
|
6152
6152
|
*/
|
|
6153
|
-
|
|
6153
|
+
costs: number;
|
|
6154
6154
|
|
|
6155
6155
|
/**
|
|
6156
|
-
*
|
|
6156
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6157
6157
|
*/
|
|
6158
|
-
|
|
6158
|
+
manualCosts: boolean;
|
|
6159
6159
|
|
|
6160
6160
|
/**
|
|
6161
6161
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6909,14 +6909,14 @@ export interface FabricationRevertRequest {
|
|
|
6909
6909
|
export interface FabricationSerialNumber {
|
|
6910
6910
|
|
|
6911
6911
|
/**
|
|
6912
|
-
*
|
|
6912
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6913
6913
|
*/
|
|
6914
|
-
|
|
6914
|
+
serialNumberId: number;
|
|
6915
6915
|
|
|
6916
6916
|
/**
|
|
6917
|
-
*
|
|
6917
|
+
* MHD / Verfallsdatum
|
|
6918
6918
|
*/
|
|
6919
|
-
|
|
6919
|
+
expiryDate: ScriptingDate;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
6922
|
* Bemerkung
|
|
@@ -7156,14 +7156,14 @@ export interface PaymentTerm {
|
|
|
7156
7156
|
paymentDiscount2: number;
|
|
7157
7157
|
|
|
7158
7158
|
/**
|
|
7159
|
-
*
|
|
7159
|
+
* Percent for Discount 1
|
|
7160
7160
|
*/
|
|
7161
|
-
|
|
7161
|
+
paymentDiscount1: number;
|
|
7162
7162
|
|
|
7163
7163
|
/**
|
|
7164
|
-
*
|
|
7164
|
+
* printDescription
|
|
7165
7165
|
*/
|
|
7166
|
-
|
|
7166
|
+
printDescription: string;
|
|
7167
7167
|
|
|
7168
7168
|
/**
|
|
7169
7169
|
* for deposit: remaining term
|
|
@@ -7294,14 +7294,14 @@ export interface PickTrolley {
|
|
|
7294
7294
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7295
7295
|
|
|
7296
7296
|
/**
|
|
7297
|
-
*
|
|
7297
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7298
7298
|
*/
|
|
7299
|
-
|
|
7299
|
+
storageBinRef: StorageBinRef;
|
|
7300
7300
|
|
|
7301
7301
|
/**
|
|
7302
|
-
*
|
|
7302
|
+
* Bearbeiter der Pickliste
|
|
7303
7303
|
*/
|
|
7304
|
-
|
|
7304
|
+
processedByUserRef: ApiObjectReference;
|
|
7305
7305
|
|
|
7306
7306
|
/**
|
|
7307
7307
|
* Beschreibung des Wagens
|
|
@@ -7703,14 +7703,14 @@ export interface PicklistLineComponent {
|
|
|
7703
7703
|
targetDocumentLineComponentId: number;
|
|
7704
7704
|
|
|
7705
7705
|
/**
|
|
7706
|
-
*
|
|
7706
|
+
* abweichende Artikelbezeichnung
|
|
7707
7707
|
*/
|
|
7708
|
-
|
|
7708
|
+
articleAlternativeName: string;
|
|
7709
7709
|
|
|
7710
7710
|
/**
|
|
7711
|
-
*
|
|
7711
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
7712
7712
|
*/
|
|
7713
|
-
|
|
7713
|
+
quantityPerAssemblyGroup: number;
|
|
7714
7714
|
|
|
7715
7715
|
/**
|
|
7716
7716
|
* Verpackte Menge der Position
|
|
@@ -7876,15 +7876,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7876
7876
|
*/
|
|
7877
7877
|
maxArticleCountPerOrder: number;
|
|
7878
7878
|
|
|
7879
|
+
/**
|
|
7880
|
+
* Alternative Selektion in VQL
|
|
7881
|
+
*/
|
|
7882
|
+
alternativeSelectionInVql: string;
|
|
7883
|
+
|
|
7879
7884
|
/**
|
|
7880
7885
|
* Maximaler Auftragswert
|
|
7881
7886
|
*/
|
|
7882
7887
|
maxOrderValue: number;
|
|
7883
7888
|
|
|
7884
7889
|
/**
|
|
7885
|
-
*
|
|
7890
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
7886
7891
|
*/
|
|
7887
|
-
|
|
7892
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7888
7893
|
|
|
7889
7894
|
/**
|
|
7890
7895
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -7896,11 +7901,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7896
7901
|
*/
|
|
7897
7902
|
onlyFullDeliverableOrderLines: boolean;
|
|
7898
7903
|
|
|
7899
|
-
/**
|
|
7900
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
7901
|
-
*/
|
|
7902
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7903
|
-
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Selektion über den Bereich vom Belegdatum
|
|
7906
7906
|
*/
|
|
@@ -7960,14 +7960,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7960
7960
|
printPicklist: boolean;
|
|
7961
7961
|
|
|
7962
7962
|
/**
|
|
7963
|
-
*
|
|
7963
|
+
* Die zu verwendende Pickwagengruppe
|
|
7964
7964
|
*/
|
|
7965
|
-
|
|
7965
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7966
7966
|
|
|
7967
7967
|
/**
|
|
7968
|
-
*
|
|
7968
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
7969
7969
|
*/
|
|
7970
|
-
|
|
7970
|
+
maxPicklistLineCount: number;
|
|
7971
7971
|
|
|
7972
7972
|
/**
|
|
7973
7973
|
* Der zu verwendende Pickwagen
|
|
@@ -7985,14 +7985,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7985
7985
|
specifyStorageBins: boolean;
|
|
7986
7986
|
|
|
7987
7987
|
/**
|
|
7988
|
-
*
|
|
7988
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7989
7989
|
*/
|
|
7990
|
-
|
|
7990
|
+
sortByRoutePosition: boolean;
|
|
7991
7991
|
|
|
7992
7992
|
/**
|
|
7993
|
-
*
|
|
7993
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7994
7994
|
*/
|
|
7995
|
-
|
|
7995
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
7996
7996
|
|
|
7997
7997
|
/**
|
|
7998
7998
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8058,14 +8058,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8058
8058
|
allowFullConfirmation: boolean;
|
|
8059
8059
|
|
|
8060
8060
|
/**
|
|
8061
|
-
*
|
|
8061
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8062
8062
|
*/
|
|
8063
|
-
|
|
8063
|
+
allowPickingOfServiceArticles: boolean;
|
|
8064
8064
|
|
|
8065
8065
|
/**
|
|
8066
|
-
*
|
|
8066
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8067
8067
|
*/
|
|
8068
|
-
|
|
8068
|
+
useDigitalPicklist: boolean;
|
|
8069
8069
|
|
|
8070
8070
|
/**
|
|
8071
8071
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8083,14 +8083,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8083
8083
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8084
8084
|
|
|
8085
8085
|
/**
|
|
8086
|
-
*
|
|
8086
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8087
8087
|
*/
|
|
8088
|
-
|
|
8088
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8089
8089
|
|
|
8090
8090
|
/**
|
|
8091
|
-
*
|
|
8091
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8092
8092
|
*/
|
|
8093
|
-
|
|
8093
|
+
autoDeterminationOfLots: boolean;
|
|
8094
8094
|
|
|
8095
8095
|
/**
|
|
8096
8096
|
* Zielmengen in Masken verstecken?
|
|
@@ -8354,14 +8354,14 @@ export interface ProductDiscount {
|
|
|
8354
8354
|
validFrom: ScriptingDate;
|
|
8355
8355
|
|
|
8356
8356
|
/**
|
|
8357
|
-
*
|
|
8357
|
+
* Warengruppe
|
|
8358
8358
|
*/
|
|
8359
|
-
|
|
8359
|
+
productGroupRef: ApiObjectReference;
|
|
8360
8360
|
|
|
8361
8361
|
/**
|
|
8362
|
-
*
|
|
8362
|
+
* Bestimmt die Art des Rabatts
|
|
8363
8363
|
*/
|
|
8364
|
-
|
|
8364
|
+
modifierType: PriceModifierType;
|
|
8365
8365
|
|
|
8366
8366
|
/**
|
|
8367
8367
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8409,14 +8409,14 @@ export interface ProductDiscount {
|
|
|
8409
8409
|
modifierValueType: ValueType;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* Account, für den der Rabatt gültig ist
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
accountRef: ApiObjectReference;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
|
-
*
|
|
8417
|
+
* Name des Rabatts
|
|
8418
8418
|
*/
|
|
8419
|
-
|
|
8419
|
+
modifierName: string;
|
|
8420
8420
|
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Unique identifier of the Object
|
|
@@ -8447,14 +8447,14 @@ export interface ProductGroup {
|
|
|
8447
8447
|
targetTradingMargin: number;
|
|
8448
8448
|
|
|
8449
8449
|
/**
|
|
8450
|
-
*
|
|
8450
|
+
* Freifeld
|
|
8451
8451
|
*/
|
|
8452
|
-
|
|
8452
|
+
custom: EavProductgroup;
|
|
8453
8453
|
|
|
8454
8454
|
/**
|
|
8455
|
-
*
|
|
8455
|
+
* main product group
|
|
8456
8456
|
*/
|
|
8457
|
-
|
|
8457
|
+
mainGroupRef: ApiObjectReference;
|
|
8458
8458
|
|
|
8459
8459
|
/**
|
|
8460
8460
|
* warengruppe aktiv ja/nein
|
|
@@ -8885,14 +8885,14 @@ export interface RequestDocumentLine {
|
|
|
8885
8885
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* Typ dieser Position
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
lineType: DocumentLineType;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
|
-
*
|
|
8893
|
+
* FiBu-Angaben
|
|
8894
8894
|
*/
|
|
8895
|
-
|
|
8895
|
+
financeBooking: DocumentFinanceBooking;
|
|
8896
8896
|
|
|
8897
8897
|
/**
|
|
8898
8898
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -8905,14 +8905,14 @@ export interface RequestDocumentLine {
|
|
|
8905
8905
|
dropShippingPolicy: DropShippingPolicy;
|
|
8906
8906
|
|
|
8907
8907
|
/**
|
|
8908
|
-
*
|
|
8908
|
+
* (optional) Lager-ID
|
|
8909
8909
|
*/
|
|
8910
|
-
|
|
8910
|
+
storageId: number;
|
|
8911
8911
|
|
|
8912
8912
|
/**
|
|
8913
|
-
*
|
|
8913
|
+
* Positionsnummer der Artikel
|
|
8914
8914
|
*/
|
|
8915
|
-
|
|
8915
|
+
positionOfArticleLine: number;
|
|
8916
8916
|
|
|
8917
8917
|
/**
|
|
8918
8918
|
* Vertragsdetails zur Belegposition
|
|
@@ -8984,11 +8984,6 @@ export interface RequestDocumentLine {
|
|
|
8984
8984
|
*/
|
|
8985
8985
|
name: string;
|
|
8986
8986
|
|
|
8987
|
-
/**
|
|
8988
|
-
* Für interne Zwecke: Externe Artikelnummer
|
|
8989
|
-
*/
|
|
8990
|
-
externalArticleNumber: string;
|
|
8991
|
-
|
|
8992
8987
|
/**
|
|
8993
8988
|
* ID der Quell-Belegposition
|
|
8994
8989
|
*/
|
|
@@ -8999,6 +8994,11 @@ export interface RequestDocumentLine {
|
|
|
8999
8994
|
*/
|
|
9000
8995
|
bookings: Array<RequestDocumentLineBooking>;
|
|
9001
8996
|
|
|
8997
|
+
/**
|
|
8998
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
8999
|
+
*/
|
|
9000
|
+
externalArticleNumber: string;
|
|
9001
|
+
|
|
9002
9002
|
/**
|
|
9003
9003
|
* (optional) Preis des Artikels dieser Position
|
|
9004
9004
|
*/
|
|
@@ -9113,14 +9113,14 @@ export interface RequestDocumentText {
|
|
|
9113
9113
|
export interface RevenueCalculation {
|
|
9114
9114
|
|
|
9115
9115
|
/**
|
|
9116
|
-
*
|
|
9116
|
+
* Netto Umsatz
|
|
9117
9117
|
*/
|
|
9118
|
-
|
|
9118
|
+
salesValue: number;
|
|
9119
9119
|
|
|
9120
9120
|
/**
|
|
9121
|
-
*
|
|
9121
|
+
* Deckungsbeitrag (absolut)
|
|
9122
9122
|
*/
|
|
9123
|
-
|
|
9123
|
+
revenue: number;
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* Einkaufspreis
|
|
@@ -9141,14 +9141,14 @@ export interface SalesAgent {
|
|
|
9141
9141
|
note: string;
|
|
9142
9142
|
|
|
9143
9143
|
/**
|
|
9144
|
-
*
|
|
9144
|
+
* reference to the delivery method
|
|
9145
9145
|
*/
|
|
9146
|
-
|
|
9146
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9147
9147
|
|
|
9148
9148
|
/**
|
|
9149
|
-
*
|
|
9149
|
+
* is sales agent taxable
|
|
9150
9150
|
*/
|
|
9151
|
-
|
|
9151
|
+
taxable: boolean;
|
|
9152
9152
|
|
|
9153
9153
|
/**
|
|
9154
9154
|
* Freifelder
|
|
@@ -9392,14 +9392,14 @@ export interface ScenarioDimensionValue {
|
|
|
9392
9392
|
export interface ScenarioFactDef {
|
|
9393
9393
|
|
|
9394
9394
|
/**
|
|
9395
|
-
* Attribut
|
|
9395
|
+
* Attribut Typ
|
|
9396
9396
|
*/
|
|
9397
|
-
|
|
9397
|
+
attributeType: ScenarioFactDef$FactType;
|
|
9398
9398
|
|
|
9399
9399
|
/**
|
|
9400
|
-
* Attribut
|
|
9400
|
+
* Attribut Name
|
|
9401
9401
|
*/
|
|
9402
|
-
|
|
9402
|
+
factAttribute: string;
|
|
9403
9403
|
|
|
9404
9404
|
/**
|
|
9405
9405
|
* Unique identifier of the Object
|
|
@@ -9691,14 +9691,14 @@ export interface ShelfDocumentAttribution {
|
|
|
9691
9691
|
shelfResourceId: number;
|
|
9692
9692
|
|
|
9693
9693
|
/**
|
|
9694
|
-
*
|
|
9694
|
+
* Verfügbare Transformationen zum Bild
|
|
9695
9695
|
*/
|
|
9696
|
-
|
|
9696
|
+
transformationKeys: Array<string>;
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
|
-
*
|
|
9699
|
+
* id of the referenced object
|
|
9700
9700
|
*/
|
|
9701
|
-
|
|
9701
|
+
refId: number;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Unique identifier of the Object
|
|
@@ -10387,14 +10387,14 @@ export interface Supplier {
|
|
|
10387
10387
|
performanceCountryCode: string;
|
|
10388
10388
|
|
|
10389
10389
|
/**
|
|
10390
|
-
*
|
|
10390
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10391
10391
|
*/
|
|
10392
|
-
|
|
10392
|
+
defaultDeliveryTime: number;
|
|
10393
10393
|
|
|
10394
10394
|
/**
|
|
10395
|
-
*
|
|
10395
|
+
* reference to the payment method
|
|
10396
10396
|
*/
|
|
10397
|
-
|
|
10397
|
+
paymentMethodRef: ApiObjectReference;
|
|
10398
10398
|
|
|
10399
10399
|
/**
|
|
10400
10400
|
* currency code IsoAlpha3
|
|
@@ -10746,14 +10746,14 @@ export interface User {
|
|
|
10746
10746
|
version: number;
|
|
10747
10747
|
|
|
10748
10748
|
/**
|
|
10749
|
-
*
|
|
10749
|
+
* first-name
|
|
10750
10750
|
*/
|
|
10751
|
-
|
|
10751
|
+
firstName: string;
|
|
10752
10752
|
|
|
10753
10753
|
/**
|
|
10754
|
-
*
|
|
10754
|
+
* is the email verified
|
|
10755
10755
|
*/
|
|
10756
|
-
|
|
10756
|
+
emailVerified: boolean;
|
|
10757
10757
|
|
|
10758
10758
|
/**
|
|
10759
10759
|
* email-address
|