@vario-software/types 2026.20.1 → 2026.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +51 -51
- package/scripting/types.d.ts +281 -281
package/scripting/types.d.ts
CHANGED
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -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
|
* origin type
|
|
508
503
|
*/
|
|
509
504
|
originType: AccountBankdetail$OriginType;
|
|
510
505
|
|
|
506
|
+
/**
|
|
507
|
+
* Is default bank?
|
|
508
|
+
*/
|
|
509
|
+
defaultBank: boolean;
|
|
510
|
+
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
513
513
|
*/
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
payablesSum: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1014,9 +1014,9 @@ export interface Article {
|
|
|
1014
1014
|
baseCapacityUnit: UnitTypeReference;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product sellable without any quantity at the stock
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
sellableWithoutStock: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1024,9 +1024,9 @@ export interface Article {
|
|
|
1024
1024
|
initialAvgPurchasePrice: number;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* Seriennummern Auszeichnungsart
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* gross Volume in cubic meters
|
|
@@ -1049,14 +1049,14 @@ export interface Article {
|
|
|
1049
1049
|
warrantyInMonths: number;
|
|
1050
1050
|
|
|
1051
1051
|
/**
|
|
1052
|
-
*
|
|
1052
|
+
* weight and size w.o. packaging
|
|
1053
1053
|
*/
|
|
1054
|
-
|
|
1054
|
+
netMetric: Article$Metric;
|
|
1055
1055
|
|
|
1056
1056
|
/**
|
|
1057
|
-
*
|
|
1057
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1058
1058
|
*/
|
|
1059
|
-
|
|
1059
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
1062
|
* unique product number
|
|
@@ -1124,14 +1124,14 @@ export interface Article {
|
|
|
1124
1124
|
deliveryMethodRef: ApiObjectReference;
|
|
1125
1125
|
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* Produktion
|
|
1128
1128
|
*/
|
|
1129
|
-
|
|
1129
|
+
fabrication: boolean;
|
|
1130
1130
|
|
|
1131
1131
|
/**
|
|
1132
|
-
*
|
|
1132
|
+
* Soll-Handelsspanne
|
|
1133
1133
|
*/
|
|
1134
|
-
|
|
1134
|
+
targetTradingMargin: number;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* active
|
|
@@ -1169,14 +1169,14 @@ export interface Article {
|
|
|
1169
1169
|
solvable: boolean;
|
|
1170
1170
|
|
|
1171
1171
|
/**
|
|
1172
|
-
*
|
|
1172
|
+
* weight and size inc. packaging
|
|
1173
1173
|
*/
|
|
1174
|
-
|
|
1174
|
+
grossMetric: Article$Metric;
|
|
1175
1175
|
|
|
1176
1176
|
/**
|
|
1177
|
-
*
|
|
1177
|
+
* Verkaufseinheit
|
|
1178
1178
|
*/
|
|
1179
|
-
|
|
1179
|
+
salesUnit: number;
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
1182
|
* name of this product
|
|
@@ -1189,14 +1189,14 @@ export interface Article {
|
|
|
1189
1189
|
listingStateChangeTime: ScriptingDateTime;
|
|
1190
1190
|
|
|
1191
1191
|
/**
|
|
1192
|
-
*
|
|
1192
|
+
* Country code
|
|
1193
1193
|
*/
|
|
1194
|
-
|
|
1194
|
+
countryOfOriginRef: CountryReference;
|
|
1195
1195
|
|
|
1196
1196
|
/**
|
|
1197
|
-
*
|
|
1197
|
+
* Arbeitseinheit in Minuten
|
|
1198
1198
|
*/
|
|
1199
|
-
|
|
1199
|
+
workUnitInMinutes: number;
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
1202
|
* Frei kommissionierbar
|
|
@@ -1268,6 +1268,11 @@ export interface Article {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
permissibleForOrderProposal: boolean;
|
|
1270
1270
|
|
|
1271
|
+
/**
|
|
1272
|
+
* Versandlabeldruck
|
|
1273
|
+
*/
|
|
1274
|
+
shippingLabelPrinting: boolean;
|
|
1275
|
+
|
|
1271
1276
|
/**
|
|
1272
1277
|
* Artikel ist Gefahrgut
|
|
1273
1278
|
*/
|
|
@@ -1279,9 +1284,9 @@ export interface Article {
|
|
|
1279
1284
|
productRef: ApiObjectReference;
|
|
1280
1285
|
|
|
1281
1286
|
/**
|
|
1282
|
-
*
|
|
1287
|
+
* Kontingentartikel
|
|
1283
1288
|
*/
|
|
1284
|
-
|
|
1289
|
+
contingentArticleRef: ApiObjectReference;
|
|
1285
1290
|
|
|
1286
1291
|
/**
|
|
1287
1292
|
* rabattierbarer Artikel?
|
|
@@ -1293,11 +1298,6 @@ export interface Article {
|
|
|
1293
1298
|
*/
|
|
1294
1299
|
alternativeName: string;
|
|
1295
1300
|
|
|
1296
|
-
/**
|
|
1297
|
-
* Kontingentartikel
|
|
1298
|
-
*/
|
|
1299
|
-
contingentArticleRef: ApiObjectReference;
|
|
1300
|
-
|
|
1301
1301
|
/**
|
|
1302
1302
|
* base capacity
|
|
1303
1303
|
*/
|
|
@@ -1329,14 +1329,14 @@ export interface Article {
|
|
|
1329
1329
|
custom: EavArticle;
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
1332
|
-
*
|
|
1332
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1333
1333
|
*/
|
|
1334
|
-
|
|
1334
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1335
1335
|
|
|
1336
1336
|
/**
|
|
1337
|
-
*
|
|
1337
|
+
* Art des Haltbarkeitsdatums
|
|
1338
1338
|
*/
|
|
1339
|
-
|
|
1339
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1340
1340
|
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Hersteller
|
|
@@ -1397,14 +1397,14 @@ export interface Article$Metric {
|
|
|
1397
1397
|
sizeX: number;
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
|
-
*
|
|
1400
|
+
* size unit
|
|
1401
1401
|
*/
|
|
1402
|
-
|
|
1402
|
+
sizeUnit: UnitTypeReference;
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* weight
|
|
1406
1406
|
*/
|
|
1407
|
-
|
|
1407
|
+
weight: number;
|
|
1408
1408
|
|
|
1409
1409
|
/**
|
|
1410
1410
|
* size
|
|
@@ -1412,14 +1412,14 @@ export interface Article$Metric {
|
|
|
1412
1412
|
sizeY: number;
|
|
1413
1413
|
|
|
1414
1414
|
/**
|
|
1415
|
-
*
|
|
1415
|
+
* size
|
|
1416
1416
|
*/
|
|
1417
|
-
|
|
1417
|
+
sizeZ: number;
|
|
1418
1418
|
|
|
1419
1419
|
/**
|
|
1420
|
-
*
|
|
1420
|
+
* weight unit
|
|
1421
1421
|
*/
|
|
1422
|
-
|
|
1422
|
+
weightUnit: UnitTypeReference;
|
|
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
|
-
*
|
|
1525
|
+
* der Sales Channel
|
|
1526
1526
|
*/
|
|
1527
|
-
|
|
1527
|
+
salesChannelRef: ApiObjectReference;
|
|
1528
1528
|
|
|
1529
1529
|
/**
|
|
1530
|
-
* der
|
|
1530
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1531
1531
|
*/
|
|
1532
|
-
|
|
1532
|
+
customLowestPriceGross: number;
|
|
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 (vom System ermittelt)
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
proposedLowestPriceNet: number;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1570
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1571
1571
|
*/
|
|
1572
|
-
|
|
1572
|
+
customLowestPriceNet: 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
|
-
* Nachschub ab
|
|
1733
|
-
*/
|
|
1734
|
-
replenishmentFrom: number;
|
|
1735
|
-
|
|
1736
1731
|
/**
|
|
1737
1732
|
* Bestand im Lager
|
|
1738
1733
|
*/
|
|
1739
1734
|
quantityInStock: number;
|
|
1740
1735
|
|
|
1741
1736
|
/**
|
|
1742
|
-
*
|
|
1737
|
+
* Nachschub ab
|
|
1743
1738
|
*/
|
|
1744
|
-
|
|
1739
|
+
replenishmentFrom: number;
|
|
1745
1740
|
|
|
1746
1741
|
/**
|
|
1747
1742
|
* Meldebestand
|
|
@@ -1753,6 +1748,11 @@ export interface ArticleStorage {
|
|
|
1753
1748
|
*/
|
|
1754
1749
|
orderedQuantity: number;
|
|
1755
1750
|
|
|
1751
|
+
/**
|
|
1752
|
+
* Aktuelle Menge in Kommissionierung
|
|
1753
|
+
*/
|
|
1754
|
+
quantityInPicking: number;
|
|
1755
|
+
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Nachschub auf
|
|
1758
1758
|
*/
|
|
@@ -1831,6 +1831,11 @@ export interface ArticleStorage {
|
|
|
1831
1831
|
|
|
1832
1832
|
export interface ArticleSupplier {
|
|
1833
1833
|
|
|
1834
|
+
/**
|
|
1835
|
+
* Anzeigename des Accounts
|
|
1836
|
+
*/
|
|
1837
|
+
accountDisplayName: string;
|
|
1838
|
+
|
|
1834
1839
|
/**
|
|
1835
1840
|
* Lieferanten-Meldebestand
|
|
1836
1841
|
*/
|
|
@@ -1841,11 +1846,6 @@ export interface ArticleSupplier {
|
|
|
1841
1846
|
*/
|
|
1842
1847
|
useSupplierArticleDescription: boolean;
|
|
1843
1848
|
|
|
1844
|
-
/**
|
|
1845
|
-
* Anzeigename des Accounts
|
|
1846
|
-
*/
|
|
1847
|
-
accountDisplayName: string;
|
|
1848
|
-
|
|
1849
1849
|
/**
|
|
1850
1850
|
* Lieferzeit in (Werk-)Tagen
|
|
1851
1851
|
*/
|
|
@@ -1902,14 +1902,14 @@ export interface ArticleSupplier {
|
|
|
1902
1902
|
info: MetaInfo;
|
|
1903
1903
|
|
|
1904
1904
|
/**
|
|
1905
|
-
*
|
|
1905
|
+
* Referenced Article name
|
|
1906
1906
|
*/
|
|
1907
|
-
|
|
1907
|
+
articleName: string;
|
|
1908
1908
|
|
|
1909
1909
|
/**
|
|
1910
|
-
*
|
|
1910
|
+
* Verpackungseinheit
|
|
1911
1911
|
*/
|
|
1912
|
-
|
|
1912
|
+
packagingUnit: number;
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Lieferanten-Preise
|
|
@@ -1942,14 +1942,14 @@ export interface ArticleSupplier {
|
|
|
1942
1942
|
dropShippingAllowed: boolean;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
* Abweichende
|
|
1945
|
+
* Abweichende Produktbezeichnung
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
supplierArticleName: string;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
|
-
* Abweichende
|
|
1950
|
+
* Abweichende Produktbeschreibung
|
|
1951
1951
|
*/
|
|
1952
|
-
|
|
1952
|
+
supplierArticleDescription: string;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Standardpreis Netto
|
|
@@ -2399,14 +2399,14 @@ export interface CrmActivityType {
|
|
|
2399
2399
|
export interface CrmChecklistItem {
|
|
2400
2400
|
|
|
2401
2401
|
/**
|
|
2402
|
-
*
|
|
2402
|
+
* Text des Checklisten-Elements
|
|
2403
2403
|
*/
|
|
2404
|
-
|
|
2404
|
+
memo: string;
|
|
2405
2405
|
|
|
2406
2406
|
/**
|
|
2407
|
-
*
|
|
2407
|
+
* Ist das Element "angehakt"?
|
|
2408
2408
|
*/
|
|
2409
|
-
|
|
2409
|
+
checked: boolean;
|
|
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
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
|
-
*
|
|
2525
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
assignedUserRef: ApiObjectReference;
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Chance (in Prozent)
|
|
@@ -2823,14 +2823,14 @@ export interface CrmProject {
|
|
|
2823
2823
|
billedTimes: number;
|
|
2824
2824
|
|
|
2825
2825
|
/**
|
|
2826
|
-
*
|
|
2826
|
+
* Geplanter Projektzeitraum (von)
|
|
2827
2827
|
*/
|
|
2828
|
-
|
|
2828
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2829
2829
|
|
|
2830
2830
|
/**
|
|
2831
|
-
*
|
|
2831
|
+
* Einkaufsbelege
|
|
2832
2832
|
*/
|
|
2833
|
-
|
|
2833
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2834
2834
|
|
|
2835
2835
|
/**
|
|
2836
2836
|
* Verkaufsbelege
|
|
@@ -3304,14 +3304,14 @@ export interface CrmTask {
|
|
|
3304
3304
|
assignedUserRef: ApiObjectReference;
|
|
3305
3305
|
|
|
3306
3306
|
/**
|
|
3307
|
-
*
|
|
3307
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3308
3308
|
*/
|
|
3309
|
-
|
|
3309
|
+
externalRecordedTimes: number;
|
|
3310
3310
|
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* Beauftragte Zeit in Sekunden
|
|
3313
3313
|
*/
|
|
3314
|
-
|
|
3314
|
+
effortCommissioned: number;
|
|
3315
3315
|
|
|
3316
3316
|
/**
|
|
3317
3317
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3488,14 +3488,14 @@ export interface CurrencyReference {
|
|
|
3488
3488
|
export interface Customer {
|
|
3489
3489
|
|
|
3490
3490
|
/**
|
|
3491
|
-
*
|
|
3491
|
+
* Option für die Stapelverarbeitung
|
|
3492
3492
|
*/
|
|
3493
|
-
|
|
3493
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3494
3494
|
|
|
3495
3495
|
/**
|
|
3496
|
-
*
|
|
3496
|
+
* reference to customer group
|
|
3497
3497
|
*/
|
|
3498
|
-
|
|
3498
|
+
customerGroupRef: ApiObjectReference;
|
|
3499
3499
|
|
|
3500
3500
|
/**
|
|
3501
3501
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3513,14 +3513,14 @@ export interface Customer {
|
|
|
3513
3513
|
dueDate: ScriptingDate;
|
|
3514
3514
|
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* Maximal mögliche Lieferungen
|
|
3517
3517
|
*/
|
|
3518
|
-
|
|
3518
|
+
maxDeliveries: number;
|
|
3519
3519
|
|
|
3520
3520
|
/**
|
|
3521
|
-
*
|
|
3521
|
+
* collective billable
|
|
3522
3522
|
*/
|
|
3523
|
-
|
|
3523
|
+
collectiveBillable: boolean;
|
|
3524
3524
|
|
|
3525
3525
|
/**
|
|
3526
3526
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3548,14 +3548,14 @@ export interface Customer {
|
|
|
3548
3548
|
stackProcessingPriority: number;
|
|
3549
3549
|
|
|
3550
3550
|
/**
|
|
3551
|
-
*
|
|
3551
|
+
* reference to product price group
|
|
3552
3552
|
*/
|
|
3553
|
-
|
|
3553
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3554
3554
|
|
|
3555
3555
|
/**
|
|
3556
|
-
*
|
|
3556
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3557
3557
|
*/
|
|
3558
|
-
|
|
3558
|
+
collectiveInvoiceManually: boolean;
|
|
3559
3559
|
|
|
3560
3560
|
/**
|
|
3561
3561
|
* Unique identifier of the Object
|
|
@@ -3699,14 +3699,14 @@ export interface DeliveryMethod {
|
|
|
3699
3699
|
defaultSizeUnit: UnitTypeReference;
|
|
3700
3700
|
|
|
3701
3701
|
/**
|
|
3702
|
-
*
|
|
3702
|
+
* translations
|
|
3703
3703
|
*/
|
|
3704
|
-
|
|
3704
|
+
translations: Array<DocumentTypeTerm>;
|
|
3705
3705
|
|
|
3706
3706
|
/**
|
|
3707
|
-
*
|
|
3707
|
+
* Quelle für Paketgewicht
|
|
3708
3708
|
*/
|
|
3709
|
-
|
|
3709
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
3712
|
* Gültige Ländercodes
|
|
@@ -3835,14 +3835,14 @@ export interface DeliveryTerm {
|
|
|
3835
3835
|
export interface Document {
|
|
3836
3836
|
|
|
3837
3837
|
/**
|
|
3838
|
-
*
|
|
3838
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
3839
3839
|
*/
|
|
3840
|
-
|
|
3840
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
3841
3841
|
|
|
3842
3842
|
/**
|
|
3843
|
-
*
|
|
3843
|
+
* Referenz zum Rechnungskonto
|
|
3844
3844
|
*/
|
|
3845
|
-
|
|
3845
|
+
billingAccountRef: ApiObjectReference;
|
|
3846
3846
|
|
|
3847
3847
|
/**
|
|
3848
3848
|
* Externe Belegnummer
|
|
@@ -3983,14 +3983,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3983
3983
|
accountId: number;
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
|
-
* Länderkennzeichen
|
|
3986
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3987
3987
|
*/
|
|
3988
|
-
|
|
3988
|
+
performanceCountryCode: string;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
* Länderkennzeichen
|
|
3991
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
sourceCountryCode: string;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
3996
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4033,14 +4033,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4033
4033
|
supplierNumber: string;
|
|
4034
4034
|
|
|
4035
4035
|
/**
|
|
4036
|
-
*
|
|
4036
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4037
4037
|
*/
|
|
4038
|
-
|
|
4038
|
+
deliveryApproved: boolean;
|
|
4039
4039
|
|
|
4040
4040
|
/**
|
|
4041
|
-
*
|
|
4041
|
+
* Gesamtpreis brutto
|
|
4042
4042
|
*/
|
|
4043
|
-
|
|
4043
|
+
totalGrossPrice: number;
|
|
4044
4044
|
|
|
4045
4045
|
/**
|
|
4046
4046
|
* Kassen-Zahlungspositionen
|
|
@@ -4215,14 +4215,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4215
4215
|
dropShipping: boolean;
|
|
4216
4216
|
|
|
4217
4217
|
/**
|
|
4218
|
-
*
|
|
4218
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4219
4219
|
*/
|
|
4220
|
-
|
|
4220
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4221
4221
|
|
|
4222
4222
|
/**
|
|
4223
|
-
*
|
|
4223
|
+
* Gesamtpreis netto
|
|
4224
4224
|
*/
|
|
4225
|
-
|
|
4225
|
+
totalNetPrice: number;
|
|
4226
4226
|
|
|
4227
4227
|
/**
|
|
4228
4228
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4330,9 +4330,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4330
4330
|
customerNumber: string;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* Statusinstanz des Belegs
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
documentState: DocumentTypeState;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* Umsatzsteuer-Identifikationsnummer
|
|
@@ -4340,14 +4340,16 @@ true wenn die Quittung bezahlt ist
|
|
|
4340
4340
|
taxIdentificationNumber: string;
|
|
4341
4341
|
|
|
4342
4342
|
/**
|
|
4343
|
-
*
|
|
4343
|
+
* Versandkostenpositionen
|
|
4344
4344
|
*/
|
|
4345
|
-
|
|
4345
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4346
4346
|
|
|
4347
4347
|
/**
|
|
4348
|
-
* Rückgeld
|
|
4348
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4349
|
+
true wenn die Quittung ausbalanciert ist
|
|
4350
|
+
|
|
4349
4351
|
*/
|
|
4350
|
-
|
|
4352
|
+
posReceiptBalanced: boolean;
|
|
4351
4353
|
|
|
4352
4354
|
/**
|
|
4353
4355
|
* Referenz auf Lieferbedingung
|
|
@@ -4355,11 +4357,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4355
4357
|
deliveryTermRef: ApiObjectReference;
|
|
4356
4358
|
|
|
4357
4359
|
/**
|
|
4358
|
-
*
|
|
4359
|
-
true wenn die Quittung ausbalanciert ist
|
|
4360
|
-
|
|
4360
|
+
* Rückgeld
|
|
4361
4361
|
*/
|
|
4362
|
-
|
|
4362
|
+
posReceiptChangeAmount: number;
|
|
4363
4363
|
|
|
4364
4364
|
/**
|
|
4365
4365
|
* Gesamtbruttogewicht
|
|
@@ -4381,25 +4381,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4381
4381
|
*/
|
|
4382
4382
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4383
4383
|
|
|
4384
|
-
/**
|
|
4385
|
-
* Rechnungsadresse
|
|
4386
|
-
*/
|
|
4387
|
-
billingAddress: DocumentAddress;
|
|
4388
|
-
|
|
4389
4384
|
/**
|
|
4390
4385
|
* Status der USt-ID-Prüfung
|
|
4391
4386
|
*/
|
|
4392
4387
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4393
4388
|
|
|
4394
4389
|
/**
|
|
4395
|
-
*
|
|
4390
|
+
* Rechnungsadresse
|
|
4396
4391
|
*/
|
|
4397
|
-
|
|
4392
|
+
billingAddress: DocumentAddress;
|
|
4398
4393
|
|
|
4399
4394
|
/**
|
|
4400
4395
|
* Bestellt durch Ansprechpartner
|
|
4401
4396
|
*/
|
|
4402
4397
|
orderedByPersonRef: ApiObjectReference;
|
|
4398
|
+
|
|
4399
|
+
/**
|
|
4400
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4401
|
+
*/
|
|
4402
|
+
reportGroupRef: ApiObjectReference;
|
|
4403
4403
|
}
|
|
4404
4404
|
|
|
4405
4405
|
export interface DocumentAdditionalInfo {
|
|
@@ -4762,14 +4762,14 @@ export interface DocumentContractDetail {
|
|
|
4762
4762
|
runtimeToDate: ScriptingDate;
|
|
4763
4763
|
|
|
4764
4764
|
/**
|
|
4765
|
-
*
|
|
4765
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4766
4766
|
*/
|
|
4767
|
-
|
|
4767
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4768
4768
|
|
|
4769
4769
|
/**
|
|
4770
|
-
*
|
|
4770
|
+
* Nächste Fälligkeit
|
|
4771
4771
|
*/
|
|
4772
|
-
|
|
4772
|
+
nextDueDate: ScriptingDate;
|
|
4773
4773
|
|
|
4774
4774
|
/**
|
|
4775
4775
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4934,14 +4934,14 @@ export const enum DocumentImportType {
|
|
|
4934
4934
|
export interface DocumentLine {
|
|
4935
4935
|
|
|
4936
4936
|
/**
|
|
4937
|
-
*
|
|
4937
|
+
* Leistungsdatum
|
|
4938
4938
|
*/
|
|
4939
|
-
|
|
4939
|
+
performanceDate: ScriptingDate;
|
|
4940
4940
|
|
|
4941
4941
|
/**
|
|
4942
|
-
*
|
|
4942
|
+
* Zolltarifnummer
|
|
4943
4943
|
*/
|
|
4944
|
-
|
|
4944
|
+
customsTariffNumber: string;
|
|
4945
4945
|
|
|
4946
4946
|
/**
|
|
4947
4947
|
* Land der Herkunft
|
|
@@ -4949,14 +4949,14 @@ export interface DocumentLine {
|
|
|
4949
4949
|
country: CountryReference;
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
|
-
*
|
|
4952
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
4953
4953
|
*/
|
|
4954
|
-
|
|
4954
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4955
4955
|
|
|
4956
4956
|
/**
|
|
4957
|
-
*
|
|
4957
|
+
* wurde aufgelöst in Gebindeartikel
|
|
4958
4958
|
*/
|
|
4959
|
-
|
|
4959
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
4960
4960
|
|
|
4961
4961
|
/**
|
|
4962
4962
|
* verarbeitete Menge
|
|
@@ -5034,14 +5034,14 @@ export interface DocumentLine {
|
|
|
5034
5034
|
lineType: DocumentLineType;
|
|
5035
5035
|
|
|
5036
5036
|
/**
|
|
5037
|
-
*
|
|
5037
|
+
* FiBu-Buchung
|
|
5038
5038
|
*/
|
|
5039
|
-
|
|
5039
|
+
financeBooking: DocumentFinanceBooking;
|
|
5040
5040
|
|
|
5041
5041
|
/**
|
|
5042
|
-
*
|
|
5042
|
+
* Gesamtpreis Position in Basiswährung
|
|
5043
5043
|
*/
|
|
5044
|
-
|
|
5044
|
+
baseTotalLinePrice: number;
|
|
5045
5045
|
|
|
5046
5046
|
/**
|
|
5047
5047
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5073,11 +5073,6 @@ export interface DocumentLine {
|
|
|
5073
5073
|
*/
|
|
5074
5074
|
id: number;
|
|
5075
5075
|
|
|
5076
|
-
/**
|
|
5077
|
-
* Preis pro Einheit in Basiswährung
|
|
5078
|
-
*/
|
|
5079
|
-
basePrice: number;
|
|
5080
|
-
|
|
5081
5076
|
/**
|
|
5082
5077
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5083
5078
|
*/
|
|
@@ -5088,6 +5083,11 @@ export interface DocumentLine {
|
|
|
5088
5083
|
*/
|
|
5089
5084
|
externalReferenceVds: string;
|
|
5090
5085
|
|
|
5086
|
+
/**
|
|
5087
|
+
* Preis pro Einheit in Basiswährung
|
|
5088
|
+
*/
|
|
5089
|
+
basePrice: number;
|
|
5090
|
+
|
|
5091
5091
|
/**
|
|
5092
5092
|
* Serientyp
|
|
5093
5093
|
*/
|
|
@@ -5289,14 +5289,14 @@ export interface DocumentLine {
|
|
|
5289
5289
|
productType: ProductType;
|
|
5290
5290
|
|
|
5291
5291
|
/**
|
|
5292
|
-
*
|
|
5292
|
+
* Vertragsinformationen
|
|
5293
5293
|
*/
|
|
5294
|
-
|
|
5294
|
+
contractDetail: DocumentContractDetail;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
baseSalesValueNet: number;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Einheit Nettogewicht
|
|
@@ -5831,14 +5831,14 @@ export interface DocumentLineRef {
|
|
|
5831
5831
|
quantity: number;
|
|
5832
5832
|
|
|
5833
5833
|
/**
|
|
5834
|
-
*
|
|
5834
|
+
* Belegart
|
|
5835
5835
|
*/
|
|
5836
|
-
|
|
5836
|
+
documentType: string;
|
|
5837
5837
|
|
|
5838
5838
|
/**
|
|
5839
|
-
*
|
|
5839
|
+
* Artikelnummer
|
|
5840
5840
|
*/
|
|
5841
|
-
|
|
5841
|
+
articleNumber: string;
|
|
5842
5842
|
|
|
5843
5843
|
/**
|
|
5844
5844
|
* price per quantity [GROSS, NET]
|
|
@@ -6283,14 +6283,14 @@ export interface DocumentText {
|
|
|
6283
6283
|
transferableIntoSubsequentDocuments: boolean;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
|
-
*
|
|
6286
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6287
6287
|
*/
|
|
6288
|
-
|
|
6288
|
+
textPosition: TextPosition;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
deleted: boolean;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
6296
|
* textBaustein Vorlage
|
|
@@ -6400,14 +6400,14 @@ export interface DocumentType {
|
|
|
6400
6400
|
labels: Array<DocumentTypeLabel>;
|
|
6401
6401
|
|
|
6402
6402
|
/**
|
|
6403
|
-
*
|
|
6403
|
+
* nächste Belegnummer
|
|
6404
6404
|
*/
|
|
6405
|
-
|
|
6405
|
+
nextNumber: string;
|
|
6406
6406
|
|
|
6407
6407
|
/**
|
|
6408
|
-
*
|
|
6408
|
+
* Zählerkreis
|
|
6409
6409
|
*/
|
|
6410
|
-
|
|
6410
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
6413
|
* Sortierung
|
|
@@ -6886,14 +6886,14 @@ export interface FabricationRevertRequest {
|
|
|
6886
6886
|
quantity: number;
|
|
6887
6887
|
|
|
6888
6888
|
/**
|
|
6889
|
-
*
|
|
6889
|
+
* ID der zu stornierenden Position
|
|
6890
6890
|
*/
|
|
6891
|
-
|
|
6891
|
+
documentLineId: number;
|
|
6892
6892
|
|
|
6893
6893
|
/**
|
|
6894
|
-
*
|
|
6894
|
+
* Material automatisch stornieren
|
|
6895
6895
|
*/
|
|
6896
|
-
|
|
6896
|
+
autoRevertComponents: boolean;
|
|
6897
6897
|
|
|
6898
6898
|
/**
|
|
6899
6899
|
* Zu stornierende Seriennummern
|
|
@@ -7156,14 +7156,14 @@ export interface PaymentTerm {
|
|
|
7156
7156
|
paymentDiscount2: number;
|
|
7157
7157
|
|
|
7158
7158
|
/**
|
|
7159
|
-
*
|
|
7159
|
+
* printDescription
|
|
7160
7160
|
*/
|
|
7161
|
-
|
|
7161
|
+
printDescription: string;
|
|
7162
7162
|
|
|
7163
7163
|
/**
|
|
7164
|
-
*
|
|
7164
|
+
* Percent for Discount 1
|
|
7165
7165
|
*/
|
|
7166
|
-
|
|
7166
|
+
paymentDiscount1: number;
|
|
7167
7167
|
|
|
7168
7168
|
/**
|
|
7169
7169
|
* for deposit: remaining term
|
|
@@ -7557,14 +7557,14 @@ export interface PicklistLine {
|
|
|
7557
7557
|
articleNumber: string;
|
|
7558
7558
|
|
|
7559
7559
|
/**
|
|
7560
|
-
*
|
|
7560
|
+
* Art der Position
|
|
7561
7561
|
*/
|
|
7562
|
-
|
|
7562
|
+
lineType: PicklistLineType;
|
|
7563
7563
|
|
|
7564
7564
|
/**
|
|
7565
|
-
*
|
|
7565
|
+
* Lagernummer
|
|
7566
7566
|
*/
|
|
7567
|
-
|
|
7567
|
+
storageNumber: string;
|
|
7568
7568
|
|
|
7569
7569
|
/**
|
|
7570
7570
|
* ID der Ziel-Dokumentposition
|
|
@@ -7886,6 +7886,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7886
7886
|
*/
|
|
7887
7887
|
maxOrderValue: number;
|
|
7888
7888
|
|
|
7889
|
+
/**
|
|
7890
|
+
* Nur vollständig lieferbare Positionen
|
|
7891
|
+
*/
|
|
7892
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
7893
|
+
|
|
7889
7894
|
/**
|
|
7890
7895
|
* Selektion über den Bereich vom Lieferdatum
|
|
7891
7896
|
*/
|
|
@@ -7896,11 +7901,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7896
7901
|
*/
|
|
7897
7902
|
maxOrderCount: number;
|
|
7898
7903
|
|
|
7899
|
-
/**
|
|
7900
|
-
* Nur vollständig lieferbare Positionen
|
|
7901
|
-
*/
|
|
7902
|
-
onlyFullDeliverableOrderLines: boolean;
|
|
7903
|
-
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Selektion über den Bereich vom Belegdatum
|
|
7906
7906
|
*/
|
|
@@ -7969,6 +7969,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7969
7969
|
*/
|
|
7970
7970
|
maxPicklistLineCount: number;
|
|
7971
7971
|
|
|
7972
|
+
/**
|
|
7973
|
+
* Lagerplätze vorgeben
|
|
7974
|
+
*/
|
|
7975
|
+
specifyStorageBins: boolean;
|
|
7976
|
+
|
|
7972
7977
|
/**
|
|
7973
7978
|
* Der zu verwendende Pickwagen
|
|
7974
7979
|
*/
|
|
@@ -7979,11 +7984,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7979
7984
|
*/
|
|
7980
7985
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7981
7986
|
|
|
7982
|
-
/**
|
|
7983
|
-
* Lagerplätze vorgeben
|
|
7984
|
-
*/
|
|
7985
|
-
specifyStorageBins: boolean;
|
|
7986
|
-
|
|
7987
7987
|
/**
|
|
7988
7988
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7989
7989
|
*/
|
|
@@ -8052,6 +8052,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8052
8052
|
*/
|
|
8053
8053
|
showShippingFormOnPickingFinish: boolean;
|
|
8054
8054
|
|
|
8055
|
+
/**
|
|
8056
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8057
|
+
*/
|
|
8058
|
+
useDigitalPicklist: boolean;
|
|
8059
|
+
|
|
8055
8060
|
/**
|
|
8056
8061
|
* Sammelbestätigung erlauben
|
|
8057
8062
|
*/
|
|
@@ -8062,11 +8067,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8062
8067
|
*/
|
|
8063
8068
|
allowPickingOfServiceArticles: boolean;
|
|
8064
8069
|
|
|
8065
|
-
/**
|
|
8066
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8067
|
-
*/
|
|
8068
|
-
useDigitalPicklist: boolean;
|
|
8069
|
-
|
|
8070
8070
|
/**
|
|
8071
8071
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8072
8072
|
*/
|
|
@@ -8324,14 +8324,14 @@ export interface ProductArticleRef {
|
|
|
8324
8324
|
export interface ProductDiscount {
|
|
8325
8325
|
|
|
8326
8326
|
/**
|
|
8327
|
-
*
|
|
8327
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8328
8328
|
*/
|
|
8329
|
-
|
|
8329
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8330
8330
|
|
|
8331
8331
|
/**
|
|
8332
|
-
*
|
|
8332
|
+
* Kundengruppe
|
|
8333
8333
|
*/
|
|
8334
|
-
|
|
8334
|
+
customerGroupRef: ApiObjectReference;
|
|
8335
8335
|
|
|
8336
8336
|
/**
|
|
8337
8337
|
* Lieferantengruppe
|
|
@@ -8379,14 +8379,14 @@ export interface ProductDiscount {
|
|
|
8379
8379
|
currencyRef: CurrencyReference;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Preisgruppe
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
priceGroupRef: ApiObjectReference;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Wert des Rabatts
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
modifierValue: number;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8447,14 +8447,14 @@ export interface ProductGroup {
|
|
|
8447
8447
|
targetTradingMargin: number;
|
|
8448
8448
|
|
|
8449
8449
|
/**
|
|
8450
|
-
*
|
|
8450
|
+
* main product group
|
|
8451
8451
|
*/
|
|
8452
|
-
|
|
8452
|
+
mainGroupRef: ApiObjectReference;
|
|
8453
8453
|
|
|
8454
8454
|
/**
|
|
8455
|
-
*
|
|
8455
|
+
* Freifeld
|
|
8456
8456
|
*/
|
|
8457
|
-
|
|
8457
|
+
custom: EavProductgroup;
|
|
8458
8458
|
|
|
8459
8459
|
/**
|
|
8460
8460
|
* warengruppe aktiv ja/nein
|
|
@@ -8533,14 +8533,14 @@ export interface ProductMainGroup {
|
|
|
8533
8533
|
export interface ProductPrice {
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Kundengruppe
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
customerGroupRef: ApiObjectReference;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8681,6 +8681,11 @@ export interface RequestDocument {
|
|
|
8681
8681
|
*/
|
|
8682
8682
|
documentDate: ScriptingDate;
|
|
8683
8683
|
|
|
8684
|
+
/**
|
|
8685
|
+
* Leistungsdatum
|
|
8686
|
+
*/
|
|
8687
|
+
performanceDate: ScriptingDate;
|
|
8688
|
+
|
|
8684
8689
|
/**
|
|
8685
8690
|
* ID der Kassenschublade (bei POS)
|
|
8686
8691
|
*/
|
|
@@ -8691,11 +8696,6 @@ export interface RequestDocument {
|
|
|
8691
8696
|
*/
|
|
8692
8697
|
depositPaymentAmount: number;
|
|
8693
8698
|
|
|
8694
|
-
/**
|
|
8695
|
-
* Leistungsdatum
|
|
8696
|
-
*/
|
|
8697
|
-
performanceDate: ScriptingDate;
|
|
8698
|
-
|
|
8699
8699
|
/**
|
|
8700
8700
|
* Für interne Zwecke: Liefermethode für das Document
|
|
8701
8701
|
*/
|
|
@@ -8905,14 +8905,14 @@ export interface RequestDocumentLine {
|
|
|
8905
8905
|
dropShippingPolicy: DropShippingPolicy;
|
|
8906
8906
|
|
|
8907
8907
|
/**
|
|
8908
|
-
*
|
|
8908
|
+
* Positionsnummer der Artikel
|
|
8909
8909
|
*/
|
|
8910
|
-
|
|
8910
|
+
positionOfArticleLine: number;
|
|
8911
8911
|
|
|
8912
8912
|
/**
|
|
8913
|
-
*
|
|
8913
|
+
* (optional) Lager-ID
|
|
8914
8914
|
*/
|
|
8915
|
-
|
|
8915
|
+
storageId: number;
|
|
8916
8916
|
|
|
8917
8917
|
/**
|
|
8918
8918
|
* Vertragsdetails zur Belegposition
|
|
@@ -8984,6 +8984,11 @@ export interface RequestDocumentLine {
|
|
|
8984
8984
|
*/
|
|
8985
8985
|
name: string;
|
|
8986
8986
|
|
|
8987
|
+
/**
|
|
8988
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
8989
|
+
*/
|
|
8990
|
+
externalArticleNumber: string;
|
|
8991
|
+
|
|
8987
8992
|
/**
|
|
8988
8993
|
* ID der Quell-Belegposition
|
|
8989
8994
|
*/
|
|
@@ -8994,11 +8999,6 @@ export interface RequestDocumentLine {
|
|
|
8994
8999
|
*/
|
|
8995
9000
|
bookings: Array<RequestDocumentLineBooking>;
|
|
8996
9001
|
|
|
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
|
*/
|
|
@@ -9141,14 +9141,14 @@ export interface SalesAgent {
|
|
|
9141
9141
|
note: string;
|
|
9142
9142
|
|
|
9143
9143
|
/**
|
|
9144
|
-
*
|
|
9144
|
+
* is sales agent taxable
|
|
9145
9145
|
*/
|
|
9146
|
-
|
|
9146
|
+
taxable: boolean;
|
|
9147
9147
|
|
|
9148
9148
|
/**
|
|
9149
|
-
*
|
|
9149
|
+
* reference to the delivery method
|
|
9150
9150
|
*/
|
|
9151
|
-
|
|
9151
|
+
deliveryMethodRef: ApiObjectReference;
|
|
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 Name
|
|
9396
9396
|
*/
|
|
9397
|
-
|
|
9397
|
+
factAttribute: string;
|
|
9398
9398
|
|
|
9399
9399
|
/**
|
|
9400
|
-
* Attribut
|
|
9400
|
+
* Attribut Typ
|
|
9401
9401
|
*/
|
|
9402
|
-
|
|
9402
|
+
attributeType: ScenarioFactDef$FactType;
|
|
9403
9403
|
|
|
9404
9404
|
/**
|
|
9405
9405
|
* Unique identifier of the Object
|
|
@@ -9489,14 +9489,14 @@ export interface SequencerConfiguration {
|
|
|
9489
9489
|
key: string;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
|
-
*
|
|
9497
|
+
* Contains details about the sequencer configuration
|
|
9498
9498
|
*/
|
|
9499
|
-
|
|
9499
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
9502
|
* MetaInformations for this Object
|
|
@@ -10023,14 +10023,14 @@ export interface Stock {
|
|
|
10023
10023
|
storageBinId: number;
|
|
10024
10024
|
|
|
10025
10025
|
/**
|
|
10026
|
-
*
|
|
10026
|
+
* Artikel
|
|
10027
10027
|
*/
|
|
10028
|
-
|
|
10028
|
+
articleId: number;
|
|
10029
10029
|
|
|
10030
10030
|
/**
|
|
10031
|
-
*
|
|
10031
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
10032
10032
|
*/
|
|
10033
|
-
|
|
10033
|
+
reservedSerialQuantity: number;
|
|
10034
10034
|
}
|
|
10035
10035
|
|
|
10036
10036
|
export const enum StockJournalFactor {
|
|
@@ -10105,14 +10105,14 @@ export interface StockMovementManualApi {
|
|
|
10105
10105
|
export interface StockTransferApi {
|
|
10106
10106
|
|
|
10107
10107
|
/**
|
|
10108
|
-
*
|
|
10108
|
+
* Seriennummer
|
|
10109
10109
|
*/
|
|
10110
|
-
|
|
10110
|
+
serialNumberId: number;
|
|
10111
10111
|
|
|
10112
10112
|
/**
|
|
10113
|
-
*
|
|
10113
|
+
* Ziel-Lager
|
|
10114
10114
|
*/
|
|
10115
|
-
|
|
10115
|
+
targetStorageId: number;
|
|
10116
10116
|
|
|
10117
10117
|
/**
|
|
10118
10118
|
* Bemerkung
|
|
@@ -10387,14 +10387,14 @@ export interface Supplier {
|
|
|
10387
10387
|
performanceCountryCode: string;
|
|
10388
10388
|
|
|
10389
10389
|
/**
|
|
10390
|
-
*
|
|
10390
|
+
* reference to the payment method
|
|
10391
10391
|
*/
|
|
10392
|
-
|
|
10392
|
+
paymentMethodRef: ApiObjectReference;
|
|
10393
10393
|
|
|
10394
10394
|
/**
|
|
10395
|
-
*
|
|
10395
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10396
10396
|
*/
|
|
10397
|
-
|
|
10397
|
+
defaultDeliveryTime: number;
|
|
10398
10398
|
|
|
10399
10399
|
/**
|
|
10400
10400
|
* currency code IsoAlpha3
|
|
@@ -10415,14 +10415,14 @@ export interface TagDto {
|
|
|
10415
10415
|
editColor: string;
|
|
10416
10416
|
|
|
10417
10417
|
/**
|
|
10418
|
-
* Farbe
|
|
10418
|
+
* Farbe in Such-GUI
|
|
10419
10419
|
*/
|
|
10420
|
-
|
|
10420
|
+
searchColor: string;
|
|
10421
10421
|
|
|
10422
10422
|
/**
|
|
10423
|
-
* Farbe
|
|
10423
|
+
* Farbe für die Anzeige des Tags
|
|
10424
10424
|
*/
|
|
10425
|
-
|
|
10425
|
+
color: string;
|
|
10426
10426
|
|
|
10427
10427
|
/**
|
|
10428
10428
|
* Beschriftung des Tags
|
|
@@ -10466,14 +10466,14 @@ export const enum TagType {
|
|
|
10466
10466
|
export interface TaxIdForeignCountry {
|
|
10467
10467
|
|
|
10468
10468
|
/**
|
|
10469
|
-
*
|
|
10469
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10470
10470
|
*/
|
|
10471
|
-
|
|
10471
|
+
countryCode: string;
|
|
10472
10472
|
|
|
10473
10473
|
/**
|
|
10474
|
-
*
|
|
10474
|
+
* Tax ID of the company in the associated country
|
|
10475
10475
|
*/
|
|
10476
|
-
|
|
10476
|
+
taxId: string;
|
|
10477
10477
|
|
|
10478
10478
|
/**
|
|
10479
10479
|
* Unique identifier of the Object
|
|
@@ -10746,14 +10746,14 @@ export interface User {
|
|
|
10746
10746
|
version: number;
|
|
10747
10747
|
|
|
10748
10748
|
/**
|
|
10749
|
-
*
|
|
10749
|
+
* is the email verified
|
|
10750
10750
|
*/
|
|
10751
|
-
|
|
10751
|
+
emailVerified: boolean;
|
|
10752
10752
|
|
|
10753
10753
|
/**
|
|
10754
|
-
*
|
|
10754
|
+
* first-name
|
|
10755
10755
|
*/
|
|
10756
|
-
|
|
10756
|
+
firstName: string;
|
|
10757
10757
|
|
|
10758
10758
|
/**
|
|
10759
10759
|
* email-address
|
|
@@ -10956,14 +10956,14 @@ export interface VariantValue {
|
|
|
10956
10956
|
version: number;
|
|
10957
10957
|
|
|
10958
10958
|
/**
|
|
10959
|
-
*
|
|
10959
|
+
* Mehrsprachige Bezeichnungen
|
|
10960
10960
|
*/
|
|
10961
|
-
|
|
10961
|
+
labels: Array<VariantDescription>;
|
|
10962
10962
|
|
|
10963
10963
|
/**
|
|
10964
|
-
*
|
|
10964
|
+
* Variantenattribut
|
|
10965
10965
|
*/
|
|
10966
|
-
|
|
10966
|
+
attributeRef: ApiObjectReference;
|
|
10967
10967
|
|
|
10968
10968
|
/**
|
|
10969
10969
|
* MetaInformations for this Object
|