@vario-software/types 2026.16.0 → 2026.16.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.
@@ -153,14 +153,14 @@ export interface Account {
153
153
  receivablesSum: number;
154
154
 
155
155
  /**
156
- * Custom account data
156
+ * companyLegal for this account
157
157
  */
158
- custom: EavAccount;
158
+ companyLegalRef: ApiCreatableReference;
159
159
 
160
160
  /**
161
- * companyLegal for this account
161
+ * Custom account data
162
162
  */
163
- companyLegalRef: ApiCreatableReference;
163
+ custom: EavAccount;
164
164
 
165
165
  /**
166
166
  * tax number/ Steuernummer
@@ -346,14 +346,14 @@ export interface AccountAddress {
346
346
  globalLocationNumber: string;
347
347
 
348
348
  /**
349
- * Custom data
349
+ * abweichende Zahlungsart
350
350
  */
351
- custom: EavAccountaddress;
351
+ deviatingPaymentMethodRef: ApiObjectReference;
352
352
 
353
353
  /**
354
- * abweichende Zahlungsart
354
+ * Custom data
355
355
  */
356
- deviatingPaymentMethodRef: ApiObjectReference;
356
+ custom: EavAccountaddress;
357
357
 
358
358
  /**
359
359
  * Postcode
@@ -391,14 +391,14 @@ export interface AccountAddress {
391
391
  additionalAddressLine1: string;
392
392
 
393
393
  /**
394
- * Additional address line2
394
+ * Parcel station
395
395
  */
396
- additionalAddressLine2: string;
396
+ parcelStation: string;
397
397
 
398
398
  /**
399
- * Parcel station
399
+ * Additional address line2
400
400
  */
401
- parcelStation: string;
401
+ additionalAddressLine2: string;
402
402
 
403
403
  /**
404
404
  * Street address number
@@ -406,14 +406,14 @@ export interface AccountAddress {
406
406
  streetAddressNumber: string;
407
407
 
408
408
  /**
409
- * Default contacts
409
+ * Parcel station customer number
410
410
  */
411
- defaultContacts: Map<ContactTypeType,Contact>;
411
+ parcelStationCustomerNumber: string;
412
412
 
413
413
  /**
414
- * Parcel station customer number
414
+ * Default contacts
415
415
  */
416
- parcelStationCustomerNumber: string;
416
+ defaultContacts: Map<ContactTypeType,Contact>;
417
417
 
418
418
  /**
419
419
  * Name3
@@ -446,14 +446,14 @@ export interface AccountAddress {
446
446
  name1: string;
447
447
 
448
448
  /**
449
- * Contacts
449
+ * abweichende Zahlungsbedingungen
450
450
  */
451
- contacts: Array<Contact>;
451
+ deviatingPaymentTermRef: ApiObjectReference;
452
452
 
453
453
  /**
454
- * abweichende Zahlungsbedingungen
454
+ * Contacts
455
455
  */
456
- deviatingPaymentTermRef: ApiObjectReference;
456
+ contacts: Array<Contact>;
457
457
 
458
458
  /**
459
459
  * is this the default address of the account
@@ -469,14 +469,14 @@ export interface AccountBankdetail {
469
469
  active: boolean;
470
470
 
471
471
  /**
472
- * name of the bank
472
+ * post-code of the bank
473
473
  */
474
- bankName: string;
474
+ bankPostCode: string;
475
475
 
476
476
  /**
477
- * post-code of the bank
477
+ * name of the bank
478
478
  */
479
- bankPostCode: string;
479
+ bankName: string;
480
480
 
481
481
  /**
482
482
  * account from, if differs from account-address
@@ -547,14 +547,14 @@ export const enum AccountBillingType {
547
547
  export interface AccountLoanValue {
548
548
 
549
549
  /**
550
- * Account
550
+ * Nicht berücksichtigter Betrag
551
551
  */
552
- accountId: number;
552
+ unconsideredAmount: number;
553
553
 
554
554
  /**
555
- * Nicht berücksichtigter Betrag
555
+ * Account
556
556
  */
557
- unconsideredAmount: number;
557
+ accountId: number;
558
558
 
559
559
  /**
560
560
  * Betrag aus Aufträgen
@@ -774,14 +774,14 @@ export interface AccountPerson {
774
774
  tags: Array<TagDto>;
775
775
 
776
776
  /**
777
- * First name
777
+ * Default contacts
778
778
  */
779
- firstName: string;
779
+ defaultContacts: Map<ContactTypeType,Contact>;
780
780
 
781
781
  /**
782
- * Default contacts
782
+ * First name
783
783
  */
784
- defaultContacts: Map<ContactTypeType,Contact>;
784
+ firstName: string;
785
785
 
786
786
  /**
787
787
  * zugeordneter Benutzer (für eigenen Account)
@@ -970,11 +970,6 @@ export interface Article {
970
970
  */
971
971
  baseCapacityUnit: UnitTypeReference;
972
972
 
973
- /**
974
- * Durchschnittl. EKP (Startwert)
975
- */
976
- initialAvgPurchasePrice: number;
977
-
978
973
  /**
979
974
  * is this product sellable without any quantity at the stock
980
975
  */
@@ -985,6 +980,11 @@ export interface Article {
985
980
  */
986
981
  serialNumberLabelingType: ArticleSerialNumberLabelingType;
987
982
 
983
+ /**
984
+ * Durchschnittl. EKP (Startwert)
985
+ */
986
+ initialAvgPurchasePrice: number;
987
+
988
988
  /**
989
989
  * gross Volume in cubic meters
990
990
  */
@@ -1081,14 +1081,14 @@ export interface Article {
1081
1081
  deliveryMethodRef: ApiObjectReference;
1082
1082
 
1083
1083
  /**
1084
- * Soll-Handelsspanne
1084
+ * Produktion
1085
1085
  */
1086
- targetTradingMargin: number;
1086
+ fabrication: boolean;
1087
1087
 
1088
1088
  /**
1089
- * Produktion
1089
+ * Soll-Handelsspanne
1090
1090
  */
1091
- fabrication: boolean;
1091
+ targetTradingMargin: number;
1092
1092
 
1093
1093
  /**
1094
1094
  * active
@@ -1121,14 +1121,14 @@ export interface Article {
1121
1121
  solvable: boolean;
1122
1122
 
1123
1123
  /**
1124
- * Verkaufseinheit
1124
+ * weight and size inc. packaging
1125
1125
  */
1126
- salesUnit: number;
1126
+ grossMetric: Article$Metric;
1127
1127
 
1128
1128
  /**
1129
- * weight and size inc. packaging
1129
+ * Verkaufseinheit
1130
1130
  */
1131
- grossMetric: Article$Metric;
1131
+ salesUnit: number;
1132
1132
 
1133
1133
  /**
1134
1134
  * name of this product
@@ -1140,26 +1140,26 @@ export interface Article {
1140
1140
  */
1141
1141
  listingStateChangeTime: ScriptingDateTime;
1142
1142
 
1143
- /**
1144
- * Arbeitseinheit in Minuten
1145
- */
1146
- workUnitInMinutes: number;
1147
-
1148
1143
  /**
1149
1144
  * Country code
1150
1145
  */
1151
1146
  countryOfOriginRef: CountryReference;
1152
1147
 
1153
1148
  /**
1154
- * description custom data
1149
+ * Arbeitseinheit in Minuten
1155
1150
  */
1156
- listingDescriptionCustom: EavArticleListingDescription;
1151
+ workUnitInMinutes: number;
1157
1152
 
1158
1153
  /**
1159
1154
  * Frei kommissionierbar
1160
1155
  */
1161
1156
  freelyPickable: boolean;
1162
1157
 
1158
+ /**
1159
+ * description custom data
1160
+ */
1161
+ listingDescriptionCustom: EavArticleListingDescription;
1162
+
1163
1163
  /**
1164
1164
  * Umkehrung der Steuerschuld nach §13b UStG?
1165
1165
  */
@@ -1220,11 +1220,6 @@ export interface Article {
1220
1220
  */
1221
1221
  permissibleForOrderProposal: boolean;
1222
1222
 
1223
- /**
1224
- * Artikel ist Gefahrgut
1225
- */
1226
- isDangerousGood: boolean;
1227
-
1228
1223
  /**
1229
1224
  * reference to Product
1230
1225
  */
@@ -1236,20 +1231,25 @@ export interface Article {
1236
1231
  shippingLabelPrinting: boolean;
1237
1232
 
1238
1233
  /**
1239
- * alternative name of this product
1234
+ * Artikel ist Gefahrgut
1240
1235
  */
1241
- alternativeName: string;
1236
+ isDangerousGood: boolean;
1242
1237
 
1243
1238
  /**
1244
- * rabattierbarer Artikel?
1239
+ * alternative name of this product
1245
1240
  */
1246
- discountable: boolean;
1241
+ alternativeName: string;
1247
1242
 
1248
1243
  /**
1249
1244
  * Kontingentartikel
1250
1245
  */
1251
1246
  contingentArticleRef: ApiObjectReference;
1252
1247
 
1248
+ /**
1249
+ * rabattierbarer Artikel?
1250
+ */
1251
+ discountable: boolean;
1252
+
1253
1253
  /**
1254
1254
  * base capacity
1255
1255
  */
@@ -1281,14 +1281,14 @@ export interface Article {
1281
1281
  custom: EavArticle;
1282
1282
 
1283
1283
  /**
1284
- * Bedarfsermittlung nur über Reservierungen
1284
+ * Art des Haltbarkeitsdatums
1285
1285
  */
1286
- needsAssessmentOnlyOnReservationBasis: boolean;
1286
+ expiryDateType: ArticleSerialExpiryDateType;
1287
1287
 
1288
1288
  /**
1289
- * Art des Haltbarkeitsdatums
1289
+ * Bedarfsermittlung nur über Reservierungen
1290
1290
  */
1291
- expiryDateType: ArticleSerialExpiryDateType;
1291
+ needsAssessmentOnlyOnReservationBasis: boolean;
1292
1292
 
1293
1293
  /**
1294
1294
  * Hersteller
@@ -1316,14 +1316,14 @@ export interface Article {
1316
1316
  listed: boolean;
1317
1317
 
1318
1318
  /**
1319
- * provisionsberechtiger Artikel?
1319
+ * Nur manuelle Produktion
1320
1320
  */
1321
- commissionable: boolean;
1321
+ onlyManualFabrication: boolean;
1322
1322
 
1323
1323
  /**
1324
- * Nur manuelle Produktion
1324
+ * provisionsberechtiger Artikel?
1325
1325
  */
1326
- onlyManualFabrication: boolean;
1326
+ commissionable: boolean;
1327
1327
 
1328
1328
  /**
1329
1329
  * Preisbasis
@@ -1514,14 +1514,14 @@ export interface ArticleListing {
1514
1514
  alternativeName: WithDefaults<String>;
1515
1515
 
1516
1516
  /**
1517
- * Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
1517
+ * Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1518
1518
  */
1519
- proposedLowestPriceNet: number;
1519
+ customLowestPriceNet: number;
1520
1520
 
1521
1521
  /**
1522
- * Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
1522
+ * Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
1523
1523
  */
1524
- customLowestPriceNet: number;
1524
+ proposedLowestPriceNet: number;
1525
1525
 
1526
1526
  /**
1527
1527
  * der aktuelle listing stand
@@ -1685,26 +1685,26 @@ export interface ArticleSupplier {
1685
1685
  */
1686
1686
  accountDisplayName: string;
1687
1687
 
1688
- /**
1689
- * Lieferanten-Meldebestand
1690
- */
1691
- supplierReportingStock: number;
1692
-
1693
1688
  /**
1694
1689
  * Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
1695
1690
  */
1696
1691
  useSupplierArticleDescription: boolean;
1697
1692
 
1698
1693
  /**
1699
- * Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
1694
+ * Lieferanten-Meldebestand
1700
1695
  */
1701
- useSupplierArticleIdentifier: boolean;
1696
+ supplierReportingStock: number;
1702
1697
 
1703
1698
  /**
1704
1699
  * Lieferzeit in (Werk-)Tagen
1705
1700
  */
1706
1701
  deliveryTime: number;
1707
1702
 
1703
+ /**
1704
+ * Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
1705
+ */
1706
+ useSupplierArticleIdentifier: boolean;
1707
+
1708
1708
  /**
1709
1709
  * Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
1710
1710
  */
@@ -1761,14 +1761,14 @@ export interface ArticleSupplier {
1761
1761
  articleName: string;
1762
1762
 
1763
1763
  /**
1764
- * Lieferanten-Preise
1764
+ * Referenced Article
1765
1765
  */
1766
- productPrices: Array<ProductPrice>;
1766
+ articleId: number;
1767
1767
 
1768
1768
  /**
1769
- * Referenced Article
1769
+ * Lieferanten-Preise
1770
1770
  */
1771
- articleId: number;
1771
+ productPrices: Array<ProductPrice>;
1772
1772
 
1773
1773
  /**
1774
1774
  * Aktiv?
@@ -1790,25 +1790,20 @@ export interface ArticleSupplier {
1790
1790
  */
1791
1791
  dropShippingAllowed: boolean;
1792
1792
 
1793
- /**
1794
- * Abweichende Produktbezeichnung
1795
- */
1796
- supplierArticleName: string;
1797
-
1798
1793
  /**
1799
1794
  * Abweichende Produktbeschreibung
1800
1795
  */
1801
1796
  supplierArticleDescription: string;
1802
1797
 
1803
1798
  /**
1804
- * Standardpreis Netto
1799
+ * Abweichende Produktbezeichnung
1805
1800
  */
1806
- defaultNetPrice: number;
1801
+ supplierArticleName: string;
1807
1802
 
1808
1803
  /**
1809
- * Referenced Supplier-Account
1804
+ * Standardpreis Netto
1810
1805
  */
1811
- accountId: number;
1806
+ defaultNetPrice: number;
1812
1807
 
1813
1808
  /**
1814
1809
  * Einkaufseinheit
@@ -1820,6 +1815,11 @@ export interface ArticleSupplier {
1820
1815
  */
1821
1816
  orderOnComponentBase: boolean;
1822
1817
 
1818
+ /**
1819
+ * Referenced Supplier-Account
1820
+ */
1821
+ accountId: number;
1822
+
1823
1823
  /**
1824
1824
  * Abweichender Produktidentifer (z.B. Barcode)
1825
1825
  */
@@ -2061,14 +2061,14 @@ export interface CrmActivity {
2061
2061
  info: MetaInfo;
2062
2062
 
2063
2063
  /**
2064
- * Aktivität intern abgerechnet?
2064
+ * geplante Dauer
2065
2065
  */
2066
- internalBilled: boolean;
2066
+ plannedDurationInSeconds: number;
2067
2067
 
2068
2068
  /**
2069
- * geplante Dauer
2069
+ * Aktivität intern abgerechnet?
2070
2070
  */
2071
- plannedDurationInSeconds: number;
2071
+ internalBilled: boolean;
2072
2072
 
2073
2073
  /**
2074
2074
  * Freie Felder der CRM-Aktivität
@@ -2106,14 +2106,14 @@ export interface CrmActivity {
2106
2106
  userRef: ApiObjectReference;
2107
2107
 
2108
2108
  /**
2109
- * Handelt es sich um eine System-Aktivität?
2109
+ * tatsächliche Startzeit
2110
2110
  */
2111
- system: boolean;
2111
+ startDateTime: ScriptingDateTime;
2112
2112
 
2113
2113
  /**
2114
- * tatsächliche Startzeit
2114
+ * Handelt es sich um eine System-Aktivität?
2115
2115
  */
2116
- startDateTime: ScriptingDateTime;
2116
+ system: boolean;
2117
2117
 
2118
2118
  /**
2119
2119
  * Inhalt dieser Aktivität
@@ -2162,14 +2162,14 @@ export interface CrmActivityType {
2162
2162
  description: string;
2163
2163
 
2164
2164
  /**
2165
- * Bezeichnung
2165
+ * Für "E-Mail-Archivieren"?
2166
2166
  */
2167
- label: string;
2167
+ emailArchiving: boolean;
2168
2168
 
2169
2169
  /**
2170
- * Für "E-Mail-Archivieren"?
2170
+ * Bezeichnung
2171
2171
  */
2172
- emailArchiving: boolean;
2172
+ label: string;
2173
2173
 
2174
2174
  /**
2175
2175
  * Abrechenbar?
@@ -2220,14 +2220,14 @@ export interface CrmActivityType {
2220
2220
  export interface CrmChecklistItem {
2221
2221
 
2222
2222
  /**
2223
- * Ist das Element "angehakt"?
2223
+ * Text des Checklisten-Elements
2224
2224
  */
2225
- checked: boolean;
2225
+ memo: string;
2226
2226
 
2227
2227
  /**
2228
- * Text des Checklisten-Elements
2228
+ * Ist das Element "angehakt"?
2229
2229
  */
2230
- memo: string;
2230
+ checked: boolean;
2231
2231
 
2232
2232
  /**
2233
2233
  * Unique identifier of the Object
@@ -2619,14 +2619,14 @@ export interface CrmProject {
2619
2619
  priorityRef: ApiObjectReference;
2620
2620
 
2621
2621
  /**
2622
- * Projektleiter vom Auftragnehmer
2622
+ * Phase
2623
2623
  */
2624
- projectManagerOfContractor: CrmParticipant;
2624
+ phaseRef: ApiObjectReference;
2625
2625
 
2626
2626
  /**
2627
- * Phase
2627
+ * Projektleiter vom Auftragnehmer
2628
2628
  */
2629
- phaseRef: ApiObjectReference;
2629
+ projectManagerOfContractor: CrmParticipant;
2630
2630
 
2631
2631
  /**
2632
2632
  * Aufgaben-Nummer
@@ -2776,14 +2776,14 @@ export const enum CrmReferenceType {
2776
2776
  export interface CrmReminder {
2777
2777
 
2778
2778
  /**
2779
- * Notiz zur Erinnerung
2779
+ * ID des CRM Objekts
2780
2780
  */
2781
- note: string;
2781
+ crmId: number;
2782
2782
 
2783
2783
  /**
2784
- * ID des CRM Objekts
2784
+ * Notiz zur Erinnerung
2785
2785
  */
2786
- crmId: number;
2786
+ note: string;
2787
2787
 
2788
2788
  /**
2789
2789
  * Wer soll erinnert werden
@@ -2874,14 +2874,14 @@ export interface CrmState {
2874
2874
  readyToBill: boolean;
2875
2875
 
2876
2876
  /**
2877
- * Handelt es sich um einen Anfang-Status
2877
+ * Kommentar bei negativem Abschluß erforderlich
2878
2878
  */
2879
- startState: boolean;
2879
+ needsCommentOnNegativeFinish: boolean;
2880
2880
 
2881
2881
  /**
2882
- * Kommentar bei negativem Abschluß erforderlich
2882
+ * Handelt es sich um einen Anfang-Status
2883
2883
  */
2884
- needsCommentOnNegativeFinish: boolean;
2884
+ startState: boolean;
2885
2885
 
2886
2886
  /**
2887
2887
  * MetaInformations for this Object
@@ -2929,15 +2929,20 @@ export interface CrmSubType {
2929
2929
 
2930
2930
  export interface CrmTask {
2931
2931
 
2932
+ /**
2933
+ * Liste von Erinnerungen
2934
+ */
2935
+ reminders: Array<CrmReminder>;
2936
+
2932
2937
  /**
2933
2938
  * Angebot
2934
2939
  */
2935
2940
  customerOfferRef: DocumentRef;
2936
2941
 
2937
2942
  /**
2938
- * Liste von Erinnerungen
2943
+ * Verantwortlicher Teilnehmer (Ansprechpartner)
2939
2944
  */
2940
- reminders: Array<CrmReminder>;
2945
+ mainResponsibleParticipantRef: ApiObjectReference;
2941
2946
 
2942
2947
  /**
2943
2948
  * Notizen
@@ -2949,11 +2954,6 @@ export interface CrmTask {
2949
2954
  */
2950
2955
  references: Array<CrmReference>;
2951
2956
 
2952
- /**
2953
- * Zu Erledigen von Teilnehmer
2954
- */
2955
- assignedParticipant: ApiObjectReference;
2956
-
2957
2957
  /**
2958
2958
  * Beobachter
2959
2959
  */
@@ -2979,11 +2979,6 @@ export interface CrmTask {
2979
2979
  */
2980
2980
  mainResponsibleUserRef: ApiObjectReference;
2981
2981
 
2982
- /**
2983
- * Verantwortlicher Teilnehmer
2984
- */
2985
- mainResponsibleParticipant: ApiObjectReference;
2986
-
2987
2982
  /**
2988
2983
  * Auftrag
2989
2984
  */
@@ -3069,6 +3064,11 @@ export interface CrmTask {
3069
3064
  */
3070
3065
  blockedByTaskRefs: Array<ApiObjectReference>;
3071
3066
 
3067
+ /**
3068
+ * Zu Erledigen von Teilnehmer (Ansprechpartner)
3069
+ */
3070
+ assignedParticipantRef: ApiObjectReference;
3071
+
3072
3072
  /**
3073
3073
  * Abgerechnete Zeiten in Sekunden (extern)
3074
3074
  */
@@ -3175,14 +3175,14 @@ export interface CrmTask {
3175
3175
  blocksTaskRefs: Array<ApiObjectReference>;
3176
3176
 
3177
3177
  /**
3178
- * Soll die Aufgabe veröffentlicht werden?
3178
+ * Weitere Teilnehmer vom Auftragnehmer
3179
3179
  */
3180
- publish: boolean;
3180
+ additionalParticipantsOfContractor: Array<CrmTaskParticipant>;
3181
3181
 
3182
3182
  /**
3183
- * Weitere Teilnehmer vom Auftragnehmer
3183
+ * Soll die Aufgabe veröffentlicht werden?
3184
3184
  */
3185
- additionalParticipantsOfContractor: Array<CrmTaskParticipant>;
3185
+ publish: boolean;
3186
3186
 
3187
3187
  /**
3188
3188
  * Fortschritt in Prozent
@@ -3309,14 +3309,14 @@ export interface CurrencyReference {
3309
3309
  export interface Customer {
3310
3310
 
3311
3311
  /**
3312
- * Option für die Stapelverarbeitung
3312
+ * reference to customer group
3313
3313
  */
3314
- stackProcessingType: AccountOrderStackProcessingType;
3314
+ customerGroupRef: ApiObjectReference;
3315
3315
 
3316
3316
  /**
3317
- * reference to customer group
3317
+ * Option für die Stapelverarbeitung
3318
3318
  */
3319
- customerGroupRef: ApiObjectReference;
3319
+ stackProcessingType: AccountOrderStackProcessingType;
3320
3320
 
3321
3321
  /**
3322
3322
  * Kreditlimit
@@ -3641,14 +3641,14 @@ export interface DeliveryTerm {
3641
3641
  export interface Document {
3642
3642
 
3643
3643
  /**
3644
- * Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
3644
+ * Referenz zum Rechnungskonto
3645
3645
  */
3646
- confirmedDeliveryDateEnd: ScriptingDate;
3646
+ billingAccountRef: ApiObjectReference;
3647
3647
 
3648
3648
  /**
3649
- * Referenz zum Rechnungskonto
3649
+ * Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
3650
3650
  */
3651
- billingAccountRef: ApiObjectReference;
3651
+ confirmedDeliveryDateEnd: ScriptingDate;
3652
3652
 
3653
3653
  /**
3654
3654
  * Externe Belegnummer
@@ -3686,14 +3686,14 @@ export interface Document {
3686
3686
  totalVat: number;
3687
3687
 
3688
3688
  /**
3689
- * Name der bestellenden Person
3689
+ * Standardlager für neue Positionen
3690
3690
  */
3691
- orderedBy: string;
3691
+ defaultStorageRef: ApiObjectReference;
3692
3692
 
3693
3693
  /**
3694
- * Standardlager für neue Positionen
3694
+ * Name der bestellenden Person
3695
3695
  */
3696
- defaultStorageRef: ApiObjectReference;
3696
+ orderedBy: string;
3697
3697
 
3698
3698
  /**
3699
3699
  * Lieferadresse
@@ -3729,14 +3729,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
3729
3729
  deliveryQuantityPackages: number;
3730
3730
 
3731
3731
  /**
3732
- * Bestellnummer aus Vorbeleg
3732
+ * Leitweg-ID
3733
3733
  */
3734
- referencedOrderNumber: string;
3734
+ buyerReference: string;
3735
3735
 
3736
3736
  /**
3737
- * Leitweg-ID
3737
+ * Bestellnummer aus Vorbeleg
3738
3738
  */
3739
- buyerReference: string;
3739
+ referencedOrderNumber: string;
3740
3740
 
3741
3741
  /**
3742
3742
  * Steuerpflichtig oder steuerfrei
@@ -3906,14 +3906,14 @@ true wenn die Quittung bezahlt ist
3906
3906
  fabricationDetail: DocumentFabricationDetail;
3907
3907
 
3908
3908
  /**
3909
- * Kontonummer der zugehörigen Organisationseinheit
3909
+ * Berechnungsmodus
3910
3910
  */
3911
- accountNumber: string;
3911
+ calculationMode: CalculationMode;
3912
3912
 
3913
3913
  /**
3914
- * Berechnungsmodus
3914
+ * Kontonummer der zugehörigen Organisationseinheit
3915
3915
  */
3916
- calculationMode: CalculationMode;
3916
+ accountNumber: string;
3917
3917
 
3918
3918
  /**
3919
3919
  * Wird vom Workflow verarbeitet?
@@ -3976,14 +3976,14 @@ true wenn die Quittung bezahlt ist
3976
3976
  en16931Profile: EN16931Profile;
3977
3977
 
3978
3978
  /**
3979
- * Wechselkurs
3979
+ * Ort der steuerlichen Leistungserbringung
3980
3980
  */
3981
- exchangeRate: number;
3981
+ taxPerformanceLocation: TaxPerformanceLocationType;
3982
3982
 
3983
3983
  /**
3984
- * Ort der steuerlichen Leistungserbringung
3984
+ * Wechselkurs
3985
3985
  */
3986
- taxPerformanceLocation: TaxPerformanceLocationType;
3986
+ exchangeRate: number;
3987
3987
 
3988
3988
  /**
3989
3989
  * Zusätzliche Infos zu Entscheidungen im Belegkontext
@@ -4135,6 +4135,11 @@ true wenn die Quittung bezahlt ist
4135
4135
  */
4136
4136
  customerNumber: string;
4137
4137
 
4138
+ /**
4139
+ * Versandkostenpositionen
4140
+ */
4141
+ shippingCosts: Array<DocumentShippingCost>;
4142
+
4138
4143
  /**
4139
4144
  * Statusinstanz des Belegs
4140
4145
  */
@@ -4146,14 +4151,9 @@ true wenn die Quittung bezahlt ist
4146
4151
  taxIdentificationNumber: string;
4147
4152
 
4148
4153
  /**
4149
- * Versandkostenpositionen
4150
- */
4151
- shippingCosts: Array<DocumentShippingCost>;
4152
-
4153
- /**
4154
- * Rückgeld
4154
+ * Referenz auf Lieferbedingung
4155
4155
  */
4156
- posReceiptChangeAmount: number;
4156
+ deliveryTermRef: ApiObjectReference;
4157
4157
 
4158
4158
  /**
4159
4159
  * Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
@@ -4163,9 +4163,9 @@ true wenn die Quittung ausbalanciert ist
4163
4163
  posReceiptBalanced: boolean;
4164
4164
 
4165
4165
  /**
4166
- * Referenz auf Lieferbedingung
4166
+ * Rückgeld
4167
4167
  */
4168
- deliveryTermRef: ApiObjectReference;
4168
+ posReceiptChangeAmount: number;
4169
4169
 
4170
4170
  /**
4171
4171
  * Gesamtbruttogewicht
@@ -4188,14 +4188,14 @@ true wenn die Quittung ausbalanciert ist
4188
4188
  priceModifiers: Array<DocumentPriceModifier>;
4189
4189
 
4190
4190
  /**
4191
- * Status der USt-ID-Prüfung
4191
+ * Rechnungsadresse
4192
4192
  */
4193
- taxIdVerificationState: TaxIdVerificationState;
4193
+ billingAddress: DocumentAddress;
4194
4194
 
4195
4195
  /**
4196
- * Rechnungsadresse
4196
+ * Status der USt-ID-Prüfung
4197
4197
  */
4198
- billingAddress: DocumentAddress;
4198
+ taxIdVerificationState: TaxIdVerificationState;
4199
4199
 
4200
4200
  /**
4201
4201
  * Report-Gruppe, falls vom Standard abweichend
@@ -4216,14 +4216,14 @@ export interface DocumentAdditionalInfo {
4216
4216
  taxSituationOrigin: TaxSituationOrigin;
4217
4217
 
4218
4218
  /**
4219
- * Parameter, welche im {@link DocumentContext} verwendet wurden
4219
+ * Herkunft der Sprache
4220
4220
  */
4221
- contextParameters: Array<AdditionalParameter>;
4221
+ languageCodeOrigin: LanguageCodeOrigin;
4222
4222
 
4223
4223
  /**
4224
- * Herkunft der Sprache
4224
+ * Parameter, welche im {@link DocumentContext} verwendet wurden
4225
4225
  */
4226
- languageCodeOrigin: LanguageCodeOrigin;
4226
+ contextParameters: Array<AdditionalParameter>;
4227
4227
 
4228
4228
  /**
4229
4229
  * Herkunft der Käufer-Referenz
@@ -4606,14 +4606,14 @@ export interface DocumentFabricationDetail {
4606
4606
  targetStorageRef: ApiObjectReference;
4607
4607
 
4608
4608
  /**
4609
- * Notiz
4609
+ * Material-Lager
4610
4610
  */
4611
- note: string;
4611
+ componentsStorageRef: ApiObjectReference;
4612
4612
 
4613
4613
  /**
4614
- * Material-Lager
4614
+ * Notiz
4615
4615
  */
4616
- componentsStorageRef: ApiObjectReference;
4616
+ note: string;
4617
4617
 
4618
4618
  /**
4619
4619
  * QS-Lager
@@ -4740,14 +4740,14 @@ export const enum DocumentImportType {
4740
4740
  export interface DocumentLine {
4741
4741
 
4742
4742
  /**
4743
- * Leistungsdatum
4743
+ * Zolltarifnummer
4744
4744
  */
4745
- performanceDate: ScriptingDate;
4745
+ customsTariffNumber: string;
4746
4746
 
4747
4747
  /**
4748
- * Zolltarifnummer
4748
+ * Leistungsdatum
4749
4749
  */
4750
- customsTariffNumber: string;
4750
+ performanceDate: ScriptingDate;
4751
4751
 
4752
4752
  /**
4753
4753
  * Land der Herkunft
@@ -4755,14 +4755,14 @@ export interface DocumentLine {
4755
4755
  country: CountryReference;
4756
4756
 
4757
4757
  /**
4758
- * bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
4758
+ * wurde aufgelöst in Gebindeartikel
4759
4759
  */
4760
- confirmedDeliveryDateEnd: ScriptingDate;
4760
+ convertedIntoBundleArticleRef: ApiObjectReference;
4761
4761
 
4762
4762
  /**
4763
- * wurde aufgelöst in Gebindeartikel
4763
+ * bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
4764
4764
  */
4765
- convertedIntoBundleArticleRef: ApiObjectReference;
4765
+ confirmedDeliveryDateEnd: ScriptingDate;
4766
4766
 
4767
4767
  /**
4768
4768
  * verarbeitete Menge
@@ -4824,26 +4824,26 @@ export interface DocumentLine {
4824
4824
  */
4825
4825
  cashDiscountable: boolean;
4826
4826
 
4827
- /**
4828
- * Preis pro Menge [Brutto, Netto]
4829
- */
4830
- price: number;
4831
-
4832
4827
  /**
4833
4828
  * Provisionen
4834
4829
  */
4835
4830
  commissions: Array<DocumentLineCommission>;
4836
4831
 
4837
4832
  /**
4838
- * Positionstyp
4833
+ * Preis pro Menge [Brutto, Netto]
4839
4834
  */
4840
- lineType: DocumentLineType;
4835
+ price: number;
4841
4836
 
4842
4837
  /**
4843
4838
  * Gesamtpreis Position in Basiswährung
4844
4839
  */
4845
4840
  baseTotalLinePrice: number;
4846
4841
 
4842
+ /**
4843
+ * Positionstyp
4844
+ */
4845
+ lineType: DocumentLineType;
4846
+
4847
4847
  /**
4848
4848
  * FiBu-Buchung
4849
4849
  */
@@ -4879,11 +4879,6 @@ export interface DocumentLine {
4879
4879
  */
4880
4880
  id: number;
4881
4881
 
4882
- /**
4883
- * Serientyp
4884
- */
4885
- serialType: ArticleSerialType;
4886
-
4887
4882
  /**
4888
4883
  * Positionsnummer über alle Artikelpositionen hinweg
4889
4884
  */
@@ -4899,6 +4894,11 @@ export interface DocumentLine {
4899
4894
  */
4900
4895
  basePrice: number;
4901
4896
 
4897
+ /**
4898
+ * Serientyp
4899
+ */
4900
+ serialType: ArticleSerialType;
4901
+
4902
4902
  /**
4903
4903
  * MetaInformations for this Object
4904
4904
  */
@@ -4945,14 +4945,14 @@ export interface DocumentLine {
4945
4945
  version: number;
4946
4946
 
4947
4947
  /**
4948
- * Nettogewicht
4948
+ * Provisionsursprung
4949
4949
  */
4950
- netWeight: number;
4950
+ commissionOrigin: DocumentCommissionOrigin;
4951
4951
 
4952
4952
  /**
4953
- * Provisionsursprung
4953
+ * Nettogewicht
4954
4954
  */
4955
- commissionOrigin: DocumentCommissionOrigin;
4955
+ netWeight: number;
4956
4956
 
4957
4957
  /**
4958
4958
  * Netto-Gesamtpreis (nach Preisänderungen)
@@ -5030,14 +5030,14 @@ export interface DocumentLine {
5030
5030
  sourceLineRef: DocumentLineRef;
5031
5031
 
5032
5032
  /**
5033
- * Referenz zum Lager
5033
+ * Preisherkunft
5034
5034
  */
5035
- storage: ApiObjectReference;
5035
+ priceOrigin: ProductPriceOrigin;
5036
5036
 
5037
5037
  /**
5038
- * Preisherkunft
5038
+ * Referenz zum Lager
5039
5039
  */
5040
- priceOrigin: ProductPriceOrigin;
5040
+ storage: ApiObjectReference;
5041
5041
 
5042
5042
  /**
5043
5043
  * Preisermittlungskriterien
@@ -5094,6 +5094,11 @@ export interface DocumentLine {
5094
5094
  */
5095
5095
  productType: ProductType;
5096
5096
 
5097
+ /**
5098
+ * Nettoverkaufswert der Position in Basiswährung
5099
+ */
5100
+ baseSalesValueNet: number;
5101
+
5097
5102
  /**
5098
5103
  * Vertragsinformationen
5099
5104
  */
@@ -5104,11 +5109,6 @@ export interface DocumentLine {
5104
5109
  */
5105
5110
  netWeightUnit: UnitTypeReference;
5106
5111
 
5107
- /**
5108
- * Nettoverkaufswert der Position in Basiswährung
5109
- */
5110
- baseSalesValueNet: number;
5111
-
5112
5112
  /**
5113
5113
  * Menge
5114
5114
  */
@@ -5467,6 +5467,11 @@ export interface DocumentLineFabricationDetail {
5467
5467
  */
5468
5468
  quantityFinished: number;
5469
5469
 
5470
+ /**
5471
+ * Menge defekt
5472
+ */
5473
+ quantityDefective: number;
5474
+
5470
5475
  /**
5471
5476
  * Produzierte Seriennummern
5472
5477
  */
@@ -5477,11 +5482,6 @@ export interface DocumentLineFabricationDetail {
5477
5482
  */
5478
5483
  custom: EavFabricationline;
5479
5484
 
5480
- /**
5481
- * Menge defekt
5482
- */
5483
- quantityDefective: number;
5484
-
5485
5485
  /**
5486
5486
  * Menge produziert
5487
5487
  */
@@ -5579,14 +5579,14 @@ export interface DocumentLinePosDetail {
5579
5579
  externalPaymentErrorMessage: string;
5580
5580
 
5581
5581
  /**
5582
- * Status der externen Zahlung
5582
+ * Typ der Einlage/Ausgabe
5583
5583
  */
5584
- externalPaymentStatus: PosPaymentStatus;
5584
+ depositExpenseTypeId: number;
5585
5585
 
5586
5586
  /**
5587
- * Typ der Einlage/Ausgabe
5587
+ * Status der externen Zahlung
5588
5588
  */
5589
- depositExpenseTypeId: number;
5589
+ externalPaymentStatus: PosPaymentStatus;
5590
5590
 
5591
5591
  /**
5592
5592
  * Typ der Position
@@ -5632,14 +5632,14 @@ export interface DocumentLineRef {
5632
5632
  quantity: number;
5633
5633
 
5634
5634
  /**
5635
- * Belegart
5635
+ * Artikelnummer
5636
5636
  */
5637
- documentType: string;
5637
+ articleNumber: string;
5638
5638
 
5639
5639
  /**
5640
- * Artikelnummer
5640
+ * Belegart
5641
5641
  */
5642
- articleNumber: string;
5642
+ documentType: string;
5643
5643
 
5644
5644
  /**
5645
5645
  * price per quantity [GROSS, NET]
@@ -5889,14 +5889,14 @@ export interface DocumentShippingCost {
5889
5889
  costs: number;
5890
5890
 
5891
5891
  /**
5892
- * Texte
5892
+ * Keine Versandkosten (freier Versand)
5893
5893
  */
5894
- texts: Array<DocumentText>;
5894
+ freeShipping: boolean;
5895
5895
 
5896
5896
  /**
5897
- * Keine Versandkosten (freier Versand)
5897
+ * Texte
5898
5898
  */
5899
- freeShipping: boolean;
5899
+ texts: Array<DocumentText>;
5900
5900
 
5901
5901
  /**
5902
5902
  * Artikelname
@@ -6556,14 +6556,14 @@ export const enum FabricationOfComponents {
6556
6556
  export interface FabricationProduceRequest {
6557
6557
 
6558
6558
  /**
6559
- * Zu produzierende Menge
6559
+ * Material automatisch bestätigen
6560
6560
  */
6561
- quantity: number;
6561
+ autoCommitComponents: boolean;
6562
6562
 
6563
6563
  /**
6564
- * Material automatisch bestätigen
6564
+ * Zu produzierende Menge
6565
6565
  */
6566
- autoCommitComponents: boolean;
6566
+ quantity: number;
6567
6567
 
6568
6568
  /**
6569
6569
  * Für die Produktion zu verwendendes Material
@@ -6617,14 +6617,14 @@ export interface FabricationRevertRequest {
6617
6617
  quantity: number;
6618
6618
 
6619
6619
  /**
6620
- * ID der zu stornierenden Position
6620
+ * Material automatisch stornieren
6621
6621
  */
6622
- documentLineId: number;
6622
+ autoRevertComponents: boolean;
6623
6623
 
6624
6624
  /**
6625
- * Material automatisch stornieren
6625
+ * ID der zu stornierenden Position
6626
6626
  */
6627
- autoRevertComponents: boolean;
6627
+ documentLineId: number;
6628
6628
 
6629
6629
  /**
6630
6630
  * Zu stornierende Seriennummern
@@ -6640,14 +6640,14 @@ export interface FabricationRevertRequest {
6640
6640
  export interface FabricationSerialNumber {
6641
6641
 
6642
6642
  /**
6643
- * MHD / Verfallsdatum
6643
+ * ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
6644
6644
  */
6645
- expiryDate: ScriptingDate;
6645
+ serialNumberId: number;
6646
6646
 
6647
6647
  /**
6648
- * ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
6648
+ * MHD / Verfallsdatum
6649
6649
  */
6650
- serialNumberId: number;
6650
+ expiryDate: ScriptingDate;
6651
6651
 
6652
6652
  /**
6653
6653
  * Bemerkung
@@ -6886,26 +6886,26 @@ export interface PaymentTerm {
6886
6886
  */
6887
6887
  paymentDiscount2: number;
6888
6888
 
6889
- /**
6890
- * Percent for Discount 1
6891
- */
6892
- paymentDiscount1: number;
6893
-
6894
6889
  /**
6895
6890
  * printDescription
6896
6891
  */
6897
6892
  printDescription: string;
6898
6893
 
6899
6894
  /**
6900
- * Days for Discount 1
6895
+ * Percent for Discount 1
6901
6896
  */
6902
- paymentDays1: number;
6897
+ paymentDiscount1: number;
6903
6898
 
6904
6899
  /**
6905
6900
  * for deposit: remaining term
6906
6901
  */
6907
6902
  remainingTermRef: ApiObjectReference;
6908
6903
 
6904
+ /**
6905
+ * Days for Discount 1
6906
+ */
6907
+ paymentDays1: number;
6908
+
6909
6909
  /**
6910
6910
  * Days for Discount 2
6911
6911
  */
@@ -7185,14 +7185,14 @@ export const enum PickingType {
7185
7185
  export interface Picklist {
7186
7186
 
7187
7187
  /**
7188
- * Zur Erstellung der Pickliste verwendete Vorlage
7188
+ * Ziellager für Nachschub
7189
7189
  */
7190
- usedTemplate: PicklistTemplate;
7190
+ targetStorageRef: ApiObjectReference;
7191
7191
 
7192
7192
  /**
7193
- * Ziellager für Nachschub
7193
+ * Zur Erstellung der Pickliste verwendete Vorlage
7194
7194
  */
7195
- targetStorageRef: ApiObjectReference;
7195
+ usedTemplate: PicklistTemplate;
7196
7196
 
7197
7197
  /**
7198
7198
  * Nummer der Pickliste
@@ -7243,14 +7243,14 @@ export interface PicklistLine {
7243
7243
  components: Array<PicklistLineComponent>;
7244
7244
 
7245
7245
  /**
7246
- * Menge der Position
7246
+ * Artikelbezeichnung
7247
7247
  */
7248
- quantity: number;
7248
+ articleName: string;
7249
7249
 
7250
7250
  /**
7251
- * Artikelbezeichnung
7251
+ * Menge der Position
7252
7252
  */
7253
- articleName: string;
7253
+ quantity: number;
7254
7254
 
7255
7255
  /**
7256
7256
  * Artikelbeschreibung
@@ -7288,14 +7288,14 @@ export interface PicklistLine {
7288
7288
  articleNumber: string;
7289
7289
 
7290
7290
  /**
7291
- * Art der Position
7291
+ * Lagernummer
7292
7292
  */
7293
- lineType: PicklistLineType;
7293
+ storageNumber: string;
7294
7294
 
7295
7295
  /**
7296
- * Lagernummer
7296
+ * Art der Position
7297
7297
  */
7298
- storageNumber: string;
7298
+ lineType: PicklistLineType;
7299
7299
 
7300
7300
  /**
7301
7301
  * ID der Ziel-Dokumentposition
@@ -7389,14 +7389,14 @@ export interface PicklistLineComponent {
7389
7389
  quantityCollected: number;
7390
7390
 
7391
7391
  /**
7392
- * Menge der Position
7392
+ * Artikelbezeichnung
7393
7393
  */
7394
- quantity: number;
7394
+ articleName: string;
7395
7395
 
7396
7396
  /**
7397
- * Artikelbezeichnung
7397
+ * Menge der Position
7398
7398
  */
7399
- articleName: string;
7399
+ quantity: number;
7400
7400
 
7401
7401
  /**
7402
7402
  * Artikelbeschreibung
@@ -7701,14 +7701,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
7701
7701
  orderPickingTrolleyGroupRef: ApiObjectReference;
7702
7702
 
7703
7703
  /**
7704
- * Der zu verwendende Pickwagen
7704
+ * Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
7705
7705
  */
7706
- orderPickingTrolleyRef: ApiObjectReference;
7706
+ picklistOutputReportGroupRef: ApiObjectReference;
7707
7707
 
7708
7708
  /**
7709
- * Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
7709
+ * Der zu verwendende Pickwagen
7710
7710
  */
7711
- picklistOutputReportGroupRef: ApiObjectReference;
7711
+ orderPickingTrolleyRef: ApiObjectReference;
7712
7712
 
7713
7713
  /**
7714
7714
  * Lagerplätze vorgeben
@@ -7769,14 +7769,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
7769
7769
  alwaysShowDeliveryMethod: boolean;
7770
7770
 
7771
7771
  /**
7772
- * Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
7772
+ * Überschreitung vom maximalen Paketgewicht blockieren?
7773
7773
  */
7774
- autoPrintDeliveryDocument: boolean;
7774
+ blockIfMaximumPackageWeightIsExceeded: boolean;
7775
7775
 
7776
7776
  /**
7777
- * Überschreitung vom maximalen Paketgewicht blockieren?
7777
+ * Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
7778
7778
  */
7779
- blockIfMaximumPackageWeightIsExceeded: boolean;
7779
+ autoPrintDeliveryDocument: boolean;
7780
7780
 
7781
7781
  /**
7782
7782
  * Versand-Dialog beim Abschluss zeigen
@@ -8009,14 +8009,14 @@ export interface Product {
8009
8009
  bundle: boolean;
8010
8010
 
8011
8011
  /**
8012
- * Serientyp
8012
+ * Variantenwerte
8013
8013
  */
8014
- serialType: ArticleSerialType;
8014
+ variantValues: Array<VariantValueReference>;
8015
8015
 
8016
8016
  /**
8017
- * Variantenwerte
8017
+ * Serientyp
8018
8018
  */
8019
- variantValues: Array<VariantValueReference>;
8019
+ serialType: ArticleSerialType;
8020
8020
 
8021
8021
  /**
8022
8022
  * MetaInformations for this Object
@@ -8045,14 +8045,14 @@ export interface ProductArticleRef {
8045
8045
  export interface ProductDiscount {
8046
8046
 
8047
8047
  /**
8048
- * Kundengruppe
8048
+ * Hauptartikel, für welchen dieser Rabatt gültig ist
8049
8049
  */
8050
- customerGroupRef: ApiObjectReference;
8050
+ accessoryMainArticleRef: ApiObjectReference;
8051
8051
 
8052
8052
  /**
8053
- * Hauptartikel, für welchen dieser Rabatt gültig ist
8053
+ * Kundengruppe
8054
8054
  */
8055
- accessoryMainArticleRef: ApiObjectReference;
8055
+ customerGroupRef: ApiObjectReference;
8056
8056
 
8057
8057
  /**
8058
8058
  * Lieferantengruppe
@@ -8254,14 +8254,14 @@ export interface ProductMainGroup {
8254
8254
  export interface ProductPrice {
8255
8255
 
8256
8256
  /**
8257
- * Kundengruppe
8257
+ * Hauptartikel, für welches dieser Preis gültig ist
8258
8258
  */
8259
- customerGroupRef: ApiObjectReference;
8259
+ accessoryMainArticleRef: ApiObjectReference;
8260
8260
 
8261
8261
  /**
8262
- * Hauptartikel, für welches dieser Preis gültig ist
8262
+ * Kundengruppe
8263
8263
  */
8264
- accessoryMainArticleRef: ApiObjectReference;
8264
+ customerGroupRef: ApiObjectReference;
8265
8265
 
8266
8266
  /**
8267
8267
  * Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
@@ -8392,15 +8392,20 @@ export interface Referenceable {
8392
8392
 
8393
8393
  export interface RequestDocument {
8394
8394
 
8395
+ /**
8396
+ * ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
8397
+ */
8398
+ incomingGoodsStorageBinId: number;
8399
+
8395
8400
  /**
8396
8401
  * Belegdatum
8397
8402
  */
8398
8403
  documentDate: ScriptingDate;
8399
8404
 
8400
8405
  /**
8401
- * ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
8406
+ * ID der Kassenschublade (bei POS)
8402
8407
  */
8403
- incomingGoodsStorageBinId: number;
8408
+ cashDrawerId: number;
8404
8409
 
8405
8410
  /**
8406
8411
  * Der Anzahlungsbetrag
@@ -8412,11 +8417,6 @@ export interface RequestDocument {
8412
8417
  */
8413
8418
  performanceDate: ScriptingDate;
8414
8419
 
8415
- /**
8416
- * ID der Kassenschublade (bei POS)
8417
- */
8418
- cashDrawerId: number;
8419
-
8420
8420
  /**
8421
8421
  * Für interne Zwecke: Liefermethode für das Document
8422
8422
  */
@@ -8508,14 +8508,14 @@ export interface RequestDocument {
8508
8508
  custom: EavDocument;
8509
8509
 
8510
8510
  /**
8511
- * reference to the corresponding document in an external system
8511
+ * target document type for document copy
8512
8512
  */
8513
- externalId: string;
8513
+ targetDocumentType: DocumentType;
8514
8514
 
8515
8515
  /**
8516
- * target document type for document copy
8516
+ * reference to the corresponding document in an external system
8517
8517
  */
8518
- targetDocumentType: DocumentType;
8518
+ externalId: string;
8519
8519
 
8520
8520
  /**
8521
8521
  * ID vom Pickwagen für den Wareneingang (wenn incomingGoodsStorageBinId = null)
@@ -8581,14 +8581,14 @@ export interface RequestDocumentLine {
8581
8581
  description: string;
8582
8582
 
8583
8583
  /**
8584
- * Quittungsdetails zur Belegposition
8584
+ * Herkunft des Preises
8585
8585
  */
8586
- posDetail: DocumentLinePosDetail;
8586
+ priceOrigin: ProductPriceOrigin;
8587
8587
 
8588
8588
  /**
8589
- * Herkunft des Preises
8589
+ * Quittungsdetails zur Belegposition
8590
8590
  */
8591
- priceOrigin: ProductPriceOrigin;
8591
+ posDetail: DocumentLinePosDetail;
8592
8592
 
8593
8593
  /**
8594
8594
  * (optional) Gesamtpreis dieser Position
@@ -8646,14 +8646,14 @@ export interface RequestDocumentLine {
8646
8646
  supplierAccountId: number;
8647
8647
 
8648
8648
  /**
8649
- * Menge, die in dieser Transaktion verarbeitet werden soll
8649
+ * Position der Hauptartikel-Position einer Zubehör-Position
8650
8650
  */
8651
- quantity: number;
8651
+ mainArticleLinePosition: number;
8652
8652
 
8653
8653
  /**
8654
- * Position der Hauptartikel-Position einer Zubehör-Position
8654
+ * Menge, die in dieser Transaktion verarbeitet werden soll
8655
8655
  */
8656
- mainArticleLinePosition: number;
8656
+ quantity: number;
8657
8657
 
8658
8658
  /**
8659
8659
  * Details Produktionsbelegen
@@ -8671,14 +8671,14 @@ export interface RequestDocumentLine {
8671
8671
  articleId: number;
8672
8672
 
8673
8673
  /**
8674
- * Referenz auf die zugehörige Position in einem externen System
8674
+ * ID der Belegposition im aktuellen Beleg
8675
8675
  */
8676
- externalId: string;
8676
+ lineId: number;
8677
8677
 
8678
8678
  /**
8679
- * ID der Belegposition im aktuellen Beleg
8679
+ * Referenz auf die zugehörige Position in einem externen System
8680
8680
  */
8681
- lineId: number;
8681
+ externalId: string;
8682
8682
 
8683
8683
  /**
8684
8684
  * ID des Pickwagens für den Wareneingang (wenn `incomingGoodsStorageBinId` = null)
@@ -8706,14 +8706,14 @@ export interface RequestDocumentLine {
8706
8706
  name: string;
8707
8707
 
8708
8708
  /**
8709
- * ID der Quell-Belegposition
8709
+ * Für interne Zwecke: Externe Artikelnummer
8710
8710
  */
8711
- sourceLineId: number;
8711
+ externalArticleNumber: string;
8712
8712
 
8713
8713
  /**
8714
- * Für interne Zwecke: Externe Artikelnummer
8714
+ * ID der Quell-Belegposition
8715
8715
  */
8716
- externalArticleNumber: string;
8716
+ sourceLineId: number;
8717
8717
 
8718
8718
  /**
8719
8719
  * Buchungen zu dieser Belegposition
@@ -9113,14 +9113,14 @@ export interface ScenarioDimensionValue {
9113
9113
  export interface ScenarioFactDef {
9114
9114
 
9115
9115
  /**
9116
- * Attribut Typ
9116
+ * Attribut Name
9117
9117
  */
9118
- attributeType: ScenarioFactDef$FactType;
9118
+ factAttribute: string;
9119
9119
 
9120
9120
  /**
9121
- * Attribut Name
9121
+ * Attribut Typ
9122
9122
  */
9123
- factAttribute: string;
9123
+ attributeType: ScenarioFactDef$FactType;
9124
9124
 
9125
9125
  /**
9126
9126
  * Unique identifier of the Object
@@ -9928,14 +9928,14 @@ export interface TagDto {
9928
9928
  editColor: string;
9929
9929
 
9930
9930
  /**
9931
- * Farbe in Such-GUI
9931
+ * Farbe für die Anzeige des Tags
9932
9932
  */
9933
- searchColor: string;
9933
+ color: string;
9934
9934
 
9935
9935
  /**
9936
- * Farbe für die Anzeige des Tags
9936
+ * Farbe in Such-GUI
9937
9937
  */
9938
- color: string;
9938
+ searchColor: string;
9939
9939
 
9940
9940
  /**
9941
9941
  * Beschriftung des Tags
@@ -9979,14 +9979,14 @@ export const enum TagType {
9979
9979
  export interface TaxIdForeignCountry {
9980
9980
 
9981
9981
  /**
9982
- * ISO 2 Code of the country this tax ID is used for
9982
+ * Tax ID of the company in the associated country
9983
9983
  */
9984
- countryCode: string;
9984
+ taxId: string;
9985
9985
 
9986
9986
  /**
9987
- * Tax ID of the company in the associated country
9987
+ * ISO 2 Code of the country this tax ID is used for
9988
9988
  */
9989
- taxId: string;
9989
+ countryCode: string;
9990
9990
 
9991
9991
  /**
9992
9992
  * Unique identifier of the Object
@@ -10259,14 +10259,14 @@ export interface User {
10259
10259
  version: number;
10260
10260
 
10261
10261
  /**
10262
- * first-name
10262
+ * is the email verified
10263
10263
  */
10264
- firstName: string;
10264
+ emailVerified: boolean;
10265
10265
 
10266
10266
  /**
10267
- * is the email verified
10267
+ * first-name
10268
10268
  */
10269
- emailVerified: boolean;
10269
+ firstName: string;
10270
10270
 
10271
10271
  /**
10272
10272
  * email-address