@vario-software/types 2026.27.0 → 2026.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +41 -41
- package/scripting/types.d.ts +277 -277
package/scripting/types.d.ts
CHANGED
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
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
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: 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
|
|
@@ -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
|
|
@@ -1213,26 +1213,26 @@ export interface Article {
|
|
|
1213
1213
|
*/
|
|
1214
1214
|
workUnitInMinutes: number;
|
|
1215
1215
|
|
|
1216
|
-
/**
|
|
1217
|
-
* description custom data
|
|
1218
|
-
*/
|
|
1219
|
-
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
|
-
|
|
1221
1216
|
/**
|
|
1222
1217
|
* Frei kommissionierbar
|
|
1223
1218
|
*/
|
|
1224
1219
|
freelyPickable: boolean;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
|
-
*
|
|
1222
|
+
* description custom data
|
|
1228
1223
|
*/
|
|
1229
|
-
|
|
1224
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1225
|
|
|
1231
1226
|
/**
|
|
1232
1227
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1233
1228
|
*/
|
|
1234
1229
|
taxLiabilityReversed: boolean;
|
|
1235
1230
|
|
|
1231
|
+
/**
|
|
1232
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1233
|
+
*/
|
|
1234
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1235
|
+
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Notiz
|
|
1238
1238
|
*/
|
|
@@ -1294,14 +1294,14 @@ export interface Article {
|
|
|
1294
1294
|
permissibleForOrderProposal: boolean;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* Versandlabeldruck
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
shippingLabelPrinting: boolean;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* reference to Product
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
productRef: ApiObjectReference;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Kontingentartikel
|
|
@@ -1354,14 +1354,14 @@ export interface Article {
|
|
|
1354
1354
|
custom: EavArticle;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* Art des Haltbarkeitsdatums
|
|
1363
1363
|
*/
|
|
1364
|
-
|
|
1364
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
1367
|
* Hersteller
|
|
@@ -1719,14 +1719,14 @@ export interface ArticleListing {
|
|
|
1719
1719
|
proposedLowestPriceGross: number;
|
|
1720
1720
|
|
|
1721
1721
|
/**
|
|
1722
|
-
*
|
|
1722
|
+
* der Sales Channel
|
|
1723
1723
|
*/
|
|
1724
|
-
|
|
1724
|
+
salesChannelRef: ApiObjectReference;
|
|
1725
1725
|
|
|
1726
1726
|
/**
|
|
1727
|
-
* der
|
|
1727
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1728
1728
|
*/
|
|
1729
|
-
|
|
1729
|
+
customLowestPriceGross: number;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
1732
|
* soll der Artikel gelistet werden
|
|
@@ -1942,14 +1942,14 @@ export interface ArticleStorage {
|
|
|
1942
1942
|
reorderPoint: number;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
*
|
|
1945
|
+
* Bestellte Menge
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
orderedQuantity: number;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
|
-
*
|
|
1950
|
+
* Aktuelle Menge in Kommissionierung
|
|
1951
1951
|
*/
|
|
1952
|
-
|
|
1952
|
+
quantityInPicking: number;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Nachschub auf
|
|
@@ -2029,11 +2029,6 @@ export interface ArticleStorage {
|
|
|
2029
2029
|
|
|
2030
2030
|
export interface ArticleSupplier {
|
|
2031
2031
|
|
|
2032
|
-
/**
|
|
2033
|
-
* Anzeigename des Accounts
|
|
2034
|
-
*/
|
|
2035
|
-
accountDisplayName: string;
|
|
2036
|
-
|
|
2037
2032
|
/**
|
|
2038
2033
|
* Lieferanten-Meldebestand
|
|
2039
2034
|
*/
|
|
@@ -2045,15 +2040,20 @@ export interface ArticleSupplier {
|
|
|
2045
2040
|
useSupplierArticleDescription: boolean;
|
|
2046
2041
|
|
|
2047
2042
|
/**
|
|
2048
|
-
*
|
|
2043
|
+
* Anzeigename des Accounts
|
|
2049
2044
|
*/
|
|
2050
|
-
|
|
2045
|
+
accountDisplayName: string;
|
|
2051
2046
|
|
|
2052
2047
|
/**
|
|
2053
2048
|
* Lieferzeit in (Werk-)Tagen
|
|
2054
2049
|
*/
|
|
2055
2050
|
deliveryTime: number;
|
|
2056
2051
|
|
|
2052
|
+
/**
|
|
2053
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2054
|
+
*/
|
|
2055
|
+
useSupplierArticleIdentifier: boolean;
|
|
2056
|
+
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2059
2059
|
*/
|
|
@@ -2100,14 +2100,14 @@ export interface ArticleSupplier {
|
|
|
2100
2100
|
info: MetaInfo;
|
|
2101
2101
|
|
|
2102
2102
|
/**
|
|
2103
|
-
*
|
|
2103
|
+
* Verpackungseinheit
|
|
2104
2104
|
*/
|
|
2105
|
-
|
|
2105
|
+
packagingUnit: number;
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
|
-
*
|
|
2108
|
+
* Referenced Article name
|
|
2109
2109
|
*/
|
|
2110
|
-
|
|
2110
|
+
articleName: string;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
2113
|
* Lieferanten-Preise
|
|
@@ -2155,14 +2155,14 @@ export interface ArticleSupplier {
|
|
|
2155
2155
|
defaultNetPrice: number;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
|
-
*
|
|
2158
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2159
2159
|
*/
|
|
2160
|
-
|
|
2160
|
+
orderOnComponentBase: boolean;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
|
-
*
|
|
2163
|
+
* Einkaufseinheit
|
|
2164
2164
|
*/
|
|
2165
|
-
|
|
2165
|
+
purchaseUnit: number;
|
|
2166
2166
|
|
|
2167
2167
|
/**
|
|
2168
2168
|
* Referenced Supplier-Account
|
|
@@ -2507,14 +2507,14 @@ export interface CountryReference {
|
|
|
2507
2507
|
export interface CreateNewDocumentRequest {
|
|
2508
2508
|
|
|
2509
2509
|
/**
|
|
2510
|
-
*
|
|
2510
|
+
* Belegart
|
|
2511
2511
|
*/
|
|
2512
|
-
|
|
2512
|
+
documentTypeLabel: string;
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* Belegart
|
|
2515
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2516
2516
|
*/
|
|
2517
|
-
|
|
2517
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
2520
|
* Details zum Beleg
|
|
@@ -2739,14 +2739,14 @@ export interface CrmActivityType {
|
|
|
2739
2739
|
export interface CrmChecklistItem {
|
|
2740
2740
|
|
|
2741
2741
|
/**
|
|
2742
|
-
*
|
|
2742
|
+
* Ist das Element "angehakt"?
|
|
2743
2743
|
*/
|
|
2744
|
-
|
|
2744
|
+
checked: boolean;
|
|
2745
2745
|
|
|
2746
2746
|
/**
|
|
2747
|
-
*
|
|
2747
|
+
* Text des Checklisten-Elements
|
|
2748
2748
|
*/
|
|
2749
|
-
|
|
2749
|
+
memo: string;
|
|
2750
2750
|
|
|
2751
2751
|
/**
|
|
2752
2752
|
* Unique identifier of the Object
|
|
@@ -2862,14 +2862,14 @@ export interface CrmDeal {
|
|
|
2862
2862
|
info: MetaInfo;
|
|
2863
2863
|
|
|
2864
2864
|
/**
|
|
2865
|
-
*
|
|
2865
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2866
2866
|
*/
|
|
2867
|
-
|
|
2867
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
assignedUserRef: ApiObjectReference;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
2875
|
* Chance (in Prozent)
|
|
@@ -3465,14 +3465,14 @@ export interface CrmSubType {
|
|
|
3465
3465
|
export interface CrmTask {
|
|
3466
3466
|
|
|
3467
3467
|
/**
|
|
3468
|
-
*
|
|
3468
|
+
* Angebot
|
|
3469
3469
|
*/
|
|
3470
|
-
|
|
3470
|
+
customerOfferRef: DocumentRef;
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
3478
|
* Liste von Erinnerungen
|
|
@@ -3874,14 +3874,14 @@ export interface Customer {
|
|
|
3874
3874
|
dueDate: ScriptingDate;
|
|
3875
3875
|
|
|
3876
3876
|
/**
|
|
3877
|
-
*
|
|
3877
|
+
* collective billable
|
|
3878
3878
|
*/
|
|
3879
|
-
|
|
3879
|
+
collectiveBillable: boolean;
|
|
3880
3880
|
|
|
3881
3881
|
/**
|
|
3882
|
-
*
|
|
3882
|
+
* Maximal mögliche Lieferungen
|
|
3883
3883
|
*/
|
|
3884
|
-
|
|
3884
|
+
maxDeliveries: number;
|
|
3885
3885
|
|
|
3886
3886
|
/**
|
|
3887
3887
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4163,14 +4163,14 @@ export interface DeliveryMethod {
|
|
|
4163
4163
|
translations: Array<DocumentTypeTerm>;
|
|
4164
4164
|
|
|
4165
4165
|
/**
|
|
4166
|
-
*
|
|
4166
|
+
* Versand-Anbieter
|
|
4167
4167
|
*/
|
|
4168
|
-
|
|
4168
|
+
vdsCarrierId: number;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* Gültige Ländercodes
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
validCountryCodes: Array<string>;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
4176
|
* Standardgewichtseinheit
|
|
@@ -4251,14 +4251,14 @@ export interface DeliveryTerm {
|
|
|
4251
4251
|
version: number;
|
|
4252
4252
|
|
|
4253
4253
|
/**
|
|
4254
|
-
*
|
|
4254
|
+
* information, how the shipping charges should be calculated
|
|
4255
4255
|
*/
|
|
4256
|
-
|
|
4256
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
|
-
*
|
|
4259
|
+
* translations
|
|
4260
4260
|
*/
|
|
4261
|
-
|
|
4261
|
+
translations: Array<DocumentTypeTerm>;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
4264
|
* Lieferarten
|
|
@@ -4289,14 +4289,14 @@ export interface DeliveryTerm {
|
|
|
4289
4289
|
export interface Document {
|
|
4290
4290
|
|
|
4291
4291
|
/**
|
|
4292
|
-
*
|
|
4292
|
+
* Referenz zum Rechnungskonto
|
|
4293
4293
|
*/
|
|
4294
|
-
|
|
4294
|
+
billingAccountRef: ApiObjectReference;
|
|
4295
4295
|
|
|
4296
4296
|
/**
|
|
4297
|
-
*
|
|
4297
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4298
4298
|
*/
|
|
4299
|
-
|
|
4299
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4300
4300
|
|
|
4301
4301
|
/**
|
|
4302
4302
|
* Externe Belegnummer
|
|
@@ -4376,6 +4376,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4376
4376
|
*/
|
|
4377
4377
|
deliveryQuantityPackages: number;
|
|
4378
4378
|
|
|
4379
|
+
/**
|
|
4380
|
+
* Steuerpflichtig oder steuerfrei
|
|
4381
|
+
*/
|
|
4382
|
+
taxable: boolean;
|
|
4383
|
+
|
|
4379
4384
|
/**
|
|
4380
4385
|
* Bestellnummer aus Vorbeleg
|
|
4381
4386
|
*/
|
|
@@ -4386,11 +4391,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4386
4391
|
*/
|
|
4387
4392
|
buyerReference: string;
|
|
4388
4393
|
|
|
4389
|
-
/**
|
|
4390
|
-
* Steuerpflichtig oder steuerfrei
|
|
4391
|
-
*/
|
|
4392
|
-
taxable: boolean;
|
|
4393
|
-
|
|
4394
4394
|
/**
|
|
4395
4395
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4396
4396
|
*/
|
|
@@ -4442,14 +4442,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4442
4442
|
accountId: number;
|
|
4443
4443
|
|
|
4444
4444
|
/**
|
|
4445
|
-
* Länderkennzeichen
|
|
4445
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4446
4446
|
*/
|
|
4447
|
-
|
|
4447
|
+
sourceCountryCode: string;
|
|
4448
4448
|
|
|
4449
4449
|
/**
|
|
4450
|
-
* Länderkennzeichen
|
|
4450
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4451
4451
|
*/
|
|
4452
|
-
|
|
4452
|
+
performanceCountryCode: string;
|
|
4453
4453
|
|
|
4454
4454
|
/**
|
|
4455
4455
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4497,20 +4497,27 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4497
4497
|
supplierNumber: string;
|
|
4498
4498
|
|
|
4499
4499
|
/**
|
|
4500
|
-
*
|
|
4500
|
+
* Gesamtpreis brutto
|
|
4501
4501
|
*/
|
|
4502
|
-
|
|
4502
|
+
totalGrossPrice: number;
|
|
4503
4503
|
|
|
4504
4504
|
/**
|
|
4505
|
-
*
|
|
4505
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4506
4506
|
*/
|
|
4507
|
-
|
|
4507
|
+
deliveryApproved: boolean;
|
|
4508
4508
|
|
|
4509
4509
|
/**
|
|
4510
4510
|
* Kassen-Zahlungspositionen
|
|
4511
4511
|
*/
|
|
4512
4512
|
posPayments: Array<DocumentPosPayment>;
|
|
4513
4513
|
|
|
4514
|
+
/**
|
|
4515
|
+
* Ist die Quittung bezahlt
|
|
4516
|
+
true wenn die Quittung bezahlt ist
|
|
4517
|
+
|
|
4518
|
+
*/
|
|
4519
|
+
posReceiptPayed: boolean;
|
|
4520
|
+
|
|
4514
4521
|
/**
|
|
4515
4522
|
* Kundennummer beim Lieferanten
|
|
4516
4523
|
*/
|
|
@@ -4521,13 +4528,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4521
4528
|
*/
|
|
4522
4529
|
maxDeliveries: number;
|
|
4523
4530
|
|
|
4524
|
-
/**
|
|
4525
|
-
* Ist die Quittung bezahlt
|
|
4526
|
-
true wenn die Quittung bezahlt ist
|
|
4527
|
-
|
|
4528
|
-
*/
|
|
4529
|
-
posReceiptPayed: boolean;
|
|
4530
|
-
|
|
4531
4531
|
/**
|
|
4532
4532
|
* Quittung: Summe Zahlbetrag
|
|
4533
4533
|
*/
|
|
@@ -4614,14 +4614,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4614
|
defaultAddress: DocumentAddress;
|
|
4615
4615
|
|
|
4616
4616
|
/**
|
|
4617
|
-
*
|
|
4617
|
+
* Leistungsdatum
|
|
4618
4618
|
*/
|
|
4619
|
-
|
|
4619
|
+
performanceDate: ScriptingDate;
|
|
4620
4620
|
|
|
4621
4621
|
/**
|
|
4622
|
-
*
|
|
4622
|
+
* Verarbeitungsoption für Stapel
|
|
4623
4623
|
*/
|
|
4624
|
-
|
|
4624
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4625
4625
|
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4649,14 +4649,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4649
4649
|
additionalInfo: DocumentAdditionalInfo;
|
|
4650
4650
|
|
|
4651
4651
|
/**
|
|
4652
|
-
*
|
|
4652
|
+
* Bestelldatum
|
|
4653
4653
|
*/
|
|
4654
|
-
|
|
4654
|
+
orderedOn: ScriptingDate;
|
|
4655
4655
|
|
|
4656
4656
|
/**
|
|
4657
|
-
*
|
|
4657
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4658
4658
|
*/
|
|
4659
|
-
|
|
4659
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4660
4660
|
|
|
4661
4661
|
/**
|
|
4662
4662
|
* MetaInformations for this Object
|
|
@@ -4679,14 +4679,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4679
4679
|
dropShipping: boolean;
|
|
4680
4680
|
|
|
4681
4681
|
/**
|
|
4682
|
-
*
|
|
4682
|
+
* Gesamtpreis netto
|
|
4683
4683
|
*/
|
|
4684
|
-
|
|
4684
|
+
totalNetPrice: number;
|
|
4685
4685
|
|
|
4686
4686
|
/**
|
|
4687
|
-
*
|
|
4687
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4688
4688
|
*/
|
|
4689
|
-
|
|
4689
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4690
4690
|
|
|
4691
4691
|
/**
|
|
4692
4692
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4845,25 +4845,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4845
4845
|
*/
|
|
4846
4846
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4847
4847
|
|
|
4848
|
-
/**
|
|
4849
|
-
* Status der USt-ID-Prüfung
|
|
4850
|
-
*/
|
|
4851
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4852
|
-
|
|
4853
4848
|
/**
|
|
4854
4849
|
* Rechnungsadresse
|
|
4855
4850
|
*/
|
|
4856
4851
|
billingAddress: DocumentAddress;
|
|
4857
4852
|
|
|
4858
4853
|
/**
|
|
4859
|
-
*
|
|
4854
|
+
* Status der USt-ID-Prüfung
|
|
4860
4855
|
*/
|
|
4861
|
-
|
|
4856
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4862
4857
|
|
|
4863
4858
|
/**
|
|
4864
4859
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4865
4860
|
*/
|
|
4866
4861
|
reportGroupRef: ApiObjectReference;
|
|
4862
|
+
|
|
4863
|
+
/**
|
|
4864
|
+
* Bestellt durch Ansprechpartner
|
|
4865
|
+
*/
|
|
4866
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
4869
|
export interface DocumentAdditionalInfo {
|
|
@@ -5019,14 +5019,14 @@ export interface DocumentAddress {
|
|
|
5019
5019
|
postOfficeBox: string;
|
|
5020
5020
|
|
|
5021
5021
|
/**
|
|
5022
|
-
*
|
|
5022
|
+
* country code IsoAlpha3
|
|
5023
5023
|
*/
|
|
5024
|
-
|
|
5024
|
+
countryCode: string;
|
|
5025
5025
|
|
|
5026
5026
|
/**
|
|
5027
|
-
*
|
|
5027
|
+
* Street
|
|
5028
5028
|
*/
|
|
5029
|
-
|
|
5029
|
+
street: string;
|
|
5030
5030
|
|
|
5031
5031
|
/**
|
|
5032
5032
|
* Unique identifier of the Object
|
|
@@ -5439,14 +5439,14 @@ export interface DocumentLine {
|
|
|
5439
5439
|
number: string;
|
|
5440
5440
|
|
|
5441
5441
|
/**
|
|
5442
|
-
*
|
|
5442
|
+
* Referenz zur Kundenauftragszeile
|
|
5443
5443
|
*/
|
|
5444
|
-
|
|
5444
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5445
5445
|
|
|
5446
5446
|
/**
|
|
5447
|
-
*
|
|
5447
|
+
* Gesamtbruttogewicht
|
|
5448
5448
|
*/
|
|
5449
|
-
|
|
5449
|
+
totalGrossWeight: number;
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
5452
|
* skontierbare Position?
|
|
@@ -5484,9 +5484,9 @@ export interface DocumentLine {
|
|
|
5484
5484
|
id: number;
|
|
5485
5485
|
|
|
5486
5486
|
/**
|
|
5487
|
-
*
|
|
5487
|
+
* Preis pro Einheit in Basiswährung
|
|
5488
5488
|
*/
|
|
5489
|
-
|
|
5489
|
+
basePrice: number;
|
|
5490
5490
|
|
|
5491
5491
|
/**
|
|
5492
5492
|
* Serientyp
|
|
@@ -5494,9 +5494,9 @@ export interface DocumentLine {
|
|
|
5494
5494
|
serialType: ArticleSerialType;
|
|
5495
5495
|
|
|
5496
5496
|
/**
|
|
5497
|
-
*
|
|
5497
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5498
5498
|
*/
|
|
5499
|
-
|
|
5499
|
+
positionOfArticleLine: number;
|
|
5500
5500
|
|
|
5501
5501
|
/**
|
|
5502
5502
|
* Steuerschema
|
|
@@ -5589,14 +5589,14 @@ export interface DocumentLine {
|
|
|
5589
5589
|
deliveryDateEnd: ScriptingDate;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
baseSalesValueNet: number;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
|
-
*
|
|
5597
|
+
* Vertragsinformationen
|
|
5598
5598
|
*/
|
|
5599
|
-
|
|
5599
|
+
contractDetail: DocumentContractDetail;
|
|
5600
5600
|
|
|
5601
5601
|
/**
|
|
5602
5602
|
* Einheit Nettogewicht
|
|
@@ -6028,14 +6028,14 @@ export interface DocumentLineComponent {
|
|
|
6028
6028
|
custom: EavDocumentlinecomponent;
|
|
6029
6029
|
|
|
6030
6030
|
/**
|
|
6031
|
-
*
|
|
6031
|
+
* Gelieferte Menge
|
|
6032
6032
|
*/
|
|
6033
|
-
|
|
6033
|
+
quantityCommitted: number;
|
|
6034
6034
|
|
|
6035
6035
|
/**
|
|
6036
|
-
*
|
|
6036
|
+
* Referenz auf den Artikel der Komponente
|
|
6037
6037
|
*/
|
|
6038
|
-
|
|
6038
|
+
articleId: number;
|
|
6039
6039
|
|
|
6040
6040
|
/**
|
|
6041
6041
|
* Beschreibung des Artikels
|
|
@@ -6386,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6386
6386
|
balanceBeforeWithdrawal: number;
|
|
6387
6387
|
|
|
6388
6388
|
/**
|
|
6389
|
-
*
|
|
6389
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6390
6390
|
*/
|
|
6391
|
-
|
|
6391
|
+
externalPaymentId: string;
|
|
6392
6392
|
|
|
6393
6393
|
/**
|
|
6394
|
-
*
|
|
6394
|
+
* Typ der Position
|
|
6395
6395
|
*/
|
|
6396
|
-
|
|
6396
|
+
posLineType: PosLineType;
|
|
6397
6397
|
|
|
6398
6398
|
/**
|
|
6399
6399
|
* Unique identifier of the Object
|
|
@@ -6607,14 +6607,14 @@ export interface DocumentPosPayment {
|
|
|
6607
6607
|
version: number;
|
|
6608
6608
|
|
|
6609
6609
|
/**
|
|
6610
|
-
*
|
|
6610
|
+
* Zahlungsart
|
|
6611
6611
|
*/
|
|
6612
|
-
|
|
6612
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6613
6613
|
|
|
6614
6614
|
/**
|
|
6615
|
-
*
|
|
6615
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6616
6616
|
*/
|
|
6617
|
-
|
|
6617
|
+
withdrawalAmount: number;
|
|
6618
6618
|
|
|
6619
6619
|
/**
|
|
6620
6620
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6627,14 +6627,14 @@ export interface DocumentPosPayment {
|
|
|
6627
6627
|
balanceBeforeWithdrawal: number;
|
|
6628
6628
|
|
|
6629
6629
|
/**
|
|
6630
|
-
*
|
|
6630
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6631
6631
|
*/
|
|
6632
|
-
|
|
6632
|
+
externalPaymentId: string;
|
|
6633
6633
|
|
|
6634
6634
|
/**
|
|
6635
|
-
*
|
|
6635
|
+
* Typ der Position
|
|
6636
6636
|
*/
|
|
6637
|
-
|
|
6637
|
+
posLineType: PosLineType;
|
|
6638
6638
|
|
|
6639
6639
|
/**
|
|
6640
6640
|
* Unique identifier of the Object
|
|
@@ -6762,14 +6762,14 @@ export const enum DocumentRounding {
|
|
|
6762
6762
|
export interface DocumentShippingCost {
|
|
6763
6763
|
|
|
6764
6764
|
/**
|
|
6765
|
-
*
|
|
6765
|
+
* Die Versandkosten
|
|
6766
6766
|
*/
|
|
6767
|
-
|
|
6767
|
+
costs: number;
|
|
6768
6768
|
|
|
6769
6769
|
/**
|
|
6770
|
-
*
|
|
6770
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6771
6771
|
*/
|
|
6772
|
-
|
|
6772
|
+
manualCosts: boolean;
|
|
6773
6773
|
|
|
6774
6774
|
/**
|
|
6775
6775
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6897,14 +6897,14 @@ export interface DocumentText {
|
|
|
6897
6897
|
transferableIntoSubsequentDocuments: boolean;
|
|
6898
6898
|
|
|
6899
6899
|
/**
|
|
6900
|
-
*
|
|
6900
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6901
6901
|
*/
|
|
6902
|
-
|
|
6902
|
+
deleted: boolean;
|
|
6903
6903
|
|
|
6904
6904
|
/**
|
|
6905
|
-
*
|
|
6905
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6906
6906
|
*/
|
|
6907
|
-
|
|
6907
|
+
textPosition: TextPosition;
|
|
6908
6908
|
|
|
6909
6909
|
/**
|
|
6910
6910
|
* textBaustein Vorlage
|
|
@@ -7891,14 +7891,14 @@ export interface OpenItem {
|
|
|
7891
7891
|
paymentDueDate: ScriptingDate;
|
|
7892
7892
|
|
|
7893
7893
|
/**
|
|
7894
|
-
* Länderkennzeichen
|
|
7894
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7895
7895
|
*/
|
|
7896
|
-
|
|
7896
|
+
sourceCountryCode: string;
|
|
7897
7897
|
|
|
7898
7898
|
/**
|
|
7899
|
-
* Länderkennzeichen
|
|
7899
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7900
7900
|
*/
|
|
7901
|
-
|
|
7901
|
+
performanceCountryCode: string;
|
|
7902
7902
|
|
|
7903
7903
|
/**
|
|
7904
7904
|
* agreed Deposit payment date
|
|
@@ -8006,14 +8006,14 @@ export interface OpenItem {
|
|
|
8006
8006
|
sumFee: number;
|
|
8007
8007
|
|
|
8008
8008
|
/**
|
|
8009
|
-
*
|
|
8009
|
+
* The full amount of the payment
|
|
8010
8010
|
*/
|
|
8011
|
-
|
|
8011
|
+
fullPaymentAmount: number;
|
|
8012
8012
|
|
|
8013
8013
|
/**
|
|
8014
|
-
*
|
|
8014
|
+
* Zahlungsplan
|
|
8015
8015
|
*/
|
|
8016
|
-
|
|
8016
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8017
8017
|
|
|
8018
8018
|
/**
|
|
8019
8019
|
* Zahlungssperre
|
|
@@ -8046,14 +8046,14 @@ export interface OpenItem {
|
|
|
8046
8046
|
baseSumDiscount: number;
|
|
8047
8047
|
|
|
8048
8048
|
/**
|
|
8049
|
-
*
|
|
8049
|
+
* Zahlungsvorlage
|
|
8050
8050
|
*/
|
|
8051
|
-
|
|
8051
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8052
8052
|
|
|
8053
8053
|
/**
|
|
8054
|
-
*
|
|
8054
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8055
8055
|
*/
|
|
8056
|
-
|
|
8056
|
+
baseSumDunnings: number;
|
|
8057
8057
|
|
|
8058
8058
|
/**
|
|
8059
8059
|
* Rechnungsbetrag
|
|
@@ -8066,14 +8066,14 @@ export interface OpenItem {
|
|
|
8066
8066
|
taxRateRef: ApiObjectReference;
|
|
8067
8067
|
|
|
8068
8068
|
/**
|
|
8069
|
-
*
|
|
8069
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8070
8070
|
*/
|
|
8071
|
-
|
|
8071
|
+
baseCurrencyCode: string;
|
|
8072
8072
|
|
|
8073
8073
|
/**
|
|
8074
|
-
*
|
|
8074
|
+
* Anzahlungsrechnung
|
|
8075
8075
|
*/
|
|
8076
|
-
|
|
8076
|
+
depositInvoice: ApiObjectReference;
|
|
8077
8077
|
|
|
8078
8078
|
/**
|
|
8079
8079
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8349,14 +8349,14 @@ export interface OpenItemRecord {
|
|
|
8349
8349
|
version: number;
|
|
8350
8350
|
|
|
8351
8351
|
/**
|
|
8352
|
-
*
|
|
8352
|
+
* Buchungsbetrag in Basiswährung
|
|
8353
8353
|
*/
|
|
8354
|
-
|
|
8354
|
+
baseAmount: number;
|
|
8355
8355
|
|
|
8356
8356
|
/**
|
|
8357
|
-
*
|
|
8357
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8358
8358
|
*/
|
|
8359
|
-
|
|
8359
|
+
transactionId: number;
|
|
8360
8360
|
|
|
8361
8361
|
/**
|
|
8362
8362
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8374,14 +8374,14 @@ export interface OpenItemRecord {
|
|
|
8374
8374
|
totalAmount: number;
|
|
8375
8375
|
|
|
8376
8376
|
/**
|
|
8377
|
-
*
|
|
8377
|
+
* id des records, der diesen storniert hat
|
|
8378
8378
|
*/
|
|
8379
|
-
|
|
8379
|
+
revertedByRecordId: number;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
baseCurrencyCode: string;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
8387
|
* qualifier of open item
|
|
@@ -8515,14 +8515,14 @@ export interface PaymentMethod {
|
|
|
8515
8515
|
dunnable: boolean;
|
|
8516
8516
|
|
|
8517
8517
|
/**
|
|
8518
|
-
*
|
|
8518
|
+
* Debitoren-OP abschließen?
|
|
8519
8519
|
*/
|
|
8520
|
-
|
|
8520
|
+
closeCustomerAccountType: boolean;
|
|
8521
8521
|
|
|
8522
8522
|
/**
|
|
8523
|
-
*
|
|
8523
|
+
* translations
|
|
8524
8524
|
*/
|
|
8525
|
-
|
|
8525
|
+
translations: Array<DocumentTypeTerm>;
|
|
8526
8526
|
|
|
8527
8527
|
/**
|
|
8528
8528
|
* +Tage für Folgelastschrift
|
|
@@ -8620,26 +8620,26 @@ export interface PaymentTerm {
|
|
|
8620
8620
|
*/
|
|
8621
8621
|
paymentDiscount2: number;
|
|
8622
8622
|
|
|
8623
|
-
/**
|
|
8624
|
-
* Percent for Discount 1
|
|
8625
|
-
*/
|
|
8626
|
-
paymentDiscount1: number;
|
|
8627
|
-
|
|
8628
8623
|
/**
|
|
8629
8624
|
* printDescription
|
|
8630
8625
|
*/
|
|
8631
8626
|
printDescription: string;
|
|
8632
8627
|
|
|
8633
8628
|
/**
|
|
8634
|
-
*
|
|
8629
|
+
* Percent for Discount 1
|
|
8635
8630
|
*/
|
|
8636
|
-
|
|
8631
|
+
paymentDiscount1: number;
|
|
8637
8632
|
|
|
8638
8633
|
/**
|
|
8639
8634
|
* for deposit: remaining term
|
|
8640
8635
|
*/
|
|
8641
8636
|
remainingTermRef: ApiObjectReference;
|
|
8642
8637
|
|
|
8638
|
+
/**
|
|
8639
|
+
* Days for Discount 1
|
|
8640
|
+
*/
|
|
8641
|
+
paymentDays1: number;
|
|
8642
|
+
|
|
8643
8643
|
/**
|
|
8644
8644
|
* Days for Discount 2
|
|
8645
8645
|
*/
|
|
@@ -9370,6 +9370,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9370
9370
|
*/
|
|
9371
9371
|
alternativeSelectionInVql: string;
|
|
9372
9372
|
|
|
9373
|
+
/**
|
|
9374
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9375
|
+
*/
|
|
9376
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9377
|
+
|
|
9373
9378
|
/**
|
|
9374
9379
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9375
9380
|
*/
|
|
@@ -9380,11 +9385,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9380
9385
|
*/
|
|
9381
9386
|
onlyFullDeliverableOrderLines: boolean;
|
|
9382
9387
|
|
|
9383
|
-
/**
|
|
9384
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
9385
|
-
*/
|
|
9386
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9387
|
-
|
|
9388
9388
|
/**
|
|
9389
9389
|
* Selektion über den Bereich vom Belegdatum
|
|
9390
9390
|
*/
|
|
@@ -9449,14 +9449,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9449
9449
|
printPicklist: boolean;
|
|
9450
9450
|
|
|
9451
9451
|
/**
|
|
9452
|
-
*
|
|
9452
|
+
* Die zu verwendende Pickwagengruppe
|
|
9453
9453
|
*/
|
|
9454
|
-
|
|
9454
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9455
9455
|
|
|
9456
9456
|
/**
|
|
9457
|
-
*
|
|
9457
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9458
9458
|
*/
|
|
9459
|
-
|
|
9459
|
+
maxPicklistLineCount: number;
|
|
9460
9460
|
|
|
9461
9461
|
/**
|
|
9462
9462
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9546,6 +9546,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9546
9546
|
*/
|
|
9547
9547
|
printLabelOnScan: boolean;
|
|
9548
9548
|
|
|
9549
|
+
/**
|
|
9550
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9551
|
+
*/
|
|
9552
|
+
useDigitalPicklist: boolean;
|
|
9553
|
+
|
|
9549
9554
|
/**
|
|
9550
9555
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
9551
9556
|
*/
|
|
@@ -9556,11 +9561,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9556
9561
|
*/
|
|
9557
9562
|
allowFullConfirmation: boolean;
|
|
9558
9563
|
|
|
9559
|
-
/**
|
|
9560
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9561
|
-
*/
|
|
9562
|
-
useDigitalPicklist: boolean;
|
|
9563
|
-
|
|
9564
9564
|
/**
|
|
9565
9565
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9566
9566
|
*/
|
|
@@ -9577,14 +9577,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9577
9577
|
printLabelOnCompleteOrder: boolean;
|
|
9578
9578
|
|
|
9579
9579
|
/**
|
|
9580
|
-
*
|
|
9580
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9581
9581
|
*/
|
|
9582
|
-
|
|
9582
|
+
printLabelAfterPicking: boolean;
|
|
9583
9583
|
|
|
9584
9584
|
/**
|
|
9585
|
-
*
|
|
9585
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9586
9586
|
*/
|
|
9587
|
-
|
|
9587
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9588
9588
|
|
|
9589
9589
|
/**
|
|
9590
9590
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
@@ -9670,14 +9670,14 @@ export interface PriceSelectionCriteria {
|
|
|
9670
9670
|
quantity: number;
|
|
9671
9671
|
|
|
9672
9672
|
/**
|
|
9673
|
-
* Liste von
|
|
9673
|
+
* Liste von Account-IDs
|
|
9674
9674
|
*/
|
|
9675
|
-
|
|
9675
|
+
accountIds: Array<number>;
|
|
9676
9676
|
|
|
9677
9677
|
/**
|
|
9678
|
-
* Liste von
|
|
9678
|
+
* Liste von Artikel-IDs
|
|
9679
9679
|
*/
|
|
9680
|
-
|
|
9680
|
+
articleIds: Array<number>;
|
|
9681
9681
|
|
|
9682
9682
|
/**
|
|
9683
9683
|
* ein qualifier
|
|
@@ -9844,14 +9844,14 @@ export interface ProductArticleRef {
|
|
|
9844
9844
|
export interface ProductDiscount {
|
|
9845
9845
|
|
|
9846
9846
|
/**
|
|
9847
|
-
*
|
|
9847
|
+
* Kundengruppe
|
|
9848
9848
|
*/
|
|
9849
|
-
|
|
9849
|
+
customerGroupRef: ApiObjectReference;
|
|
9850
9850
|
|
|
9851
9851
|
/**
|
|
9852
|
-
*
|
|
9852
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9853
9853
|
*/
|
|
9854
|
-
|
|
9854
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9855
9855
|
|
|
9856
9856
|
/**
|
|
9857
9857
|
* Lieferantengruppe
|
|
@@ -9874,14 +9874,14 @@ export interface ProductDiscount {
|
|
|
9874
9874
|
validFrom: ScriptingDate;
|
|
9875
9875
|
|
|
9876
9876
|
/**
|
|
9877
|
-
*
|
|
9877
|
+
* Warengruppe
|
|
9878
9878
|
*/
|
|
9879
|
-
|
|
9879
|
+
productGroupRef: ApiObjectReference;
|
|
9880
9880
|
|
|
9881
9881
|
/**
|
|
9882
|
-
*
|
|
9882
|
+
* Bestimmt die Art des Rabatts
|
|
9883
9883
|
*/
|
|
9884
|
-
|
|
9884
|
+
modifierType: PriceModifierType;
|
|
9885
9885
|
|
|
9886
9886
|
/**
|
|
9887
9887
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9929,14 +9929,14 @@ export interface ProductDiscount {
|
|
|
9929
9929
|
modifierValueType: ValueType;
|
|
9930
9930
|
|
|
9931
9931
|
/**
|
|
9932
|
-
*
|
|
9932
|
+
* Account, für den der Rabatt gültig ist
|
|
9933
9933
|
*/
|
|
9934
|
-
|
|
9934
|
+
accountRef: ApiObjectReference;
|
|
9935
9935
|
|
|
9936
9936
|
/**
|
|
9937
|
-
*
|
|
9937
|
+
* Name des Rabatts
|
|
9938
9938
|
*/
|
|
9939
|
-
|
|
9939
|
+
modifierName: string;
|
|
9940
9940
|
|
|
9941
9941
|
/**
|
|
9942
9942
|
* Unique identifier of the Object
|
|
@@ -10053,14 +10053,14 @@ export interface ProductMainGroup {
|
|
|
10053
10053
|
export interface ProductPrice {
|
|
10054
10054
|
|
|
10055
10055
|
/**
|
|
10056
|
-
*
|
|
10056
|
+
* Kundengruppe
|
|
10057
10057
|
*/
|
|
10058
|
-
|
|
10058
|
+
customerGroupRef: ApiObjectReference;
|
|
10059
10059
|
|
|
10060
10060
|
/**
|
|
10061
|
-
*
|
|
10061
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10062
10062
|
*/
|
|
10063
|
-
|
|
10063
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10064
10064
|
|
|
10065
10065
|
/**
|
|
10066
10066
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10262,15 +10262,20 @@ export const enum RegulationSet {
|
|
|
10262
10262
|
|
|
10263
10263
|
export interface RequestDocument {
|
|
10264
10264
|
|
|
10265
|
+
/**
|
|
10266
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10267
|
+
*/
|
|
10268
|
+
incomingGoodsStorageBinId: number;
|
|
10269
|
+
|
|
10265
10270
|
/**
|
|
10266
10271
|
* Belegdatum
|
|
10267
10272
|
*/
|
|
10268
10273
|
documentDate: ScriptingDate;
|
|
10269
10274
|
|
|
10270
10275
|
/**
|
|
10271
|
-
* ID
|
|
10276
|
+
* ID der Kassenschublade (bei POS)
|
|
10272
10277
|
*/
|
|
10273
|
-
|
|
10278
|
+
cashDrawerId: number;
|
|
10274
10279
|
|
|
10275
10280
|
/**
|
|
10276
10281
|
* Der Anzahlungsbetrag
|
|
@@ -10282,11 +10287,6 @@ export interface RequestDocument {
|
|
|
10282
10287
|
*/
|
|
10283
10288
|
performanceDate: ScriptingDate;
|
|
10284
10289
|
|
|
10285
|
-
/**
|
|
10286
|
-
* ID der Kassenschublade (bei POS)
|
|
10287
|
-
*/
|
|
10288
|
-
cashDrawerId: number;
|
|
10289
|
-
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10292
10292
|
*/
|
|
@@ -10343,14 +10343,14 @@ export interface RequestDocument {
|
|
|
10343
10343
|
lines: Array<RequestDocumentLine>;
|
|
10344
10344
|
|
|
10345
10345
|
/**
|
|
10346
|
-
*
|
|
10346
|
+
* ID der Kasse (bei POS)
|
|
10347
10347
|
*/
|
|
10348
|
-
|
|
10348
|
+
posRegisterId: number;
|
|
10349
10349
|
|
|
10350
10350
|
/**
|
|
10351
|
-
*
|
|
10351
|
+
* Die Vertragsdetails
|
|
10352
10352
|
*/
|
|
10353
|
-
|
|
10353
|
+
contractDetail: DocumentContractDetail;
|
|
10354
10354
|
|
|
10355
10355
|
/**
|
|
10356
10356
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10576,14 +10576,14 @@ export interface RequestDocumentLine {
|
|
|
10576
10576
|
name: string;
|
|
10577
10577
|
|
|
10578
10578
|
/**
|
|
10579
|
-
*
|
|
10579
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10580
10580
|
*/
|
|
10581
|
-
|
|
10581
|
+
externalArticleNumber: string;
|
|
10582
10582
|
|
|
10583
10583
|
/**
|
|
10584
|
-
*
|
|
10584
|
+
* ID der Quell-Belegposition
|
|
10585
10585
|
*/
|
|
10586
|
-
|
|
10586
|
+
sourceLineId: number;
|
|
10587
10587
|
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Buchungen zu dieser Belegposition
|
|
@@ -10591,14 +10591,14 @@ export interface RequestDocumentLine {
|
|
|
10591
10591
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10592
10592
|
|
|
10593
10593
|
/**
|
|
10594
|
-
*
|
|
10594
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10595
10595
|
*/
|
|
10596
|
-
|
|
10596
|
+
doLabelPrint: boolean;
|
|
10597
10597
|
|
|
10598
10598
|
/**
|
|
10599
|
-
*
|
|
10599
|
+
* (optional) Preis des Artikels dieser Position
|
|
10600
10600
|
*/
|
|
10601
|
-
|
|
10601
|
+
productPrice: number;
|
|
10602
10602
|
}
|
|
10603
10603
|
|
|
10604
10604
|
export interface RequestDocumentLineBooking {
|
|
@@ -11936,14 +11936,14 @@ export interface Supplier {
|
|
|
11936
11936
|
info: MetaInfo;
|
|
11937
11937
|
|
|
11938
11938
|
/**
|
|
11939
|
-
*
|
|
11939
|
+
* reference to the delivery method
|
|
11940
11940
|
*/
|
|
11941
|
-
|
|
11941
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11942
11942
|
|
|
11943
11943
|
/**
|
|
11944
|
-
*
|
|
11944
|
+
* Lieferantengruppe
|
|
11945
11945
|
*/
|
|
11946
|
-
|
|
11946
|
+
supplierGroupRef: ApiObjectReference;
|
|
11947
11947
|
|
|
11948
11948
|
/**
|
|
11949
11949
|
* tax able or tax free
|
|
@@ -12029,14 +12029,14 @@ export interface TagDto {
|
|
|
12029
12029
|
editColor: string;
|
|
12030
12030
|
|
|
12031
12031
|
/**
|
|
12032
|
-
* Farbe
|
|
12032
|
+
* Farbe in Such-GUI
|
|
12033
12033
|
*/
|
|
12034
|
-
|
|
12034
|
+
searchColor: string;
|
|
12035
12035
|
|
|
12036
12036
|
/**
|
|
12037
|
-
* Farbe
|
|
12037
|
+
* Farbe für die Anzeige des Tags
|
|
12038
12038
|
*/
|
|
12039
|
-
|
|
12039
|
+
color: string;
|
|
12040
12040
|
|
|
12041
12041
|
/**
|
|
12042
12042
|
* Beschriftung des Tags
|
|
@@ -12373,14 +12373,14 @@ export interface User {
|
|
|
12373
12373
|
version: number;
|
|
12374
12374
|
|
|
12375
12375
|
/**
|
|
12376
|
-
*
|
|
12376
|
+
* is the email verified
|
|
12377
12377
|
*/
|
|
12378
|
-
|
|
12378
|
+
emailVerified: boolean;
|
|
12379
12379
|
|
|
12380
12380
|
/**
|
|
12381
|
-
*
|
|
12381
|
+
* first-name
|
|
12382
12382
|
*/
|
|
12383
|
-
|
|
12383
|
+
firstName: string;
|
|
12384
12384
|
|
|
12385
12385
|
/**
|
|
12386
12386
|
* email-address
|
|
@@ -12588,14 +12588,14 @@ export interface VariantValue {
|
|
|
12588
12588
|
version: number;
|
|
12589
12589
|
|
|
12590
12590
|
/**
|
|
12591
|
-
*
|
|
12591
|
+
* Variantenattribut
|
|
12592
12592
|
*/
|
|
12593
|
-
|
|
12593
|
+
attributeRef: ApiObjectReference;
|
|
12594
12594
|
|
|
12595
12595
|
/**
|
|
12596
|
-
*
|
|
12596
|
+
* Mehrsprachige Bezeichnungen
|
|
12597
12597
|
*/
|
|
12598
|
-
|
|
12598
|
+
labels: Array<VariantDescription>;
|
|
12599
12599
|
|
|
12600
12600
|
/**
|
|
12601
12601
|
* MetaInformations for this Object
|