@vario-software/types 2026.22.2 → 2026.22.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +46 -46
- package/scripting/types.d.ts +260 -260
package/scripting/types.d.ts
CHANGED
|
@@ -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
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -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
|
+
* 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
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -1208,26 +1208,26 @@ export interface Article {
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
|
-
/**
|
|
1212
|
-
* description custom data
|
|
1213
|
-
*/
|
|
1214
|
-
listingDescriptionCustom: EavArticleListingDescription;
|
|
1215
|
-
|
|
1216
1211
|
/**
|
|
1217
1212
|
* Frei kommissionierbar
|
|
1218
1213
|
*/
|
|
1219
1214
|
freelyPickable: boolean;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* description custom data
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1223
|
*/
|
|
1229
1224
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
|
+
*/
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1509,14 +1509,14 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Kunden-Preise
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
productPrices: Array<ProductPrice>;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
*
|
|
1517
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
useDeviatingArticleDescription: boolean;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Referenced Article
|
|
@@ -1710,14 +1710,14 @@ export interface ArticleListing {
|
|
|
1710
1710
|
alternativeName: WithDefaults<String>;
|
|
1711
1711
|
|
|
1712
1712
|
/**
|
|
1713
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1713
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1714
1714
|
*/
|
|
1715
|
-
|
|
1715
|
+
proposedLowestPriceNet: number;
|
|
1716
1716
|
|
|
1717
1717
|
/**
|
|
1718
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1718
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1719
1719
|
*/
|
|
1720
|
-
|
|
1720
|
+
customLowestPriceNet: number;
|
|
1721
1721
|
|
|
1722
1722
|
/**
|
|
1723
1723
|
* der aktuelle listing stand
|
|
@@ -1877,20 +1877,15 @@ export const enum ArticleSerialType {
|
|
|
1877
1877
|
|
|
1878
1878
|
export interface ArticleStorage {
|
|
1879
1879
|
|
|
1880
|
-
/**
|
|
1881
|
-
* Nachschub ab
|
|
1882
|
-
*/
|
|
1883
|
-
replenishmentFrom: number;
|
|
1884
|
-
|
|
1885
1880
|
/**
|
|
1886
1881
|
* Bestand im Lager
|
|
1887
1882
|
*/
|
|
1888
1883
|
quantityInStock: number;
|
|
1889
1884
|
|
|
1890
1885
|
/**
|
|
1891
|
-
*
|
|
1886
|
+
* Nachschub ab
|
|
1892
1887
|
*/
|
|
1893
|
-
|
|
1888
|
+
replenishmentFrom: number;
|
|
1894
1889
|
|
|
1895
1890
|
/**
|
|
1896
1891
|
* Bestellte Menge
|
|
@@ -1903,15 +1898,20 @@ export interface ArticleStorage {
|
|
|
1903
1898
|
quantityInPicking: number;
|
|
1904
1899
|
|
|
1905
1900
|
/**
|
|
1906
|
-
*
|
|
1901
|
+
* Meldebestand
|
|
1907
1902
|
*/
|
|
1908
|
-
|
|
1903
|
+
reorderPoint: number;
|
|
1909
1904
|
|
|
1910
1905
|
/**
|
|
1911
1906
|
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1912
1907
|
*/
|
|
1913
1908
|
virtualStockAmount: number;
|
|
1914
1909
|
|
|
1910
|
+
/**
|
|
1911
|
+
* Nachschub auf
|
|
1912
|
+
*/
|
|
1913
|
+
replenishmentOn: number;
|
|
1914
|
+
|
|
1915
1915
|
/**
|
|
1916
1916
|
* Reservierte Menge
|
|
1917
1917
|
*/
|
|
@@ -2051,14 +2051,14 @@ export interface ArticleSupplier {
|
|
|
2051
2051
|
info: MetaInfo;
|
|
2052
2052
|
|
|
2053
2053
|
/**
|
|
2054
|
-
*
|
|
2054
|
+
* Referenced Article name
|
|
2055
2055
|
*/
|
|
2056
|
-
|
|
2056
|
+
articleName: string;
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
|
-
*
|
|
2059
|
+
* Verpackungseinheit
|
|
2060
2060
|
*/
|
|
2061
|
-
|
|
2061
|
+
packagingUnit: number;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Lieferanten-Preise
|
|
@@ -2328,14 +2328,14 @@ export interface CountryReference {
|
|
|
2328
2328
|
export interface CreateNewDocumentRequest {
|
|
2329
2329
|
|
|
2330
2330
|
/**
|
|
2331
|
-
*
|
|
2331
|
+
* Belegart
|
|
2332
2332
|
*/
|
|
2333
|
-
|
|
2333
|
+
documentTypeLabel: string;
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
* Belegart
|
|
2336
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Details zum Beleg
|
|
@@ -2560,14 +2560,14 @@ export interface CrmActivityType {
|
|
|
2560
2560
|
export interface CrmChecklistItem {
|
|
2561
2561
|
|
|
2562
2562
|
/**
|
|
2563
|
-
*
|
|
2563
|
+
* Text des Checklisten-Elements
|
|
2564
2564
|
*/
|
|
2565
|
-
|
|
2565
|
+
memo: string;
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Ist das Element "angehakt"?
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
checked: boolean;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
2573
|
* Unique identifier of the Object
|
|
@@ -2678,14 +2678,14 @@ export interface CrmDeal {
|
|
|
2678
2678
|
info: MetaInfo;
|
|
2679
2679
|
|
|
2680
2680
|
/**
|
|
2681
|
-
*
|
|
2681
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2682
2682
|
*/
|
|
2683
|
-
|
|
2683
|
+
assignedUserRef: ApiObjectReference;
|
|
2684
2684
|
|
|
2685
2685
|
/**
|
|
2686
|
-
*
|
|
2686
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2687
2687
|
*/
|
|
2688
|
-
|
|
2688
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2689
2689
|
|
|
2690
2690
|
/**
|
|
2691
2691
|
* Chance (in Prozent)
|
|
@@ -2984,14 +2984,14 @@ export interface CrmProject {
|
|
|
2984
2984
|
billedTimes: number;
|
|
2985
2985
|
|
|
2986
2986
|
/**
|
|
2987
|
-
*
|
|
2987
|
+
* Geplanter Projektzeitraum (von)
|
|
2988
2988
|
*/
|
|
2989
|
-
|
|
2989
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2990
2990
|
|
|
2991
2991
|
/**
|
|
2992
|
-
*
|
|
2992
|
+
* Einkaufsbelege
|
|
2993
2993
|
*/
|
|
2994
|
-
|
|
2994
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2995
2995
|
|
|
2996
2996
|
/**
|
|
2997
2997
|
* Verkaufsbelege
|
|
@@ -3214,14 +3214,14 @@ export interface CrmState {
|
|
|
3214
3214
|
readyToBill: boolean;
|
|
3215
3215
|
|
|
3216
3216
|
/**
|
|
3217
|
-
*
|
|
3217
|
+
* Handelt es sich um einen Anfang-Status
|
|
3218
3218
|
*/
|
|
3219
|
-
|
|
3219
|
+
startState: boolean;
|
|
3220
3220
|
|
|
3221
3221
|
/**
|
|
3222
|
-
*
|
|
3222
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3223
3223
|
*/
|
|
3224
|
-
|
|
3224
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3225
3225
|
|
|
3226
3226
|
/**
|
|
3227
3227
|
* MetaInformations for this Object
|
|
@@ -3649,14 +3649,14 @@ export interface CurrencyReference {
|
|
|
3649
3649
|
export interface Customer {
|
|
3650
3650
|
|
|
3651
3651
|
/**
|
|
3652
|
-
*
|
|
3652
|
+
* Option für die Stapelverarbeitung
|
|
3653
3653
|
*/
|
|
3654
|
-
|
|
3654
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3655
3655
|
|
|
3656
3656
|
/**
|
|
3657
|
-
*
|
|
3657
|
+
* reference to customer group
|
|
3658
3658
|
*/
|
|
3659
|
-
|
|
3659
|
+
customerGroupRef: ApiObjectReference;
|
|
3660
3660
|
|
|
3661
3661
|
/**
|
|
3662
3662
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3674,14 +3674,14 @@ export interface Customer {
|
|
|
3674
3674
|
dueDate: ScriptingDate;
|
|
3675
3675
|
|
|
3676
3676
|
/**
|
|
3677
|
-
*
|
|
3677
|
+
* Maximal mögliche Lieferungen
|
|
3678
3678
|
*/
|
|
3679
|
-
|
|
3679
|
+
maxDeliveries: number;
|
|
3680
3680
|
|
|
3681
3681
|
/**
|
|
3682
|
-
*
|
|
3682
|
+
* collective billable
|
|
3683
3683
|
*/
|
|
3684
|
-
|
|
3684
|
+
collectiveBillable: boolean;
|
|
3685
3685
|
|
|
3686
3686
|
/**
|
|
3687
3687
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3709,14 +3709,14 @@ export interface Customer {
|
|
|
3709
3709
|
stackProcessingPriority: number;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
|
-
*
|
|
3712
|
+
* reference to product price group
|
|
3713
3713
|
*/
|
|
3714
|
-
|
|
3714
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
collectiveInvoiceManually: boolean;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Unique identifier of the Object
|
|
@@ -4089,14 +4089,14 @@ export interface DeliveryTerm {
|
|
|
4089
4089
|
export interface Document {
|
|
4090
4090
|
|
|
4091
4091
|
/**
|
|
4092
|
-
*
|
|
4092
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4093
4093
|
*/
|
|
4094
|
-
|
|
4094
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4095
4095
|
|
|
4096
4096
|
/**
|
|
4097
|
-
*
|
|
4097
|
+
* Referenz zum Rechnungskonto
|
|
4098
4098
|
*/
|
|
4099
|
-
|
|
4099
|
+
billingAccountRef: ApiObjectReference;
|
|
4100
4100
|
|
|
4101
4101
|
/**
|
|
4102
4102
|
* Externe Belegnummer
|
|
@@ -4134,14 +4134,14 @@ export interface Document {
|
|
|
4134
4134
|
totalVat: number;
|
|
4135
4135
|
|
|
4136
4136
|
/**
|
|
4137
|
-
*
|
|
4137
|
+
* Name der bestellenden Person
|
|
4138
4138
|
*/
|
|
4139
|
-
|
|
4139
|
+
orderedBy: string;
|
|
4140
4140
|
|
|
4141
4141
|
/**
|
|
4142
|
-
*
|
|
4142
|
+
* Standardlager für neue Positionen
|
|
4143
4143
|
*/
|
|
4144
|
-
|
|
4144
|
+
defaultStorageRef: ApiObjectReference;
|
|
4145
4145
|
|
|
4146
4146
|
/**
|
|
4147
4147
|
* Lieferadresse
|
|
@@ -4237,14 +4237,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4237
4237
|
accountId: number;
|
|
4238
4238
|
|
|
4239
4239
|
/**
|
|
4240
|
-
* Länderkennzeichen
|
|
4240
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4241
4241
|
*/
|
|
4242
|
-
|
|
4242
|
+
performanceCountryCode: string;
|
|
4243
4243
|
|
|
4244
4244
|
/**
|
|
4245
|
-
* Länderkennzeichen
|
|
4245
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4246
4246
|
*/
|
|
4247
|
-
|
|
4247
|
+
sourceCountryCode: string;
|
|
4248
4248
|
|
|
4249
4249
|
/**
|
|
4250
4250
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4354,14 +4354,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4354
4354
|
fabricationDetail: DocumentFabricationDetail;
|
|
4355
4355
|
|
|
4356
4356
|
/**
|
|
4357
|
-
*
|
|
4357
|
+
* Berechnungsmodus
|
|
4358
4358
|
*/
|
|
4359
|
-
|
|
4359
|
+
calculationMode: CalculationMode;
|
|
4360
4360
|
|
|
4361
4361
|
/**
|
|
4362
|
-
*
|
|
4362
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4363
4363
|
*/
|
|
4364
|
-
|
|
4364
|
+
accountNumber: string;
|
|
4365
4365
|
|
|
4366
4366
|
/**
|
|
4367
4367
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4439,14 +4439,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4439
4439
|
additionalInfo: DocumentAdditionalInfo;
|
|
4440
4440
|
|
|
4441
4441
|
/**
|
|
4442
|
-
*
|
|
4442
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4443
4443
|
*/
|
|
4444
|
-
|
|
4444
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
|
-
*
|
|
4447
|
+
* Bestelldatum
|
|
4448
4448
|
*/
|
|
4449
|
-
|
|
4449
|
+
orderedOn: ScriptingDate;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
4452
|
* MetaInformations for this Object
|
|
@@ -4598,6 +4598,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4598
4598
|
*/
|
|
4599
4599
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4600
4600
|
|
|
4601
|
+
/**
|
|
4602
|
+
* Rückgeld
|
|
4603
|
+
*/
|
|
4604
|
+
posReceiptChangeAmount: number;
|
|
4605
|
+
|
|
4601
4606
|
/**
|
|
4602
4607
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4603
4608
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4610,11 +4615,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4610
4615
|
*/
|
|
4611
4616
|
deliveryTermRef: ApiObjectReference;
|
|
4612
4617
|
|
|
4613
|
-
/**
|
|
4614
|
-
* Rückgeld
|
|
4615
|
-
*/
|
|
4616
|
-
posReceiptChangeAmount: number;
|
|
4617
|
-
|
|
4618
4618
|
/**
|
|
4619
4619
|
* Gesamtbruttogewicht
|
|
4620
4620
|
*/
|
|
@@ -4646,14 +4646,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4646
4646
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4647
4647
|
|
|
4648
4648
|
/**
|
|
4649
|
-
*
|
|
4649
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4650
4650
|
*/
|
|
4651
|
-
|
|
4651
|
+
reportGroupRef: ApiObjectReference;
|
|
4652
4652
|
|
|
4653
4653
|
/**
|
|
4654
|
-
*
|
|
4654
|
+
* Bestellt durch Ansprechpartner
|
|
4655
4655
|
*/
|
|
4656
|
-
|
|
4656
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4657
4657
|
}
|
|
4658
4658
|
|
|
4659
4659
|
export interface DocumentAdditionalInfo {
|
|
@@ -4664,14 +4664,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4664
4664
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4665
4665
|
|
|
4666
4666
|
/**
|
|
4667
|
-
*
|
|
4667
|
+
* Herkunft der Sprache
|
|
4668
4668
|
*/
|
|
4669
|
-
|
|
4669
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4670
4670
|
|
|
4671
4671
|
/**
|
|
4672
|
-
*
|
|
4672
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4673
4673
|
*/
|
|
4674
|
-
|
|
4674
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4675
4675
|
|
|
4676
4676
|
/**
|
|
4677
4677
|
* Herkunft der Käufer-Referenz
|
|
@@ -4804,14 +4804,14 @@ export interface DocumentAddress {
|
|
|
4804
4804
|
postOfficeBox: string;
|
|
4805
4805
|
|
|
4806
4806
|
/**
|
|
4807
|
-
*
|
|
4807
|
+
* country code IsoAlpha3
|
|
4808
4808
|
*/
|
|
4809
|
-
|
|
4809
|
+
countryCode: string;
|
|
4810
4810
|
|
|
4811
4811
|
/**
|
|
4812
|
-
*
|
|
4812
|
+
* Street
|
|
4813
4813
|
*/
|
|
4814
|
-
|
|
4814
|
+
street: string;
|
|
4815
4815
|
|
|
4816
4816
|
/**
|
|
4817
4817
|
* Unique identifier of the Object
|
|
@@ -5017,14 +5017,14 @@ export interface DocumentContractDetail {
|
|
|
5017
5017
|
runtimeToDate: ScriptingDate;
|
|
5018
5018
|
|
|
5019
5019
|
/**
|
|
5020
|
-
*
|
|
5020
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5021
5021
|
*/
|
|
5022
|
-
|
|
5022
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5023
5023
|
|
|
5024
5024
|
/**
|
|
5025
|
-
*
|
|
5025
|
+
* Nächste Fälligkeit
|
|
5026
5026
|
*/
|
|
5027
|
-
|
|
5027
|
+
nextDueDate: ScriptingDate;
|
|
5028
5028
|
|
|
5029
5029
|
/**
|
|
5030
5030
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5201,18 +5201,18 @@ export interface DocumentLine {
|
|
|
5201
5201
|
/**
|
|
5202
5202
|
* Land der Herkunft
|
|
5203
5203
|
*/
|
|
5204
|
-
country: CountryReference;
|
|
5205
|
-
|
|
5206
|
-
/**
|
|
5207
|
-
* wurde aufgelöst in Gebindeartikel
|
|
5208
|
-
*/
|
|
5209
|
-
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5204
|
+
country: CountryReference;
|
|
5210
5205
|
|
|
5211
5206
|
/**
|
|
5212
5207
|
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5213
5208
|
*/
|
|
5214
5209
|
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5215
5210
|
|
|
5211
|
+
/**
|
|
5212
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5213
|
+
*/
|
|
5214
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5215
|
+
|
|
5216
5216
|
/**
|
|
5217
5217
|
* verarbeitete Menge
|
|
5218
5218
|
*/
|
|
@@ -5288,20 +5288,15 @@ export interface DocumentLine {
|
|
|
5288
5288
|
*/
|
|
5289
5289
|
baseTotalLinePrice: number;
|
|
5290
5290
|
|
|
5291
|
-
/**
|
|
5292
|
-
* Positionstyp
|
|
5293
|
-
*/
|
|
5294
|
-
lineType: DocumentLineType;
|
|
5295
|
-
|
|
5296
5291
|
/**
|
|
5297
5292
|
* FiBu-Buchung
|
|
5298
5293
|
*/
|
|
5299
5294
|
financeBooking: DocumentFinanceBooking;
|
|
5300
5295
|
|
|
5301
5296
|
/**
|
|
5302
|
-
*
|
|
5297
|
+
* Positionstyp
|
|
5303
5298
|
*/
|
|
5304
|
-
|
|
5299
|
+
lineType: DocumentLineType;
|
|
5305
5300
|
|
|
5306
5301
|
/**
|
|
5307
5302
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5313,6 +5308,11 @@ export interface DocumentLine {
|
|
|
5313
5308
|
*/
|
|
5314
5309
|
supplierOrderLineIds: Array<number>;
|
|
5315
5310
|
|
|
5311
|
+
/**
|
|
5312
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5313
|
+
*/
|
|
5314
|
+
totalLinePriceModifier: number;
|
|
5315
|
+
|
|
5316
5316
|
/**
|
|
5317
5317
|
* Vorgabe zu Streckengeschäft
|
|
5318
5318
|
*/
|
|
@@ -5328,11 +5328,6 @@ export interface DocumentLine {
|
|
|
5328
5328
|
*/
|
|
5329
5329
|
id: number;
|
|
5330
5330
|
|
|
5331
|
-
/**
|
|
5332
|
-
* Preis pro Einheit in Basiswährung
|
|
5333
|
-
*/
|
|
5334
|
-
basePrice: number;
|
|
5335
|
-
|
|
5336
5331
|
/**
|
|
5337
5332
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5338
5333
|
*/
|
|
@@ -5343,6 +5338,11 @@ export interface DocumentLine {
|
|
|
5343
5338
|
*/
|
|
5344
5339
|
externalReferenceVds: string;
|
|
5345
5340
|
|
|
5341
|
+
/**
|
|
5342
|
+
* Preis pro Einheit in Basiswährung
|
|
5343
|
+
*/
|
|
5344
|
+
basePrice: number;
|
|
5345
|
+
|
|
5346
5346
|
/**
|
|
5347
5347
|
* Serientyp
|
|
5348
5348
|
*/
|
|
@@ -5569,14 +5569,14 @@ export interface DocumentLine {
|
|
|
5569
5569
|
deliveryText: string;
|
|
5570
5570
|
|
|
5571
5571
|
/**
|
|
5572
|
-
*
|
|
5572
|
+
* Vorgabewert für die Preiskalkulation
|
|
5573
5573
|
*/
|
|
5574
|
-
|
|
5574
|
+
presetPrice: number;
|
|
5575
5575
|
|
|
5576
5576
|
/**
|
|
5577
|
-
*
|
|
5577
|
+
* Produktionsdetails
|
|
5578
5578
|
*/
|
|
5579
|
-
|
|
5579
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5580
5580
|
|
|
5581
5581
|
/**
|
|
5582
5582
|
* Freifelder
|
|
@@ -6448,14 +6448,14 @@ export interface DocumentRef {
|
|
|
6448
6448
|
export interface DocumentShippingCost {
|
|
6449
6449
|
|
|
6450
6450
|
/**
|
|
6451
|
-
*
|
|
6451
|
+
* Die Versandkosten
|
|
6452
6452
|
*/
|
|
6453
|
-
|
|
6453
|
+
costs: number;
|
|
6454
6454
|
|
|
6455
6455
|
/**
|
|
6456
|
-
*
|
|
6456
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6457
6457
|
*/
|
|
6458
|
-
|
|
6458
|
+
manualCosts: boolean;
|
|
6459
6459
|
|
|
6460
6460
|
/**
|
|
6461
6461
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6583,14 +6583,14 @@ export interface DocumentText {
|
|
|
6583
6583
|
transferableIntoSubsequentDocuments: boolean;
|
|
6584
6584
|
|
|
6585
6585
|
/**
|
|
6586
|
-
*
|
|
6586
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6587
6587
|
*/
|
|
6588
|
-
|
|
6588
|
+
deleted: boolean;
|
|
6589
6589
|
|
|
6590
6590
|
/**
|
|
6591
|
-
*
|
|
6591
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6592
6592
|
*/
|
|
6593
|
-
|
|
6593
|
+
textPosition: TextPosition;
|
|
6594
6594
|
|
|
6595
6595
|
/**
|
|
6596
6596
|
* textBaustein Vorlage
|
|
@@ -6908,14 +6908,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6908
6908
|
bookDate: ScriptingDate;
|
|
6909
6909
|
|
|
6910
6910
|
/**
|
|
6911
|
-
*
|
|
6911
|
+
* Die gültige Seriennummer
|
|
6912
6912
|
*/
|
|
6913
|
-
|
|
6913
|
+
targetSerialNumber: string;
|
|
6914
6914
|
|
|
6915
6915
|
/**
|
|
6916
|
-
*
|
|
6916
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6917
6917
|
*/
|
|
6918
|
-
|
|
6918
|
+
targetExpiryDate: ScriptingDate;
|
|
6919
6919
|
|
|
6920
6920
|
/**
|
|
6921
6921
|
* Quell-Lagerplatz
|
|
@@ -7529,26 +7529,26 @@ export interface PaymentTerm {
|
|
|
7529
7529
|
*/
|
|
7530
7530
|
paymentDiscount2: number;
|
|
7531
7531
|
|
|
7532
|
-
/**
|
|
7533
|
-
* printDescription
|
|
7534
|
-
*/
|
|
7535
|
-
printDescription: string;
|
|
7536
|
-
|
|
7537
7532
|
/**
|
|
7538
7533
|
* Percent for Discount 1
|
|
7539
7534
|
*/
|
|
7540
7535
|
paymentDiscount1: number;
|
|
7541
7536
|
|
|
7542
7537
|
/**
|
|
7543
|
-
*
|
|
7538
|
+
* printDescription
|
|
7544
7539
|
*/
|
|
7545
|
-
|
|
7540
|
+
printDescription: string;
|
|
7546
7541
|
|
|
7547
7542
|
/**
|
|
7548
7543
|
* Days for Discount 1
|
|
7549
7544
|
*/
|
|
7550
7545
|
paymentDays1: number;
|
|
7551
7546
|
|
|
7547
|
+
/**
|
|
7548
|
+
* for deposit: remaining term
|
|
7549
|
+
*/
|
|
7550
|
+
remainingTermRef: ApiObjectReference;
|
|
7551
|
+
|
|
7552
7552
|
/**
|
|
7553
7553
|
* Days for Discount 2
|
|
7554
7554
|
*/
|
|
@@ -7668,14 +7668,14 @@ export interface PickTrolley {
|
|
|
7668
7668
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7669
7669
|
|
|
7670
7670
|
/**
|
|
7671
|
-
*
|
|
7671
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7672
7672
|
*/
|
|
7673
|
-
|
|
7673
|
+
storageBinRef: StorageBinRef;
|
|
7674
7674
|
|
|
7675
7675
|
/**
|
|
7676
|
-
*
|
|
7676
|
+
* Bearbeiter der Pickliste
|
|
7677
7677
|
*/
|
|
7678
|
-
|
|
7678
|
+
processedByUserRef: ApiObjectReference;
|
|
7679
7679
|
|
|
7680
7680
|
/**
|
|
7681
7681
|
* Beschreibung des Wagens
|
|
@@ -7887,14 +7887,14 @@ export interface Picklist {
|
|
|
7887
7887
|
export interface PicklistLine {
|
|
7888
7888
|
|
|
7889
7889
|
/**
|
|
7890
|
-
*
|
|
7890
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7891
7891
|
*/
|
|
7892
|
-
|
|
7892
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7893
7893
|
|
|
7894
7894
|
/**
|
|
7895
|
-
*
|
|
7895
|
+
* Gesammelte Menge der Position
|
|
7896
7896
|
*/
|
|
7897
|
-
|
|
7897
|
+
quantityCollected: number;
|
|
7898
7898
|
|
|
7899
7899
|
/**
|
|
7900
7900
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7932,14 +7932,14 @@ export interface PicklistLine {
|
|
|
7932
7932
|
version: number;
|
|
7933
7933
|
|
|
7934
7934
|
/**
|
|
7935
|
-
*
|
|
7935
|
+
* ID der Quell-Dokumentposition
|
|
7936
7936
|
*/
|
|
7937
|
-
|
|
7937
|
+
sourceDocumentLineId: number;
|
|
7938
7938
|
|
|
7939
7939
|
/**
|
|
7940
|
-
*
|
|
7940
|
+
* Lageranzeigename
|
|
7941
7941
|
*/
|
|
7942
|
-
|
|
7942
|
+
storageDisplayName: string;
|
|
7943
7943
|
|
|
7944
7944
|
/**
|
|
7945
7945
|
* Artikelnummer
|
|
@@ -7947,14 +7947,14 @@ export interface PicklistLine {
|
|
|
7947
7947
|
articleNumber: string;
|
|
7948
7948
|
|
|
7949
7949
|
/**
|
|
7950
|
-
*
|
|
7950
|
+
* Lagernummer
|
|
7951
7951
|
*/
|
|
7952
|
-
|
|
7952
|
+
storageNumber: string;
|
|
7953
7953
|
|
|
7954
7954
|
/**
|
|
7955
|
-
*
|
|
7955
|
+
* Art der Position
|
|
7956
7956
|
*/
|
|
7957
|
-
|
|
7957
|
+
lineType: PicklistLineType;
|
|
7958
7958
|
|
|
7959
7959
|
/**
|
|
7960
7960
|
* ID der Ziel-Dokumentposition
|
|
@@ -8093,14 +8093,14 @@ export interface PicklistLineComponent {
|
|
|
8093
8093
|
targetDocumentLineComponentId: number;
|
|
8094
8094
|
|
|
8095
8095
|
/**
|
|
8096
|
-
*
|
|
8096
|
+
* abweichende Artikelbezeichnung
|
|
8097
8097
|
*/
|
|
8098
|
-
|
|
8098
|
+
articleAlternativeName: string;
|
|
8099
8099
|
|
|
8100
8100
|
/**
|
|
8101
|
-
*
|
|
8101
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8102
8102
|
*/
|
|
8103
|
-
|
|
8103
|
+
quantityPerAssemblyGroup: number;
|
|
8104
8104
|
|
|
8105
8105
|
/**
|
|
8106
8106
|
* Verpackte Menge der Position
|
|
@@ -8276,11 +8276,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8276
8276
|
*/
|
|
8277
8277
|
maxOrderValue: number;
|
|
8278
8278
|
|
|
8279
|
-
/**
|
|
8280
|
-
* Nur vollständig lieferbare Positionen
|
|
8281
|
-
*/
|
|
8282
|
-
onlyFullDeliverableOrderLines: boolean;
|
|
8283
|
-
|
|
8284
8279
|
/**
|
|
8285
8280
|
* Selektion über den Bereich vom Lieferdatum
|
|
8286
8281
|
*/
|
|
@@ -8291,6 +8286,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8291
8286
|
*/
|
|
8292
8287
|
maxOrderCount: number;
|
|
8293
8288
|
|
|
8289
|
+
/**
|
|
8290
|
+
* Nur vollständig lieferbare Positionen
|
|
8291
|
+
*/
|
|
8292
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
8293
|
+
|
|
8294
8294
|
/**
|
|
8295
8295
|
* Selektion über den Bereich vom Belegdatum
|
|
8296
8296
|
*/
|
|
@@ -8365,14 +8365,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8365
8365
|
specifyStorageBins: boolean;
|
|
8366
8366
|
|
|
8367
8367
|
/**
|
|
8368
|
-
*
|
|
8368
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8369
8369
|
*/
|
|
8370
|
-
|
|
8370
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8371
8371
|
|
|
8372
8372
|
/**
|
|
8373
|
-
*
|
|
8373
|
+
* Der zu verwendende Pickwagen
|
|
8374
8374
|
*/
|
|
8375
|
-
|
|
8375
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8376
8376
|
|
|
8377
8377
|
/**
|
|
8378
8378
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -8427,25 +8427,20 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8427
8427
|
*/
|
|
8428
8428
|
alwaysShowDeliveryMethod: boolean;
|
|
8429
8429
|
|
|
8430
|
-
/**
|
|
8431
|
-
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8432
|
-
*/
|
|
8433
|
-
autoPrintDeliveryDocument: boolean;
|
|
8434
|
-
|
|
8435
8430
|
/**
|
|
8436
8431
|
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8437
8432
|
*/
|
|
8438
8433
|
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8439
8434
|
|
|
8440
8435
|
/**
|
|
8441
|
-
*
|
|
8436
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8442
8437
|
*/
|
|
8443
|
-
|
|
8438
|
+
autoPrintDeliveryDocument: boolean;
|
|
8444
8439
|
|
|
8445
8440
|
/**
|
|
8446
|
-
*
|
|
8441
|
+
* Versand-Dialog beim Abschluss zeigen
|
|
8447
8442
|
*/
|
|
8448
|
-
|
|
8443
|
+
showShippingFormOnPickingFinish: boolean;
|
|
8449
8444
|
|
|
8450
8445
|
/**
|
|
8451
8446
|
* Sammelbestätigung erlauben
|
|
@@ -8457,6 +8452,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8457
8452
|
*/
|
|
8458
8453
|
allowPickingOfServiceArticles: boolean;
|
|
8459
8454
|
|
|
8455
|
+
/**
|
|
8456
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8457
|
+
*/
|
|
8458
|
+
useDigitalPicklist: boolean;
|
|
8459
|
+
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8462
8462
|
*/
|
|
@@ -8760,14 +8760,14 @@ export interface ProductDiscount {
|
|
|
8760
8760
|
validFrom: ScriptingDate;
|
|
8761
8761
|
|
|
8762
8762
|
/**
|
|
8763
|
-
*
|
|
8763
|
+
* Bestimmt die Art des Rabatts
|
|
8764
8764
|
*/
|
|
8765
|
-
|
|
8765
|
+
modifierType: PriceModifierType;
|
|
8766
8766
|
|
|
8767
8767
|
/**
|
|
8768
|
-
*
|
|
8768
|
+
* Warengruppe
|
|
8769
8769
|
*/
|
|
8770
|
-
|
|
8770
|
+
productGroupRef: ApiObjectReference;
|
|
8771
8771
|
|
|
8772
8772
|
/**
|
|
8773
8773
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9223,14 +9223,14 @@ export interface RequestDocument {
|
|
|
9223
9223
|
posRegisterId: number;
|
|
9224
9224
|
|
|
9225
9225
|
/**
|
|
9226
|
-
*
|
|
9226
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9227
9227
|
*/
|
|
9228
|
-
|
|
9228
|
+
supplierAccountId: number;
|
|
9229
9229
|
|
|
9230
9230
|
/**
|
|
9231
|
-
*
|
|
9231
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9232
9232
|
*/
|
|
9233
|
-
|
|
9233
|
+
paymentTermId: number;
|
|
9234
9234
|
|
|
9235
9235
|
/**
|
|
9236
9236
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9341,14 +9341,14 @@ export interface RequestDocumentLine {
|
|
|
9341
9341
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9342
9342
|
|
|
9343
9343
|
/**
|
|
9344
|
-
*
|
|
9344
|
+
* FiBu-Angaben
|
|
9345
9345
|
*/
|
|
9346
|
-
|
|
9346
|
+
financeBooking: DocumentFinanceBooking;
|
|
9347
9347
|
|
|
9348
9348
|
/**
|
|
9349
|
-
*
|
|
9349
|
+
* Typ dieser Position
|
|
9350
9350
|
*/
|
|
9351
|
-
|
|
9351
|
+
lineType: DocumentLineType;
|
|
9352
9352
|
|
|
9353
9353
|
/**
|
|
9354
9354
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9361,14 +9361,14 @@ export interface RequestDocumentLine {
|
|
|
9361
9361
|
dropShippingPolicy: DropShippingPolicy;
|
|
9362
9362
|
|
|
9363
9363
|
/**
|
|
9364
|
-
*
|
|
9364
|
+
* Positionsnummer der Artikel
|
|
9365
9365
|
*/
|
|
9366
|
-
|
|
9366
|
+
positionOfArticleLine: number;
|
|
9367
9367
|
|
|
9368
9368
|
/**
|
|
9369
|
-
*
|
|
9369
|
+
* (optional) Lager-ID
|
|
9370
9370
|
*/
|
|
9371
|
-
|
|
9371
|
+
storageId: number;
|
|
9372
9372
|
|
|
9373
9373
|
/**
|
|
9374
9374
|
* Vertragsdetails zur Belegposition
|
|
@@ -9446,14 +9446,14 @@ export interface RequestDocumentLine {
|
|
|
9446
9446
|
name: string;
|
|
9447
9447
|
|
|
9448
9448
|
/**
|
|
9449
|
-
*
|
|
9449
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9450
9450
|
*/
|
|
9451
|
-
|
|
9451
|
+
externalArticleNumber: string;
|
|
9452
9452
|
|
|
9453
9453
|
/**
|
|
9454
|
-
*
|
|
9454
|
+
* ID der Quell-Belegposition
|
|
9455
9455
|
*/
|
|
9456
|
-
|
|
9456
|
+
sourceLineId: number;
|
|
9457
9457
|
|
|
9458
9458
|
/**
|
|
9459
9459
|
* Buchungen zu dieser Belegposition
|
|
@@ -9592,14 +9592,14 @@ export interface RequestDocumentText {
|
|
|
9592
9592
|
export interface RevenueCalculation {
|
|
9593
9593
|
|
|
9594
9594
|
/**
|
|
9595
|
-
*
|
|
9595
|
+
* Deckungsbeitrag (absolut)
|
|
9596
9596
|
*/
|
|
9597
|
-
|
|
9597
|
+
revenue: number;
|
|
9598
9598
|
|
|
9599
9599
|
/**
|
|
9600
|
-
*
|
|
9600
|
+
* Netto Umsatz
|
|
9601
9601
|
*/
|
|
9602
|
-
|
|
9602
|
+
salesValue: number;
|
|
9603
9603
|
|
|
9604
9604
|
/**
|
|
9605
9605
|
* Einkaufspreis
|
|
@@ -9968,14 +9968,14 @@ export interface SequencerConfiguration {
|
|
|
9968
9968
|
key: string;
|
|
9969
9969
|
|
|
9970
9970
|
/**
|
|
9971
|
-
*
|
|
9971
|
+
* Contains details about the sequencer configuration
|
|
9972
9972
|
*/
|
|
9973
|
-
|
|
9973
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9974
9974
|
|
|
9975
9975
|
/**
|
|
9976
|
-
*
|
|
9976
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9977
9977
|
*/
|
|
9978
|
-
|
|
9978
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9979
9979
|
|
|
9980
9980
|
/**
|
|
9981
9981
|
* MetaInformations for this Object
|
|
@@ -10087,14 +10087,14 @@ export interface ShelfDocument {
|
|
|
10087
10087
|
tags: Array<TagDto>;
|
|
10088
10088
|
|
|
10089
10089
|
/**
|
|
10090
|
-
*
|
|
10090
|
+
* Mehrsprachige Bezeichnungen
|
|
10091
10091
|
*/
|
|
10092
|
-
|
|
10092
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
10093
10093
|
|
|
10094
10094
|
/**
|
|
10095
|
-
*
|
|
10095
|
+
* share informations
|
|
10096
10096
|
*/
|
|
10097
|
-
|
|
10097
|
+
shares: Array<ShelfShare>;
|
|
10098
10098
|
|
|
10099
10099
|
/**
|
|
10100
10100
|
* Automatische Löschung ab
|
|
@@ -10170,14 +10170,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10170
10170
|
shelfResourceId: number;
|
|
10171
10171
|
|
|
10172
10172
|
/**
|
|
10173
|
-
*
|
|
10173
|
+
* Verfügbare Transformationen zum Bild
|
|
10174
10174
|
*/
|
|
10175
|
-
|
|
10175
|
+
transformationKeys: Array<string>;
|
|
10176
10176
|
|
|
10177
10177
|
/**
|
|
10178
|
-
*
|
|
10178
|
+
* id of the referenced object
|
|
10179
10179
|
*/
|
|
10180
|
-
|
|
10180
|
+
refId: number;
|
|
10181
10181
|
|
|
10182
10182
|
/**
|
|
10183
10183
|
* Unique identifier of the Object
|
|
@@ -10226,14 +10226,14 @@ export interface ShelfDocumentType {
|
|
|
10226
10226
|
active: boolean;
|
|
10227
10227
|
|
|
10228
10228
|
/**
|
|
10229
|
-
*
|
|
10229
|
+
* access level or reading
|
|
10230
10230
|
*/
|
|
10231
|
-
|
|
10231
|
+
accessLevelRead: number;
|
|
10232
10232
|
|
|
10233
10233
|
/**
|
|
10234
|
-
*
|
|
10234
|
+
* label of type
|
|
10235
10235
|
*/
|
|
10236
|
-
|
|
10236
|
+
label: string;
|
|
10237
10237
|
|
|
10238
10238
|
/**
|
|
10239
10239
|
* storage rule for revisions
|
|
@@ -10279,14 +10279,14 @@ export interface ShelfFile {
|
|
|
10279
10279
|
subFiles: Array<SubFileInfo>;
|
|
10280
10280
|
|
|
10281
10281
|
/**
|
|
10282
|
-
*
|
|
10282
|
+
* revision number of this file
|
|
10283
10283
|
*/
|
|
10284
|
-
|
|
10284
|
+
revisionNumber: number;
|
|
10285
10285
|
|
|
10286
10286
|
/**
|
|
10287
|
-
*
|
|
10287
|
+
* fileSize
|
|
10288
10288
|
*/
|
|
10289
|
-
|
|
10289
|
+
fileSize: number;
|
|
10290
10290
|
|
|
10291
10291
|
/**
|
|
10292
10292
|
* file-extension of this entry
|
|
@@ -10365,14 +10365,14 @@ export interface ShelfShare {
|
|
|
10365
10365
|
publishState: ShelfSharePublishState;
|
|
10366
10366
|
|
|
10367
10367
|
/**
|
|
10368
|
-
*
|
|
10368
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10369
10369
|
*/
|
|
10370
|
-
|
|
10370
|
+
publicUrlDurationInMinutes: number;
|
|
10371
10371
|
|
|
10372
10372
|
/**
|
|
10373
|
-
*
|
|
10373
|
+
* Freifelder
|
|
10374
10374
|
*/
|
|
10375
|
-
|
|
10375
|
+
custom: EavShelfshare;
|
|
10376
10376
|
|
|
10377
10377
|
/**
|
|
10378
10378
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -11233,14 +11233,14 @@ export interface User {
|
|
|
11233
11233
|
version: number;
|
|
11234
11234
|
|
|
11235
11235
|
/**
|
|
11236
|
-
*
|
|
11236
|
+
* is the email verified
|
|
11237
11237
|
*/
|
|
11238
|
-
|
|
11238
|
+
emailVerified: boolean;
|
|
11239
11239
|
|
|
11240
11240
|
/**
|
|
11241
|
-
*
|
|
11241
|
+
* first-name
|
|
11242
11242
|
*/
|
|
11243
|
-
|
|
11243
|
+
firstName: string;
|
|
11244
11244
|
|
|
11245
11245
|
/**
|
|
11246
11246
|
* email-address
|