@vario-software/types 2026.24.4 → 2026.25.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/scripting/types.d.ts
CHANGED
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Post office box
|
|
295
|
-
*/
|
|
296
|
-
postOfficeBox: string;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Title
|
|
300
295
|
*/
|
|
301
296
|
titleRef: ApiCreatableReference;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Post office box
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Country code
|
|
310
305
|
*/
|
|
311
306
|
countryCode: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Street
|
|
310
|
+
*/
|
|
311
|
+
street: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -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
|
+
* city of the bank
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
bankCity: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* Product custom data
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
listingCustom: EavArticleListing;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Frei kommissionierbar
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
freelyPickable: boolean;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* description custom data
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
@@ -1299,14 +1299,14 @@ export interface Article {
|
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* rabattierbarer Artikel?
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
discountable: boolean;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* Kontingentartikel
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* alternative name of this product
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* provisionsberechtiger Artikel?
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
commissionable: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1504,14 +1504,14 @@ export interface ArticleCustomer {
|
|
|
1504
1504
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
|
-
*
|
|
1507
|
+
* Kunden-Preise
|
|
1508
1508
|
*/
|
|
1509
|
-
|
|
1509
|
+
productPrices: Array<ProductPrice>;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
useDeviatingArticleDescription: boolean;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* Referenced Article
|
|
@@ -1554,14 +1554,14 @@ export interface ArticleCustomer {
|
|
|
1554
1554
|
defaultGrossPrice: number;
|
|
1555
1555
|
|
|
1556
1556
|
/**
|
|
1557
|
-
*
|
|
1557
|
+
* Abweichende Produktnummer
|
|
1558
1558
|
*/
|
|
1559
|
-
|
|
1559
|
+
deviatingArticleNumber: string;
|
|
1560
1560
|
|
|
1561
1561
|
/**
|
|
1562
|
-
*
|
|
1562
|
+
* Art der Preisermittlung
|
|
1563
1563
|
*/
|
|
1564
|
-
|
|
1564
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1565
1565
|
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Artikelnummer
|
|
@@ -1716,14 +1716,14 @@ export interface ArticleListing {
|
|
|
1716
1716
|
alternativeName: WithDefaults<String>;
|
|
1717
1717
|
|
|
1718
1718
|
/**
|
|
1719
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1719
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1720
1720
|
*/
|
|
1721
|
-
|
|
1721
|
+
proposedLowestPriceNet: number;
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1724
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1725
1725
|
*/
|
|
1726
|
-
|
|
1726
|
+
customLowestPriceNet: number;
|
|
1727
1727
|
|
|
1728
1728
|
/**
|
|
1729
1729
|
* der aktuelle listing stand
|
|
@@ -1884,14 +1884,14 @@ export const enum ArticleSerialType {
|
|
|
1884
1884
|
export interface ArticleStorage {
|
|
1885
1885
|
|
|
1886
1886
|
/**
|
|
1887
|
-
*
|
|
1887
|
+
* Bestand im Lager
|
|
1888
1888
|
*/
|
|
1889
|
-
|
|
1889
|
+
quantityInStock: number;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
*
|
|
1892
|
+
* Nachschub ab
|
|
1893
1893
|
*/
|
|
1894
|
-
|
|
1894
|
+
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Meldebestand
|
|
@@ -1992,14 +1992,14 @@ export interface ArticleSupplier {
|
|
|
1992
1992
|
accountDisplayName: string;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
useSupplierArticleDescription: boolean;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
|
-
*
|
|
2000
|
+
* Lieferanten-Meldebestand
|
|
2001
2001
|
*/
|
|
2002
|
-
|
|
2002
|
+
supplierReportingStock: number;
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Referenced Article name
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
articleName: string;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Verpackungseinheit
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
packagingUnit: number;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2149,7 +2149,6 @@ export const enum BankPaymentType {
|
|
|
2149
2149
|
SEPA_B2B_DIRECT_DEBIT = 'SEPA_B2B_DIRECT_DEBIT',
|
|
2150
2150
|
CLEARING = 'CLEARING',
|
|
2151
2151
|
CLEARING_WITH_PREDECESSOR_DOCUMENT = 'CLEARING_WITH_PREDECESSOR_DOCUMENT',
|
|
2152
|
-
APP = 'APP',
|
|
2153
2152
|
OTHER = 'OTHER'
|
|
2154
2153
|
}
|
|
2155
2154
|
|
|
@@ -2407,14 +2406,14 @@ export interface CrmActivity {
|
|
|
2407
2406
|
info: MetaInfo;
|
|
2408
2407
|
|
|
2409
2408
|
/**
|
|
2410
|
-
*
|
|
2409
|
+
* Aktivität intern abgerechnet?
|
|
2411
2410
|
*/
|
|
2412
|
-
|
|
2411
|
+
internalBilled: boolean;
|
|
2413
2412
|
|
|
2414
2413
|
/**
|
|
2415
|
-
*
|
|
2414
|
+
* geplante Dauer
|
|
2416
2415
|
*/
|
|
2417
|
-
|
|
2416
|
+
plannedDurationInSeconds: number;
|
|
2418
2417
|
|
|
2419
2418
|
/**
|
|
2420
2419
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2684,14 +2683,14 @@ export interface CrmDeal {
|
|
|
2684
2683
|
info: MetaInfo;
|
|
2685
2684
|
|
|
2686
2685
|
/**
|
|
2687
|
-
*
|
|
2686
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2688
2687
|
*/
|
|
2689
|
-
|
|
2688
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2690
2689
|
|
|
2691
2690
|
/**
|
|
2692
|
-
*
|
|
2691
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2693
2692
|
*/
|
|
2694
|
-
|
|
2693
|
+
assignedUserRef: ApiObjectReference;
|
|
2695
2694
|
|
|
2696
2695
|
/**
|
|
2697
2696
|
* Chance (in Prozent)
|
|
@@ -3220,14 +3219,14 @@ export interface CrmState {
|
|
|
3220
3219
|
readyToBill: boolean;
|
|
3221
3220
|
|
|
3222
3221
|
/**
|
|
3223
|
-
*
|
|
3222
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3224
3223
|
*/
|
|
3225
|
-
|
|
3224
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3226
3225
|
|
|
3227
3226
|
/**
|
|
3228
|
-
*
|
|
3227
|
+
* Handelt es sich um einen Anfang-Status
|
|
3229
3228
|
*/
|
|
3230
|
-
|
|
3229
|
+
startState: boolean;
|
|
3231
3230
|
|
|
3232
3231
|
/**
|
|
3233
3232
|
* MetaInformations for this Object
|
|
@@ -3476,14 +3475,14 @@ export interface CrmTask {
|
|
|
3476
3475
|
parentRefs: Array<CrmObjectRef>;
|
|
3477
3476
|
|
|
3478
3477
|
/**
|
|
3479
|
-
*
|
|
3478
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3480
3479
|
*/
|
|
3481
|
-
|
|
3480
|
+
externalRecordedTimes: number;
|
|
3482
3481
|
|
|
3483
3482
|
/**
|
|
3484
|
-
*
|
|
3483
|
+
* Beauftragte Zeit in Sekunden
|
|
3485
3484
|
*/
|
|
3486
|
-
|
|
3485
|
+
effortCommissioned: number;
|
|
3487
3486
|
|
|
3488
3487
|
/**
|
|
3489
3488
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3958,26 +3957,26 @@ export interface DeliveryMethod {
|
|
|
3958
3957
|
*/
|
|
3959
3958
|
defaultSizeUnit: UnitTypeReference;
|
|
3960
3959
|
|
|
3961
|
-
/**
|
|
3962
|
-
* Quelle für Paketgewicht
|
|
3963
|
-
*/
|
|
3964
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3965
|
-
|
|
3966
3960
|
/**
|
|
3967
3961
|
* translations
|
|
3968
3962
|
*/
|
|
3969
3963
|
translations: Array<DocumentTypeTerm>;
|
|
3970
3964
|
|
|
3971
3965
|
/**
|
|
3972
|
-
*
|
|
3966
|
+
* Quelle für Paketgewicht
|
|
3973
3967
|
*/
|
|
3974
|
-
|
|
3968
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3975
3969
|
|
|
3976
3970
|
/**
|
|
3977
3971
|
* Versand-Anbieter
|
|
3978
3972
|
*/
|
|
3979
3973
|
vdsCarrierId: number;
|
|
3980
3974
|
|
|
3975
|
+
/**
|
|
3976
|
+
* Gültige Ländercodes
|
|
3977
|
+
*/
|
|
3978
|
+
validCountryCodes: Array<string>;
|
|
3979
|
+
|
|
3981
3980
|
/**
|
|
3982
3981
|
* Standardgewichtseinheit
|
|
3983
3982
|
*/
|
|
@@ -4057,14 +4056,14 @@ export interface DeliveryTerm {
|
|
|
4057
4056
|
version: number;
|
|
4058
4057
|
|
|
4059
4058
|
/**
|
|
4060
|
-
*
|
|
4059
|
+
* translations
|
|
4061
4060
|
*/
|
|
4062
|
-
|
|
4061
|
+
translations: Array<DocumentTypeTerm>;
|
|
4063
4062
|
|
|
4064
4063
|
/**
|
|
4065
|
-
*
|
|
4064
|
+
* information, how the shipping charges should be calculated
|
|
4066
4065
|
*/
|
|
4067
|
-
|
|
4066
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4068
4067
|
|
|
4069
4068
|
/**
|
|
4070
4069
|
* Lieferarten
|
|
@@ -4077,14 +4076,14 @@ export interface DeliveryTerm {
|
|
|
4077
4076
|
id: number;
|
|
4078
4077
|
|
|
4079
4078
|
/**
|
|
4080
|
-
*
|
|
4079
|
+
* free shipping net value
|
|
4081
4080
|
*/
|
|
4082
|
-
|
|
4081
|
+
freeShippingNetValue: number;
|
|
4083
4082
|
|
|
4084
4083
|
/**
|
|
4085
|
-
*
|
|
4084
|
+
* Versandkostenartikel
|
|
4086
4085
|
*/
|
|
4087
|
-
|
|
4086
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4088
4087
|
|
|
4089
4088
|
/**
|
|
4090
4089
|
* MetaInformations for this Object
|
|
@@ -4183,14 +4182,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4183
4182
|
deliveryQuantityPackages: number;
|
|
4184
4183
|
|
|
4185
4184
|
/**
|
|
4186
|
-
*
|
|
4185
|
+
* Leitweg-ID
|
|
4187
4186
|
*/
|
|
4188
|
-
|
|
4187
|
+
buyerReference: string;
|
|
4189
4188
|
|
|
4190
4189
|
/**
|
|
4191
|
-
*
|
|
4190
|
+
* Bestellnummer aus Vorbeleg
|
|
4192
4191
|
*/
|
|
4193
|
-
|
|
4192
|
+
referencedOrderNumber: string;
|
|
4194
4193
|
|
|
4195
4194
|
/**
|
|
4196
4195
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4243,14 +4242,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4243
4242
|
accountId: number;
|
|
4244
4243
|
|
|
4245
4244
|
/**
|
|
4246
|
-
* Länderkennzeichen
|
|
4245
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4247
4246
|
*/
|
|
4248
|
-
|
|
4247
|
+
performanceCountryCode: string;
|
|
4249
4248
|
|
|
4250
4249
|
/**
|
|
4251
|
-
* Länderkennzeichen
|
|
4250
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4252
4251
|
*/
|
|
4253
|
-
|
|
4252
|
+
sourceCountryCode: string;
|
|
4254
4253
|
|
|
4255
4254
|
/**
|
|
4256
4255
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4350,14 +4349,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4350
4349
|
contractDetail: DocumentContractDetail;
|
|
4351
4350
|
|
|
4352
4351
|
/**
|
|
4353
|
-
*
|
|
4352
|
+
* Zahlungsplan vorhanden?
|
|
4354
4353
|
*/
|
|
4355
|
-
|
|
4354
|
+
paymentPlan: boolean;
|
|
4356
4355
|
|
|
4357
4356
|
/**
|
|
4358
|
-
*
|
|
4357
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4359
4358
|
*/
|
|
4360
|
-
|
|
4359
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4361
4360
|
|
|
4362
4361
|
/**
|
|
4363
4362
|
* Produktionsdetails
|
|
@@ -4365,14 +4364,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4365
4364
|
fabricationDetail: DocumentFabricationDetail;
|
|
4366
4365
|
|
|
4367
4366
|
/**
|
|
4368
|
-
*
|
|
4367
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4369
4368
|
*/
|
|
4370
|
-
|
|
4369
|
+
accountNumber: string;
|
|
4371
4370
|
|
|
4372
4371
|
/**
|
|
4373
|
-
*
|
|
4372
|
+
* Berechnungsmodus
|
|
4374
4373
|
*/
|
|
4375
|
-
|
|
4374
|
+
calculationMode: CalculationMode;
|
|
4376
4375
|
|
|
4377
4376
|
/**
|
|
4378
4377
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4425,14 +4424,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4425
4424
|
stackProcessingType: OrderStackProcessingType;
|
|
4426
4425
|
|
|
4427
4426
|
/**
|
|
4428
|
-
*
|
|
4427
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4429
4428
|
*/
|
|
4430
|
-
|
|
4429
|
+
en16931Profile: EN16931Profile;
|
|
4431
4430
|
|
|
4432
4431
|
/**
|
|
4433
|
-
*
|
|
4432
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4434
4433
|
*/
|
|
4435
|
-
|
|
4434
|
+
dropShippingInvoiceApproved: boolean;
|
|
4436
4435
|
|
|
4437
4436
|
/**
|
|
4438
4437
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4450,14 +4449,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4450
4449
|
additionalInfo: DocumentAdditionalInfo;
|
|
4451
4450
|
|
|
4452
4451
|
/**
|
|
4453
|
-
*
|
|
4452
|
+
* Bestelldatum
|
|
4454
4453
|
*/
|
|
4455
|
-
|
|
4454
|
+
orderedOn: ScriptingDate;
|
|
4456
4455
|
|
|
4457
4456
|
/**
|
|
4458
|
-
*
|
|
4457
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4459
4458
|
*/
|
|
4460
|
-
|
|
4459
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4461
4460
|
|
|
4462
4461
|
/**
|
|
4463
4462
|
* MetaInformations for this Object
|
|
@@ -4595,14 +4594,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4595
4594
|
customerNumber: string;
|
|
4596
4595
|
|
|
4597
4596
|
/**
|
|
4598
|
-
*
|
|
4597
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4599
4598
|
*/
|
|
4600
|
-
|
|
4599
|
+
taxIdentificationNumber: string;
|
|
4601
4600
|
|
|
4602
4601
|
/**
|
|
4603
|
-
*
|
|
4602
|
+
* Statusinstanz des Belegs
|
|
4604
4603
|
*/
|
|
4605
|
-
|
|
4604
|
+
documentState: DocumentTypeState;
|
|
4606
4605
|
|
|
4607
4606
|
/**
|
|
4608
4607
|
* Versandkostenpositionen
|
|
@@ -4614,11 +4613,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4613
|
*/
|
|
4615
4614
|
posReceiptChangeAmount: number;
|
|
4616
4615
|
|
|
4617
|
-
/**
|
|
4618
|
-
* Referenz auf Lieferbedingung
|
|
4619
|
-
*/
|
|
4620
|
-
deliveryTermRef: ApiObjectReference;
|
|
4621
|
-
|
|
4622
4616
|
/**
|
|
4623
4617
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4624
4618
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4626,6 +4620,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4626
4620
|
*/
|
|
4627
4621
|
posReceiptBalanced: boolean;
|
|
4628
4622
|
|
|
4623
|
+
/**
|
|
4624
|
+
* Referenz auf Lieferbedingung
|
|
4625
|
+
*/
|
|
4626
|
+
deliveryTermRef: ApiObjectReference;
|
|
4627
|
+
|
|
4629
4628
|
/**
|
|
4630
4629
|
* Gesamtbruttogewicht
|
|
4631
4630
|
*/
|
|
@@ -4675,14 +4674,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4675
4674
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4676
4675
|
|
|
4677
4676
|
/**
|
|
4678
|
-
*
|
|
4677
|
+
* Herkunft der Sprache
|
|
4679
4678
|
*/
|
|
4680
|
-
|
|
4679
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4681
4680
|
|
|
4682
4681
|
/**
|
|
4683
|
-
*
|
|
4682
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4684
4683
|
*/
|
|
4685
|
-
|
|
4684
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4686
4685
|
|
|
4687
4686
|
/**
|
|
4688
4687
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -4820,14 +4819,14 @@ export interface DocumentAddress {
|
|
|
4820
4819
|
postOfficeBox: string;
|
|
4821
4820
|
|
|
4822
4821
|
/**
|
|
4823
|
-
*
|
|
4822
|
+
* country code IsoAlpha3
|
|
4824
4823
|
*/
|
|
4825
|
-
|
|
4824
|
+
countryCode: string;
|
|
4826
4825
|
|
|
4827
4826
|
/**
|
|
4828
|
-
*
|
|
4827
|
+
* Street
|
|
4829
4828
|
*/
|
|
4830
|
-
|
|
4829
|
+
street: string;
|
|
4831
4830
|
|
|
4832
4831
|
/**
|
|
4833
4832
|
* Unique identifier of the Object
|
|
@@ -5275,14 +5274,14 @@ export interface DocumentLine {
|
|
|
5275
5274
|
number: string;
|
|
5276
5275
|
|
|
5277
5276
|
/**
|
|
5278
|
-
*
|
|
5277
|
+
* Referenz zur Kundenauftragszeile
|
|
5279
5278
|
*/
|
|
5280
|
-
|
|
5279
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5281
5280
|
|
|
5282
5281
|
/**
|
|
5283
|
-
*
|
|
5282
|
+
* Gesamtbruttogewicht
|
|
5284
5283
|
*/
|
|
5285
|
-
|
|
5284
|
+
totalGrossWeight: number;
|
|
5286
5285
|
|
|
5287
5286
|
/**
|
|
5288
5287
|
* skontierbare Position?
|
|
@@ -5299,11 +5298,6 @@ export interface DocumentLine {
|
|
|
5299
5298
|
*/
|
|
5300
5299
|
price: number;
|
|
5301
5300
|
|
|
5302
|
-
/**
|
|
5303
|
-
* FiBu-Buchung
|
|
5304
|
-
*/
|
|
5305
|
-
financeBooking: DocumentFinanceBooking;
|
|
5306
|
-
|
|
5307
5301
|
/**
|
|
5308
5302
|
* Gesamtpreis Position in Basiswährung
|
|
5309
5303
|
*/
|
|
@@ -5315,9 +5309,14 @@ export interface DocumentLine {
|
|
|
5315
5309
|
lineType: DocumentLineType;
|
|
5316
5310
|
|
|
5317
5311
|
/**
|
|
5318
|
-
*
|
|
5312
|
+
* FiBu-Buchung
|
|
5319
5313
|
*/
|
|
5320
|
-
|
|
5314
|
+
financeBooking: DocumentFinanceBooking;
|
|
5315
|
+
|
|
5316
|
+
/**
|
|
5317
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5318
|
+
*/
|
|
5319
|
+
totalLinePriceModifier: number;
|
|
5321
5320
|
|
|
5322
5321
|
/**
|
|
5323
5322
|
* Referenz zur Lieferantenbestellungszeile
|
|
@@ -5325,9 +5324,9 @@ export interface DocumentLine {
|
|
|
5325
5324
|
supplierOrderLineIds: Array<number>;
|
|
5326
5325
|
|
|
5327
5326
|
/**
|
|
5328
|
-
*
|
|
5327
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5329
5328
|
*/
|
|
5330
|
-
|
|
5329
|
+
preOrderPickedQuantity: number;
|
|
5331
5330
|
|
|
5332
5331
|
/**
|
|
5333
5332
|
* Vorgabe zu Streckengeschäft
|
|
@@ -5350,14 +5349,14 @@ export interface DocumentLine {
|
|
|
5350
5349
|
externalReferenceVds: string;
|
|
5351
5350
|
|
|
5352
5351
|
/**
|
|
5353
|
-
*
|
|
5352
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5354
5353
|
*/
|
|
5355
|
-
|
|
5354
|
+
positionOfArticleLine: number;
|
|
5356
5355
|
|
|
5357
5356
|
/**
|
|
5358
|
-
*
|
|
5357
|
+
* Preis pro Einheit in Basiswährung
|
|
5359
5358
|
*/
|
|
5360
|
-
|
|
5359
|
+
basePrice: number;
|
|
5361
5360
|
|
|
5362
5361
|
/**
|
|
5363
5362
|
* Serientyp
|
|
@@ -5530,14 +5529,14 @@ export interface DocumentLine {
|
|
|
5530
5529
|
unitType: UnitTypeReference;
|
|
5531
5530
|
|
|
5532
5531
|
/**
|
|
5533
|
-
*
|
|
5532
|
+
* Referenz zur Basiszeile
|
|
5534
5533
|
*/
|
|
5535
|
-
|
|
5534
|
+
baseLineId: number;
|
|
5536
5535
|
|
|
5537
5536
|
/**
|
|
5538
|
-
*
|
|
5537
|
+
* Zubehör Einfügeart
|
|
5539
5538
|
*/
|
|
5540
|
-
|
|
5539
|
+
insertTerm: AccessoryInsertTerm;
|
|
5541
5540
|
|
|
5542
5541
|
/**
|
|
5543
5542
|
* Einheit Bruttogewicht
|
|
@@ -5590,14 +5589,14 @@ export interface DocumentLine {
|
|
|
5590
5589
|
deliveryText: string;
|
|
5591
5590
|
|
|
5592
5591
|
/**
|
|
5593
|
-
*
|
|
5592
|
+
* Produktionsdetails
|
|
5594
5593
|
*/
|
|
5595
|
-
|
|
5594
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5596
5595
|
|
|
5597
5596
|
/**
|
|
5598
|
-
*
|
|
5597
|
+
* Vorgabewert für die Preiskalkulation
|
|
5599
5598
|
*/
|
|
5600
|
-
|
|
5599
|
+
presetPrice: number;
|
|
5601
5600
|
|
|
5602
5601
|
/**
|
|
5603
5602
|
* Freifelder
|
|
@@ -6543,14 +6542,14 @@ export const enum DocumentRounding {
|
|
|
6543
6542
|
export interface DocumentShippingCost {
|
|
6544
6543
|
|
|
6545
6544
|
/**
|
|
6546
|
-
*
|
|
6545
|
+
* Die Versandkosten
|
|
6547
6546
|
*/
|
|
6548
|
-
|
|
6547
|
+
costs: number;
|
|
6549
6548
|
|
|
6550
6549
|
/**
|
|
6551
|
-
*
|
|
6550
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6552
6551
|
*/
|
|
6553
|
-
|
|
6552
|
+
manualCosts: boolean;
|
|
6554
6553
|
|
|
6555
6554
|
/**
|
|
6556
6555
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6678,14 +6677,14 @@ export interface DocumentText {
|
|
|
6678
6677
|
transferableIntoSubsequentDocuments: boolean;
|
|
6679
6678
|
|
|
6680
6679
|
/**
|
|
6681
|
-
*
|
|
6680
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6682
6681
|
*/
|
|
6683
|
-
|
|
6682
|
+
deleted: boolean;
|
|
6684
6683
|
|
|
6685
6684
|
/**
|
|
6686
|
-
*
|
|
6685
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6687
6686
|
*/
|
|
6688
|
-
|
|
6687
|
+
textPosition: TextPosition;
|
|
6689
6688
|
|
|
6690
6689
|
/**
|
|
6691
6690
|
* textBaustein Vorlage
|
|
@@ -6795,14 +6794,14 @@ export interface DocumentType {
|
|
|
6795
6794
|
labels: Array<DocumentTypeLabel>;
|
|
6796
6795
|
|
|
6797
6796
|
/**
|
|
6798
|
-
*
|
|
6797
|
+
* nächste Belegnummer
|
|
6799
6798
|
*/
|
|
6800
|
-
|
|
6799
|
+
nextNumber: string;
|
|
6801
6800
|
|
|
6802
6801
|
/**
|
|
6803
|
-
*
|
|
6802
|
+
* Zählerkreis
|
|
6804
6803
|
*/
|
|
6805
|
-
|
|
6804
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6806
6805
|
|
|
6807
6806
|
/**
|
|
6808
6807
|
* Sortierung
|
|
@@ -7512,159 +7511,142 @@ export interface NotificationDataprovider {
|
|
|
7512
7511
|
export interface NotificationEventConfig<Object> {
|
|
7513
7512
|
}
|
|
7514
7513
|
|
|
7515
|
-
export
|
|
7516
|
-
NO_PICKING = 'NO_PICKING',
|
|
7517
|
-
ACCORDING_TO_CRITERIA = 'ACCORDING_TO_CRITERIA',
|
|
7518
|
-
ONLY_FULL_ORDER = 'ONLY_FULL_ORDER',
|
|
7519
|
-
ONLY_FULL_ORDER_LINES = 'ONLY_FULL_ORDER_LINES',
|
|
7520
|
-
AVAILABLE_QUANTITIES = 'AVAILABLE_QUANTITIES',
|
|
7521
|
-
NO_PROCESSING = 'NO_PROCESSING',
|
|
7522
|
-
FULL_ORDER_LINES_MAX_TWO_PARTIAL_DELIVERIES = 'FULL_ORDER_LINES_MAX_TWO_PARTIAL_DELIVERIES',
|
|
7523
|
-
AVAILABLE_QUANTITIES_MAX_TWO_PARTIAL_DELIVERIES = 'AVAILABLE_QUANTITIES_MAX_TWO_PARTIAL_DELIVERIES',
|
|
7524
|
-
FULL_ORDER_LINES_MAX_THREE_PARTIAL_DELIVERIES = 'FULL_ORDER_LINES_MAX_THREE_PARTIAL_DELIVERIES',
|
|
7525
|
-
AVAILABLE_QUANTITIES_MAX_THREE_PARTIAL_DELIVERIES = 'AVAILABLE_QUANTITIES_MAX_THREE_PARTIAL_DELIVERIES',
|
|
7526
|
-
AVAILABLE_QUANTITIES_FINISH_ORDER = 'AVAILABLE_QUANTITIES_FINISH_ORDER'
|
|
7527
|
-
}
|
|
7528
|
-
|
|
7529
|
-
export interface PaymentMethod {
|
|
7514
|
+
export interface OpenItem {
|
|
7530
7515
|
|
|
7531
7516
|
/**
|
|
7532
|
-
*
|
|
7517
|
+
* Leistungsdatum (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7533
7518
|
*/
|
|
7534
|
-
|
|
7519
|
+
performanceDate: ScriptingDate;
|
|
7535
7520
|
|
|
7536
7521
|
/**
|
|
7537
|
-
*
|
|
7522
|
+
* Fälligkeitsdatum (Skonto2)
|
|
7538
7523
|
*/
|
|
7539
|
-
|
|
7524
|
+
paymentDiscount2DueDate: ScriptingDate;
|
|
7540
7525
|
|
|
7541
7526
|
/**
|
|
7542
|
-
*
|
|
7527
|
+
* Externe OP-Nummer
|
|
7543
7528
|
*/
|
|
7544
|
-
|
|
7529
|
+
externalNumber: string;
|
|
7545
7530
|
|
|
7546
7531
|
/**
|
|
7547
|
-
*
|
|
7532
|
+
* How many days are given for using the first discount rule
|
|
7548
7533
|
*/
|
|
7549
|
-
|
|
7534
|
+
paymentDays1: number;
|
|
7550
7535
|
|
|
7551
7536
|
/**
|
|
7552
|
-
*
|
|
7537
|
+
* How many days are given for using the second discount rule
|
|
7553
7538
|
*/
|
|
7554
|
-
|
|
7539
|
+
paymentDays2: number;
|
|
7555
7540
|
|
|
7556
7541
|
/**
|
|
7557
|
-
*
|
|
7542
|
+
* Fälligkeitsdatum (Skonto1)
|
|
7558
7543
|
*/
|
|
7559
|
-
|
|
7544
|
+
paymentDiscount1DueDate: ScriptingDate;
|
|
7560
7545
|
|
|
7561
7546
|
/**
|
|
7562
|
-
*
|
|
7547
|
+
* Ursprung der Skontowerte (Tage und Prozentsätze)
|
|
7563
7548
|
*/
|
|
7564
|
-
|
|
7549
|
+
paymentDiscountOrigin: PaymentDiscountOrigin;
|
|
7565
7550
|
|
|
7566
7551
|
/**
|
|
7567
|
-
*
|
|
7552
|
+
* Anzahl Mahnpositionen/Mahnungen für diesen OP
|
|
7568
7553
|
*/
|
|
7569
|
-
|
|
7554
|
+
dunningCount: number;
|
|
7570
7555
|
|
|
7571
7556
|
/**
|
|
7572
|
-
*
|
|
7557
|
+
* balanced date of this open item (calculated)
|
|
7573
7558
|
*/
|
|
7574
|
-
|
|
7559
|
+
balancedDate: ScriptingDate;
|
|
7575
7560
|
|
|
7576
7561
|
/**
|
|
7577
|
-
*
|
|
7562
|
+
* Gesamtsumme der Rechnungsbeträge in Basiswährung
|
|
7578
7563
|
*/
|
|
7579
|
-
|
|
7564
|
+
baseSumTotalAmount: number;
|
|
7580
7565
|
|
|
7581
7566
|
/**
|
|
7582
|
-
*
|
|
7567
|
+
* The kind of payment
|
|
7583
7568
|
*/
|
|
7584
|
-
|
|
7569
|
+
paymentKind: OpenItem$OpenItemPaymentKind;
|
|
7585
7570
|
|
|
7586
7571
|
/**
|
|
7587
|
-
*
|
|
7572
|
+
* OP-Nummer
|
|
7588
7573
|
*/
|
|
7589
|
-
|
|
7574
|
+
number: string;
|
|
7590
7575
|
|
|
7591
7576
|
/**
|
|
7592
|
-
*
|
|
7577
|
+
* saldo
|
|
7593
7578
|
*/
|
|
7594
|
-
|
|
7579
|
+
balance: number;
|
|
7595
7580
|
|
|
7596
7581
|
/**
|
|
7597
|
-
*
|
|
7582
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7598
7583
|
*/
|
|
7599
|
-
|
|
7584
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
7600
7585
|
|
|
7601
7586
|
/**
|
|
7602
|
-
*
|
|
7587
|
+
* Kurs der Währung zu Basiswährung
|
|
7603
7588
|
*/
|
|
7604
|
-
|
|
7589
|
+
exchangeRate: number;
|
|
7605
7590
|
|
|
7606
7591
|
/**
|
|
7607
|
-
*
|
|
7592
|
+
* Die Mahnstufe
|
|
7608
7593
|
*/
|
|
7609
|
-
|
|
7594
|
+
dunningLevel: number;
|
|
7610
7595
|
|
|
7611
7596
|
/**
|
|
7612
|
-
*
|
|
7597
|
+
* Fälligkeit in Tagen
|
|
7613
7598
|
*/
|
|
7614
|
-
|
|
7599
|
+
paymentDaysNet: number;
|
|
7615
7600
|
|
|
7616
7601
|
/**
|
|
7617
|
-
*
|
|
7602
|
+
* Unique identifier of the Object
|
|
7618
7603
|
*/
|
|
7619
|
-
|
|
7620
|
-
}
|
|
7621
|
-
|
|
7622
|
-
export interface PaymentTerm {
|
|
7604
|
+
id: number;
|
|
7623
7605
|
|
|
7624
7606
|
/**
|
|
7625
|
-
*
|
|
7607
|
+
* Der Zustand der Zahlung
|
|
7626
7608
|
*/
|
|
7627
|
-
|
|
7609
|
+
paymentState: OpenItemPaymentState;
|
|
7628
7610
|
|
|
7629
7611
|
/**
|
|
7630
|
-
*
|
|
7612
|
+
* Mahnsperre
|
|
7631
7613
|
*/
|
|
7632
|
-
|
|
7614
|
+
dunningBlock: boolean;
|
|
7633
7615
|
|
|
7634
7616
|
/**
|
|
7635
|
-
*
|
|
7617
|
+
* Summe der Zahlungen in Basiswährung
|
|
7636
7618
|
*/
|
|
7637
|
-
|
|
7619
|
+
baseSumPayments: number;
|
|
7638
7620
|
|
|
7639
7621
|
/**
|
|
7640
|
-
*
|
|
7622
|
+
* order
|
|
7641
7623
|
*/
|
|
7642
|
-
|
|
7624
|
+
order: ApiObjectReference;
|
|
7643
7625
|
|
|
7644
7626
|
/**
|
|
7645
|
-
*
|
|
7627
|
+
* MetaInformations for this Object
|
|
7646
7628
|
*/
|
|
7647
|
-
|
|
7629
|
+
info: MetaInfo;
|
|
7648
7630
|
|
|
7649
7631
|
/**
|
|
7650
|
-
*
|
|
7632
|
+
* Summe Mahngebühren und Zinsen
|
|
7651
7633
|
*/
|
|
7652
|
-
|
|
7634
|
+
sumDunnings: number;
|
|
7653
7635
|
|
|
7654
7636
|
/**
|
|
7655
|
-
*
|
|
7637
|
+
* allgemeine Gebühren in Basiswährung
|
|
7656
7638
|
*/
|
|
7657
|
-
|
|
7639
|
+
baseSumFee: number;
|
|
7658
7640
|
|
|
7659
7641
|
/**
|
|
7660
|
-
*
|
|
7642
|
+
* Vereinbarter Anzahlungsbetrag in Basiswährung
|
|
7661
7643
|
*/
|
|
7662
|
-
|
|
7644
|
+
baseDepositPaymentAmount: number;
|
|
7663
7645
|
|
|
7664
7646
|
/**
|
|
7665
|
-
*
|
|
7647
|
+
* Summe gebuchte Zahlungen
|
|
7666
7648
|
*/
|
|
7667
|
-
|
|
7649
|
+
sumPayments: number;
|
|
7668
7650
|
|
|
7669
7651
|
/**
|
|
7670
7652
|
* Version Identifier for this Object (for PUT)
|
|
@@ -7672,185 +7654,975 @@ export interface PaymentTerm {
|
|
|
7672
7654
|
version: number;
|
|
7673
7655
|
|
|
7674
7656
|
/**
|
|
7675
|
-
*
|
|
7657
|
+
* Summe der skontierbaren Rechnungsbeträge in Basiswährung
|
|
7676
7658
|
*/
|
|
7677
|
-
|
|
7659
|
+
baseSumDiscountableAmount: number;
|
|
7678
7660
|
|
|
7679
7661
|
/**
|
|
7680
|
-
*
|
|
7662
|
+
* List of tags
|
|
7681
7663
|
*/
|
|
7682
|
-
|
|
7664
|
+
tags: Array<TagDto>;
|
|
7683
7665
|
|
|
7684
7666
|
/**
|
|
7685
|
-
*
|
|
7667
|
+
* Fälligkeitsdatum
|
|
7686
7668
|
*/
|
|
7687
|
-
|
|
7669
|
+
paymentDueDate: ScriptingDate;
|
|
7688
7670
|
|
|
7689
7671
|
/**
|
|
7690
|
-
*
|
|
7672
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7691
7673
|
*/
|
|
7692
|
-
|
|
7674
|
+
performanceCountryCode: string;
|
|
7693
7675
|
|
|
7694
7676
|
/**
|
|
7695
|
-
*
|
|
7677
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7696
7678
|
*/
|
|
7697
|
-
|
|
7679
|
+
sourceCountryCode: string;
|
|
7698
7680
|
|
|
7699
7681
|
/**
|
|
7700
|
-
*
|
|
7682
|
+
* Valutadatum schreibgeschützt
|
|
7701
7683
|
*/
|
|
7702
|
-
|
|
7684
|
+
valueDateReadOnly: boolean;
|
|
7703
7685
|
|
|
7704
7686
|
/**
|
|
7705
|
-
*
|
|
7687
|
+
* agreed Deposit payment date
|
|
7706
7688
|
*/
|
|
7707
|
-
|
|
7689
|
+
depositPaymentDate: ScriptingDate;
|
|
7708
7690
|
|
|
7709
7691
|
/**
|
|
7710
|
-
*
|
|
7692
|
+
* Does this open item belong to accounts payable or accounts receivable
|
|
7711
7693
|
*/
|
|
7712
|
-
|
|
7713
|
-
}
|
|
7714
|
-
|
|
7715
|
-
export interface PaymentTermRef {
|
|
7694
|
+
qualifier: OpenItem$OpenItemQualifier;
|
|
7716
7695
|
|
|
7717
7696
|
/**
|
|
7718
|
-
*
|
|
7697
|
+
* Ursprüngliche Zahlungsbedingung
|
|
7719
7698
|
*/
|
|
7720
|
-
|
|
7699
|
+
basisPaymentTermRef: ApiObjectReference;
|
|
7721
7700
|
|
|
7722
7701
|
/**
|
|
7723
|
-
*
|
|
7702
|
+
* Ist der OP durch ein Dokument geblockt?
|
|
7724
7703
|
*/
|
|
7725
|
-
|
|
7704
|
+
blockedByDocument: boolean;
|
|
7726
7705
|
|
|
7727
7706
|
/**
|
|
7728
|
-
*
|
|
7707
|
+
* Zahlungsart
|
|
7729
7708
|
*/
|
|
7730
|
-
|
|
7709
|
+
paymentMethodRef: ApiObjectReference;
|
|
7731
7710
|
|
|
7732
7711
|
/**
|
|
7733
|
-
*
|
|
7712
|
+
* Offener Betrag (Saldo) in Basiswährung
|
|
7734
7713
|
*/
|
|
7735
|
-
|
|
7714
|
+
baseBalance: number;
|
|
7736
7715
|
|
|
7737
7716
|
/**
|
|
7738
|
-
*
|
|
7717
|
+
* is the agreed deposit payed?
|
|
7739
7718
|
*/
|
|
7740
|
-
|
|
7741
|
-
}
|
|
7742
|
-
|
|
7743
|
-
export const enum PaymentType {
|
|
7744
|
-
PREPAYMENT = 'PREPAYMENT',
|
|
7745
|
-
PAYMENT = 'PAYMENT',
|
|
7746
|
-
DEPOSIT = 'DEPOSIT'
|
|
7747
|
-
}
|
|
7748
|
-
|
|
7749
|
-
export const enum PersonGenderType {
|
|
7750
|
-
MALE = 'MALE',
|
|
7751
|
-
FEMALE = 'FEMALE',
|
|
7752
|
-
ETC = 'ETC'
|
|
7753
|
-
}
|
|
7754
|
-
|
|
7755
|
-
export interface PickTrolley {
|
|
7719
|
+
depositPayed: boolean;
|
|
7756
7720
|
|
|
7757
7721
|
/**
|
|
7758
|
-
*
|
|
7722
|
+
* agreed Deposit payment amount
|
|
7759
7723
|
*/
|
|
7760
|
-
|
|
7724
|
+
depositPaymentAmount: number;
|
|
7761
7725
|
|
|
7762
7726
|
/**
|
|
7763
|
-
*
|
|
7727
|
+
* free payments
|
|
7764
7728
|
*/
|
|
7765
|
-
|
|
7729
|
+
records: Array<OpenItemRecord>;
|
|
7766
7730
|
|
|
7767
7731
|
/**
|
|
7768
|
-
*
|
|
7732
|
+
* Verwendungszweck
|
|
7769
7733
|
*/
|
|
7770
|
-
|
|
7734
|
+
purpose: string;
|
|
7771
7735
|
|
|
7772
7736
|
/**
|
|
7773
|
-
*
|
|
7737
|
+
* How much discount can be given for speedy payment, rule 2
|
|
7774
7738
|
*/
|
|
7775
|
-
|
|
7739
|
+
paymentDiscount2: number;
|
|
7776
7740
|
|
|
7777
7741
|
/**
|
|
7778
|
-
*
|
|
7742
|
+
* kann wiedereröffet werden
|
|
7779
7743
|
*/
|
|
7780
|
-
|
|
7744
|
+
canBeReopened: boolean;
|
|
7781
7745
|
|
|
7782
7746
|
/**
|
|
7783
|
-
*
|
|
7747
|
+
* How much discount can be given for speedy payment, rule 1
|
|
7784
7748
|
*/
|
|
7785
|
-
|
|
7749
|
+
paymentDiscount1: number;
|
|
7786
7750
|
|
|
7787
7751
|
/**
|
|
7788
|
-
*
|
|
7752
|
+
* Der momentan gültige zu zahlende Betrag
|
|
7789
7753
|
*/
|
|
7790
|
-
|
|
7754
|
+
paymentAmount: number;
|
|
7791
7755
|
|
|
7792
7756
|
/**
|
|
7793
|
-
*
|
|
7757
|
+
* Rechnungskorrektur
|
|
7794
7758
|
*/
|
|
7795
|
-
|
|
7759
|
+
creditNote: ApiObjectReference;
|
|
7796
7760
|
|
|
7797
7761
|
/**
|
|
7798
|
-
*
|
|
7762
|
+
* how should a refund be done?
|
|
7799
7763
|
*/
|
|
7800
|
-
|
|
7764
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
7801
7765
|
|
|
7802
7766
|
/**
|
|
7803
|
-
*
|
|
7767
|
+
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
7804
7768
|
*/
|
|
7805
|
-
|
|
7769
|
+
bookingAccountType: OpenItem$BookingAccountType;
|
|
7806
7770
|
|
|
7807
7771
|
/**
|
|
7808
|
-
*
|
|
7772
|
+
* Der Mahnzustand
|
|
7809
7773
|
*/
|
|
7810
|
-
|
|
7774
|
+
dunningState: OpenItemDunningState;
|
|
7811
7775
|
|
|
7812
7776
|
/**
|
|
7813
|
-
*
|
|
7777
|
+
* Skontobetrag 2
|
|
7814
7778
|
*/
|
|
7815
|
-
|
|
7779
|
+
paymentDiscount2Amount: number;
|
|
7816
7780
|
|
|
7817
7781
|
/**
|
|
7818
|
-
*
|
|
7782
|
+
* allgemeine Gebühren
|
|
7819
7783
|
*/
|
|
7820
|
-
|
|
7784
|
+
sumFee: number;
|
|
7821
7785
|
|
|
7822
7786
|
/**
|
|
7823
|
-
*
|
|
7787
|
+
* The full amount of the payment
|
|
7824
7788
|
*/
|
|
7825
|
-
|
|
7826
|
-
}
|
|
7827
|
-
|
|
7828
|
-
export interface PickTrolleyBox {
|
|
7789
|
+
fullPaymentAmount: number;
|
|
7829
7790
|
|
|
7830
7791
|
/**
|
|
7831
|
-
*
|
|
7792
|
+
* Zahlungsplan
|
|
7832
7793
|
*/
|
|
7833
|
-
|
|
7794
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7834
7795
|
|
|
7835
7796
|
/**
|
|
7836
|
-
*
|
|
7797
|
+
* Zahlungssperre
|
|
7837
7798
|
*/
|
|
7838
|
-
|
|
7799
|
+
paymentBlock: boolean;
|
|
7839
7800
|
|
|
7840
7801
|
/**
|
|
7841
|
-
*
|
|
7802
|
+
* Ursprüngliches Fälligkeitsdatum
|
|
7842
7803
|
*/
|
|
7843
|
-
|
|
7804
|
+
originalPaymentDueDate: ScriptingDate;
|
|
7844
7805
|
|
|
7845
7806
|
/**
|
|
7846
|
-
*
|
|
7807
|
+
* whether this open item is balanced, partially paid or open
|
|
7847
7808
|
*/
|
|
7848
|
-
|
|
7809
|
+
balanceState: OpenItemBalanceState;
|
|
7849
7810
|
|
|
7850
7811
|
/**
|
|
7851
|
-
*
|
|
7812
|
+
* Valutadatum
|
|
7852
7813
|
*/
|
|
7853
|
-
|
|
7814
|
+
valueDate: ScriptingDate;
|
|
7815
|
+
|
|
7816
|
+
/**
|
|
7817
|
+
* Skontobetrag 1
|
|
7818
|
+
*/
|
|
7819
|
+
paymentDiscount1Amount: number;
|
|
7820
|
+
|
|
7821
|
+
/**
|
|
7822
|
+
* Summe der Abzüge (Skonto usw.) in Basiswährung
|
|
7823
|
+
*/
|
|
7824
|
+
baseSumDiscount: number;
|
|
7825
|
+
|
|
7826
|
+
/**
|
|
7827
|
+
* Zahlungsvorlage
|
|
7828
|
+
*/
|
|
7829
|
+
paymentTemplateRef: ApiObjectReference;
|
|
7830
|
+
|
|
7831
|
+
/**
|
|
7832
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
7833
|
+
*/
|
|
7834
|
+
baseSumDunnings: number;
|
|
7835
|
+
|
|
7836
|
+
/**
|
|
7837
|
+
* Rechnungsbetrag
|
|
7838
|
+
*/
|
|
7839
|
+
sumTotalAmount: number;
|
|
7840
|
+
|
|
7841
|
+
/**
|
|
7842
|
+
* Steuersatz (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7843
|
+
*/
|
|
7844
|
+
taxRateRef: ApiObjectReference;
|
|
7845
|
+
|
|
7846
|
+
/**
|
|
7847
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
7848
|
+
*/
|
|
7849
|
+
baseCurrencyCode: string;
|
|
7850
|
+
|
|
7851
|
+
/**
|
|
7852
|
+
* Anzahlungsrechnung
|
|
7853
|
+
*/
|
|
7854
|
+
depositInvoice: ApiObjectReference;
|
|
7855
|
+
|
|
7856
|
+
/**
|
|
7857
|
+
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7858
|
+
*/
|
|
7859
|
+
taxState: TaxStateType;
|
|
7860
|
+
|
|
7861
|
+
/**
|
|
7862
|
+
* Kommentar
|
|
7863
|
+
*/
|
|
7864
|
+
comment: string;
|
|
7865
|
+
|
|
7866
|
+
/**
|
|
7867
|
+
* invoice
|
|
7868
|
+
*/
|
|
7869
|
+
invoice: ApiObjectReference;
|
|
7870
|
+
|
|
7871
|
+
/**
|
|
7872
|
+
* skontierbarer Rechnungsbetrag
|
|
7873
|
+
*/
|
|
7874
|
+
sumDiscountableAmount: number;
|
|
7875
|
+
|
|
7876
|
+
/**
|
|
7877
|
+
* Währung des offenen Postens (ISO-A3)
|
|
7878
|
+
*/
|
|
7879
|
+
currencyCode: string;
|
|
7880
|
+
|
|
7881
|
+
/**
|
|
7882
|
+
* account
|
|
7883
|
+
*/
|
|
7884
|
+
account: ApiObjectReference;
|
|
7885
|
+
}
|
|
7886
|
+
|
|
7887
|
+
export const enum OpenItem$BookingAccountType {
|
|
7888
|
+
CUSTOMER = 'CUSTOMER',
|
|
7889
|
+
SUPPLIER = 'SUPPLIER'
|
|
7890
|
+
}
|
|
7891
|
+
|
|
7892
|
+
export const enum OpenItem$OpenItemPaymentKind {
|
|
7893
|
+
PREPAYMENT = 'PREPAYMENT',
|
|
7894
|
+
PAYMENT = 'PAYMENT'
|
|
7895
|
+
}
|
|
7896
|
+
|
|
7897
|
+
export const enum OpenItem$OpenItemQualifier {
|
|
7898
|
+
PAYABLE = 'PAYABLE',
|
|
7899
|
+
RECEIVABLE = 'RECEIVABLE'
|
|
7900
|
+
}
|
|
7901
|
+
|
|
7902
|
+
export const enum OpenItem$OpenItemRefundType {
|
|
7903
|
+
DISBURSE = 'DISBURSE',
|
|
7904
|
+
OFFSET_LATER = 'OFFSET_LATER'
|
|
7905
|
+
}
|
|
7906
|
+
|
|
7907
|
+
export const enum OpenItemBalanceState {
|
|
7908
|
+
OPEN = 'OPEN',
|
|
7909
|
+
PARTIALLY_BALANCED = 'PARTIALLY_BALANCED',
|
|
7910
|
+
BALANCED = 'BALANCED',
|
|
7911
|
+
OVERPAID = 'OVERPAID'
|
|
7912
|
+
}
|
|
7913
|
+
|
|
7914
|
+
export const enum OpenItemDunningState {
|
|
7915
|
+
IN_DUNNING = 'IN_DUNNING',
|
|
7916
|
+
NO_DUNNING = 'NO_DUNNING',
|
|
7917
|
+
DUNNING_PAID = 'DUNNING_PAID',
|
|
7918
|
+
DUNNING_PARTIALLY_PAID = 'DUNNING_PARTIALLY_PAID',
|
|
7919
|
+
DUNNING_OVERPAID = 'DUNNING_OVERPAID'
|
|
7920
|
+
}
|
|
7921
|
+
|
|
7922
|
+
export interface OpenItemPaymentPlan {
|
|
7923
|
+
|
|
7924
|
+
/**
|
|
7925
|
+
* Fälligkeitsregel
|
|
7926
|
+
*/
|
|
7927
|
+
dueDateCalculation: string;
|
|
7928
|
+
|
|
7929
|
+
/**
|
|
7930
|
+
* Betrag
|
|
7931
|
+
*/
|
|
7932
|
+
amount: number;
|
|
7933
|
+
|
|
7934
|
+
/**
|
|
7935
|
+
* Enddatum
|
|
7936
|
+
*/
|
|
7937
|
+
endDate: ScriptingDate;
|
|
7938
|
+
|
|
7939
|
+
/**
|
|
7940
|
+
* Fälligkeitsdatum
|
|
7941
|
+
*/
|
|
7942
|
+
dueDate: ScriptingDate;
|
|
7943
|
+
|
|
7944
|
+
/**
|
|
7945
|
+
* Zahlungsplantyp
|
|
7946
|
+
*/
|
|
7947
|
+
paymentPlanType: OpenItemPaymentPlan$PaymentPlanType;
|
|
7948
|
+
|
|
7949
|
+
/**
|
|
7950
|
+
* Aktiv
|
|
7951
|
+
*/
|
|
7952
|
+
active: boolean;
|
|
7953
|
+
|
|
7954
|
+
/**
|
|
7955
|
+
* Beschreibung
|
|
7956
|
+
*/
|
|
7957
|
+
description: string;
|
|
7958
|
+
|
|
7959
|
+
/**
|
|
7960
|
+
* Version Identifier for this Object (for PUT)
|
|
7961
|
+
*/
|
|
7962
|
+
version: number;
|
|
7963
|
+
|
|
7964
|
+
/**
|
|
7965
|
+
* Betrag in Basiswährung
|
|
7966
|
+
*/
|
|
7967
|
+
baseAmount: number;
|
|
7968
|
+
|
|
7969
|
+
/**
|
|
7970
|
+
* Basiswährung des Zahlungsplans (ISO-A3)
|
|
7971
|
+
*/
|
|
7972
|
+
baseCurrencyCode: string;
|
|
7973
|
+
|
|
7974
|
+
/**
|
|
7975
|
+
* Kurs der Währung zu Basiswährung
|
|
7976
|
+
*/
|
|
7977
|
+
exchangeRate: number;
|
|
7978
|
+
|
|
7979
|
+
/**
|
|
7980
|
+
* manuelle Buchungsvorgaben
|
|
7981
|
+
*/
|
|
7982
|
+
manualRuleEntries: Array<PaymentPlanManualRule>;
|
|
7983
|
+
|
|
7984
|
+
/**
|
|
7985
|
+
* Unique identifier of the Object
|
|
7986
|
+
*/
|
|
7987
|
+
id: number;
|
|
7988
|
+
|
|
7989
|
+
/**
|
|
7990
|
+
* Währung des Zahlungsplans (ISO-A3)
|
|
7991
|
+
*/
|
|
7992
|
+
currencyCode: string;
|
|
7993
|
+
|
|
7994
|
+
/**
|
|
7995
|
+
* Startdatum
|
|
7996
|
+
*/
|
|
7997
|
+
startDate: ScriptingDate;
|
|
7998
|
+
|
|
7999
|
+
/**
|
|
8000
|
+
* MetaInformations for this Object
|
|
8001
|
+
*/
|
|
8002
|
+
info: MetaInfo;
|
|
8003
|
+
}
|
|
8004
|
+
|
|
8005
|
+
export const enum OpenItemPaymentPlan$PaymentPlanType {
|
|
8006
|
+
RULE = 'RULE',
|
|
8007
|
+
MANUAL = 'MANUAL'
|
|
8008
|
+
}
|
|
8009
|
+
|
|
8010
|
+
export const enum OpenItemPaymentState {
|
|
8011
|
+
NO_PAYMENT = 'NO_PAYMENT',
|
|
8012
|
+
PAYMENT_CREATED = 'PAYMENT_CREATED',
|
|
8013
|
+
PAYMENT_TRANSFERRED = 'PAYMENT_TRANSFERRED',
|
|
8014
|
+
PAYMENT_COMMITTED = 'PAYMENT_COMMITTED'
|
|
8015
|
+
}
|
|
8016
|
+
|
|
8017
|
+
export interface OpenItemRecord {
|
|
8018
|
+
|
|
8019
|
+
/**
|
|
8020
|
+
* document
|
|
8021
|
+
*/
|
|
8022
|
+
document: ApiObjectReference;
|
|
8023
|
+
|
|
8024
|
+
/**
|
|
8025
|
+
* origin for this record
|
|
8026
|
+
*/
|
|
8027
|
+
origin: OpenItemRecord$RecordOrigin;
|
|
8028
|
+
|
|
8029
|
+
/**
|
|
8030
|
+
* company account bankdetails
|
|
8031
|
+
*/
|
|
8032
|
+
accountBankdetailsRef: ApiObjectReference;
|
|
8033
|
+
|
|
8034
|
+
/**
|
|
8035
|
+
* record discount amount
|
|
8036
|
+
*/
|
|
8037
|
+
discountAmount: number;
|
|
8038
|
+
|
|
8039
|
+
/**
|
|
8040
|
+
* Mahnzinsen in Basiswährung
|
|
8041
|
+
*/
|
|
8042
|
+
baseDunningInterest: number;
|
|
8043
|
+
|
|
8044
|
+
/**
|
|
8045
|
+
* record reference number
|
|
8046
|
+
*/
|
|
8047
|
+
recordReferenceNumber: string;
|
|
8048
|
+
|
|
8049
|
+
/**
|
|
8050
|
+
* ref to the financialBookingRecord
|
|
8051
|
+
*/
|
|
8052
|
+
bookingRecordId: number;
|
|
8053
|
+
|
|
8054
|
+
/**
|
|
8055
|
+
* Eine Vorgangsnummer die zur Buchung führte
|
|
8056
|
+
*/
|
|
8057
|
+
number: string;
|
|
8058
|
+
|
|
8059
|
+
/**
|
|
8060
|
+
* revertable
|
|
8061
|
+
*/
|
|
8062
|
+
revertable: boolean;
|
|
8063
|
+
|
|
8064
|
+
/**
|
|
8065
|
+
* Kurs der Währung zu Basiswährung
|
|
8066
|
+
*/
|
|
8067
|
+
exchangeRate: number;
|
|
8068
|
+
|
|
8069
|
+
/**
|
|
8070
|
+
* record discountable amount
|
|
8071
|
+
*/
|
|
8072
|
+
discountableAmount: number;
|
|
8073
|
+
|
|
8074
|
+
/**
|
|
8075
|
+
* record date
|
|
8076
|
+
*/
|
|
8077
|
+
recordDate: ScriptingDate;
|
|
8078
|
+
|
|
8079
|
+
/**
|
|
8080
|
+
* Gesamtbetrag in Basiswährung
|
|
8081
|
+
*/
|
|
8082
|
+
baseTotalAmount: number;
|
|
8083
|
+
|
|
8084
|
+
/**
|
|
8085
|
+
* Unique identifier of the Object
|
|
8086
|
+
*/
|
|
8087
|
+
id: number;
|
|
8088
|
+
|
|
8089
|
+
/**
|
|
8090
|
+
* locked
|
|
8091
|
+
*/
|
|
8092
|
+
locked: boolean;
|
|
8093
|
+
|
|
8094
|
+
/**
|
|
8095
|
+
* Skontierbarer Gesamtbetrag in Basiswährung
|
|
8096
|
+
*/
|
|
8097
|
+
baseDiscountableAmount: number;
|
|
8098
|
+
|
|
8099
|
+
/**
|
|
8100
|
+
* MetaInformations for this Object
|
|
8101
|
+
*/
|
|
8102
|
+
info: MetaInfo;
|
|
8103
|
+
|
|
8104
|
+
/**
|
|
8105
|
+
* Mahnstufe
|
|
8106
|
+
*/
|
|
8107
|
+
dunningLvl: number;
|
|
8108
|
+
|
|
8109
|
+
/**
|
|
8110
|
+
* record amount
|
|
8111
|
+
*/
|
|
8112
|
+
amount: number;
|
|
8113
|
+
|
|
8114
|
+
/**
|
|
8115
|
+
* bank transaction details
|
|
8116
|
+
*/
|
|
8117
|
+
transactionRef: ApiObjectReference;
|
|
8118
|
+
|
|
8119
|
+
/**
|
|
8120
|
+
* Konto des Umsatzes
|
|
8121
|
+
*/
|
|
8122
|
+
bankAccountRef: ApiObjectReference;
|
|
8123
|
+
|
|
8124
|
+
/**
|
|
8125
|
+
* Version Identifier for this Object (for PUT)
|
|
8126
|
+
*/
|
|
8127
|
+
version: number;
|
|
8128
|
+
|
|
8129
|
+
/**
|
|
8130
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8131
|
+
*/
|
|
8132
|
+
transactionId: number;
|
|
8133
|
+
|
|
8134
|
+
/**
|
|
8135
|
+
* Buchungsbetrag in Basiswährung
|
|
8136
|
+
*/
|
|
8137
|
+
baseAmount: number;
|
|
8138
|
+
|
|
8139
|
+
/**
|
|
8140
|
+
* Abzugsbetrag in Basiswährung
|
|
8141
|
+
*/
|
|
8142
|
+
baseDiscountAmount: number;
|
|
8143
|
+
|
|
8144
|
+
/**
|
|
8145
|
+
* Mahngebühren in Basiswährung
|
|
8146
|
+
*/
|
|
8147
|
+
baseDunningFee: number;
|
|
8148
|
+
|
|
8149
|
+
/**
|
|
8150
|
+
* record total amount
|
|
8151
|
+
*/
|
|
8152
|
+
totalAmount: number;
|
|
8153
|
+
|
|
8154
|
+
/**
|
|
8155
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8156
|
+
*/
|
|
8157
|
+
baseCurrencyCode: string;
|
|
8158
|
+
|
|
8159
|
+
/**
|
|
8160
|
+
* id des records, der diesen storniert hat
|
|
8161
|
+
*/
|
|
8162
|
+
revertedByRecordId: number;
|
|
8163
|
+
|
|
8164
|
+
/**
|
|
8165
|
+
* qualifier of open item
|
|
8166
|
+
*/
|
|
8167
|
+
qualifier: OpenItemRecord$RecordQualifier;
|
|
8168
|
+
|
|
8169
|
+
/**
|
|
8170
|
+
* payment-method
|
|
8171
|
+
*/
|
|
8172
|
+
paymentMethod: ApiObjectReference;
|
|
8173
|
+
|
|
8174
|
+
/**
|
|
8175
|
+
* Geschäftsvorfall
|
|
8176
|
+
*/
|
|
8177
|
+
businessTransaction: ApiObjectReference;
|
|
8178
|
+
|
|
8179
|
+
/**
|
|
8180
|
+
* comment
|
|
8181
|
+
*/
|
|
8182
|
+
comment: string;
|
|
8183
|
+
|
|
8184
|
+
/**
|
|
8185
|
+
* Währung des offenen Postens (ISO-A3)
|
|
8186
|
+
*/
|
|
8187
|
+
currencyCode: string;
|
|
8188
|
+
}
|
|
8189
|
+
|
|
8190
|
+
export const enum OpenItemRecord$RecordOrigin {
|
|
8191
|
+
DOCUMENT = 'DOCUMENT',
|
|
8192
|
+
PAYMENT = 'PAYMENT',
|
|
8193
|
+
PAYMENT_DISSOLVED = 'PAYMENT_DISSOLVED',
|
|
8194
|
+
REIMBURSEMENT = 'REIMBURSEMENT',
|
|
8195
|
+
REIMBURSEMENT_DISSOLVED = 'REIMBURSEMENT_DISSOLVED',
|
|
8196
|
+
MANUAL_CLOSURE = 'MANUAL_CLOSURE',
|
|
8197
|
+
MANUAL_REOPENING = 'MANUAL_REOPENING',
|
|
8198
|
+
DUNNING = 'DUNNING',
|
|
8199
|
+
DUNNING_DISSOLVED = 'DUNNING_DISSOLVED',
|
|
8200
|
+
DUNNING_INTEREST_REVERSAL = 'DUNNING_INTEREST_REVERSAL',
|
|
8201
|
+
IMPORT = 'IMPORT',
|
|
8202
|
+
PAYMENT_PLAN = 'PAYMENT_PLAN',
|
|
8203
|
+
PAYMENT_PLAN_ENTRY = 'PAYMENT_PLAN_ENTRY',
|
|
8204
|
+
PAYMENT_IMPORT = 'PAYMENT_IMPORT',
|
|
8205
|
+
CLEARING = 'CLEARING',
|
|
8206
|
+
DEPOSIT = 'DEPOSIT',
|
|
8207
|
+
CREDIT_NOTE = 'CREDIT_NOTE',
|
|
8208
|
+
BALANCE_ADJUSTMENT = 'BALANCE_ADJUSTMENT',
|
|
8209
|
+
FEE = 'FEE',
|
|
8210
|
+
DUNNING_PAYMENT = 'DUNNING_PAYMENT',
|
|
8211
|
+
DUNNING_PAYMENT_DISSOLVED = 'DUNNING_PAYMENT_DISSOLVED',
|
|
8212
|
+
POS_PAYMENT = 'POS_PAYMENT'
|
|
8213
|
+
}
|
|
8214
|
+
|
|
8215
|
+
export const enum OpenItemRecord$RecordQualifier {
|
|
8216
|
+
PAYABLE = 'PAYABLE',
|
|
8217
|
+
RECEIVABLE = 'RECEIVABLE',
|
|
8218
|
+
PAYMENT_RECEIVED = 'PAYMENT_RECEIVED',
|
|
8219
|
+
PAYMENT_SENT = 'PAYMENT_SENT',
|
|
8220
|
+
PAYMENT_RECEIVED_REVERTED = 'PAYMENT_RECEIVED_REVERTED',
|
|
8221
|
+
PAYMENT_SENT_REVERTED = 'PAYMENT_SENT_REVERTED',
|
|
8222
|
+
DUNNING_RECEIVABLE = 'DUNNING_RECEIVABLE',
|
|
8223
|
+
DUNNING_PAYABLE = 'DUNNING_PAYABLE',
|
|
8224
|
+
DUNNING_RECEIVABLE_REVERTED = 'DUNNING_RECEIVABLE_REVERTED',
|
|
8225
|
+
DUNNING_PAYABLE_REVERTED = 'DUNNING_PAYABLE_REVERTED'
|
|
8226
|
+
}
|
|
8227
|
+
|
|
8228
|
+
export const enum OrderStackProcessingType {
|
|
8229
|
+
NO_PICKING = 'NO_PICKING',
|
|
8230
|
+
ACCORDING_TO_CRITERIA = 'ACCORDING_TO_CRITERIA',
|
|
8231
|
+
ONLY_FULL_ORDER = 'ONLY_FULL_ORDER',
|
|
8232
|
+
ONLY_FULL_ORDER_LINES = 'ONLY_FULL_ORDER_LINES',
|
|
8233
|
+
AVAILABLE_QUANTITIES = 'AVAILABLE_QUANTITIES',
|
|
8234
|
+
NO_PROCESSING = 'NO_PROCESSING',
|
|
8235
|
+
FULL_ORDER_LINES_MAX_TWO_PARTIAL_DELIVERIES = 'FULL_ORDER_LINES_MAX_TWO_PARTIAL_DELIVERIES',
|
|
8236
|
+
AVAILABLE_QUANTITIES_MAX_TWO_PARTIAL_DELIVERIES = 'AVAILABLE_QUANTITIES_MAX_TWO_PARTIAL_DELIVERIES',
|
|
8237
|
+
FULL_ORDER_LINES_MAX_THREE_PARTIAL_DELIVERIES = 'FULL_ORDER_LINES_MAX_THREE_PARTIAL_DELIVERIES',
|
|
8238
|
+
AVAILABLE_QUANTITIES_MAX_THREE_PARTIAL_DELIVERIES = 'AVAILABLE_QUANTITIES_MAX_THREE_PARTIAL_DELIVERIES',
|
|
8239
|
+
AVAILABLE_QUANTITIES_FINISH_ORDER = 'AVAILABLE_QUANTITIES_FINISH_ORDER'
|
|
8240
|
+
}
|
|
8241
|
+
|
|
8242
|
+
export const enum PaymentDiscountOrigin {
|
|
8243
|
+
FROM_PAYMENT_TERM = 'FROM_PAYMENT_TERM',
|
|
8244
|
+
FROM_ACCOUNT = 'FROM_ACCOUNT',
|
|
8245
|
+
USER_DEFINED = 'USER_DEFINED'
|
|
8246
|
+
}
|
|
8247
|
+
|
|
8248
|
+
export interface PaymentMethod {
|
|
8249
|
+
|
|
8250
|
+
/**
|
|
8251
|
+
* Verbindlichkeiten-OP abschließen?
|
|
8252
|
+
*/
|
|
8253
|
+
closePayable: boolean;
|
|
8254
|
+
|
|
8255
|
+
/**
|
|
8256
|
+
* +Tage für Erstlastschrift
|
|
8257
|
+
*/
|
|
8258
|
+
daysToAddForDirectDebit: number;
|
|
8259
|
+
|
|
8260
|
+
/**
|
|
8261
|
+
* printDescription
|
|
8262
|
+
*/
|
|
8263
|
+
printDescription: string;
|
|
8264
|
+
|
|
8265
|
+
/**
|
|
8266
|
+
* Aktiv?
|
|
8267
|
+
*/
|
|
8268
|
+
active: boolean;
|
|
8269
|
+
|
|
8270
|
+
/**
|
|
8271
|
+
* description
|
|
8272
|
+
*/
|
|
8273
|
+
description: string;
|
|
8274
|
+
|
|
8275
|
+
/**
|
|
8276
|
+
* label for this payment method
|
|
8277
|
+
*/
|
|
8278
|
+
label: string;
|
|
8279
|
+
|
|
8280
|
+
/**
|
|
8281
|
+
* Version Identifier for this Object (for PUT)
|
|
8282
|
+
*/
|
|
8283
|
+
version: number;
|
|
8284
|
+
|
|
8285
|
+
/**
|
|
8286
|
+
* Payment Type
|
|
8287
|
+
*/
|
|
8288
|
+
paymentType: BankPaymentType;
|
|
8289
|
+
|
|
8290
|
+
/**
|
|
8291
|
+
* dunnable
|
|
8292
|
+
*/
|
|
8293
|
+
dunnable: boolean;
|
|
8294
|
+
|
|
8295
|
+
/**
|
|
8296
|
+
* Debitoren-OP abschließen?
|
|
8297
|
+
*/
|
|
8298
|
+
closeCustomerAccountType: boolean;
|
|
8299
|
+
|
|
8300
|
+
/**
|
|
8301
|
+
* translations
|
|
8302
|
+
*/
|
|
8303
|
+
translations: Array<DocumentTypeTerm>;
|
|
8304
|
+
|
|
8305
|
+
/**
|
|
8306
|
+
* +Tage für Folgelastschrift
|
|
8307
|
+
*/
|
|
8308
|
+
daysToAddForFollowup: number;
|
|
8309
|
+
|
|
8310
|
+
/**
|
|
8311
|
+
* Die Business Transaction
|
|
8312
|
+
*/
|
|
8313
|
+
businessTransaction: ApiObjectReference;
|
|
8314
|
+
|
|
8315
|
+
/**
|
|
8316
|
+
* external Payment Id
|
|
8317
|
+
*/
|
|
8318
|
+
externalPaymentId: string;
|
|
8319
|
+
|
|
8320
|
+
/**
|
|
8321
|
+
* Unique identifier of the Object
|
|
8322
|
+
*/
|
|
8323
|
+
id: number;
|
|
8324
|
+
|
|
8325
|
+
/**
|
|
8326
|
+
* Kreditoren-OP abschließen?
|
|
8327
|
+
*/
|
|
8328
|
+
closeSupplierAccountType: boolean;
|
|
8329
|
+
|
|
8330
|
+
/**
|
|
8331
|
+
* Forderungs-OP abschließen?
|
|
8332
|
+
*/
|
|
8333
|
+
closeReceivable: boolean;
|
|
8334
|
+
|
|
8335
|
+
/**
|
|
8336
|
+
* MetaInformations for this Object
|
|
8337
|
+
*/
|
|
8338
|
+
info: MetaInfo;
|
|
8339
|
+
}
|
|
8340
|
+
|
|
8341
|
+
export interface PaymentPlanManualRule {
|
|
8342
|
+
|
|
8343
|
+
/**
|
|
8344
|
+
* bereits verarbeitet
|
|
8345
|
+
*/
|
|
8346
|
+
processed: boolean;
|
|
8347
|
+
|
|
8348
|
+
/**
|
|
8349
|
+
* Betrag
|
|
8350
|
+
*/
|
|
8351
|
+
amount: number;
|
|
8352
|
+
|
|
8353
|
+
/**
|
|
8354
|
+
* Basiswährung (ISO-A3)
|
|
8355
|
+
*/
|
|
8356
|
+
baseCurrencyCode: string;
|
|
8357
|
+
|
|
8358
|
+
/**
|
|
8359
|
+
* Kurs der Währung zu Basiswährung
|
|
8360
|
+
*/
|
|
8361
|
+
exchangeRate: number;
|
|
8362
|
+
|
|
8363
|
+
/**
|
|
8364
|
+
* Fälligkeit
|
|
8365
|
+
*/
|
|
8366
|
+
dueDate: ScriptingDate;
|
|
8367
|
+
|
|
8368
|
+
/**
|
|
8369
|
+
* Unique identifier of the Object
|
|
8370
|
+
*/
|
|
8371
|
+
id: number;
|
|
8372
|
+
|
|
8373
|
+
/**
|
|
8374
|
+
* Währung (ISO-A3)
|
|
8375
|
+
*/
|
|
8376
|
+
currencyCode: string;
|
|
8377
|
+
|
|
8378
|
+
/**
|
|
8379
|
+
* Version Identifier for this Object (for PUT)
|
|
8380
|
+
*/
|
|
8381
|
+
version: number;
|
|
8382
|
+
|
|
8383
|
+
/**
|
|
8384
|
+
* Betrag in Basiswährung
|
|
8385
|
+
*/
|
|
8386
|
+
baseAmount: number;
|
|
8387
|
+
|
|
8388
|
+
/**
|
|
8389
|
+
* MetaInformations for this Object
|
|
8390
|
+
*/
|
|
8391
|
+
info: MetaInfo;
|
|
8392
|
+
}
|
|
8393
|
+
|
|
8394
|
+
export interface PaymentTerm {
|
|
8395
|
+
|
|
8396
|
+
/**
|
|
8397
|
+
* Percent for Discount 2
|
|
8398
|
+
*/
|
|
8399
|
+
paymentDiscount2: number;
|
|
8400
|
+
|
|
8401
|
+
/**
|
|
8402
|
+
* Percent for Discount 1
|
|
8403
|
+
*/
|
|
8404
|
+
paymentDiscount1: number;
|
|
8405
|
+
|
|
8406
|
+
/**
|
|
8407
|
+
* printDescription
|
|
8408
|
+
*/
|
|
8409
|
+
printDescription: string;
|
|
8410
|
+
|
|
8411
|
+
/**
|
|
8412
|
+
* Days for Discount 1
|
|
8413
|
+
*/
|
|
8414
|
+
paymentDays1: number;
|
|
8415
|
+
|
|
8416
|
+
/**
|
|
8417
|
+
* for deposit: remaining term
|
|
8418
|
+
*/
|
|
8419
|
+
remainingTermRef: ApiObjectReference;
|
|
8420
|
+
|
|
8421
|
+
/**
|
|
8422
|
+
* Days for Discount 2
|
|
8423
|
+
*/
|
|
8424
|
+
paymentDays2: number;
|
|
8425
|
+
|
|
8426
|
+
/**
|
|
8427
|
+
* Aktiv?
|
|
8428
|
+
*/
|
|
8429
|
+
active: boolean;
|
|
8430
|
+
|
|
8431
|
+
/**
|
|
8432
|
+
* description
|
|
8433
|
+
*/
|
|
8434
|
+
description: string;
|
|
8435
|
+
|
|
8436
|
+
/**
|
|
8437
|
+
* label for this payment term
|
|
8438
|
+
*/
|
|
8439
|
+
label: string;
|
|
8440
|
+
|
|
8441
|
+
/**
|
|
8442
|
+
* Version Identifier for this Object (for PUT)
|
|
8443
|
+
*/
|
|
8444
|
+
version: number;
|
|
8445
|
+
|
|
8446
|
+
/**
|
|
8447
|
+
* payment type
|
|
8448
|
+
*/
|
|
8449
|
+
paymentType: PaymentType;
|
|
8450
|
+
|
|
8451
|
+
/**
|
|
8452
|
+
* translations
|
|
8453
|
+
*/
|
|
8454
|
+
translations: Array<DocumentTypeTerm>;
|
|
8455
|
+
|
|
8456
|
+
/**
|
|
8457
|
+
* Für Kreditlimit berücksichtigen?
|
|
8458
|
+
*/
|
|
8459
|
+
considerForCreditLimit: boolean;
|
|
8460
|
+
|
|
8461
|
+
/**
|
|
8462
|
+
* external Payment Id
|
|
8463
|
+
*/
|
|
8464
|
+
externalPaymentId: string;
|
|
8465
|
+
|
|
8466
|
+
/**
|
|
8467
|
+
* Days for net payment
|
|
8468
|
+
*/
|
|
8469
|
+
paymentDaysNet: number;
|
|
8470
|
+
|
|
8471
|
+
/**
|
|
8472
|
+
* Unique identifier of the Object
|
|
8473
|
+
*/
|
|
8474
|
+
id: number;
|
|
8475
|
+
|
|
8476
|
+
/**
|
|
8477
|
+
* Mahnsperre
|
|
8478
|
+
*/
|
|
8479
|
+
dunningBlock: boolean;
|
|
8480
|
+
|
|
8481
|
+
/**
|
|
8482
|
+
* MetaInformations for this Object
|
|
8483
|
+
*/
|
|
8484
|
+
info: MetaInfo;
|
|
8485
|
+
}
|
|
8486
|
+
|
|
8487
|
+
export interface PaymentTermRef {
|
|
8488
|
+
|
|
8489
|
+
/**
|
|
8490
|
+
* Activ
|
|
8491
|
+
*/
|
|
8492
|
+
active: boolean;
|
|
8493
|
+
|
|
8494
|
+
/**
|
|
8495
|
+
* a short description
|
|
8496
|
+
*/
|
|
8497
|
+
description: string;
|
|
8498
|
+
|
|
8499
|
+
/**
|
|
8500
|
+
* a label
|
|
8501
|
+
*/
|
|
8502
|
+
label: string;
|
|
8503
|
+
|
|
8504
|
+
/**
|
|
8505
|
+
* Identifier
|
|
8506
|
+
*/
|
|
8507
|
+
id: number;
|
|
8508
|
+
|
|
8509
|
+
/**
|
|
8510
|
+
* payment type
|
|
8511
|
+
*/
|
|
8512
|
+
paymentType: PaymentType;
|
|
8513
|
+
}
|
|
8514
|
+
|
|
8515
|
+
export const enum PaymentType {
|
|
8516
|
+
PREPAYMENT = 'PREPAYMENT',
|
|
8517
|
+
PAYMENT = 'PAYMENT',
|
|
8518
|
+
DEPOSIT = 'DEPOSIT'
|
|
8519
|
+
}
|
|
8520
|
+
|
|
8521
|
+
export const enum PersonGenderType {
|
|
8522
|
+
MALE = 'MALE',
|
|
8523
|
+
FEMALE = 'FEMALE',
|
|
8524
|
+
ETC = 'ETC'
|
|
8525
|
+
}
|
|
8526
|
+
|
|
8527
|
+
export interface PickTrolley {
|
|
8528
|
+
|
|
8529
|
+
/**
|
|
8530
|
+
* Barcode zur Selektion des Wagens
|
|
8531
|
+
*/
|
|
8532
|
+
identifier: string;
|
|
8533
|
+
|
|
8534
|
+
/**
|
|
8535
|
+
* Zu diesem Wagen gehörende Boxen
|
|
8536
|
+
*/
|
|
8537
|
+
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8538
|
+
|
|
8539
|
+
/**
|
|
8540
|
+
* Bearbeiter der Pickliste
|
|
8541
|
+
*/
|
|
8542
|
+
processedByUserRef: ApiObjectReference;
|
|
8543
|
+
|
|
8544
|
+
/**
|
|
8545
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8546
|
+
*/
|
|
8547
|
+
storageBinRef: StorageBinRef;
|
|
8548
|
+
|
|
8549
|
+
/**
|
|
8550
|
+
* Beschreibung des Wagens
|
|
8551
|
+
*/
|
|
8552
|
+
description: string;
|
|
8553
|
+
|
|
8554
|
+
/**
|
|
8555
|
+
* Wagen gehört aktuell zu dieser Pickliste
|
|
8556
|
+
*/
|
|
8557
|
+
currentPicklistId: number;
|
|
8558
|
+
|
|
8559
|
+
/**
|
|
8560
|
+
* Bezeichnung des Wagens
|
|
8561
|
+
*/
|
|
8562
|
+
label: string;
|
|
8563
|
+
|
|
8564
|
+
/**
|
|
8565
|
+
* Typ des Wagens
|
|
8566
|
+
*/
|
|
8567
|
+
type: PickTrolleyType;
|
|
8568
|
+
|
|
8569
|
+
/**
|
|
8570
|
+
* Version Identifier for this Object (for PUT)
|
|
8571
|
+
*/
|
|
8572
|
+
version: number;
|
|
8573
|
+
|
|
8574
|
+
/**
|
|
8575
|
+
* Picklistenvorlagen, welche genutzt werden können, um in der MDE Picklisten zu dem Wagen zu erzeugen
|
|
8576
|
+
*/
|
|
8577
|
+
picklistTemplateRefs: Array<ApiObjectReference>;
|
|
8578
|
+
|
|
8579
|
+
/**
|
|
8580
|
+
* Wagen gehört zu dieser Pickwagen-Gruppe
|
|
8581
|
+
*/
|
|
8582
|
+
pickTrolleyGroupRef: ApiObjectReference;
|
|
8583
|
+
|
|
8584
|
+
/**
|
|
8585
|
+
* Status des Wagens
|
|
8586
|
+
*/
|
|
8587
|
+
state: PickTrolleyState;
|
|
8588
|
+
|
|
8589
|
+
/**
|
|
8590
|
+
* Unique identifier of the Object
|
|
8591
|
+
*/
|
|
8592
|
+
id: number;
|
|
8593
|
+
|
|
8594
|
+
/**
|
|
8595
|
+
* MetaInformations for this Object
|
|
8596
|
+
*/
|
|
8597
|
+
info: MetaInfo;
|
|
8598
|
+
}
|
|
8599
|
+
|
|
8600
|
+
export interface PickTrolleyBox {
|
|
8601
|
+
|
|
8602
|
+
/**
|
|
8603
|
+
* Box gehört zu diesem Pickwagen
|
|
8604
|
+
*/
|
|
8605
|
+
pickTrolleyId: number;
|
|
8606
|
+
|
|
8607
|
+
/**
|
|
8608
|
+
* Barcode zur Selektion der Box
|
|
8609
|
+
*/
|
|
8610
|
+
identifier: string;
|
|
8611
|
+
|
|
8612
|
+
/**
|
|
8613
|
+
* Aktuell kommissionierter Beleg
|
|
8614
|
+
*/
|
|
8615
|
+
currentDocumentId: number;
|
|
8616
|
+
|
|
8617
|
+
/**
|
|
8618
|
+
* Beschreibung der Box
|
|
8619
|
+
*/
|
|
8620
|
+
description: string;
|
|
8621
|
+
|
|
8622
|
+
/**
|
|
8623
|
+
* Bezeichnung der Box
|
|
8624
|
+
*/
|
|
8625
|
+
label: string;
|
|
7854
8626
|
|
|
7855
8627
|
/**
|
|
7856
8628
|
* Status der Box
|
|
@@ -7985,14 +8757,14 @@ export interface Picklist {
|
|
|
7985
8757
|
export interface PicklistLine {
|
|
7986
8758
|
|
|
7987
8759
|
/**
|
|
7988
|
-
*
|
|
8760
|
+
* Gesammelte Menge der Position
|
|
7989
8761
|
*/
|
|
7990
|
-
|
|
8762
|
+
quantityCollected: number;
|
|
7991
8763
|
|
|
7992
8764
|
/**
|
|
7993
|
-
*
|
|
8765
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7994
8766
|
*/
|
|
7995
|
-
|
|
8767
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7996
8768
|
|
|
7997
8769
|
/**
|
|
7998
8770
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -8030,14 +8802,14 @@ export interface PicklistLine {
|
|
|
8030
8802
|
version: number;
|
|
8031
8803
|
|
|
8032
8804
|
/**
|
|
8033
|
-
*
|
|
8805
|
+
* Lageranzeigename
|
|
8034
8806
|
*/
|
|
8035
|
-
|
|
8807
|
+
storageDisplayName: string;
|
|
8036
8808
|
|
|
8037
8809
|
/**
|
|
8038
|
-
*
|
|
8810
|
+
* ID der Quell-Dokumentposition
|
|
8039
8811
|
*/
|
|
8040
|
-
|
|
8812
|
+
sourceDocumentLineId: number;
|
|
8041
8813
|
|
|
8042
8814
|
/**
|
|
8043
8815
|
* Artikelnummer
|
|
@@ -8191,14 +8963,14 @@ export interface PicklistLineComponent {
|
|
|
8191
8963
|
targetDocumentLineComponentId: number;
|
|
8192
8964
|
|
|
8193
8965
|
/**
|
|
8194
|
-
*
|
|
8966
|
+
* abweichende Artikelbezeichnung
|
|
8195
8967
|
*/
|
|
8196
|
-
|
|
8968
|
+
articleAlternativeName: string;
|
|
8197
8969
|
|
|
8198
8970
|
/**
|
|
8199
|
-
*
|
|
8971
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8200
8972
|
*/
|
|
8201
|
-
|
|
8973
|
+
quantityPerAssemblyGroup: number;
|
|
8202
8974
|
|
|
8203
8975
|
/**
|
|
8204
8976
|
* Verpackte Menge der Position
|
|
@@ -8376,11 +9148,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8376
9148
|
*/
|
|
8377
9149
|
alternativeSelectionInVql: string;
|
|
8378
9150
|
|
|
8379
|
-
/**
|
|
8380
|
-
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8381
|
-
*/
|
|
8382
|
-
maxOrderCount: number;
|
|
8383
|
-
|
|
8384
9151
|
/**
|
|
8385
9152
|
* Selektion über den Bereich vom Lieferdatum
|
|
8386
9153
|
*/
|
|
@@ -8391,6 +9158,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8391
9158
|
*/
|
|
8392
9159
|
onlyFullDeliverableOrderLines: boolean;
|
|
8393
9160
|
|
|
9161
|
+
/**
|
|
9162
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9163
|
+
*/
|
|
9164
|
+
maxOrderCount: number;
|
|
9165
|
+
|
|
8394
9166
|
/**
|
|
8395
9167
|
* Selektion über den Bereich vom Belegdatum
|
|
8396
9168
|
*/
|
|
@@ -8455,19 +9227,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8455
9227
|
printPicklist: boolean;
|
|
8456
9228
|
|
|
8457
9229
|
/**
|
|
8458
|
-
*
|
|
9230
|
+
* Die zu verwendende Pickwagengruppe
|
|
8459
9231
|
*/
|
|
8460
|
-
|
|
9232
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
8461
9233
|
|
|
8462
9234
|
/**
|
|
8463
|
-
*
|
|
9235
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
8464
9236
|
*/
|
|
8465
|
-
|
|
9237
|
+
maxPicklistLineCount: number;
|
|
8466
9238
|
|
|
8467
9239
|
/**
|
|
8468
|
-
*
|
|
9240
|
+
* Der zu verwendende Pickwagen
|
|
8469
9241
|
*/
|
|
8470
|
-
|
|
9242
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8471
9243
|
|
|
8472
9244
|
/**
|
|
8473
9245
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -8475,19 +9247,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8475
9247
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8476
9248
|
|
|
8477
9249
|
/**
|
|
8478
|
-
*
|
|
9250
|
+
* Lagerplätze vorgeben
|
|
8479
9251
|
*/
|
|
8480
|
-
|
|
9252
|
+
specifyStorageBins: boolean;
|
|
8481
9253
|
|
|
8482
9254
|
/**
|
|
8483
|
-
*
|
|
9255
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
8484
9256
|
*/
|
|
8485
|
-
|
|
9257
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
8486
9258
|
|
|
8487
9259
|
/**
|
|
8488
|
-
*
|
|
9260
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8489
9261
|
*/
|
|
8490
|
-
|
|
9262
|
+
sortByRoutePosition: boolean;
|
|
8491
9263
|
|
|
8492
9264
|
/**
|
|
8493
9265
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8533,14 +9305,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8533
9305
|
alwaysShowDeliveryMethod: boolean;
|
|
8534
9306
|
|
|
8535
9307
|
/**
|
|
8536
|
-
*
|
|
9308
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8537
9309
|
*/
|
|
8538
|
-
|
|
9310
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8539
9311
|
|
|
8540
9312
|
/**
|
|
8541
|
-
*
|
|
9313
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8542
9314
|
*/
|
|
8543
|
-
|
|
9315
|
+
autoPrintDeliveryDocument: boolean;
|
|
8544
9316
|
|
|
8545
9317
|
/**
|
|
8546
9318
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8548,14 +9320,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8548
9320
|
showShippingFormOnPickingFinish: boolean;
|
|
8549
9321
|
|
|
8550
9322
|
/**
|
|
8551
|
-
*
|
|
9323
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8552
9324
|
*/
|
|
8553
|
-
|
|
9325
|
+
useDigitalPicklist: boolean;
|
|
8554
9326
|
|
|
8555
9327
|
/**
|
|
8556
|
-
*
|
|
9328
|
+
* Sammelbestätigung erlauben
|
|
8557
9329
|
*/
|
|
8558
|
-
|
|
9330
|
+
allowFullConfirmation: boolean;
|
|
8559
9331
|
|
|
8560
9332
|
/**
|
|
8561
9333
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
@@ -8563,9 +9335,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8563
9335
|
printLabelOnScan: boolean;
|
|
8564
9336
|
|
|
8565
9337
|
/**
|
|
8566
|
-
*
|
|
9338
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8567
9339
|
*/
|
|
8568
|
-
|
|
9340
|
+
allowPickingOfServiceArticles: boolean;
|
|
8569
9341
|
|
|
8570
9342
|
/**
|
|
8571
9343
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8583,14 +9355,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8583
9355
|
printLabelOnCompleteOrder: boolean;
|
|
8584
9356
|
|
|
8585
9357
|
/**
|
|
8586
|
-
*
|
|
9358
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
8587
9359
|
*/
|
|
8588
|
-
|
|
9360
|
+
printLabelAfterPicking: boolean;
|
|
8589
9361
|
|
|
8590
9362
|
/**
|
|
8591
|
-
*
|
|
9363
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
8592
9364
|
*/
|
|
8593
|
-
|
|
9365
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8594
9366
|
|
|
8595
9367
|
/**
|
|
8596
9368
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
@@ -8676,14 +9448,14 @@ export interface PriceSelectionCriteria {
|
|
|
8676
9448
|
quantity: number;
|
|
8677
9449
|
|
|
8678
9450
|
/**
|
|
8679
|
-
* Liste von
|
|
9451
|
+
* Liste von Artikel-IDs
|
|
8680
9452
|
*/
|
|
8681
|
-
|
|
9453
|
+
articleIds: Array<number>;
|
|
8682
9454
|
|
|
8683
9455
|
/**
|
|
8684
|
-
* Liste von
|
|
9456
|
+
* Liste von Account-IDs
|
|
8685
9457
|
*/
|
|
8686
|
-
|
|
9458
|
+
accountIds: Array<number>;
|
|
8687
9459
|
|
|
8688
9460
|
/**
|
|
8689
9461
|
* ein qualifier
|
|
@@ -8880,14 +9652,14 @@ export interface ProductDiscount {
|
|
|
8880
9652
|
validFrom: ScriptingDate;
|
|
8881
9653
|
|
|
8882
9654
|
/**
|
|
8883
|
-
*
|
|
9655
|
+
* Warengruppe
|
|
8884
9656
|
*/
|
|
8885
|
-
|
|
9657
|
+
productGroupRef: ApiObjectReference;
|
|
8886
9658
|
|
|
8887
9659
|
/**
|
|
8888
|
-
*
|
|
9660
|
+
* Bestimmt die Art des Rabatts
|
|
8889
9661
|
*/
|
|
8890
|
-
|
|
9662
|
+
modifierType: PriceModifierType;
|
|
8891
9663
|
|
|
8892
9664
|
/**
|
|
8893
9665
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9069,25 +9841,15 @@ export interface ProductPrice {
|
|
|
9069
9841
|
customerGroupRef: ApiObjectReference;
|
|
9070
9842
|
|
|
9071
9843
|
/**
|
|
9072
|
-
*
|
|
9073
|
-
*/
|
|
9074
|
-
usedTaxRate: TaxRate;
|
|
9075
|
-
|
|
9076
|
-
/**
|
|
9077
|
-
* Lieferantengruppe
|
|
9844
|
+
* Einkaufspreis zur Kalkulation
|
|
9078
9845
|
*/
|
|
9079
|
-
|
|
9846
|
+
purchasePriceSource: PurchasePriceSource;
|
|
9080
9847
|
|
|
9081
9848
|
/**
|
|
9082
9849
|
* Bestimmt ab welcher Menge dieser Preis gültig ist
|
|
9083
9850
|
*/
|
|
9084
9851
|
fromQuantity: number;
|
|
9085
9852
|
|
|
9086
|
-
/**
|
|
9087
|
-
* Produkt, für welches dieser Preis gültig ist
|
|
9088
|
-
*/
|
|
9089
|
-
articleRef: ApiObjectReference;
|
|
9090
|
-
|
|
9091
9853
|
/**
|
|
9092
9854
|
* Netto-Preis
|
|
9093
9855
|
*/
|
|
@@ -9109,14 +9871,44 @@ export interface ProductPrice {
|
|
|
9109
9871
|
productGroupRef: ApiObjectReference;
|
|
9110
9872
|
|
|
9111
9873
|
/**
|
|
9112
|
-
*
|
|
9874
|
+
* Verkaufskanal
|
|
9113
9875
|
*/
|
|
9114
|
-
|
|
9876
|
+
salesChannelRef: ApiObjectReference;
|
|
9115
9877
|
|
|
9116
9878
|
/**
|
|
9117
|
-
*
|
|
9879
|
+
* Preisgruppe
|
|
9118
9880
|
*/
|
|
9119
|
-
|
|
9881
|
+
priceGroupRef: ApiObjectReference;
|
|
9882
|
+
|
|
9883
|
+
/**
|
|
9884
|
+
* Unique identifier of the Object
|
|
9885
|
+
*/
|
|
9886
|
+
id: number;
|
|
9887
|
+
|
|
9888
|
+
/**
|
|
9889
|
+
* MetaInformations for this Object
|
|
9890
|
+
*/
|
|
9891
|
+
info: MetaInfo;
|
|
9892
|
+
|
|
9893
|
+
/**
|
|
9894
|
+
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
9895
|
+
*/
|
|
9896
|
+
usedTaxRate: TaxRate;
|
|
9897
|
+
|
|
9898
|
+
/**
|
|
9899
|
+
* Lieferantengruppe
|
|
9900
|
+
*/
|
|
9901
|
+
supplierGroupRef: ApiObjectReference;
|
|
9902
|
+
|
|
9903
|
+
/**
|
|
9904
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
9905
|
+
*/
|
|
9906
|
+
articleRef: ApiObjectReference;
|
|
9907
|
+
|
|
9908
|
+
/**
|
|
9909
|
+
* Version Identifier for this Object (for PUT)
|
|
9910
|
+
*/
|
|
9911
|
+
version: number;
|
|
9120
9912
|
|
|
9121
9913
|
/**
|
|
9122
9914
|
* Währung
|
|
@@ -9124,44 +9916,39 @@ export interface ProductPrice {
|
|
|
9124
9916
|
currencyRef: CurrencyReference;
|
|
9125
9917
|
|
|
9126
9918
|
/**
|
|
9127
|
-
*
|
|
9919
|
+
* Wert des Aufschlags bei EK-Kalkulation
|
|
9128
9920
|
*/
|
|
9129
|
-
|
|
9921
|
+
modifierValue: number;
|
|
9130
9922
|
|
|
9131
9923
|
/**
|
|
9132
9924
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufspreis handelt
|
|
9133
9925
|
*/
|
|
9134
9926
|
qualifier: ProductPriceQualifier;
|
|
9135
9927
|
|
|
9136
|
-
/**
|
|
9137
|
-
* Preisbasis
|
|
9138
|
-
*/
|
|
9139
|
-
priceBase: ArticlePriceBase;
|
|
9140
|
-
|
|
9141
9928
|
/**
|
|
9142
9929
|
* Aktionpreis
|
|
9143
9930
|
*/
|
|
9144
9931
|
specialOfferPrice: boolean;
|
|
9145
9932
|
|
|
9146
9933
|
/**
|
|
9147
|
-
*
|
|
9934
|
+
* Preisbasis
|
|
9148
9935
|
*/
|
|
9149
|
-
|
|
9936
|
+
priceBase: ArticlePriceBase;
|
|
9150
9937
|
|
|
9151
9938
|
/**
|
|
9152
|
-
*
|
|
9939
|
+
* Gültig bis
|
|
9153
9940
|
*/
|
|
9154
|
-
|
|
9941
|
+
validUntil: ScriptingDate;
|
|
9155
9942
|
|
|
9156
9943
|
/**
|
|
9157
|
-
*
|
|
9944
|
+
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
9158
9945
|
*/
|
|
9159
|
-
|
|
9946
|
+
modifierValueType: ValueType;
|
|
9160
9947
|
|
|
9161
9948
|
/**
|
|
9162
|
-
*
|
|
9949
|
+
* Account, für den der Preis gültig ist
|
|
9163
9950
|
*/
|
|
9164
|
-
|
|
9951
|
+
accountRef: ApiObjectReference;
|
|
9165
9952
|
}
|
|
9166
9953
|
|
|
9167
9954
|
export const enum ProductPriceOrigin {
|
|
@@ -9192,6 +9979,12 @@ export const enum PublishingPolicy {
|
|
|
9192
9979
|
MANUAL = 'MANUAL'
|
|
9193
9980
|
}
|
|
9194
9981
|
|
|
9982
|
+
export const enum PurchasePriceSource {
|
|
9983
|
+
NONE = 'NONE',
|
|
9984
|
+
AVERAGE = 'AVERAGE',
|
|
9985
|
+
MOST_RECENT = 'MOST_RECENT'
|
|
9986
|
+
}
|
|
9987
|
+
|
|
9195
9988
|
export interface RecommendedRetailPrice {
|
|
9196
9989
|
|
|
9197
9990
|
/**
|
|
@@ -9263,14 +10056,14 @@ export interface RequestDocument {
|
|
|
9263
10056
|
cashDrawerId: number;
|
|
9264
10057
|
|
|
9265
10058
|
/**
|
|
9266
|
-
*
|
|
10059
|
+
* Der Anzahlungsbetrag
|
|
9267
10060
|
*/
|
|
9268
|
-
|
|
10061
|
+
depositPaymentAmount: number;
|
|
9269
10062
|
|
|
9270
10063
|
/**
|
|
9271
|
-
*
|
|
10064
|
+
* Leistungsdatum
|
|
9272
10065
|
*/
|
|
9273
|
-
|
|
10066
|
+
performanceDate: ScriptingDate;
|
|
9274
10067
|
|
|
9275
10068
|
/**
|
|
9276
10069
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9328,14 +10121,14 @@ export interface RequestDocument {
|
|
|
9328
10121
|
lines: Array<RequestDocumentLine>;
|
|
9329
10122
|
|
|
9330
10123
|
/**
|
|
9331
|
-
*
|
|
10124
|
+
* ID der Kasse (bei POS)
|
|
9332
10125
|
*/
|
|
9333
|
-
|
|
10126
|
+
posRegisterId: number;
|
|
9334
10127
|
|
|
9335
10128
|
/**
|
|
9336
|
-
*
|
|
10129
|
+
* Die Vertragsdetails
|
|
9337
10130
|
*/
|
|
9338
|
-
|
|
10131
|
+
contractDetail: DocumentContractDetail;
|
|
9339
10132
|
|
|
9340
10133
|
/**
|
|
9341
10134
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -9387,6 +10180,11 @@ export interface RequestDocument {
|
|
|
9387
10180
|
*/
|
|
9388
10181
|
accountId: number;
|
|
9389
10182
|
|
|
10183
|
+
/**
|
|
10184
|
+
* Kopf-/Fußtexte des Belegs
|
|
10185
|
+
*/
|
|
10186
|
+
texts: Array<DocumentText>;
|
|
10187
|
+
|
|
9390
10188
|
/**
|
|
9391
10189
|
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
9392
10190
|
*/
|
|
@@ -9451,14 +10249,14 @@ export interface RequestDocumentLine {
|
|
|
9451
10249
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9452
10250
|
|
|
9453
10251
|
/**
|
|
9454
|
-
*
|
|
10252
|
+
* Typ dieser Position
|
|
9455
10253
|
*/
|
|
9456
|
-
|
|
10254
|
+
lineType: DocumentLineType;
|
|
9457
10255
|
|
|
9458
10256
|
/**
|
|
9459
|
-
*
|
|
10257
|
+
* FiBu-Angaben
|
|
9460
10258
|
*/
|
|
9461
|
-
|
|
10259
|
+
financeBooking: DocumentFinanceBooking;
|
|
9462
10260
|
|
|
9463
10261
|
/**
|
|
9464
10262
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9556,14 +10354,14 @@ export interface RequestDocumentLine {
|
|
|
9556
10354
|
name: string;
|
|
9557
10355
|
|
|
9558
10356
|
/**
|
|
9559
|
-
*
|
|
10357
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9560
10358
|
*/
|
|
9561
|
-
|
|
10359
|
+
externalArticleNumber: string;
|
|
9562
10360
|
|
|
9563
10361
|
/**
|
|
9564
|
-
*
|
|
10362
|
+
* ID der Quell-Belegposition
|
|
9565
10363
|
*/
|
|
9566
|
-
|
|
10364
|
+
sourceLineId: number;
|
|
9567
10365
|
|
|
9568
10366
|
/**
|
|
9569
10367
|
* Buchungen zu dieser Belegposition
|
|
@@ -9571,14 +10369,14 @@ export interface RequestDocumentLine {
|
|
|
9571
10369
|
bookings: Array<RequestDocumentLineBooking>;
|
|
9572
10370
|
|
|
9573
10371
|
/**
|
|
9574
|
-
*
|
|
10372
|
+
* (optional) Preis des Artikels dieser Position
|
|
9575
10373
|
*/
|
|
9576
|
-
|
|
10374
|
+
productPrice: number;
|
|
9577
10375
|
|
|
9578
10376
|
/**
|
|
9579
|
-
*
|
|
10377
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
9580
10378
|
*/
|
|
9581
|
-
|
|
10379
|
+
doLabelPrint: boolean;
|
|
9582
10380
|
}
|
|
9583
10381
|
|
|
9584
10382
|
export interface RequestDocumentLineBooking {
|
|
@@ -9707,14 +10505,14 @@ export interface RequestDocumentText {
|
|
|
9707
10505
|
export interface RevenueCalculation {
|
|
9708
10506
|
|
|
9709
10507
|
/**
|
|
9710
|
-
*
|
|
10508
|
+
* Deckungsbeitrag (absolut)
|
|
9711
10509
|
*/
|
|
9712
|
-
|
|
10510
|
+
revenue: number;
|
|
9713
10511
|
|
|
9714
10512
|
/**
|
|
9715
|
-
*
|
|
10513
|
+
* Netto Umsatz
|
|
9716
10514
|
*/
|
|
9717
|
-
|
|
10515
|
+
salesValue: number;
|
|
9718
10516
|
|
|
9719
10517
|
/**
|
|
9720
10518
|
* Einkaufspreis
|
|
@@ -9735,14 +10533,14 @@ export interface SalesAgent {
|
|
|
9735
10533
|
note: string;
|
|
9736
10534
|
|
|
9737
10535
|
/**
|
|
9738
|
-
*
|
|
10536
|
+
* is sales agent taxable
|
|
9739
10537
|
*/
|
|
9740
|
-
|
|
10538
|
+
taxable: boolean;
|
|
9741
10539
|
|
|
9742
10540
|
/**
|
|
9743
|
-
*
|
|
10541
|
+
* reference to the delivery method
|
|
9744
10542
|
*/
|
|
9745
|
-
|
|
10543
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9746
10544
|
|
|
9747
10545
|
/**
|
|
9748
10546
|
* Freifelder
|
|
@@ -10083,14 +10881,14 @@ export interface SequencerConfiguration {
|
|
|
10083
10881
|
key: string;
|
|
10084
10882
|
|
|
10085
10883
|
/**
|
|
10086
|
-
*
|
|
10884
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10087
10885
|
*/
|
|
10088
|
-
|
|
10886
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10089
10887
|
|
|
10090
10888
|
/**
|
|
10091
|
-
*
|
|
10889
|
+
* Contains details about the sequencer configuration
|
|
10092
10890
|
*/
|
|
10093
|
-
|
|
10891
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10094
10892
|
|
|
10095
10893
|
/**
|
|
10096
10894
|
* MetaInformations for this Object
|
|
@@ -10429,14 +11227,14 @@ export interface ShelfFile {
|
|
|
10429
11227
|
version: number;
|
|
10430
11228
|
|
|
10431
11229
|
/**
|
|
10432
|
-
*
|
|
11230
|
+
* current reference of this file in our storage
|
|
10433
11231
|
*/
|
|
10434
|
-
|
|
11232
|
+
storageHandle: string;
|
|
10435
11233
|
|
|
10436
11234
|
/**
|
|
10437
|
-
*
|
|
11235
|
+
* meta data
|
|
10438
11236
|
*/
|
|
10439
|
-
|
|
11237
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10440
11238
|
|
|
10441
11239
|
/**
|
|
10442
11240
|
* MetaInformations for this Object
|
|
@@ -10916,14 +11714,14 @@ export interface Supplier {
|
|
|
10916
11714
|
info: MetaInfo;
|
|
10917
11715
|
|
|
10918
11716
|
/**
|
|
10919
|
-
*
|
|
11717
|
+
* Lieferantengruppe
|
|
10920
11718
|
*/
|
|
10921
|
-
|
|
11719
|
+
supplierGroupRef: ApiObjectReference;
|
|
10922
11720
|
|
|
10923
11721
|
/**
|
|
10924
|
-
*
|
|
11722
|
+
* reference to the delivery method
|
|
10925
11723
|
*/
|
|
10926
|
-
|
|
11724
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10927
11725
|
|
|
10928
11726
|
/**
|
|
10929
11727
|
* tax able or tax free
|
|
@@ -11060,14 +11858,14 @@ export const enum TagType {
|
|
|
11060
11858
|
export interface TaxIdForeignCountry {
|
|
11061
11859
|
|
|
11062
11860
|
/**
|
|
11063
|
-
*
|
|
11861
|
+
* Tax ID of the company in the associated country
|
|
11064
11862
|
*/
|
|
11065
|
-
|
|
11863
|
+
taxId: string;
|
|
11066
11864
|
|
|
11067
11865
|
/**
|
|
11068
|
-
*
|
|
11866
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
11069
11867
|
*/
|
|
11070
|
-
|
|
11868
|
+
countryCode: string;
|
|
11071
11869
|
|
|
11072
11870
|
/**
|
|
11073
11871
|
* Unique identifier of the Object
|
|
@@ -11154,6 +11952,11 @@ export const enum TaxSituationOrigin {
|
|
|
11154
11952
|
FROM_TAX_ID = 'FROM_TAX_ID'
|
|
11155
11953
|
}
|
|
11156
11954
|
|
|
11955
|
+
export const enum TaxStateType {
|
|
11956
|
+
TAX_FREE = 'TAX_FREE',
|
|
11957
|
+
TAX_ABLE = 'TAX_ABLE'
|
|
11958
|
+
}
|
|
11959
|
+
|
|
11157
11960
|
export interface TextEnumCreate {
|
|
11158
11961
|
|
|
11159
11962
|
/**
|
|
@@ -11558,14 +12361,14 @@ export interface VariantValue {
|
|
|
11558
12361
|
version: number;
|
|
11559
12362
|
|
|
11560
12363
|
/**
|
|
11561
|
-
*
|
|
12364
|
+
* Mehrsprachige Bezeichnungen
|
|
11562
12365
|
*/
|
|
11563
|
-
|
|
12366
|
+
labels: Array<VariantDescription>;
|
|
11564
12367
|
|
|
11565
12368
|
/**
|
|
11566
|
-
*
|
|
12369
|
+
* Variantenattribut
|
|
11567
12370
|
*/
|
|
11568
|
-
|
|
12371
|
+
attributeRef: ApiObjectReference;
|
|
11569
12372
|
|
|
11570
12373
|
/**
|
|
11571
12374
|
* MetaInformations for this Object
|