@vario-software/types 2026.21.0 → 2026.21.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/schema/erp.d.ts +1 -0
- package/scripting/services.d.ts +24 -24
- package/scripting/types.d.ts +278 -278
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
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -346,14 +346,14 @@ export interface AccountAddress {
|
|
|
346
346
|
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* abweichende Zahlungsart
|
|
350
350
|
*/
|
|
351
|
-
|
|
351
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* Custom data
|
|
355
355
|
*/
|
|
356
|
-
|
|
356
|
+
custom: EavAccountaddress;
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* Postcode
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Hauptbankverbindung für
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -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
|
|
@@ -1003,25 +1003,20 @@ export interface Article {
|
|
|
1003
1003
|
*/
|
|
1004
1004
|
customsTariffNumber: string;
|
|
1005
1005
|
|
|
1006
|
-
/**
|
|
1007
|
-
* is this product purchasable
|
|
1008
|
-
*/
|
|
1009
|
-
purchasable: boolean;
|
|
1010
|
-
|
|
1011
1006
|
/**
|
|
1012
1007
|
* Product custom data
|
|
1013
1008
|
*/
|
|
1014
1009
|
listingCustom: EavArticleListing;
|
|
1015
1010
|
|
|
1016
1011
|
/**
|
|
1017
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1018
1013
|
*/
|
|
1019
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1020
1015
|
|
|
1021
1016
|
/**
|
|
1022
|
-
*
|
|
1017
|
+
* base capacity unit
|
|
1023
1018
|
*/
|
|
1024
|
-
|
|
1019
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1025
1020
|
|
|
1026
1021
|
/**
|
|
1027
1022
|
* Seriennummern Auszeichnungsart
|
|
@@ -1033,6 +1028,11 @@ export interface Article {
|
|
|
1033
1028
|
*/
|
|
1034
1029
|
initialAvgPurchasePrice: number;
|
|
1035
1030
|
|
|
1031
|
+
/**
|
|
1032
|
+
* is this product sellable without any quantity at the stock
|
|
1033
|
+
*/
|
|
1034
|
+
sellableWithoutStock: boolean;
|
|
1035
|
+
|
|
1036
1036
|
/**
|
|
1037
1037
|
* gross Volume in cubic meters
|
|
1038
1038
|
*/
|
|
@@ -1059,14 +1059,14 @@ export interface Article {
|
|
|
1059
1059
|
warrantyInMonths: number;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
|
-
*
|
|
1062
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1063
1063
|
*/
|
|
1064
|
-
|
|
1064
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
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
|
* unique product number
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Soll-Handelsspanne
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
targetTradingMargin: number;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Produktion
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
fabrication: boolean;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1198,20 +1198,15 @@ export interface Article {
|
|
|
1198
1198
|
*/
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
|
-
/**
|
|
1202
|
-
* Country code
|
|
1203
|
-
*/
|
|
1204
|
-
countryOfOriginRef: CountryReference;
|
|
1205
|
-
|
|
1206
1201
|
/**
|
|
1207
1202
|
* Arbeitseinheit in Minuten
|
|
1208
1203
|
*/
|
|
1209
1204
|
workUnitInMinutes: number;
|
|
1210
1205
|
|
|
1211
1206
|
/**
|
|
1212
|
-
*
|
|
1207
|
+
* Country code
|
|
1213
1208
|
*/
|
|
1214
|
-
|
|
1209
|
+
countryOfOriginRef: CountryReference;
|
|
1215
1210
|
|
|
1216
1211
|
/**
|
|
1217
1212
|
* description custom data
|
|
@@ -1219,15 +1214,20 @@ export interface Article {
|
|
|
1219
1214
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* Frei kommissionierbar
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
freelyPickable: boolean;
|
|
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
|
*/
|
|
@@ -1288,6 +1288,11 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
+
/**
|
|
1292
|
+
* Artikel ist Gefahrgut
|
|
1293
|
+
*/
|
|
1294
|
+
isDangerousGood: boolean;
|
|
1295
|
+
|
|
1291
1296
|
/**
|
|
1292
1297
|
* Versandlabeldruck
|
|
1293
1298
|
*/
|
|
@@ -1299,14 +1304,9 @@ export interface Article {
|
|
|
1299
1304
|
productRef: ApiObjectReference;
|
|
1300
1305
|
|
|
1301
1306
|
/**
|
|
1302
|
-
*
|
|
1303
|
-
*/
|
|
1304
|
-
isDangerousGood: boolean;
|
|
1305
|
-
|
|
1306
|
-
/**
|
|
1307
|
-
* Kontingentartikel
|
|
1307
|
+
* alternative name of this product
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
alternativeName: string;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* rabattierbarer Artikel?
|
|
@@ -1314,9 +1314,9 @@ export interface Article {
|
|
|
1314
1314
|
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
|
-
*
|
|
1317
|
+
* Kontingentartikel
|
|
1318
1318
|
*/
|
|
1319
|
-
|
|
1319
|
+
contingentArticleRef: ApiObjectReference;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
1322
|
* base capacity
|
|
@@ -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
|
|
@@ -1552,14 +1552,14 @@ export interface ArticleListing {
|
|
|
1552
1552
|
proposedLowestPriceGross: number;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
|
-
*
|
|
1555
|
+
* der Sales Channel
|
|
1556
1556
|
*/
|
|
1557
|
-
|
|
1557
|
+
salesChannelRef: ApiObjectReference;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
* der
|
|
1560
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1561
1561
|
*/
|
|
1562
|
-
|
|
1562
|
+
customLowestPriceGross: number;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
1565
|
* soll der Artikel gelistet werden
|
|
@@ -1592,14 +1592,14 @@ export interface ArticleListing {
|
|
|
1592
1592
|
alternativeName: WithDefaults<String>;
|
|
1593
1593
|
|
|
1594
1594
|
/**
|
|
1595
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1595
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1596
1596
|
*/
|
|
1597
|
-
|
|
1597
|
+
customLowestPriceNet: number;
|
|
1598
1598
|
|
|
1599
1599
|
/**
|
|
1600
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1600
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1601
1601
|
*/
|
|
1602
|
-
|
|
1602
|
+
proposedLowestPriceNet: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
1605
|
* der aktuelle listing stand
|
|
@@ -1760,14 +1760,14 @@ export const enum ArticleSerialType {
|
|
|
1760
1760
|
export interface ArticleStorage {
|
|
1761
1761
|
|
|
1762
1762
|
/**
|
|
1763
|
-
*
|
|
1763
|
+
* Nachschub ab
|
|
1764
1764
|
*/
|
|
1765
|
-
|
|
1765
|
+
replenishmentFrom: number;
|
|
1766
1766
|
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* Bestand im Lager
|
|
1769
1769
|
*/
|
|
1770
|
-
|
|
1770
|
+
quantityInStock: number;
|
|
1771
1771
|
|
|
1772
1772
|
/**
|
|
1773
1773
|
* Meldebestand
|
|
@@ -1835,14 +1835,14 @@ export interface ArticleStorage {
|
|
|
1835
1835
|
storageRef: ApiObjectReference;
|
|
1836
1836
|
|
|
1837
1837
|
/**
|
|
1838
|
-
*
|
|
1838
|
+
* Sollbestand
|
|
1839
1839
|
*/
|
|
1840
|
-
|
|
1840
|
+
targetStock: number;
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
|
-
*
|
|
1843
|
+
* Vorgabe-Lagerplätze
|
|
1844
1844
|
*/
|
|
1845
|
-
|
|
1845
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1846
1846
|
|
|
1847
1847
|
/**
|
|
1848
1848
|
* Aktuelle Menge in Produktion
|
|
@@ -1867,26 +1867,26 @@ export interface ArticleSupplier {
|
|
|
1867
1867
|
*/
|
|
1868
1868
|
accountDisplayName: string;
|
|
1869
1869
|
|
|
1870
|
-
/**
|
|
1871
|
-
* Lieferanten-Meldebestand
|
|
1872
|
-
*/
|
|
1873
|
-
supplierReportingStock: number;
|
|
1874
|
-
|
|
1875
1870
|
/**
|
|
1876
1871
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1877
1872
|
*/
|
|
1878
1873
|
useSupplierArticleDescription: boolean;
|
|
1879
1874
|
|
|
1880
1875
|
/**
|
|
1881
|
-
*
|
|
1876
|
+
* Lieferanten-Meldebestand
|
|
1882
1877
|
*/
|
|
1883
|
-
|
|
1878
|
+
supplierReportingStock: number;
|
|
1884
1879
|
|
|
1885
1880
|
/**
|
|
1886
1881
|
* Lieferzeit in (Werk-)Tagen
|
|
1887
1882
|
*/
|
|
1888
1883
|
deliveryTime: number;
|
|
1889
1884
|
|
|
1885
|
+
/**
|
|
1886
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1887
|
+
*/
|
|
1888
|
+
useSupplierArticleIdentifier: boolean;
|
|
1889
|
+
|
|
1890
1890
|
/**
|
|
1891
1891
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1892
1892
|
*/
|
|
@@ -1932,26 +1932,26 @@ export interface ArticleSupplier {
|
|
|
1932
1932
|
*/
|
|
1933
1933
|
info: MetaInfo;
|
|
1934
1934
|
|
|
1935
|
-
/**
|
|
1936
|
-
* Verpackungseinheit
|
|
1937
|
-
*/
|
|
1938
|
-
packagingUnit: number;
|
|
1939
|
-
|
|
1940
1935
|
/**
|
|
1941
1936
|
* Referenced Article name
|
|
1942
1937
|
*/
|
|
1943
1938
|
articleName: string;
|
|
1944
1939
|
|
|
1945
1940
|
/**
|
|
1946
|
-
*
|
|
1941
|
+
* Verpackungseinheit
|
|
1947
1942
|
*/
|
|
1948
|
-
|
|
1943
|
+
packagingUnit: number;
|
|
1949
1944
|
|
|
1950
1945
|
/**
|
|
1951
1946
|
* Referenced Article
|
|
1952
1947
|
*/
|
|
1953
1948
|
articleId: number;
|
|
1954
1949
|
|
|
1950
|
+
/**
|
|
1951
|
+
* Lieferanten-Preise
|
|
1952
|
+
*/
|
|
1953
|
+
productPrices: Array<ProductPrice>;
|
|
1954
|
+
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Aktiv?
|
|
1957
1957
|
*/
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleSupplier {
|
|
|
1973
1973
|
dropShippingAllowed: boolean;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
* Abweichende
|
|
1976
|
+
* Abweichende Produktbeschreibung
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
supplierArticleDescription: string;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
* Abweichende
|
|
1981
|
+
* Abweichende Produktbezeichnung
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
supplierArticleName: string;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Standardpreis Netto
|
|
@@ -2548,14 +2548,14 @@ export interface CrmDeal {
|
|
|
2548
2548
|
info: MetaInfo;
|
|
2549
2549
|
|
|
2550
2550
|
/**
|
|
2551
|
-
*
|
|
2551
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2552
2552
|
*/
|
|
2553
|
-
|
|
2553
|
+
assignedUserRef: ApiObjectReference;
|
|
2554
2554
|
|
|
2555
2555
|
/**
|
|
2556
|
-
*
|
|
2556
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2557
2557
|
*/
|
|
2558
|
-
|
|
2558
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2559
2559
|
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Chance (in Prozent)
|
|
@@ -2829,14 +2829,14 @@ export interface CrmProject {
|
|
|
2829
2829
|
priorityRef: ApiObjectReference;
|
|
2830
2830
|
|
|
2831
2831
|
/**
|
|
2832
|
-
*
|
|
2832
|
+
* Projektleiter vom Auftragnehmer
|
|
2833
2833
|
*/
|
|
2834
|
-
|
|
2834
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2835
2835
|
|
|
2836
2836
|
/**
|
|
2837
|
-
*
|
|
2837
|
+
* Phase
|
|
2838
2838
|
*/
|
|
2839
|
-
|
|
2839
|
+
phaseRef: ApiObjectReference;
|
|
2840
2840
|
|
|
2841
2841
|
/**
|
|
2842
2842
|
* Aufgaben-Nummer
|
|
@@ -3140,9 +3140,9 @@ export interface CrmSubType {
|
|
|
3140
3140
|
export interface CrmTask {
|
|
3141
3141
|
|
|
3142
3142
|
/**
|
|
3143
|
-
*
|
|
3143
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3144
3144
|
*/
|
|
3145
|
-
|
|
3145
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3146
3146
|
|
|
3147
3147
|
/**
|
|
3148
3148
|
* Angebot
|
|
@@ -3150,9 +3150,9 @@ export interface CrmTask {
|
|
|
3150
3150
|
customerOfferRef: DocumentRef;
|
|
3151
3151
|
|
|
3152
3152
|
/**
|
|
3153
|
-
*
|
|
3153
|
+
* Liste von Erinnerungen
|
|
3154
3154
|
*/
|
|
3155
|
-
|
|
3155
|
+
reminders: Array<CrmReminder>;
|
|
3156
3156
|
|
|
3157
3157
|
/**
|
|
3158
3158
|
* Notizen
|
|
@@ -3335,14 +3335,14 @@ export interface CrmTask {
|
|
|
3335
3335
|
assignedUserRef: ApiObjectReference;
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
|
-
*
|
|
3338
|
+
* Beauftragte Zeit in Sekunden
|
|
3339
3339
|
*/
|
|
3340
|
-
|
|
3340
|
+
effortCommissioned: number;
|
|
3341
3341
|
|
|
3342
3342
|
/**
|
|
3343
|
-
*
|
|
3343
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3344
3344
|
*/
|
|
3345
|
-
|
|
3345
|
+
externalRecordedTimes: number;
|
|
3346
3346
|
|
|
3347
3347
|
/**
|
|
3348
3348
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3519,14 +3519,14 @@ export interface CurrencyReference {
|
|
|
3519
3519
|
export interface Customer {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* Option für die Stapelverarbeitung
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
|
-
*
|
|
3527
|
+
* reference to customer group
|
|
3528
3528
|
*/
|
|
3529
|
-
|
|
3529
|
+
customerGroupRef: ApiObjectReference;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
3532
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3579,14 +3579,14 @@ export interface Customer {
|
|
|
3579
3579
|
stackProcessingPriority: number;
|
|
3580
3580
|
|
|
3581
3581
|
/**
|
|
3582
|
-
*
|
|
3582
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3583
3583
|
*/
|
|
3584
|
-
|
|
3584
|
+
collectiveInvoiceManually: boolean;
|
|
3585
3585
|
|
|
3586
3586
|
/**
|
|
3587
|
-
*
|
|
3587
|
+
* reference to product price group
|
|
3588
3588
|
*/
|
|
3589
|
-
|
|
3589
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3590
3590
|
|
|
3591
3591
|
/**
|
|
3592
3592
|
* Unique identifier of the Object
|
|
@@ -3740,14 +3740,14 @@ export interface DeliveryMethod {
|
|
|
3740
3740
|
translations: Array<DocumentTypeTerm>;
|
|
3741
3741
|
|
|
3742
3742
|
/**
|
|
3743
|
-
*
|
|
3743
|
+
* Versand-Anbieter
|
|
3744
3744
|
*/
|
|
3745
|
-
|
|
3745
|
+
vdsCarrierId: number;
|
|
3746
3746
|
|
|
3747
3747
|
/**
|
|
3748
|
-
*
|
|
3748
|
+
* Gültige Ländercodes
|
|
3749
3749
|
*/
|
|
3750
|
-
|
|
3750
|
+
validCountryCodes: Array<string>;
|
|
3751
3751
|
|
|
3752
3752
|
/**
|
|
3753
3753
|
* Standardgewichtseinheit
|
|
@@ -3828,14 +3828,14 @@ export interface DeliveryTerm {
|
|
|
3828
3828
|
version: number;
|
|
3829
3829
|
|
|
3830
3830
|
/**
|
|
3831
|
-
*
|
|
3831
|
+
* translations
|
|
3832
3832
|
*/
|
|
3833
|
-
|
|
3833
|
+
translations: Array<DocumentTypeTerm>;
|
|
3834
3834
|
|
|
3835
3835
|
/**
|
|
3836
|
-
*
|
|
3836
|
+
* information, how the shipping charges should be calculated
|
|
3837
3837
|
*/
|
|
3838
|
-
|
|
3838
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3839
3839
|
|
|
3840
3840
|
/**
|
|
3841
3841
|
* Lieferarten
|
|
@@ -3848,14 +3848,14 @@ export interface DeliveryTerm {
|
|
|
3848
3848
|
id: number;
|
|
3849
3849
|
|
|
3850
3850
|
/**
|
|
3851
|
-
*
|
|
3851
|
+
* free shipping net value
|
|
3852
3852
|
*/
|
|
3853
|
-
|
|
3853
|
+
freeShippingNetValue: number;
|
|
3854
3854
|
|
|
3855
3855
|
/**
|
|
3856
|
-
*
|
|
3856
|
+
* Versandkostenartikel
|
|
3857
3857
|
*/
|
|
3858
|
-
|
|
3858
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
3859
3859
|
|
|
3860
3860
|
/**
|
|
3861
3861
|
* MetaInformations for this Object
|
|
@@ -4014,14 +4014,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4014
4014
|
accountId: number;
|
|
4015
4015
|
|
|
4016
4016
|
/**
|
|
4017
|
-
* Länderkennzeichen
|
|
4017
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4018
4018
|
*/
|
|
4019
|
-
|
|
4019
|
+
sourceCountryCode: string;
|
|
4020
4020
|
|
|
4021
4021
|
/**
|
|
4022
|
-
* Länderkennzeichen
|
|
4022
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4023
4023
|
*/
|
|
4024
|
-
|
|
4024
|
+
performanceCountryCode: string;
|
|
4025
4025
|
|
|
4026
4026
|
/**
|
|
4027
4027
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4064,14 +4064,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4064
4064
|
supplierNumber: string;
|
|
4065
4065
|
|
|
4066
4066
|
/**
|
|
4067
|
-
*
|
|
4067
|
+
* Gesamtpreis brutto
|
|
4068
4068
|
*/
|
|
4069
|
-
|
|
4069
|
+
totalGrossPrice: number;
|
|
4070
4070
|
|
|
4071
4071
|
/**
|
|
4072
|
-
*
|
|
4072
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4073
4073
|
*/
|
|
4074
|
-
|
|
4074
|
+
deliveryApproved: boolean;
|
|
4075
4075
|
|
|
4076
4076
|
/**
|
|
4077
4077
|
* Kassen-Zahlungspositionen
|
|
@@ -4131,14 +4131,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4131
4131
|
fabricationDetail: DocumentFabricationDetail;
|
|
4132
4132
|
|
|
4133
4133
|
/**
|
|
4134
|
-
*
|
|
4134
|
+
* Berechnungsmodus
|
|
4135
4135
|
*/
|
|
4136
|
-
|
|
4136
|
+
calculationMode: CalculationMode;
|
|
4137
4137
|
|
|
4138
4138
|
/**
|
|
4139
|
-
*
|
|
4139
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4140
4140
|
*/
|
|
4141
|
-
|
|
4141
|
+
accountNumber: string;
|
|
4142
4142
|
|
|
4143
4143
|
/**
|
|
4144
4144
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4246,14 +4246,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4246
4246
|
dropShipping: boolean;
|
|
4247
4247
|
|
|
4248
4248
|
/**
|
|
4249
|
-
*
|
|
4249
|
+
* Gesamtpreis netto
|
|
4250
4250
|
*/
|
|
4251
|
-
|
|
4251
|
+
totalNetPrice: number;
|
|
4252
4252
|
|
|
4253
4253
|
/**
|
|
4254
|
-
*
|
|
4254
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4255
4255
|
*/
|
|
4256
|
-
|
|
4256
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
4259
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4361,14 +4361,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4361
4361
|
customerNumber: string;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
|
-
*
|
|
4364
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
taxIdentificationNumber: string;
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
|
-
*
|
|
4369
|
+
* Statusinstanz des Belegs
|
|
4370
4370
|
*/
|
|
4371
|
-
|
|
4371
|
+
documentState: DocumentTypeState;
|
|
4372
4372
|
|
|
4373
4373
|
/**
|
|
4374
4374
|
* Versandkostenpositionen
|
|
@@ -4581,14 +4581,14 @@ export interface DocumentAddress {
|
|
|
4581
4581
|
postOfficeBox: string;
|
|
4582
4582
|
|
|
4583
4583
|
/**
|
|
4584
|
-
*
|
|
4584
|
+
* Street
|
|
4585
4585
|
*/
|
|
4586
|
-
|
|
4586
|
+
street: string;
|
|
4587
4587
|
|
|
4588
4588
|
/**
|
|
4589
|
-
*
|
|
4589
|
+
* country code IsoAlpha3
|
|
4590
4590
|
*/
|
|
4591
|
-
|
|
4591
|
+
countryCode: string;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
4594
|
* Unique identifier of the Object
|
|
@@ -4831,14 +4831,14 @@ export interface DocumentFabricationDetail {
|
|
|
4831
4831
|
targetStorageRef: ApiObjectReference;
|
|
4832
4832
|
|
|
4833
4833
|
/**
|
|
4834
|
-
*
|
|
4834
|
+
* Notiz
|
|
4835
4835
|
*/
|
|
4836
|
-
|
|
4836
|
+
note: string;
|
|
4837
4837
|
|
|
4838
4838
|
/**
|
|
4839
|
-
*
|
|
4839
|
+
* Material-Lager
|
|
4840
4840
|
*/
|
|
4841
|
-
|
|
4841
|
+
componentsStorageRef: ApiObjectReference;
|
|
4842
4842
|
|
|
4843
4843
|
/**
|
|
4844
4844
|
* QS-Lager
|
|
@@ -5059,6 +5059,11 @@ export interface DocumentLine {
|
|
|
5059
5059
|
*/
|
|
5060
5060
|
price: number;
|
|
5061
5061
|
|
|
5062
|
+
/**
|
|
5063
|
+
* Gesamtpreis Position in Basiswährung
|
|
5064
|
+
*/
|
|
5065
|
+
baseTotalLinePrice: number;
|
|
5066
|
+
|
|
5062
5067
|
/**
|
|
5063
5068
|
* FiBu-Buchung
|
|
5064
5069
|
*/
|
|
@@ -5069,11 +5074,6 @@ export interface DocumentLine {
|
|
|
5069
5074
|
*/
|
|
5070
5075
|
lineType: DocumentLineType;
|
|
5071
5076
|
|
|
5072
|
-
/**
|
|
5073
|
-
* Gesamtpreis Position in Basiswährung
|
|
5074
|
-
*/
|
|
5075
|
-
baseTotalLinePrice: number;
|
|
5076
|
-
|
|
5077
5077
|
/**
|
|
5078
5078
|
* vorgeorderte Menge in Pickvorgang
|
|
5079
5079
|
*/
|
|
@@ -5115,14 +5115,14 @@ export interface DocumentLine {
|
|
|
5115
5115
|
externalReferenceVds: string;
|
|
5116
5116
|
|
|
5117
5117
|
/**
|
|
5118
|
-
*
|
|
5118
|
+
* Serientyp
|
|
5119
5119
|
*/
|
|
5120
|
-
|
|
5120
|
+
serialType: ArticleSerialType;
|
|
5121
5121
|
|
|
5122
5122
|
/**
|
|
5123
|
-
*
|
|
5123
|
+
* Preis pro Einheit in Basiswährung
|
|
5124
5124
|
*/
|
|
5125
|
-
|
|
5125
|
+
basePrice: number;
|
|
5126
5126
|
|
|
5127
5127
|
/**
|
|
5128
5128
|
* MetaInformations for this Object
|
|
@@ -5130,14 +5130,14 @@ export interface DocumentLine {
|
|
|
5130
5130
|
info: MetaInfo;
|
|
5131
5131
|
|
|
5132
5132
|
/**
|
|
5133
|
-
*
|
|
5133
|
+
* Preiseinheit
|
|
5134
5134
|
*/
|
|
5135
|
-
|
|
5135
|
+
priceUnit: number;
|
|
5136
5136
|
|
|
5137
5137
|
/**
|
|
5138
|
-
*
|
|
5138
|
+
* Steuerschema
|
|
5139
5139
|
*/
|
|
5140
|
-
|
|
5140
|
+
taxSchemaRef: ApiObjectReference;
|
|
5141
5141
|
|
|
5142
5142
|
/**
|
|
5143
5143
|
* Lieferart
|
|
@@ -5325,14 +5325,14 @@ export interface DocumentLine {
|
|
|
5325
5325
|
baseSalesValueNet: number;
|
|
5326
5326
|
|
|
5327
5327
|
/**
|
|
5328
|
-
*
|
|
5328
|
+
* Vertragsinformationen
|
|
5329
5329
|
*/
|
|
5330
|
-
|
|
5330
|
+
contractDetail: DocumentContractDetail;
|
|
5331
5331
|
|
|
5332
5332
|
/**
|
|
5333
|
-
*
|
|
5333
|
+
* Einheit Nettogewicht
|
|
5334
5334
|
*/
|
|
5335
|
-
|
|
5335
|
+
netWeightUnit: UnitTypeReference;
|
|
5336
5336
|
|
|
5337
5337
|
/**
|
|
5338
5338
|
* Menge
|
|
@@ -5703,14 +5703,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5703
5703
|
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5704
5704
|
|
|
5705
5705
|
/**
|
|
5706
|
-
*
|
|
5706
|
+
* Freifeld
|
|
5707
5707
|
*/
|
|
5708
|
-
|
|
5708
|
+
custom: EavFabricationline;
|
|
5709
5709
|
|
|
5710
5710
|
/**
|
|
5711
|
-
*
|
|
5711
|
+
* Menge defekt
|
|
5712
5712
|
*/
|
|
5713
|
-
|
|
5713
|
+
quantityDefective: number;
|
|
5714
5714
|
|
|
5715
5715
|
/**
|
|
5716
5716
|
* Menge produziert
|
|
@@ -5862,14 +5862,14 @@ export interface DocumentLineRef {
|
|
|
5862
5862
|
quantity: number;
|
|
5863
5863
|
|
|
5864
5864
|
/**
|
|
5865
|
-
*
|
|
5865
|
+
* Belegart
|
|
5866
5866
|
*/
|
|
5867
|
-
|
|
5867
|
+
documentType: string;
|
|
5868
5868
|
|
|
5869
5869
|
/**
|
|
5870
|
-
*
|
|
5870
|
+
* Artikelnummer
|
|
5871
5871
|
*/
|
|
5872
|
-
|
|
5872
|
+
articleNumber: string;
|
|
5873
5873
|
|
|
5874
5874
|
/**
|
|
5875
5875
|
* price per quantity [GROSS, NET]
|
|
@@ -6649,14 +6649,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6649
6649
|
targetExpiryDate: ScriptingDate;
|
|
6650
6650
|
|
|
6651
6651
|
/**
|
|
6652
|
-
*
|
|
6652
|
+
* Menge
|
|
6653
6653
|
*/
|
|
6654
|
-
|
|
6654
|
+
quantity: number;
|
|
6655
6655
|
|
|
6656
6656
|
/**
|
|
6657
|
-
*
|
|
6657
|
+
* Quell-Lagerplatz
|
|
6658
6658
|
*/
|
|
6659
|
-
|
|
6659
|
+
sourceStorageBinId: number;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Quell-Lager
|
|
@@ -6919,14 +6919,14 @@ export const enum FabricationOfComponents {
|
|
|
6919
6919
|
export interface FabricationProduceRequest {
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* Zu produzierende Menge
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
quantity: number;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* Material automatisch bestätigen
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
autoCommitComponents: boolean;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7548,14 +7548,14 @@ export const enum PickingType {
|
|
|
7548
7548
|
export interface Picklist {
|
|
7549
7549
|
|
|
7550
7550
|
/**
|
|
7551
|
-
*
|
|
7551
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7552
7552
|
*/
|
|
7553
|
-
|
|
7553
|
+
usedTemplate: PicklistTemplate;
|
|
7554
7554
|
|
|
7555
7555
|
/**
|
|
7556
|
-
*
|
|
7556
|
+
* Ziellager für Nachschub
|
|
7557
7557
|
*/
|
|
7558
|
-
|
|
7558
|
+
targetStorageRef: ApiObjectReference;
|
|
7559
7559
|
|
|
7560
7560
|
/**
|
|
7561
7561
|
* Nummer der Pickliste
|
|
@@ -8094,14 +8094,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8094
8094
|
specifyStorageBins: boolean;
|
|
8095
8095
|
|
|
8096
8096
|
/**
|
|
8097
|
-
*
|
|
8097
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
8098
8098
|
*/
|
|
8099
|
-
|
|
8099
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
8100
8100
|
|
|
8101
8101
|
/**
|
|
8102
|
-
*
|
|
8102
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8103
8103
|
*/
|
|
8104
|
-
|
|
8104
|
+
sortByRoutePosition: boolean;
|
|
8105
8105
|
|
|
8106
8106
|
/**
|
|
8107
8107
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8147,14 +8147,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8147
8147
|
alwaysShowDeliveryMethod: boolean;
|
|
8148
8148
|
|
|
8149
8149
|
/**
|
|
8150
|
-
*
|
|
8150
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8151
8151
|
*/
|
|
8152
|
-
|
|
8152
|
+
autoPrintDeliveryDocument: boolean;
|
|
8153
8153
|
|
|
8154
8154
|
/**
|
|
8155
|
-
*
|
|
8155
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8156
8156
|
*/
|
|
8157
|
-
|
|
8157
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8158
8158
|
|
|
8159
8159
|
/**
|
|
8160
8160
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8162,14 +8162,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8162
8162
|
showShippingFormOnPickingFinish: boolean;
|
|
8163
8163
|
|
|
8164
8164
|
/**
|
|
8165
|
-
*
|
|
8165
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8166
8166
|
*/
|
|
8167
|
-
|
|
8167
|
+
useDigitalPicklist: boolean;
|
|
8168
8168
|
|
|
8169
8169
|
/**
|
|
8170
|
-
*
|
|
8170
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8171
8171
|
*/
|
|
8172
|
-
|
|
8172
|
+
allowPickingOfServiceArticles: boolean;
|
|
8173
8173
|
|
|
8174
8174
|
/**
|
|
8175
8175
|
* Sammelbestätigung erlauben
|
|
@@ -8192,14 +8192,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8192
8192
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8193
8193
|
|
|
8194
8194
|
/**
|
|
8195
|
-
*
|
|
8195
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8196
8196
|
*/
|
|
8197
|
-
|
|
8197
|
+
autoDeterminationOfLots: boolean;
|
|
8198
8198
|
|
|
8199
8199
|
/**
|
|
8200
|
-
*
|
|
8200
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8201
8201
|
*/
|
|
8202
|
-
|
|
8202
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8203
8203
|
|
|
8204
8204
|
/**
|
|
8205
8205
|
* Zielmengen in Masken verstecken?
|
|
@@ -8307,14 +8307,14 @@ export interface PriceSelectionCriteria {
|
|
|
8307
8307
|
export interface Product {
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* Zolltarifnummer
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
customsTariffNumber: string;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
|
-
*
|
|
8315
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
8316
8316
|
*/
|
|
8317
|
-
|
|
8317
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
8318
8318
|
|
|
8319
8319
|
/**
|
|
8320
8320
|
* Gebindeschema dieses Produkts
|
|
@@ -8478,14 +8478,14 @@ export interface ProductDiscount {
|
|
|
8478
8478
|
validFrom: ScriptingDate;
|
|
8479
8479
|
|
|
8480
8480
|
/**
|
|
8481
|
-
*
|
|
8481
|
+
* Bestimmt die Art des Rabatts
|
|
8482
8482
|
*/
|
|
8483
|
-
|
|
8483
|
+
modifierType: PriceModifierType;
|
|
8484
8484
|
|
|
8485
8485
|
/**
|
|
8486
|
-
*
|
|
8486
|
+
* Warengruppe
|
|
8487
8487
|
*/
|
|
8488
|
-
|
|
8488
|
+
productGroupRef: ApiObjectReference;
|
|
8489
8489
|
|
|
8490
8490
|
/**
|
|
8491
8491
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8503,14 +8503,14 @@ export interface ProductDiscount {
|
|
|
8503
8503
|
currencyRef: CurrencyReference;
|
|
8504
8504
|
|
|
8505
8505
|
/**
|
|
8506
|
-
*
|
|
8506
|
+
* Wert des Rabatts
|
|
8507
8507
|
*/
|
|
8508
|
-
|
|
8508
|
+
modifierValue: number;
|
|
8509
8509
|
|
|
8510
8510
|
/**
|
|
8511
|
-
*
|
|
8511
|
+
* Preisgruppe
|
|
8512
8512
|
*/
|
|
8513
|
-
|
|
8513
|
+
priceGroupRef: ApiObjectReference;
|
|
8514
8514
|
|
|
8515
8515
|
/**
|
|
8516
8516
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8533,14 +8533,14 @@ export interface ProductDiscount {
|
|
|
8533
8533
|
modifierValueType: ValueType;
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Account, für den der Rabatt gültig ist
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
accountRef: ApiObjectReference;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Name des Rabatts
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
modifierName: string;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Unique identifier of the Object
|
|
@@ -8849,14 +8849,14 @@ export interface RequestDocument {
|
|
|
8849
8849
|
cashDrawerId: number;
|
|
8850
8850
|
|
|
8851
8851
|
/**
|
|
8852
|
-
*
|
|
8852
|
+
* Der Anzahlungsbetrag
|
|
8853
8853
|
*/
|
|
8854
|
-
|
|
8854
|
+
depositPaymentAmount: number;
|
|
8855
8855
|
|
|
8856
8856
|
/**
|
|
8857
|
-
*
|
|
8857
|
+
* Leistungsdatum
|
|
8858
8858
|
*/
|
|
8859
|
-
|
|
8859
|
+
performanceDate: ScriptingDate;
|
|
8860
8860
|
|
|
8861
8861
|
/**
|
|
8862
8862
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9146,6 +9146,11 @@ export interface RequestDocumentLine {
|
|
|
9146
9146
|
*/
|
|
9147
9147
|
name: string;
|
|
9148
9148
|
|
|
9149
|
+
/**
|
|
9150
|
+
* ID der Quell-Belegposition
|
|
9151
|
+
*/
|
|
9152
|
+
sourceLineId: number;
|
|
9153
|
+
|
|
9149
9154
|
/**
|
|
9150
9155
|
* Für interne Zwecke: Externe Artikelnummer
|
|
9151
9156
|
*/
|
|
@@ -9156,11 +9161,6 @@ export interface RequestDocumentLine {
|
|
|
9156
9161
|
*/
|
|
9157
9162
|
bookings: Array<RequestDocumentLineBooking>;
|
|
9158
9163
|
|
|
9159
|
-
/**
|
|
9160
|
-
* ID der Quell-Belegposition
|
|
9161
|
-
*/
|
|
9162
|
-
sourceLineId: number;
|
|
9163
|
-
|
|
9164
9164
|
/**
|
|
9165
9165
|
* (optional) Preis des Artikels dieser Position
|
|
9166
9166
|
*/
|
|
@@ -9275,14 +9275,14 @@ export interface RequestDocumentText {
|
|
|
9275
9275
|
export interface RevenueCalculation {
|
|
9276
9276
|
|
|
9277
9277
|
/**
|
|
9278
|
-
*
|
|
9278
|
+
* Netto Umsatz
|
|
9279
9279
|
*/
|
|
9280
|
-
|
|
9280
|
+
salesValue: number;
|
|
9281
9281
|
|
|
9282
9282
|
/**
|
|
9283
|
-
*
|
|
9283
|
+
* Deckungsbeitrag (absolut)
|
|
9284
9284
|
*/
|
|
9285
|
-
|
|
9285
|
+
revenue: number;
|
|
9286
9286
|
|
|
9287
9287
|
/**
|
|
9288
9288
|
* Einkaufspreis
|
|
@@ -9303,14 +9303,14 @@ export interface SalesAgent {
|
|
|
9303
9303
|
note: string;
|
|
9304
9304
|
|
|
9305
9305
|
/**
|
|
9306
|
-
*
|
|
9306
|
+
* reference to the delivery method
|
|
9307
9307
|
*/
|
|
9308
|
-
|
|
9308
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9309
9309
|
|
|
9310
9310
|
/**
|
|
9311
|
-
*
|
|
9311
|
+
* is sales agent taxable
|
|
9312
9312
|
*/
|
|
9313
|
-
|
|
9313
|
+
taxable: boolean;
|
|
9314
9314
|
|
|
9315
9315
|
/**
|
|
9316
9316
|
* Freifelder
|
|
@@ -9770,14 +9770,14 @@ export interface ShelfDocument {
|
|
|
9770
9770
|
tags: Array<TagDto>;
|
|
9771
9771
|
|
|
9772
9772
|
/**
|
|
9773
|
-
*
|
|
9773
|
+
* Mehrsprachige Bezeichnungen
|
|
9774
9774
|
*/
|
|
9775
|
-
|
|
9775
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
9776
9776
|
|
|
9777
9777
|
/**
|
|
9778
|
-
*
|
|
9778
|
+
* share informations
|
|
9779
9779
|
*/
|
|
9780
|
-
|
|
9780
|
+
shares: Array<ShelfShare>;
|
|
9781
9781
|
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Automatische Löschung ab
|
|
@@ -9909,14 +9909,14 @@ export interface ShelfDocumentType {
|
|
|
9909
9909
|
active: boolean;
|
|
9910
9910
|
|
|
9911
9911
|
/**
|
|
9912
|
-
*
|
|
9912
|
+
* label of type
|
|
9913
9913
|
*/
|
|
9914
|
-
|
|
9914
|
+
label: string;
|
|
9915
9915
|
|
|
9916
9916
|
/**
|
|
9917
|
-
*
|
|
9917
|
+
* access level or reading
|
|
9918
9918
|
*/
|
|
9919
|
-
|
|
9919
|
+
accessLevelRead: number;
|
|
9920
9920
|
|
|
9921
9921
|
/**
|
|
9922
9922
|
* storage rule for revisions
|
|
@@ -9997,14 +9997,14 @@ export interface ShelfFile {
|
|
|
9997
9997
|
version: number;
|
|
9998
9998
|
|
|
9999
9999
|
/**
|
|
10000
|
-
*
|
|
10000
|
+
* current reference of this file in our storage
|
|
10001
10001
|
*/
|
|
10002
|
-
|
|
10002
|
+
storageHandle: string;
|
|
10003
10003
|
|
|
10004
10004
|
/**
|
|
10005
|
-
*
|
|
10005
|
+
* meta data
|
|
10006
10006
|
*/
|
|
10007
|
-
|
|
10007
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10008
10008
|
|
|
10009
10009
|
/**
|
|
10010
10010
|
* MetaInformations for this Object
|
|
@@ -10287,14 +10287,14 @@ export interface StockTransferApi {
|
|
|
10287
10287
|
bookDate: ScriptingDate;
|
|
10288
10288
|
|
|
10289
10289
|
/**
|
|
10290
|
-
*
|
|
10290
|
+
* Menge
|
|
10291
10291
|
*/
|
|
10292
|
-
|
|
10292
|
+
quantity: number;
|
|
10293
10293
|
|
|
10294
10294
|
/**
|
|
10295
|
-
*
|
|
10295
|
+
* Quell-Lagerplatz
|
|
10296
10296
|
*/
|
|
10297
|
-
|
|
10297
|
+
sourceStorageBinId: number;
|
|
10298
10298
|
|
|
10299
10299
|
/**
|
|
10300
10300
|
* Quell-Lager
|
|
@@ -10484,14 +10484,14 @@ export interface Supplier {
|
|
|
10484
10484
|
info: MetaInfo;
|
|
10485
10485
|
|
|
10486
10486
|
/**
|
|
10487
|
-
*
|
|
10487
|
+
* reference to the delivery method
|
|
10488
10488
|
*/
|
|
10489
|
-
|
|
10489
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10490
10490
|
|
|
10491
10491
|
/**
|
|
10492
|
-
*
|
|
10492
|
+
* Lieferantengruppe
|
|
10493
10493
|
*/
|
|
10494
|
-
|
|
10494
|
+
supplierGroupRef: ApiObjectReference;
|
|
10495
10495
|
|
|
10496
10496
|
/**
|
|
10497
10497
|
* tax able or tax free
|
|
@@ -10628,14 +10628,14 @@ export const enum TagType {
|
|
|
10628
10628
|
export interface TaxIdForeignCountry {
|
|
10629
10629
|
|
|
10630
10630
|
/**
|
|
10631
|
-
*
|
|
10631
|
+
* Tax ID of the company in the associated country
|
|
10632
10632
|
*/
|
|
10633
|
-
|
|
10633
|
+
taxId: string;
|
|
10634
10634
|
|
|
10635
10635
|
/**
|
|
10636
|
-
*
|
|
10636
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10637
10637
|
*/
|
|
10638
|
-
|
|
10638
|
+
countryCode: string;
|
|
10639
10639
|
|
|
10640
10640
|
/**
|
|
10641
10641
|
* Unique identifier of the Object
|