@vario-software/types 2026.28.1 → 2026.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +37 -37
- package/scripting/types.d.ts +279 -279
package/scripting/types.d.ts
CHANGED
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Standard-Ansprechpartner
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
defaultPerson: AccountPerson;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Post office box
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
postOfficeBox: string;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Title
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -494,14 +494,14 @@ export interface AccountBankdetail {
|
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* city of the bank
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
bankCity: string;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* origin type
|
|
@@ -1219,14 +1219,14 @@ export interface Article {
|
|
|
1219
1219
|
workUnitInMinutes: number;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
|
-
*
|
|
1222
|
+
* Frei kommissionierbar
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
freelyPickable: boolean;
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
*
|
|
1227
|
+
* description custom data
|
|
1228
1228
|
*/
|
|
1229
|
-
|
|
1229
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1279,14 +1279,14 @@ export interface Article {
|
|
|
1279
1279
|
capacity: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
|
-
*
|
|
1282
|
+
* gross sales prices
|
|
1283
1283
|
*/
|
|
1284
|
-
|
|
1284
|
+
grossSalesPrice: number;
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Letzter EKP (Startwert)
|
|
@@ -1298,20 +1298,15 @@ export interface Article {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
permissibleForOrderProposal: boolean;
|
|
1300
1300
|
|
|
1301
|
-
/**
|
|
1302
|
-
* Versandlabeldruck
|
|
1303
|
-
*/
|
|
1304
|
-
shippingLabelPrinting: boolean;
|
|
1305
|
-
|
|
1306
1301
|
/**
|
|
1307
1302
|
* reference to Product
|
|
1308
1303
|
*/
|
|
1309
1304
|
productRef: ApiObjectReference;
|
|
1310
1305
|
|
|
1311
1306
|
/**
|
|
1312
|
-
*
|
|
1307
|
+
* Versandlabeldruck
|
|
1313
1308
|
*/
|
|
1314
|
-
|
|
1309
|
+
shippingLabelPrinting: boolean;
|
|
1315
1310
|
|
|
1316
1311
|
/**
|
|
1317
1312
|
* Kontingentartikel
|
|
@@ -1323,6 +1318,11 @@ export interface Article {
|
|
|
1323
1318
|
*/
|
|
1324
1319
|
discountable: boolean;
|
|
1325
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* alternative name of this product
|
|
1323
|
+
*/
|
|
1324
|
+
alternativeName: string;
|
|
1325
|
+
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
1328
1328
|
*/
|
|
@@ -1359,14 +1359,14 @@ export interface Article {
|
|
|
1359
1359
|
custom: EavArticle;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1363
1363
|
*/
|
|
1364
|
-
|
|
1364
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* Art des Haltbarkeitsdatums
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
1372
|
* Hersteller
|
|
@@ -1602,14 +1602,14 @@ export interface ArticleCustomer {
|
|
|
1602
1602
|
defaultGrossPrice: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
|
-
*
|
|
1605
|
+
* Abweichende Produktnummer
|
|
1606
1606
|
*/
|
|
1607
|
-
|
|
1607
|
+
deviatingArticleNumber: string;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Art der Preisermittlung
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Artikelnummer
|
|
@@ -2007,14 +2007,14 @@ export interface ArticleStorage {
|
|
|
2007
2007
|
storageRef: ApiObjectReference;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Sollbestand
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
targetStock: number;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
|
-
*
|
|
2015
|
+
* Vorgabe-Lagerplätze
|
|
2016
2016
|
*/
|
|
2017
|
-
|
|
2017
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
2020
|
* Aktuelle Menge in Produktion
|
|
@@ -2218,14 +2218,14 @@ export interface Asset {
|
|
|
2218
2218
|
active: boolean;
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Asset-Bezeichnung
|
|
@@ -2512,14 +2512,14 @@ export interface CountryReference {
|
|
|
2512
2512
|
export interface CreateNewDocumentRequest {
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
*
|
|
2515
|
+
* Belegart
|
|
2516
2516
|
*/
|
|
2517
|
-
|
|
2517
|
+
documentTypeLabel: string;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
* Belegart
|
|
2520
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Details zum Beleg
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* Aktivität intern abgerechnet?
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
internalBilled: boolean;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* geplante Dauer
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
plannedDurationInSeconds: number;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -3153,14 +3153,14 @@ export interface CrmProject {
|
|
|
3153
3153
|
priorityRef: ApiObjectReference;
|
|
3154
3154
|
|
|
3155
3155
|
/**
|
|
3156
|
-
*
|
|
3156
|
+
* Projektleiter vom Auftragnehmer
|
|
3157
3157
|
*/
|
|
3158
|
-
|
|
3158
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
3161
|
-
*
|
|
3161
|
+
* Phase
|
|
3162
3162
|
*/
|
|
3163
|
-
|
|
3163
|
+
phaseRef: ApiObjectReference;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
3166
|
* Aufgaben-Nummer
|
|
@@ -3178,14 +3178,14 @@ export interface CrmProject {
|
|
|
3178
3178
|
billedTimes: number;
|
|
3179
3179
|
|
|
3180
3180
|
/**
|
|
3181
|
-
*
|
|
3181
|
+
* Einkaufsbelege
|
|
3182
3182
|
*/
|
|
3183
|
-
|
|
3183
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3184
3184
|
|
|
3185
3185
|
/**
|
|
3186
|
-
*
|
|
3186
|
+
* Geplanter Projektzeitraum (von)
|
|
3187
3187
|
*/
|
|
3188
|
-
|
|
3188
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
3191
|
* Verkaufsbelege
|
|
@@ -3218,14 +3218,14 @@ export interface CrmProject {
|
|
|
3218
3218
|
info: MetaInfo;
|
|
3219
3219
|
|
|
3220
3220
|
/**
|
|
3221
|
-
*
|
|
3221
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3222
3222
|
*/
|
|
3223
|
-
|
|
3223
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3224
3224
|
|
|
3225
3225
|
/**
|
|
3226
|
-
*
|
|
3226
|
+
* Projektleiter vom Auftraggeber
|
|
3227
3227
|
*/
|
|
3228
|
-
|
|
3228
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3229
3229
|
|
|
3230
3230
|
/**
|
|
3231
3231
|
* Übergeordnete CRM-Objekte
|
|
@@ -3469,11 +3469,6 @@ export interface CrmSubType {
|
|
|
3469
3469
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
|
-
/**
|
|
3473
|
-
* Liste von Erinnerungen
|
|
3474
|
-
*/
|
|
3475
|
-
reminders: Array<CrmReminder>;
|
|
3476
|
-
|
|
3477
3472
|
/**
|
|
3478
3473
|
* Angebot
|
|
3479
3474
|
*/
|
|
@@ -3484,6 +3479,11 @@ export interface CrmTask {
|
|
|
3484
3479
|
*/
|
|
3485
3480
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3486
3481
|
|
|
3482
|
+
/**
|
|
3483
|
+
* Liste von Erinnerungen
|
|
3484
|
+
*/
|
|
3485
|
+
reminders: Array<CrmReminder>;
|
|
3486
|
+
|
|
3487
3487
|
/**
|
|
3488
3488
|
* Notizen
|
|
3489
3489
|
*/
|
|
@@ -3675,14 +3675,14 @@ export interface CrmTask {
|
|
|
3675
3675
|
parentRefs: Array<CrmObjectRef>;
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
*
|
|
3678
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3679
3679
|
*/
|
|
3680
|
-
|
|
3680
|
+
externalRecordedTimes: number;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* Beauftragte Zeit in Sekunden
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
effortCommissioned: number;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
3688
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* Option für die Stapelverarbeitung
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* reference to customer group
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
customerGroupRef: ApiObjectReference;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3914,14 +3914,14 @@ export interface Customer {
|
|
|
3914
3914
|
stackProcessingPriority: number;
|
|
3915
3915
|
|
|
3916
3916
|
/**
|
|
3917
|
-
*
|
|
3917
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3918
3918
|
*/
|
|
3919
|
-
|
|
3919
|
+
collectiveInvoiceManually: boolean;
|
|
3920
3920
|
|
|
3921
3921
|
/**
|
|
3922
|
-
*
|
|
3922
|
+
* reference to product price group
|
|
3923
3923
|
*/
|
|
3924
|
-
|
|
3924
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3925
3925
|
|
|
3926
3926
|
/**
|
|
3927
3927
|
* Unique identifier of the Object
|
|
@@ -4158,14 +4158,14 @@ export interface DeliveryMethod {
|
|
|
4158
4158
|
defaultSizeUnit: UnitTypeReference;
|
|
4159
4159
|
|
|
4160
4160
|
/**
|
|
4161
|
-
*
|
|
4161
|
+
* translations
|
|
4162
4162
|
*/
|
|
4163
|
-
|
|
4163
|
+
translations: Array<DocumentTypeTerm>;
|
|
4164
4164
|
|
|
4165
4165
|
/**
|
|
4166
|
-
*
|
|
4166
|
+
* Quelle für Paketgewicht
|
|
4167
4167
|
*/
|
|
4168
|
-
|
|
4168
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
4171
|
* Versand-Anbieter
|
|
@@ -4256,14 +4256,14 @@ export interface DeliveryTerm {
|
|
|
4256
4256
|
version: number;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
|
-
*
|
|
4259
|
+
* translations
|
|
4260
4260
|
*/
|
|
4261
|
-
|
|
4261
|
+
translations: Array<DocumentTypeTerm>;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
|
-
*
|
|
4264
|
+
* information, how the shipping charges should be calculated
|
|
4265
4265
|
*/
|
|
4266
|
-
|
|
4266
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* Lieferarten
|
|
@@ -4276,14 +4276,14 @@ export interface DeliveryTerm {
|
|
|
4276
4276
|
id: number;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* Versandkostenartikel
|
|
4280
4280
|
*/
|
|
4281
|
-
|
|
4281
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4282
4282
|
|
|
4283
4283
|
/**
|
|
4284
|
-
*
|
|
4284
|
+
* free shipping net value
|
|
4285
4285
|
*/
|
|
4286
|
-
|
|
4286
|
+
freeShippingNetValue: number;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
4289
|
* MetaInformations for this Object
|
|
@@ -4393,6 +4393,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
deliveryQuantityPackages: number;
|
|
4395
4395
|
|
|
4396
|
+
/**
|
|
4397
|
+
* Steuerpflichtig oder steuerfrei
|
|
4398
|
+
*/
|
|
4399
|
+
taxable: boolean;
|
|
4400
|
+
|
|
4396
4401
|
/**
|
|
4397
4402
|
* Leitweg-ID
|
|
4398
4403
|
*/
|
|
@@ -4403,11 +4408,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4403
4408
|
*/
|
|
4404
4409
|
referencedOrderNumber: string;
|
|
4405
4410
|
|
|
4406
|
-
/**
|
|
4407
|
-
* Steuerpflichtig oder steuerfrei
|
|
4408
|
-
*/
|
|
4409
|
-
taxable: boolean;
|
|
4410
|
-
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4413
4413
|
*/
|
|
@@ -4494,14 +4494,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4494
4494
|
documentDate: ScriptingDate;
|
|
4495
4495
|
|
|
4496
4496
|
/**
|
|
4497
|
-
*
|
|
4497
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4498
4498
|
*/
|
|
4499
|
-
|
|
4499
|
+
taxLiabilityReversed: boolean;
|
|
4500
4500
|
|
|
4501
4501
|
/**
|
|
4502
|
-
*
|
|
4502
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4503
4503
|
*/
|
|
4504
|
-
|
|
4504
|
+
roundingAmount: number;
|
|
4505
4505
|
|
|
4506
4506
|
/**
|
|
4507
4507
|
* Versanddatum
|
|
@@ -4581,14 +4581,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4581
4581
|
fabricationDetail: DocumentFabricationDetail;
|
|
4582
4582
|
|
|
4583
4583
|
/**
|
|
4584
|
-
*
|
|
4584
|
+
* Berechnungsmodus
|
|
4585
4585
|
*/
|
|
4586
|
-
|
|
4586
|
+
calculationMode: CalculationMode;
|
|
4587
4587
|
|
|
4588
4588
|
/**
|
|
4589
|
-
*
|
|
4589
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4590
4590
|
*/
|
|
4591
|
-
|
|
4591
|
+
accountNumber: string;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
4594
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4666
4666
|
additionalInfo: DocumentAdditionalInfo;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Bestelldatum
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
orderedOn: ScriptingDate;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* MetaInformations for this Object
|
|
@@ -4810,25 +4810,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4810
4810
|
*/
|
|
4811
4811
|
customerNumber: string;
|
|
4812
4812
|
|
|
4813
|
-
/**
|
|
4814
|
-
* Statusinstanz des Belegs
|
|
4815
|
-
*/
|
|
4816
|
-
documentState: DocumentTypeState;
|
|
4817
|
-
|
|
4818
4813
|
/**
|
|
4819
4814
|
* Umsatzsteuer-Identifikationsnummer
|
|
4820
4815
|
*/
|
|
4821
4816
|
taxIdentificationNumber: string;
|
|
4822
4817
|
|
|
4823
4818
|
/**
|
|
4824
|
-
*
|
|
4819
|
+
* Statusinstanz des Belegs
|
|
4825
4820
|
*/
|
|
4826
|
-
|
|
4821
|
+
documentState: DocumentTypeState;
|
|
4827
4822
|
|
|
4828
4823
|
/**
|
|
4829
|
-
*
|
|
4824
|
+
* Versandkostenpositionen
|
|
4830
4825
|
*/
|
|
4831
|
-
|
|
4826
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4832
4827
|
|
|
4833
4828
|
/**
|
|
4834
4829
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4837,6 +4832,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4837
4832
|
*/
|
|
4838
4833
|
posReceiptBalanced: boolean;
|
|
4839
4834
|
|
|
4835
|
+
/**
|
|
4836
|
+
* Referenz auf Lieferbedingung
|
|
4837
|
+
*/
|
|
4838
|
+
deliveryTermRef: ApiObjectReference;
|
|
4839
|
+
|
|
4840
4840
|
/**
|
|
4841
4841
|
* Rückgeld
|
|
4842
4842
|
*/
|
|
@@ -5061,14 +5061,14 @@ export interface DocumentAddress {
|
|
|
5061
5061
|
info: MetaInfo;
|
|
5062
5062
|
|
|
5063
5063
|
/**
|
|
5064
|
-
*
|
|
5064
|
+
* Lieferart
|
|
5065
5065
|
*/
|
|
5066
|
-
|
|
5066
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5067
5067
|
|
|
5068
5068
|
/**
|
|
5069
|
-
*
|
|
5069
|
+
* GLN
|
|
5070
5070
|
*/
|
|
5071
|
-
|
|
5071
|
+
globalLocationNumber: string;
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
5074
5074
|
* Postcode
|
|
@@ -5249,14 +5249,14 @@ export interface DocumentContractDetail {
|
|
|
5249
5249
|
runtimeToDate: ScriptingDate;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Nächste Fälligkeit
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
nextDueDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5500,11 +5500,6 @@ export interface DocumentLine {
|
|
|
5500
5500
|
*/
|
|
5501
5501
|
id: number;
|
|
5502
5502
|
|
|
5503
|
-
/**
|
|
5504
|
-
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5505
|
-
*/
|
|
5506
|
-
positionOfArticleLine: number;
|
|
5507
|
-
|
|
5508
5503
|
/**
|
|
5509
5504
|
* Preis pro Einheit in Basiswährung
|
|
5510
5505
|
*/
|
|
@@ -5515,6 +5510,11 @@ export interface DocumentLine {
|
|
|
5515
5510
|
*/
|
|
5516
5511
|
serialType: ArticleSerialType;
|
|
5517
5512
|
|
|
5513
|
+
/**
|
|
5514
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5515
|
+
*/
|
|
5516
|
+
positionOfArticleLine: number;
|
|
5517
|
+
|
|
5518
5518
|
/**
|
|
5519
5519
|
* Steuerschema
|
|
5520
5520
|
*/
|
|
@@ -5796,14 +5796,14 @@ export interface DocumentLine {
|
|
|
5796
5796
|
description: string;
|
|
5797
5797
|
|
|
5798
5798
|
/**
|
|
5799
|
-
*
|
|
5799
|
+
* Referenz zum Lager
|
|
5800
5800
|
*/
|
|
5801
|
-
|
|
5801
|
+
storage: ApiObjectReference;
|
|
5802
5802
|
|
|
5803
5803
|
/**
|
|
5804
|
-
*
|
|
5804
|
+
* Preisherkunft
|
|
5805
5805
|
*/
|
|
5806
|
-
|
|
5806
|
+
priceOrigin: ProductPriceOrigin;
|
|
5807
5807
|
|
|
5808
5808
|
/**
|
|
5809
5809
|
* Rohertragsermittlung
|
|
@@ -6045,14 +6045,14 @@ export interface DocumentLineComponent {
|
|
|
6045
6045
|
custom: EavDocumentlinecomponent;
|
|
6046
6046
|
|
|
6047
6047
|
/**
|
|
6048
|
-
*
|
|
6048
|
+
* Gelieferte Menge
|
|
6049
6049
|
*/
|
|
6050
|
-
|
|
6050
|
+
quantityCommitted: number;
|
|
6051
6051
|
|
|
6052
6052
|
/**
|
|
6053
|
-
*
|
|
6053
|
+
* Referenz auf den Artikel der Komponente
|
|
6054
6054
|
*/
|
|
6055
|
-
|
|
6055
|
+
articleId: number;
|
|
6056
6056
|
|
|
6057
6057
|
/**
|
|
6058
6058
|
* Beschreibung des Artikels
|
|
@@ -6252,14 +6252,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6252
6252
|
quantityFinished: number;
|
|
6253
6253
|
|
|
6254
6254
|
/**
|
|
6255
|
-
*
|
|
6255
|
+
* Menge defekt
|
|
6256
6256
|
*/
|
|
6257
|
-
|
|
6257
|
+
quantityDefective: number;
|
|
6258
6258
|
|
|
6259
6259
|
/**
|
|
6260
|
-
*
|
|
6260
|
+
* Produzierte Seriennummern
|
|
6261
6261
|
*/
|
|
6262
|
-
|
|
6262
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6263
6263
|
|
|
6264
6264
|
/**
|
|
6265
6265
|
* Freifeld
|
|
@@ -6403,14 +6403,14 @@ export interface DocumentLinePosDetail {
|
|
|
6403
6403
|
balanceBeforeWithdrawal: number;
|
|
6404
6404
|
|
|
6405
6405
|
/**
|
|
6406
|
-
*
|
|
6406
|
+
* Typ der Position
|
|
6407
6407
|
*/
|
|
6408
|
-
|
|
6408
|
+
posLineType: PosLineType;
|
|
6409
6409
|
|
|
6410
6410
|
/**
|
|
6411
|
-
*
|
|
6411
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6412
6412
|
*/
|
|
6413
|
-
|
|
6413
|
+
externalPaymentId: string;
|
|
6414
6414
|
|
|
6415
6415
|
/**
|
|
6416
6416
|
* Unique identifier of the Object
|
|
@@ -6629,14 +6629,14 @@ export interface DocumentPosPayment {
|
|
|
6629
6629
|
version: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
|
-
*
|
|
6632
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6633
6633
|
*/
|
|
6634
|
-
|
|
6634
|
+
withdrawalAmount: number;
|
|
6635
6635
|
|
|
6636
6636
|
/**
|
|
6637
|
-
*
|
|
6637
|
+
* Zahlungsart
|
|
6638
6638
|
*/
|
|
6639
|
-
|
|
6639
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6640
6640
|
|
|
6641
6641
|
/**
|
|
6642
6642
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6649,14 +6649,14 @@ export interface DocumentPosPayment {
|
|
|
6649
6649
|
balanceBeforeWithdrawal: number;
|
|
6650
6650
|
|
|
6651
6651
|
/**
|
|
6652
|
-
*
|
|
6652
|
+
* Typ der Position
|
|
6653
6653
|
*/
|
|
6654
|
-
|
|
6654
|
+
posLineType: PosLineType;
|
|
6655
6655
|
|
|
6656
6656
|
/**
|
|
6657
|
-
*
|
|
6657
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6658
6658
|
*/
|
|
6659
|
-
|
|
6659
|
+
externalPaymentId: string;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Unique identifier of the Object
|
|
@@ -6919,14 +6919,14 @@ export interface DocumentText {
|
|
|
6919
6919
|
transferableIntoSubsequentDocuments: boolean;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
textPosition: TextPosition;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
deleted: boolean;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* textBaustein Vorlage
|
|
@@ -7036,14 +7036,14 @@ export interface DocumentType {
|
|
|
7036
7036
|
labels: Array<DocumentTypeLabel>;
|
|
7037
7037
|
|
|
7038
7038
|
/**
|
|
7039
|
-
*
|
|
7039
|
+
* Zählerkreis
|
|
7040
7040
|
*/
|
|
7041
|
-
|
|
7041
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7042
7042
|
|
|
7043
7043
|
/**
|
|
7044
|
-
*
|
|
7044
|
+
* nächste Belegnummer
|
|
7045
7045
|
*/
|
|
7046
|
-
|
|
7046
|
+
nextNumber: string;
|
|
7047
7047
|
|
|
7048
7048
|
/**
|
|
7049
7049
|
* Sortierung
|
|
@@ -7224,14 +7224,14 @@ export const enum DropShippingPolicy {
|
|
|
7224
7224
|
export interface DummySerialNumberStockTransferApi {
|
|
7225
7225
|
|
|
7226
7226
|
/**
|
|
7227
|
-
*
|
|
7227
|
+
* Seriennummer
|
|
7228
7228
|
*/
|
|
7229
|
-
|
|
7229
|
+
serialNumberId: number;
|
|
7230
7230
|
|
|
7231
7231
|
/**
|
|
7232
|
-
*
|
|
7232
|
+
* Ziel-Lager
|
|
7233
7233
|
*/
|
|
7234
|
-
|
|
7234
|
+
targetStorageId: number;
|
|
7235
7235
|
|
|
7236
7236
|
/**
|
|
7237
7237
|
* Bemerkung
|
|
@@ -7244,14 +7244,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7244
7244
|
bookDate: ScriptingDate;
|
|
7245
7245
|
|
|
7246
7246
|
/**
|
|
7247
|
-
*
|
|
7247
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7248
7248
|
*/
|
|
7249
|
-
|
|
7249
|
+
targetExpiryDate: ScriptingDate;
|
|
7250
7250
|
|
|
7251
7251
|
/**
|
|
7252
|
-
*
|
|
7252
|
+
* Die gültige Seriennummer
|
|
7253
7253
|
*/
|
|
7254
|
-
|
|
7254
|
+
targetSerialNumber: string;
|
|
7255
7255
|
|
|
7256
7256
|
/**
|
|
7257
7257
|
* Quell-Lagerplatz
|
|
@@ -7598,14 +7598,14 @@ export interface FabricationRevertRequest {
|
|
|
7598
7598
|
quantity: number;
|
|
7599
7599
|
|
|
7600
7600
|
/**
|
|
7601
|
-
*
|
|
7601
|
+
* Material automatisch stornieren
|
|
7602
7602
|
*/
|
|
7603
|
-
|
|
7603
|
+
autoRevertComponents: boolean;
|
|
7604
7604
|
|
|
7605
7605
|
/**
|
|
7606
|
-
*
|
|
7606
|
+
* ID der zu stornierenden Position
|
|
7607
7607
|
*/
|
|
7608
|
-
|
|
7608
|
+
documentLineId: number;
|
|
7609
7609
|
|
|
7610
7610
|
/**
|
|
7611
7611
|
* Zu stornierende Seriennummern
|
|
@@ -7931,14 +7931,14 @@ export interface OpenItem {
|
|
|
7931
7931
|
sourceCountryCode: string;
|
|
7932
7932
|
|
|
7933
7933
|
/**
|
|
7934
|
-
*
|
|
7934
|
+
* agreed Deposit payment date
|
|
7935
7935
|
*/
|
|
7936
|
-
|
|
7936
|
+
depositPaymentDate: ScriptingDate;
|
|
7937
7937
|
|
|
7938
7938
|
/**
|
|
7939
|
-
*
|
|
7939
|
+
* Valutadatum schreibgeschützt
|
|
7940
7940
|
*/
|
|
7941
|
-
|
|
7941
|
+
valueDateReadOnly: boolean;
|
|
7942
7942
|
|
|
7943
7943
|
/**
|
|
7944
7944
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8006,14 +8006,14 @@ export interface OpenItem {
|
|
|
8006
8006
|
paymentAmount: number;
|
|
8007
8007
|
|
|
8008
8008
|
/**
|
|
8009
|
-
*
|
|
8009
|
+
* Rechnungskorrektur
|
|
8010
8010
|
*/
|
|
8011
|
-
|
|
8011
|
+
creditNote: ApiObjectReference;
|
|
8012
8012
|
|
|
8013
8013
|
/**
|
|
8014
|
-
*
|
|
8014
|
+
* how should a refund be done?
|
|
8015
8015
|
*/
|
|
8016
|
-
|
|
8016
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8017
8017
|
|
|
8018
8018
|
/**
|
|
8019
8019
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8056,14 +8056,14 @@ export interface OpenItem {
|
|
|
8056
8056
|
originalPaymentDueDate: ScriptingDate;
|
|
8057
8057
|
|
|
8058
8058
|
/**
|
|
8059
|
-
*
|
|
8059
|
+
* Valutadatum
|
|
8060
8060
|
*/
|
|
8061
|
-
|
|
8061
|
+
valueDate: ScriptingDate;
|
|
8062
8062
|
|
|
8063
8063
|
/**
|
|
8064
|
-
*
|
|
8064
|
+
* whether this open item is balanced, partially paid or open
|
|
8065
8065
|
*/
|
|
8066
|
-
|
|
8066
|
+
balanceState: OpenItemBalanceState;
|
|
8067
8067
|
|
|
8068
8068
|
/**
|
|
8069
8069
|
* Skontobetrag 1
|
|
@@ -8096,14 +8096,14 @@ export interface OpenItem {
|
|
|
8096
8096
|
taxRateRef: ApiObjectReference;
|
|
8097
8097
|
|
|
8098
8098
|
/**
|
|
8099
|
-
*
|
|
8099
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8100
8100
|
*/
|
|
8101
|
-
|
|
8101
|
+
baseCurrencyCode: string;
|
|
8102
8102
|
|
|
8103
8103
|
/**
|
|
8104
|
-
*
|
|
8104
|
+
* Anzahlungsrechnung
|
|
8105
8105
|
*/
|
|
8106
|
-
|
|
8106
|
+
depositInvoice: ApiObjectReference;
|
|
8107
8107
|
|
|
8108
8108
|
/**
|
|
8109
8109
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8379,14 +8379,14 @@ export interface OpenItemRecord {
|
|
|
8379
8379
|
version: number;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
transactionId: number;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Buchungsbetrag in Basiswährung
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
baseAmount: number;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8404,14 +8404,14 @@ export interface OpenItemRecord {
|
|
|
8404
8404
|
totalAmount: number;
|
|
8405
8405
|
|
|
8406
8406
|
/**
|
|
8407
|
-
*
|
|
8407
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8408
8408
|
*/
|
|
8409
|
-
|
|
8409
|
+
baseCurrencyCode: string;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* id des records, der diesen storniert hat
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
revertedByRecordId: number;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
8417
|
* qualifier of open item
|
|
@@ -8545,14 +8545,14 @@ export interface PaymentMethod {
|
|
|
8545
8545
|
dunnable: boolean;
|
|
8546
8546
|
|
|
8547
8547
|
/**
|
|
8548
|
-
*
|
|
8548
|
+
* translations
|
|
8549
8549
|
*/
|
|
8550
|
-
|
|
8550
|
+
translations: Array<DocumentTypeTerm>;
|
|
8551
8551
|
|
|
8552
8552
|
/**
|
|
8553
|
-
*
|
|
8553
|
+
* Debitoren-OP abschließen?
|
|
8554
8554
|
*/
|
|
8555
|
-
|
|
8555
|
+
closeCustomerAccountType: boolean;
|
|
8556
8556
|
|
|
8557
8557
|
/**
|
|
8558
8558
|
* +Tage für Folgelastschrift
|
|
@@ -8789,14 +8789,14 @@ export interface PickTrolley {
|
|
|
8789
8789
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8790
8790
|
|
|
8791
8791
|
/**
|
|
8792
|
-
*
|
|
8792
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8793
8793
|
*/
|
|
8794
|
-
|
|
8794
|
+
storageBinRef: StorageBinRef;
|
|
8795
8795
|
|
|
8796
8796
|
/**
|
|
8797
|
-
*
|
|
8797
|
+
* Bearbeiter der Pickliste
|
|
8798
8798
|
*/
|
|
8799
|
-
|
|
8799
|
+
processedByUserRef: ApiObjectReference;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
8802
|
* Beschreibung des Wagens
|
|
@@ -8951,14 +8951,14 @@ export const enum PickingType {
|
|
|
8951
8951
|
export interface Picklist {
|
|
8952
8952
|
|
|
8953
8953
|
/**
|
|
8954
|
-
*
|
|
8954
|
+
* Ziellager für Nachschub
|
|
8955
8955
|
*/
|
|
8956
|
-
|
|
8956
|
+
targetStorageRef: ApiObjectReference;
|
|
8957
8957
|
|
|
8958
8958
|
/**
|
|
8959
|
-
*
|
|
8959
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
8960
8960
|
*/
|
|
8961
|
-
|
|
8961
|
+
usedTemplate: PicklistTemplate;
|
|
8962
8962
|
|
|
8963
8963
|
/**
|
|
8964
8964
|
* Nummer der Pickliste
|
|
@@ -9009,14 +9009,14 @@ export interface Picklist {
|
|
|
9009
9009
|
export interface PicklistLine {
|
|
9010
9010
|
|
|
9011
9011
|
/**
|
|
9012
|
-
*
|
|
9012
|
+
* Gesammelte Menge der Position
|
|
9013
9013
|
*/
|
|
9014
|
-
|
|
9014
|
+
quantityCollected: number;
|
|
9015
9015
|
|
|
9016
9016
|
/**
|
|
9017
|
-
*
|
|
9017
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
9018
9018
|
*/
|
|
9019
|
-
|
|
9019
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
9020
9020
|
|
|
9021
9021
|
/**
|
|
9022
9022
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -9054,14 +9054,14 @@ export interface PicklistLine {
|
|
|
9054
9054
|
version: number;
|
|
9055
9055
|
|
|
9056
9056
|
/**
|
|
9057
|
-
*
|
|
9057
|
+
* Lageranzeigename
|
|
9058
9058
|
*/
|
|
9059
|
-
|
|
9059
|
+
storageDisplayName: string;
|
|
9060
9060
|
|
|
9061
9061
|
/**
|
|
9062
|
-
*
|
|
9062
|
+
* ID der Quell-Dokumentposition
|
|
9063
9063
|
*/
|
|
9064
|
-
|
|
9064
|
+
sourceDocumentLineId: number;
|
|
9065
9065
|
|
|
9066
9066
|
/**
|
|
9067
9067
|
* Artikelnummer
|
|
@@ -9391,14 +9391,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9391
9391
|
maxArticleCountPerOrder: number;
|
|
9392
9392
|
|
|
9393
9393
|
/**
|
|
9394
|
-
*
|
|
9394
|
+
* Alternative Selektion in VQL
|
|
9395
9395
|
*/
|
|
9396
|
-
|
|
9396
|
+
alternativeSelectionInVql: string;
|
|
9397
9397
|
|
|
9398
9398
|
/**
|
|
9399
|
-
*
|
|
9399
|
+
* Maximaler Auftragswert
|
|
9400
9400
|
*/
|
|
9401
|
-
|
|
9401
|
+
maxOrderValue: number;
|
|
9402
9402
|
|
|
9403
9403
|
/**
|
|
9404
9404
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9582,14 +9582,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9582
9582
|
allowFullConfirmation: boolean;
|
|
9583
9583
|
|
|
9584
9584
|
/**
|
|
9585
|
-
* Sollen
|
|
9585
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9586
9586
|
*/
|
|
9587
|
-
|
|
9587
|
+
allowPickingOfServiceArticles: boolean;
|
|
9588
9588
|
|
|
9589
9589
|
/**
|
|
9590
|
-
* Sollen
|
|
9590
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9591
9591
|
*/
|
|
9592
|
-
|
|
9592
|
+
printLabelOnScan: boolean;
|
|
9593
9593
|
|
|
9594
9594
|
/**
|
|
9595
9595
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9706,14 +9706,14 @@ export interface PriceSelectionCriteria {
|
|
|
9706
9706
|
quantity: number;
|
|
9707
9707
|
|
|
9708
9708
|
/**
|
|
9709
|
-
* Liste von
|
|
9709
|
+
* Liste von Artikel-IDs
|
|
9710
9710
|
*/
|
|
9711
|
-
|
|
9711
|
+
articleIds: Array<number>;
|
|
9712
9712
|
|
|
9713
9713
|
/**
|
|
9714
|
-
* Liste von
|
|
9714
|
+
* Liste von Account-IDs
|
|
9715
9715
|
*/
|
|
9716
|
-
|
|
9716
|
+
accountIds: Array<number>;
|
|
9717
9717
|
|
|
9718
9718
|
/**
|
|
9719
9719
|
* ein qualifier
|
|
@@ -9880,14 +9880,14 @@ export interface ProductArticleRef {
|
|
|
9880
9880
|
export interface ProductDiscount {
|
|
9881
9881
|
|
|
9882
9882
|
/**
|
|
9883
|
-
*
|
|
9883
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9884
9884
|
*/
|
|
9885
|
-
|
|
9885
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9886
9886
|
|
|
9887
9887
|
/**
|
|
9888
|
-
*
|
|
9888
|
+
* Kundengruppe
|
|
9889
9889
|
*/
|
|
9890
|
-
|
|
9890
|
+
customerGroupRef: ApiObjectReference;
|
|
9891
9891
|
|
|
9892
9892
|
/**
|
|
9893
9893
|
* Lieferantengruppe
|
|
@@ -9965,14 +9965,14 @@ export interface ProductDiscount {
|
|
|
9965
9965
|
modifierValueType: ValueType;
|
|
9966
9966
|
|
|
9967
9967
|
/**
|
|
9968
|
-
*
|
|
9968
|
+
* Account, für den der Rabatt gültig ist
|
|
9969
9969
|
*/
|
|
9970
|
-
|
|
9970
|
+
accountRef: ApiObjectReference;
|
|
9971
9971
|
|
|
9972
9972
|
/**
|
|
9973
|
-
*
|
|
9973
|
+
* Name des Rabatts
|
|
9974
9974
|
*/
|
|
9975
|
-
|
|
9975
|
+
modifierName: string;
|
|
9976
9976
|
|
|
9977
9977
|
/**
|
|
9978
9978
|
* Unique identifier of the Object
|
|
@@ -10089,14 +10089,14 @@ export interface ProductMainGroup {
|
|
|
10089
10089
|
export interface ProductPrice {
|
|
10090
10090
|
|
|
10091
10091
|
/**
|
|
10092
|
-
*
|
|
10092
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10093
10093
|
*/
|
|
10094
|
-
|
|
10094
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10095
10095
|
|
|
10096
10096
|
/**
|
|
10097
|
-
*
|
|
10097
|
+
* Kundengruppe
|
|
10098
10098
|
*/
|
|
10099
|
-
|
|
10099
|
+
customerGroupRef: ApiObjectReference;
|
|
10100
10100
|
|
|
10101
10101
|
/**
|
|
10102
10102
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10379,14 +10379,14 @@ export interface RequestDocument {
|
|
|
10379
10379
|
lines: Array<RequestDocumentLine>;
|
|
10380
10380
|
|
|
10381
10381
|
/**
|
|
10382
|
-
*
|
|
10382
|
+
* Die Vertragsdetails
|
|
10383
10383
|
*/
|
|
10384
|
-
|
|
10384
|
+
contractDetail: DocumentContractDetail;
|
|
10385
10385
|
|
|
10386
10386
|
/**
|
|
10387
|
-
*
|
|
10387
|
+
* ID der Kasse (bei POS)
|
|
10388
10388
|
*/
|
|
10389
|
-
|
|
10389
|
+
posRegisterId: number;
|
|
10390
10390
|
|
|
10391
10391
|
/**
|
|
10392
10392
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10482,14 +10482,14 @@ export interface RequestDocumentLine {
|
|
|
10482
10482
|
description: string;
|
|
10483
10483
|
|
|
10484
10484
|
/**
|
|
10485
|
-
*
|
|
10485
|
+
* Quittungsdetails zur Belegposition
|
|
10486
10486
|
*/
|
|
10487
|
-
|
|
10487
|
+
posDetail: DocumentLinePosDetail;
|
|
10488
10488
|
|
|
10489
10489
|
/**
|
|
10490
|
-
*
|
|
10490
|
+
* Herkunft des Preises
|
|
10491
10491
|
*/
|
|
10492
|
-
|
|
10492
|
+
priceOrigin: ProductPriceOrigin;
|
|
10493
10493
|
|
|
10494
10494
|
/**
|
|
10495
10495
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -10527,14 +10527,14 @@ export interface RequestDocumentLine {
|
|
|
10527
10527
|
dropShippingPolicy: DropShippingPolicy;
|
|
10528
10528
|
|
|
10529
10529
|
/**
|
|
10530
|
-
*
|
|
10530
|
+
* (optional) Lager-ID
|
|
10531
10531
|
*/
|
|
10532
|
-
|
|
10532
|
+
storageId: number;
|
|
10533
10533
|
|
|
10534
10534
|
/**
|
|
10535
|
-
*
|
|
10535
|
+
* Positionsnummer der Artikel
|
|
10536
10536
|
*/
|
|
10537
|
-
|
|
10537
|
+
positionOfArticleLine: number;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
10540
|
* Vertragsdetails zur Belegposition
|
|
@@ -10791,14 +10791,14 @@ export interface SalesAgent {
|
|
|
10791
10791
|
note: string;
|
|
10792
10792
|
|
|
10793
10793
|
/**
|
|
10794
|
-
*
|
|
10794
|
+
* reference to the delivery method
|
|
10795
10795
|
*/
|
|
10796
|
-
|
|
10796
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10797
10797
|
|
|
10798
10798
|
/**
|
|
10799
|
-
*
|
|
10799
|
+
* is sales agent taxable
|
|
10800
10800
|
*/
|
|
10801
|
-
|
|
10801
|
+
taxable: boolean;
|
|
10802
10802
|
|
|
10803
10803
|
/**
|
|
10804
10804
|
* Freifelder
|
|
@@ -11148,14 +11148,14 @@ export interface SequencerConfiguration {
|
|
|
11148
11148
|
key: string;
|
|
11149
11149
|
|
|
11150
11150
|
/**
|
|
11151
|
-
*
|
|
11151
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11152
11152
|
*/
|
|
11153
|
-
|
|
11153
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
11156
|
-
*
|
|
11156
|
+
* Contains details about the sequencer configuration
|
|
11157
11157
|
*/
|
|
11158
|
-
|
|
11158
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11159
11159
|
|
|
11160
11160
|
/**
|
|
11161
11161
|
* MetaInformations for this Object
|
|
@@ -11497,14 +11497,14 @@ export interface ShelfFile {
|
|
|
11497
11497
|
version: number;
|
|
11498
11498
|
|
|
11499
11499
|
/**
|
|
11500
|
-
*
|
|
11500
|
+
* current reference of this file in our storage
|
|
11501
11501
|
*/
|
|
11502
|
-
|
|
11502
|
+
storageHandle: string;
|
|
11503
11503
|
|
|
11504
11504
|
/**
|
|
11505
|
-
*
|
|
11505
|
+
* meta data
|
|
11506
11506
|
*/
|
|
11507
|
-
|
|
11507
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11508
11508
|
|
|
11509
11509
|
/**
|
|
11510
11510
|
* MetaInformations for this Object
|
|
@@ -11765,14 +11765,14 @@ export interface StockMovementManualApi {
|
|
|
11765
11765
|
export interface StockTransferApi {
|
|
11766
11766
|
|
|
11767
11767
|
/**
|
|
11768
|
-
*
|
|
11768
|
+
* Seriennummer
|
|
11769
11769
|
*/
|
|
11770
|
-
|
|
11770
|
+
serialNumberId: number;
|
|
11771
11771
|
|
|
11772
11772
|
/**
|
|
11773
|
-
*
|
|
11773
|
+
* Ziel-Lager
|
|
11774
11774
|
*/
|
|
11775
|
-
|
|
11775
|
+
targetStorageId: number;
|
|
11776
11776
|
|
|
11777
11777
|
/**
|
|
11778
11778
|
* Bemerkung
|
|
@@ -11988,14 +11988,14 @@ export interface Supplier {
|
|
|
11988
11988
|
info: MetaInfo;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* reference to the delivery method
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
|
-
*
|
|
11996
|
+
* Lieferantengruppe
|
|
11997
11997
|
*/
|
|
11998
|
-
|
|
11998
|
+
supplierGroupRef: ApiObjectReference;
|
|
11999
11999
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* tax able or tax free
|
|
@@ -12053,14 +12053,14 @@ export interface Supplier {
|
|
|
12053
12053
|
performanceCountryCode: string;
|
|
12054
12054
|
|
|
12055
12055
|
/**
|
|
12056
|
-
*
|
|
12056
|
+
* reference to the payment method
|
|
12057
12057
|
*/
|
|
12058
|
-
|
|
12058
|
+
paymentMethodRef: ApiObjectReference;
|
|
12059
12059
|
|
|
12060
12060
|
/**
|
|
12061
|
-
*
|
|
12061
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12062
12062
|
*/
|
|
12063
|
-
|
|
12063
|
+
defaultDeliveryTime: number;
|
|
12064
12064
|
|
|
12065
12065
|
/**
|
|
12066
12066
|
* currency code IsoAlpha3
|