@vario-software/types 2026.24.4 → 2026.25.0
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
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -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
|
|
@@ -998,20 +998,15 @@ export interface Article {
|
|
|
998
998
|
*/
|
|
999
999
|
printLabelSettings: ArticlePrintLabelSettings;
|
|
1000
1000
|
|
|
1001
|
-
/**
|
|
1002
|
-
* Gefahrgut Informationen
|
|
1003
|
-
*/
|
|
1004
|
-
dangerousGoodInformation: DangerousGoodInformation;
|
|
1005
|
-
|
|
1006
1001
|
/**
|
|
1007
1002
|
* Zolltarifnummer
|
|
1008
1003
|
*/
|
|
1009
1004
|
customsTariffNumber: string;
|
|
1010
1005
|
|
|
1011
1006
|
/**
|
|
1012
|
-
*
|
|
1007
|
+
* Gefahrgut Informationen
|
|
1013
1008
|
*/
|
|
1014
|
-
|
|
1009
|
+
dangerousGoodInformation: DangerousGoodInformation;
|
|
1015
1010
|
|
|
1016
1011
|
/**
|
|
1017
1012
|
* Product custom data
|
|
@@ -1019,20 +1014,25 @@ export interface Article {
|
|
|
1019
1014
|
listingCustom: EavArticleListing;
|
|
1020
1015
|
|
|
1021
1016
|
/**
|
|
1022
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1023
1018
|
*/
|
|
1024
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1025
1020
|
|
|
1026
1021
|
/**
|
|
1027
|
-
*
|
|
1022
|
+
* base capacity unit
|
|
1028
1023
|
*/
|
|
1029
|
-
|
|
1024
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1030
1025
|
|
|
1031
1026
|
/**
|
|
1032
1027
|
* Seriennummern Auszeichnungsart
|
|
1033
1028
|
*/
|
|
1034
1029
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1030
|
|
|
1031
|
+
/**
|
|
1032
|
+
* is this product sellable without any quantity at the stock
|
|
1033
|
+
*/
|
|
1034
|
+
sellableWithoutStock: boolean;
|
|
1035
|
+
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
@@ -1289,14 +1289,14 @@ export interface Article {
|
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
|
-
*
|
|
1292
|
+
* reference to Product
|
|
1293
1293
|
*/
|
|
1294
|
-
|
|
1294
|
+
productRef: ApiObjectReference;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* Versandlabeldruck
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
shippingLabelPrinting: boolean;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
1302
|
* Kontingentartikel
|
|
@@ -1304,14 +1304,14 @@ export interface Article {
|
|
|
1304
1304
|
contingentArticleRef: ApiObjectReference;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* alternative name of this product
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
alternativeName: string;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
@@ -1509,14 +1509,14 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
useDeviatingArticleDescription: boolean;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Referenced Article
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
articleId: number;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
*
|
|
1517
|
+
* Kunden-Preise
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
productPrices: Array<ProductPrice>;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Aktiv?
|
|
@@ -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
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Sollbestand
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
targetStock: number;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Vorgabe-Lagerplätze
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1986,6 +1986,11 @@ export interface ArticleStorage {
|
|
|
1986
1986
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
|
+
/**
|
|
1990
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1991
|
+
*/
|
|
1992
|
+
useSupplierArticleDescription: boolean;
|
|
1993
|
+
|
|
1989
1994
|
/**
|
|
1990
1995
|
* Anzeigename des Accounts
|
|
1991
1996
|
*/
|
|
@@ -1996,11 +2001,6 @@ export interface ArticleSupplier {
|
|
|
1996
2001
|
*/
|
|
1997
2002
|
supplierReportingStock: number;
|
|
1998
2003
|
|
|
1999
|
-
/**
|
|
2000
|
-
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2001
|
-
*/
|
|
2002
|
-
useSupplierArticleDescription: boolean;
|
|
2003
|
-
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2006
2006
|
*/
|
|
@@ -2056,26 +2056,26 @@ export interface ArticleSupplier {
|
|
|
2056
2056
|
*/
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
|
-
/**
|
|
2060
|
-
* Verpackungseinheit
|
|
2061
|
-
*/
|
|
2062
|
-
packagingUnit: number;
|
|
2063
|
-
|
|
2064
2059
|
/**
|
|
2065
2060
|
* Referenced Article name
|
|
2066
2061
|
*/
|
|
2067
2062
|
articleName: string;
|
|
2068
2063
|
|
|
2069
2064
|
/**
|
|
2070
|
-
*
|
|
2065
|
+
* Verpackungseinheit
|
|
2071
2066
|
*/
|
|
2072
|
-
|
|
2067
|
+
packagingUnit: number;
|
|
2073
2068
|
|
|
2074
2069
|
/**
|
|
2075
2070
|
* Referenced Article
|
|
2076
2071
|
*/
|
|
2077
2072
|
articleId: number;
|
|
2078
2073
|
|
|
2074
|
+
/**
|
|
2075
|
+
* Lieferanten-Preise
|
|
2076
|
+
*/
|
|
2077
|
+
productPrices: Array<ProductPrice>;
|
|
2078
|
+
|
|
2079
2079
|
/**
|
|
2080
2080
|
* Aktiv?
|
|
2081
2081
|
*/
|
|
@@ -2097,14 +2097,14 @@ export interface ArticleSupplier {
|
|
|
2097
2097
|
dropShippingAllowed: boolean;
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* Abweichende
|
|
2100
|
+
* Abweichende Produktbeschreibung
|
|
2101
2101
|
*/
|
|
2102
|
-
|
|
2102
|
+
supplierArticleDescription: string;
|
|
2103
2103
|
|
|
2104
2104
|
/**
|
|
2105
|
-
* Abweichende
|
|
2105
|
+
* Abweichende Produktbezeichnung
|
|
2106
2106
|
*/
|
|
2107
|
-
|
|
2107
|
+
supplierArticleName: string;
|
|
2108
2108
|
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Standardpreis Netto
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
orderOnComponentBase: boolean;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Einkaufseinheit
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
purchaseUnit: number;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -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
|
|
|
@@ -2334,14 +2333,14 @@ export interface CountryReference {
|
|
|
2334
2333
|
export interface CreateNewDocumentRequest {
|
|
2335
2334
|
|
|
2336
2335
|
/**
|
|
2337
|
-
* Belegart
|
|
2336
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2338
2337
|
*/
|
|
2339
|
-
|
|
2338
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2340
2339
|
|
|
2341
2340
|
/**
|
|
2342
|
-
*
|
|
2341
|
+
* Belegart
|
|
2343
2342
|
*/
|
|
2344
|
-
|
|
2343
|
+
documentTypeLabel: string;
|
|
2345
2344
|
|
|
2346
2345
|
/**
|
|
2347
2346
|
* Details zum Beleg
|
|
@@ -2566,14 +2565,14 @@ export interface CrmActivityType {
|
|
|
2566
2565
|
export interface CrmChecklistItem {
|
|
2567
2566
|
|
|
2568
2567
|
/**
|
|
2569
|
-
*
|
|
2568
|
+
* Text des Checklisten-Elements
|
|
2570
2569
|
*/
|
|
2571
|
-
|
|
2570
|
+
memo: string;
|
|
2572
2571
|
|
|
2573
2572
|
/**
|
|
2574
|
-
*
|
|
2573
|
+
* Ist das Element "angehakt"?
|
|
2575
2574
|
*/
|
|
2576
|
-
|
|
2575
|
+
checked: boolean;
|
|
2577
2576
|
|
|
2578
2577
|
/**
|
|
2579
2578
|
* Unique identifier of the Object
|
|
@@ -2965,14 +2964,14 @@ export interface CrmProject {
|
|
|
2965
2964
|
priorityRef: ApiObjectReference;
|
|
2966
2965
|
|
|
2967
2966
|
/**
|
|
2968
|
-
*
|
|
2967
|
+
* Phase
|
|
2969
2968
|
*/
|
|
2970
|
-
|
|
2969
|
+
phaseRef: ApiObjectReference;
|
|
2971
2970
|
|
|
2972
2971
|
/**
|
|
2973
|
-
*
|
|
2972
|
+
* Projektleiter vom Auftragnehmer
|
|
2974
2973
|
*/
|
|
2975
|
-
|
|
2974
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2976
2975
|
|
|
2977
2976
|
/**
|
|
2978
2977
|
* Aufgaben-Nummer
|
|
@@ -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
|
|
@@ -3275,6 +3274,11 @@ export interface CrmSubType {
|
|
|
3275
3274
|
|
|
3276
3275
|
export interface CrmTask {
|
|
3277
3276
|
|
|
3277
|
+
/**
|
|
3278
|
+
* Liste von Erinnerungen
|
|
3279
|
+
*/
|
|
3280
|
+
reminders: Array<CrmReminder>;
|
|
3281
|
+
|
|
3278
3282
|
/**
|
|
3279
3283
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3280
3284
|
*/
|
|
@@ -3285,11 +3289,6 @@ export interface CrmTask {
|
|
|
3285
3289
|
*/
|
|
3286
3290
|
customerOfferRef: DocumentRef;
|
|
3287
3291
|
|
|
3288
|
-
/**
|
|
3289
|
-
* Liste von Erinnerungen
|
|
3290
|
-
*/
|
|
3291
|
-
reminders: Array<CrmReminder>;
|
|
3292
|
-
|
|
3293
3292
|
/**
|
|
3294
3293
|
* Notizen
|
|
3295
3294
|
*/
|
|
@@ -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
|
|
@@ -3715,14 +3714,14 @@ export interface Customer {
|
|
|
3715
3714
|
stackProcessingPriority: number;
|
|
3716
3715
|
|
|
3717
3716
|
/**
|
|
3718
|
-
*
|
|
3717
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3719
3718
|
*/
|
|
3720
|
-
|
|
3719
|
+
collectiveInvoiceManually: boolean;
|
|
3721
3720
|
|
|
3722
3721
|
/**
|
|
3723
|
-
*
|
|
3722
|
+
* reference to product price group
|
|
3724
3723
|
*/
|
|
3725
|
-
|
|
3724
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3726
3725
|
|
|
3727
3726
|
/**
|
|
3728
3727
|
* Unique identifier of the Object
|
|
@@ -3969,14 +3968,14 @@ export interface DeliveryMethod {
|
|
|
3969
3968
|
translations: Array<DocumentTypeTerm>;
|
|
3970
3969
|
|
|
3971
3970
|
/**
|
|
3972
|
-
*
|
|
3971
|
+
* Versand-Anbieter
|
|
3973
3972
|
*/
|
|
3974
|
-
|
|
3973
|
+
vdsCarrierId: number;
|
|
3975
3974
|
|
|
3976
3975
|
/**
|
|
3977
|
-
*
|
|
3976
|
+
* Gültige Ländercodes
|
|
3978
3977
|
*/
|
|
3979
|
-
|
|
3978
|
+
validCountryCodes: Array<string>;
|
|
3980
3979
|
|
|
3981
3980
|
/**
|
|
3982
3981
|
* Standardgewichtseinheit
|
|
@@ -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
|
|
@@ -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
|
|
@@ -4312,13 +4311,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4312
4311
|
*/
|
|
4313
4312
|
posPayments: Array<DocumentPosPayment>;
|
|
4314
4313
|
|
|
4315
|
-
/**
|
|
4316
|
-
* Ist die Quittung bezahlt
|
|
4317
|
-
true wenn die Quittung bezahlt ist
|
|
4318
|
-
|
|
4319
|
-
*/
|
|
4320
|
-
posReceiptPayed: boolean;
|
|
4321
|
-
|
|
4322
4314
|
/**
|
|
4323
4315
|
* Kundennummer beim Lieferanten
|
|
4324
4316
|
*/
|
|
@@ -4329,6 +4321,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4329
4321
|
*/
|
|
4330
4322
|
maxDeliveries: number;
|
|
4331
4323
|
|
|
4324
|
+
/**
|
|
4325
|
+
* Ist die Quittung bezahlt
|
|
4326
|
+
true wenn die Quittung bezahlt ist
|
|
4327
|
+
|
|
4328
|
+
*/
|
|
4329
|
+
posReceiptPayed: boolean;
|
|
4330
|
+
|
|
4332
4331
|
/**
|
|
4333
4332
|
* Quittung: Summe Zahlbetrag
|
|
4334
4333
|
*/
|
|
@@ -4385,14 +4384,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4385
4384
|
processedByWorkflow: boolean;
|
|
4386
4385
|
|
|
4387
4386
|
/**
|
|
4388
|
-
*
|
|
4387
|
+
* Telefon an Versender übergeben
|
|
4389
4388
|
*/
|
|
4390
|
-
|
|
4389
|
+
forwardPhoneToShipper: boolean;
|
|
4391
4390
|
|
|
4392
4391
|
/**
|
|
4393
|
-
*
|
|
4392
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4394
4393
|
*/
|
|
4395
|
-
|
|
4394
|
+
baseTotalDocumentPriceModifier: number;
|
|
4396
4395
|
|
|
4397
4396
|
/**
|
|
4398
4397
|
* Liste der Belegtexte
|
|
@@ -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
|
|
@@ -4695,14 +4694,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4695
4694
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4696
4695
|
|
|
4697
4696
|
/**
|
|
4698
|
-
*
|
|
4697
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4699
4698
|
*/
|
|
4700
|
-
|
|
4699
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4701
4700
|
|
|
4702
4701
|
/**
|
|
4703
|
-
*
|
|
4702
|
+
* Herkunft des Berechnungsmodus
|
|
4704
4703
|
*/
|
|
4705
|
-
|
|
4704
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4706
4705
|
|
|
4707
4706
|
/**
|
|
4708
4707
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -5033,14 +5032,14 @@ export interface DocumentContractDetail {
|
|
|
5033
5032
|
runtimeToDate: ScriptingDate;
|
|
5034
5033
|
|
|
5035
5034
|
/**
|
|
5036
|
-
*
|
|
5035
|
+
* Nächste Fälligkeit
|
|
5037
5036
|
*/
|
|
5038
|
-
|
|
5037
|
+
nextDueDate: ScriptingDate;
|
|
5039
5038
|
|
|
5040
5039
|
/**
|
|
5041
|
-
*
|
|
5040
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5042
5041
|
*/
|
|
5043
|
-
|
|
5042
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5044
5043
|
|
|
5045
5044
|
/**
|
|
5046
5045
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5071,14 +5070,14 @@ export interface DocumentFabricationDetail {
|
|
|
5071
5070
|
targetStorageRef: ApiObjectReference;
|
|
5072
5071
|
|
|
5073
5072
|
/**
|
|
5074
|
-
*
|
|
5073
|
+
* Notiz
|
|
5075
5074
|
*/
|
|
5076
|
-
|
|
5075
|
+
note: string;
|
|
5077
5076
|
|
|
5078
5077
|
/**
|
|
5079
|
-
*
|
|
5078
|
+
* Material-Lager
|
|
5080
5079
|
*/
|
|
5081
|
-
|
|
5080
|
+
componentsStorageRef: ApiObjectReference;
|
|
5082
5081
|
|
|
5083
5082
|
/**
|
|
5084
5083
|
* QS-Lager
|
|
@@ -5300,14 +5299,14 @@ export interface DocumentLine {
|
|
|
5300
5299
|
price: number;
|
|
5301
5300
|
|
|
5302
5301
|
/**
|
|
5303
|
-
*
|
|
5302
|
+
* Gesamtpreis Position in Basiswährung
|
|
5304
5303
|
*/
|
|
5305
|
-
|
|
5304
|
+
baseTotalLinePrice: number;
|
|
5306
5305
|
|
|
5307
5306
|
/**
|
|
5308
|
-
*
|
|
5307
|
+
* FiBu-Buchung
|
|
5309
5308
|
*/
|
|
5310
|
-
|
|
5309
|
+
financeBooking: DocumentFinanceBooking;
|
|
5311
5310
|
|
|
5312
5311
|
/**
|
|
5313
5312
|
* Positionstyp
|
|
@@ -5345,9 +5344,9 @@ export interface DocumentLine {
|
|
|
5345
5344
|
id: number;
|
|
5346
5345
|
|
|
5347
5346
|
/**
|
|
5348
|
-
*
|
|
5347
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5349
5348
|
*/
|
|
5350
|
-
|
|
5349
|
+
positionOfArticleLine: number;
|
|
5351
5350
|
|
|
5352
5351
|
/**
|
|
5353
5352
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5355,9 +5354,9 @@ export interface DocumentLine {
|
|
|
5355
5354
|
basePrice: number;
|
|
5356
5355
|
|
|
5357
5356
|
/**
|
|
5358
|
-
*
|
|
5357
|
+
* Externe Referenz zum VDS-Paket
|
|
5359
5358
|
*/
|
|
5360
|
-
|
|
5359
|
+
externalReferenceVds: string;
|
|
5361
5360
|
|
|
5362
5361
|
/**
|
|
5363
5362
|
* Serientyp
|
|
@@ -5809,14 +5808,14 @@ export interface DocumentLineComponent {
|
|
|
5809
5808
|
custom: EavDocumentlinecomponent;
|
|
5810
5809
|
|
|
5811
5810
|
/**
|
|
5812
|
-
*
|
|
5811
|
+
* Referenz auf den Artikel der Komponente
|
|
5813
5812
|
*/
|
|
5814
|
-
|
|
5813
|
+
articleId: number;
|
|
5815
5814
|
|
|
5816
5815
|
/**
|
|
5817
|
-
*
|
|
5816
|
+
* Gelieferte Menge
|
|
5818
5817
|
*/
|
|
5819
|
-
|
|
5818
|
+
quantityCommitted: number;
|
|
5820
5819
|
|
|
5821
5820
|
/**
|
|
5822
5821
|
* Beschreibung des Artikels
|
|
@@ -6167,14 +6166,14 @@ export interface DocumentLinePosDetail {
|
|
|
6167
6166
|
balanceBeforeWithdrawal: number;
|
|
6168
6167
|
|
|
6169
6168
|
/**
|
|
6170
|
-
*
|
|
6169
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6171
6170
|
*/
|
|
6172
|
-
|
|
6171
|
+
externalPaymentId: string;
|
|
6173
6172
|
|
|
6174
6173
|
/**
|
|
6175
|
-
*
|
|
6174
|
+
* Typ der Position
|
|
6176
6175
|
*/
|
|
6177
|
-
|
|
6176
|
+
posLineType: PosLineType;
|
|
6178
6177
|
|
|
6179
6178
|
/**
|
|
6180
6179
|
* Unique identifier of the Object
|
|
@@ -6408,14 +6407,14 @@ export interface DocumentPosPayment {
|
|
|
6408
6407
|
balanceBeforeWithdrawal: number;
|
|
6409
6408
|
|
|
6410
6409
|
/**
|
|
6411
|
-
*
|
|
6410
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6412
6411
|
*/
|
|
6413
|
-
|
|
6412
|
+
externalPaymentId: string;
|
|
6414
6413
|
|
|
6415
6414
|
/**
|
|
6416
|
-
*
|
|
6415
|
+
* Typ der Position
|
|
6417
6416
|
*/
|
|
6418
|
-
|
|
6417
|
+
posLineType: PosLineType;
|
|
6419
6418
|
|
|
6420
6419
|
/**
|
|
6421
6420
|
* Unique identifier of the Object
|
|
@@ -6983,14 +6982,14 @@ export const enum DropShippingPolicy {
|
|
|
6983
6982
|
export interface DummySerialNumberStockTransferApi {
|
|
6984
6983
|
|
|
6985
6984
|
/**
|
|
6986
|
-
*
|
|
6985
|
+
* Seriennummer
|
|
6987
6986
|
*/
|
|
6988
|
-
|
|
6987
|
+
serialNumberId: number;
|
|
6989
6988
|
|
|
6990
6989
|
/**
|
|
6991
|
-
*
|
|
6990
|
+
* Ziel-Lager
|
|
6992
6991
|
*/
|
|
6993
|
-
|
|
6992
|
+
targetStorageId: number;
|
|
6994
6993
|
|
|
6995
6994
|
/**
|
|
6996
6995
|
* Bemerkung
|
|
@@ -7003,14 +7002,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7003
7002
|
bookDate: ScriptingDate;
|
|
7004
7003
|
|
|
7005
7004
|
/**
|
|
7006
|
-
*
|
|
7005
|
+
* Die gültige Seriennummer
|
|
7007
7006
|
*/
|
|
7008
|
-
|
|
7007
|
+
targetSerialNumber: string;
|
|
7009
7008
|
|
|
7010
7009
|
/**
|
|
7011
|
-
*
|
|
7010
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7012
7011
|
*/
|
|
7013
|
-
|
|
7012
|
+
targetExpiryDate: ScriptingDate;
|
|
7014
7013
|
|
|
7015
7014
|
/**
|
|
7016
7015
|
* Quell-Lagerplatz
|
|
@@ -7512,51 +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
|
-
}
|
|
7514
|
+
export interface OpenItem {
|
|
7528
7515
|
|
|
7529
|
-
|
|
7516
|
+
/**
|
|
7517
|
+
* Leistungsdatum (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7518
|
+
*/
|
|
7519
|
+
performanceDate: ScriptingDate;
|
|
7530
7520
|
|
|
7531
7521
|
/**
|
|
7532
|
-
*
|
|
7522
|
+
* Fälligkeitsdatum (Skonto2)
|
|
7533
7523
|
*/
|
|
7534
|
-
|
|
7524
|
+
paymentDiscount2DueDate: ScriptingDate;
|
|
7535
7525
|
|
|
7536
7526
|
/**
|
|
7537
|
-
*
|
|
7527
|
+
* Externe OP-Nummer
|
|
7538
7528
|
*/
|
|
7539
|
-
|
|
7529
|
+
externalNumber: string;
|
|
7540
7530
|
|
|
7541
7531
|
/**
|
|
7542
|
-
*
|
|
7532
|
+
* How many days are given for using the first discount rule
|
|
7543
7533
|
*/
|
|
7544
|
-
|
|
7534
|
+
paymentDays1: number;
|
|
7545
7535
|
|
|
7546
7536
|
/**
|
|
7547
|
-
*
|
|
7537
|
+
* How many days are given for using the second discount rule
|
|
7548
7538
|
*/
|
|
7549
|
-
|
|
7539
|
+
paymentDays2: number;
|
|
7550
7540
|
|
|
7551
7541
|
/**
|
|
7552
|
-
*
|
|
7542
|
+
* Fälligkeitsdatum (Skonto1)
|
|
7553
7543
|
*/
|
|
7554
|
-
|
|
7544
|
+
paymentDiscount1DueDate: ScriptingDate;
|
|
7555
7545
|
|
|
7556
7546
|
/**
|
|
7557
|
-
*
|
|
7547
|
+
* Ursprung der Skontowerte (Tage und Prozentsätze)
|
|
7558
7548
|
*/
|
|
7559
|
-
|
|
7549
|
+
paymentDiscountOrigin: PaymentDiscountOrigin;
|
|
7550
|
+
|
|
7551
|
+
/**
|
|
7552
|
+
* Anzahl Mahnpositionen/Mahnungen für diesen OP
|
|
7553
|
+
*/
|
|
7554
|
+
dunningCount: number;
|
|
7555
|
+
|
|
7556
|
+
/**
|
|
7557
|
+
* balanced date of this open item (calculated)
|
|
7558
|
+
*/
|
|
7559
|
+
balancedDate: ScriptingDate;
|
|
7560
|
+
|
|
7561
|
+
/**
|
|
7562
|
+
* Gesamtsumme der Rechnungsbeträge in Basiswährung
|
|
7563
|
+
*/
|
|
7564
|
+
baseSumTotalAmount: number;
|
|
7565
|
+
|
|
7566
|
+
/**
|
|
7567
|
+
* The kind of payment
|
|
7568
|
+
*/
|
|
7569
|
+
paymentKind: OpenItem$OpenItemPaymentKind;
|
|
7570
|
+
|
|
7571
|
+
/**
|
|
7572
|
+
* OP-Nummer
|
|
7573
|
+
*/
|
|
7574
|
+
number: string;
|
|
7575
|
+
|
|
7576
|
+
/**
|
|
7577
|
+
* saldo
|
|
7578
|
+
*/
|
|
7579
|
+
balance: number;
|
|
7580
|
+
|
|
7581
|
+
/**
|
|
7582
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7583
|
+
*/
|
|
7584
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
7585
|
+
|
|
7586
|
+
/**
|
|
7587
|
+
* Kurs der Währung zu Basiswährung
|
|
7588
|
+
*/
|
|
7589
|
+
exchangeRate: number;
|
|
7590
|
+
|
|
7591
|
+
/**
|
|
7592
|
+
* Die Mahnstufe
|
|
7593
|
+
*/
|
|
7594
|
+
dunningLevel: number;
|
|
7595
|
+
|
|
7596
|
+
/**
|
|
7597
|
+
* Fälligkeit in Tagen
|
|
7598
|
+
*/
|
|
7599
|
+
paymentDaysNet: number;
|
|
7600
|
+
|
|
7601
|
+
/**
|
|
7602
|
+
* Unique identifier of the Object
|
|
7603
|
+
*/
|
|
7604
|
+
id: number;
|
|
7605
|
+
|
|
7606
|
+
/**
|
|
7607
|
+
* Der Zustand der Zahlung
|
|
7608
|
+
*/
|
|
7609
|
+
paymentState: OpenItemPaymentState;
|
|
7610
|
+
|
|
7611
|
+
/**
|
|
7612
|
+
* Mahnsperre
|
|
7613
|
+
*/
|
|
7614
|
+
dunningBlock: boolean;
|
|
7615
|
+
|
|
7616
|
+
/**
|
|
7617
|
+
* Summe der Zahlungen in Basiswährung
|
|
7618
|
+
*/
|
|
7619
|
+
baseSumPayments: number;
|
|
7620
|
+
|
|
7621
|
+
/**
|
|
7622
|
+
* order
|
|
7623
|
+
*/
|
|
7624
|
+
order: ApiObjectReference;
|
|
7625
|
+
|
|
7626
|
+
/**
|
|
7627
|
+
* MetaInformations for this Object
|
|
7628
|
+
*/
|
|
7629
|
+
info: MetaInfo;
|
|
7630
|
+
|
|
7631
|
+
/**
|
|
7632
|
+
* Summe Mahngebühren und Zinsen
|
|
7633
|
+
*/
|
|
7634
|
+
sumDunnings: number;
|
|
7635
|
+
|
|
7636
|
+
/**
|
|
7637
|
+
* allgemeine Gebühren in Basiswährung
|
|
7638
|
+
*/
|
|
7639
|
+
baseSumFee: number;
|
|
7640
|
+
|
|
7641
|
+
/**
|
|
7642
|
+
* Vereinbarter Anzahlungsbetrag in Basiswährung
|
|
7643
|
+
*/
|
|
7644
|
+
baseDepositPaymentAmount: number;
|
|
7645
|
+
|
|
7646
|
+
/**
|
|
7647
|
+
* Summe gebuchte Zahlungen
|
|
7648
|
+
*/
|
|
7649
|
+
sumPayments: number;
|
|
7560
7650
|
|
|
7561
7651
|
/**
|
|
7562
7652
|
* Version Identifier for this Object (for PUT)
|
|
@@ -7564,39 +7654,716 @@ export interface PaymentMethod {
|
|
|
7564
7654
|
version: number;
|
|
7565
7655
|
|
|
7566
7656
|
/**
|
|
7567
|
-
*
|
|
7657
|
+
* Summe der skontierbaren Rechnungsbeträge in Basiswährung
|
|
7568
7658
|
*/
|
|
7569
|
-
|
|
7659
|
+
baseSumDiscountableAmount: number;
|
|
7570
7660
|
|
|
7571
7661
|
/**
|
|
7572
|
-
*
|
|
7662
|
+
* List of tags
|
|
7573
7663
|
*/
|
|
7574
|
-
|
|
7664
|
+
tags: Array<TagDto>;
|
|
7575
7665
|
|
|
7576
7666
|
/**
|
|
7577
|
-
*
|
|
7667
|
+
* Fälligkeitsdatum
|
|
7578
7668
|
*/
|
|
7579
|
-
|
|
7669
|
+
paymentDueDate: ScriptingDate;
|
|
7580
7670
|
|
|
7581
7671
|
/**
|
|
7582
|
-
*
|
|
7672
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7583
7673
|
*/
|
|
7584
|
-
|
|
7674
|
+
performanceCountryCode: string;
|
|
7675
|
+
|
|
7676
|
+
/**
|
|
7677
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7678
|
+
*/
|
|
7679
|
+
sourceCountryCode: string;
|
|
7680
|
+
|
|
7681
|
+
/**
|
|
7682
|
+
* agreed Deposit payment date
|
|
7683
|
+
*/
|
|
7684
|
+
depositPaymentDate: ScriptingDate;
|
|
7685
|
+
|
|
7686
|
+
/**
|
|
7687
|
+
* Valutadatum schreibgeschützt
|
|
7688
|
+
*/
|
|
7689
|
+
valueDateReadOnly: boolean;
|
|
7690
|
+
|
|
7691
|
+
/**
|
|
7692
|
+
* Does this open item belong to accounts payable or accounts receivable
|
|
7693
|
+
*/
|
|
7694
|
+
qualifier: OpenItem$OpenItemQualifier;
|
|
7695
|
+
|
|
7696
|
+
/**
|
|
7697
|
+
* Ursprüngliche Zahlungsbedingung
|
|
7698
|
+
*/
|
|
7699
|
+
basisPaymentTermRef: ApiObjectReference;
|
|
7700
|
+
|
|
7701
|
+
/**
|
|
7702
|
+
* Ist der OP durch ein Dokument geblockt?
|
|
7703
|
+
*/
|
|
7704
|
+
blockedByDocument: boolean;
|
|
7705
|
+
|
|
7706
|
+
/**
|
|
7707
|
+
* Zahlungsart
|
|
7708
|
+
*/
|
|
7709
|
+
paymentMethodRef: ApiObjectReference;
|
|
7710
|
+
|
|
7711
|
+
/**
|
|
7712
|
+
* Offener Betrag (Saldo) in Basiswährung
|
|
7713
|
+
*/
|
|
7714
|
+
baseBalance: number;
|
|
7715
|
+
|
|
7716
|
+
/**
|
|
7717
|
+
* is the agreed deposit payed?
|
|
7718
|
+
*/
|
|
7719
|
+
depositPayed: boolean;
|
|
7720
|
+
|
|
7721
|
+
/**
|
|
7722
|
+
* agreed Deposit payment amount
|
|
7723
|
+
*/
|
|
7724
|
+
depositPaymentAmount: number;
|
|
7725
|
+
|
|
7726
|
+
/**
|
|
7727
|
+
* free payments
|
|
7728
|
+
*/
|
|
7729
|
+
records: Array<OpenItemRecord>;
|
|
7730
|
+
|
|
7731
|
+
/**
|
|
7732
|
+
* Verwendungszweck
|
|
7733
|
+
*/
|
|
7734
|
+
purpose: string;
|
|
7735
|
+
|
|
7736
|
+
/**
|
|
7737
|
+
* How much discount can be given for speedy payment, rule 2
|
|
7738
|
+
*/
|
|
7739
|
+
paymentDiscount2: number;
|
|
7740
|
+
|
|
7741
|
+
/**
|
|
7742
|
+
* kann wiedereröffet werden
|
|
7743
|
+
*/
|
|
7744
|
+
canBeReopened: boolean;
|
|
7745
|
+
|
|
7746
|
+
/**
|
|
7747
|
+
* How much discount can be given for speedy payment, rule 1
|
|
7748
|
+
*/
|
|
7749
|
+
paymentDiscount1: number;
|
|
7750
|
+
|
|
7751
|
+
/**
|
|
7752
|
+
* Der momentan gültige zu zahlende Betrag
|
|
7753
|
+
*/
|
|
7754
|
+
paymentAmount: number;
|
|
7755
|
+
|
|
7756
|
+
/**
|
|
7757
|
+
* how should a refund be done?
|
|
7758
|
+
*/
|
|
7759
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
7760
|
+
|
|
7761
|
+
/**
|
|
7762
|
+
* Rechnungskorrektur
|
|
7763
|
+
*/
|
|
7764
|
+
creditNote: ApiObjectReference;
|
|
7765
|
+
|
|
7766
|
+
/**
|
|
7767
|
+
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
7768
|
+
*/
|
|
7769
|
+
bookingAccountType: OpenItem$BookingAccountType;
|
|
7770
|
+
|
|
7771
|
+
/**
|
|
7772
|
+
* Der Mahnzustand
|
|
7773
|
+
*/
|
|
7774
|
+
dunningState: OpenItemDunningState;
|
|
7775
|
+
|
|
7776
|
+
/**
|
|
7777
|
+
* Skontobetrag 2
|
|
7778
|
+
*/
|
|
7779
|
+
paymentDiscount2Amount: number;
|
|
7780
|
+
|
|
7781
|
+
/**
|
|
7782
|
+
* allgemeine Gebühren
|
|
7783
|
+
*/
|
|
7784
|
+
sumFee: number;
|
|
7785
|
+
|
|
7786
|
+
/**
|
|
7787
|
+
* The full amount of the payment
|
|
7788
|
+
*/
|
|
7789
|
+
fullPaymentAmount: number;
|
|
7790
|
+
|
|
7791
|
+
/**
|
|
7792
|
+
* Zahlungsplan
|
|
7793
|
+
*/
|
|
7794
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7795
|
+
|
|
7796
|
+
/**
|
|
7797
|
+
* Zahlungssperre
|
|
7798
|
+
*/
|
|
7799
|
+
paymentBlock: boolean;
|
|
7800
|
+
|
|
7801
|
+
/**
|
|
7802
|
+
* Ursprüngliches Fälligkeitsdatum
|
|
7803
|
+
*/
|
|
7804
|
+
originalPaymentDueDate: ScriptingDate;
|
|
7805
|
+
|
|
7806
|
+
/**
|
|
7807
|
+
* whether this open item is balanced, partially paid or open
|
|
7808
|
+
*/
|
|
7809
|
+
balanceState: OpenItemBalanceState;
|
|
7810
|
+
|
|
7811
|
+
/**
|
|
7812
|
+
* Valutadatum
|
|
7813
|
+
*/
|
|
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
|
+
* Buchungsbetrag in Basiswährung
|
|
8131
|
+
*/
|
|
8132
|
+
baseAmount: number;
|
|
8133
|
+
|
|
8134
|
+
/**
|
|
8135
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8136
|
+
*/
|
|
8137
|
+
transactionId: 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
|
+
* external Payment Id
|
|
8312
|
+
*/
|
|
8313
|
+
externalPaymentId: string;
|
|
8314
|
+
|
|
8315
|
+
/**
|
|
8316
|
+
* Die Business Transaction
|
|
8317
|
+
*/
|
|
8318
|
+
businessTransaction: ApiObjectReference;
|
|
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;
|
|
7585
8352
|
|
|
7586
8353
|
/**
|
|
7587
|
-
*
|
|
8354
|
+
* Basiswährung (ISO-A3)
|
|
7588
8355
|
*/
|
|
7589
|
-
|
|
8356
|
+
baseCurrencyCode: string;
|
|
7590
8357
|
|
|
7591
8358
|
/**
|
|
7592
|
-
*
|
|
8359
|
+
* Kurs der Währung zu Basiswährung
|
|
7593
8360
|
*/
|
|
7594
|
-
|
|
8361
|
+
exchangeRate: number;
|
|
7595
8362
|
|
|
7596
8363
|
/**
|
|
7597
|
-
*
|
|
8364
|
+
* Fälligkeit
|
|
7598
8365
|
*/
|
|
7599
|
-
|
|
8366
|
+
dueDate: ScriptingDate;
|
|
7600
8367
|
|
|
7601
8368
|
/**
|
|
7602
8369
|
* Unique identifier of the Object
|
|
@@ -7604,14 +8371,19 @@ export interface PaymentMethod {
|
|
|
7604
8371
|
id: number;
|
|
7605
8372
|
|
|
7606
8373
|
/**
|
|
7607
|
-
*
|
|
8374
|
+
* Währung (ISO-A3)
|
|
7608
8375
|
*/
|
|
7609
|
-
|
|
8376
|
+
currencyCode: string;
|
|
7610
8377
|
|
|
7611
8378
|
/**
|
|
7612
|
-
*
|
|
8379
|
+
* Version Identifier for this Object (for PUT)
|
|
7613
8380
|
*/
|
|
7614
|
-
|
|
8381
|
+
version: number;
|
|
8382
|
+
|
|
8383
|
+
/**
|
|
8384
|
+
* Betrag in Basiswährung
|
|
8385
|
+
*/
|
|
8386
|
+
baseAmount: number;
|
|
7615
8387
|
|
|
7616
8388
|
/**
|
|
7617
8389
|
* MetaInformations for this Object
|
|
@@ -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
|
*/
|
|
@@ -8465,9 +9237,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8465
9237
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
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?
|
|
@@ -8548,24 +9320,24 @@ 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
|
-
* Sollen
|
|
9333
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8562
9334
|
*/
|
|
8563
|
-
|
|
9335
|
+
allowPickingOfServiceArticles: boolean;
|
|
8564
9336
|
|
|
8565
9337
|
/**
|
|
8566
|
-
*
|
|
9338
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
8567
9339
|
*/
|
|
8568
|
-
|
|
9340
|
+
printLabelOnScan: 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
|
/**
|
|
@@ -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
|
*/
|
|
@@ -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
|
|
@@ -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
|
|
@@ -10617,14 +11415,14 @@ export interface Stock {
|
|
|
10617
11415
|
storageBinId: number;
|
|
10618
11416
|
|
|
10619
11417
|
/**
|
|
10620
|
-
*
|
|
11418
|
+
* Artikel
|
|
10621
11419
|
*/
|
|
10622
|
-
|
|
11420
|
+
articleId: number;
|
|
10623
11421
|
|
|
10624
11422
|
/**
|
|
10625
|
-
*
|
|
11423
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
10626
11424
|
*/
|
|
10627
|
-
|
|
11425
|
+
reservedSerialQuantity: number;
|
|
10628
11426
|
}
|
|
10629
11427
|
|
|
10630
11428
|
export const enum StockJournalFactor {
|
|
@@ -10699,14 +11497,14 @@ export interface StockMovementManualApi {
|
|
|
10699
11497
|
export interface StockTransferApi {
|
|
10700
11498
|
|
|
10701
11499
|
/**
|
|
10702
|
-
*
|
|
11500
|
+
* Seriennummer
|
|
10703
11501
|
*/
|
|
10704
|
-
|
|
11502
|
+
serialNumberId: number;
|
|
10705
11503
|
|
|
10706
11504
|
/**
|
|
10707
|
-
*
|
|
11505
|
+
* Ziel-Lager
|
|
10708
11506
|
*/
|
|
10709
|
-
|
|
11507
|
+
targetStorageId: number;
|
|
10710
11508
|
|
|
10711
11509
|
/**
|
|
10712
11510
|
* Bemerkung
|
|
@@ -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
|
|
@@ -10981,14 +11779,14 @@ export interface Supplier {
|
|
|
10981
11779
|
performanceCountryCode: string;
|
|
10982
11780
|
|
|
10983
11781
|
/**
|
|
10984
|
-
*
|
|
11782
|
+
* reference to the payment method
|
|
10985
11783
|
*/
|
|
10986
|
-
|
|
11784
|
+
paymentMethodRef: ApiObjectReference;
|
|
10987
11785
|
|
|
10988
11786
|
/**
|
|
10989
|
-
*
|
|
11787
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10990
11788
|
*/
|
|
10991
|
-
|
|
11789
|
+
defaultDeliveryTime: number;
|
|
10992
11790
|
|
|
10993
11791
|
/**
|
|
10994
11792
|
* currency code IsoAlpha3
|
|
@@ -11009,14 +11807,14 @@ export interface TagDto {
|
|
|
11009
11807
|
editColor: string;
|
|
11010
11808
|
|
|
11011
11809
|
/**
|
|
11012
|
-
* Farbe
|
|
11810
|
+
* Farbe für die Anzeige des Tags
|
|
11013
11811
|
*/
|
|
11014
|
-
|
|
11812
|
+
color: string;
|
|
11015
11813
|
|
|
11016
11814
|
/**
|
|
11017
|
-
* Farbe
|
|
11815
|
+
* Farbe in Such-GUI
|
|
11018
11816
|
*/
|
|
11019
|
-
|
|
11817
|
+
searchColor: string;
|
|
11020
11818
|
|
|
11021
11819
|
/**
|
|
11022
11820
|
* Beschriftung des Tags
|
|
@@ -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
|