@vario-software/types 2026.18.4 → 2026.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +2396 -94
- package/scripting/services.d.ts +26 -26
- package/scripting/types.d.ts +232 -205
package/schema/erp.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export interface paths {
|
|
|
127
127
|
put: operations["update_143"];
|
|
128
128
|
post?: never;
|
|
129
129
|
/** Delete an existing Resource */
|
|
130
|
-
delete: operations["
|
|
130
|
+
delete: operations["delete_130"];
|
|
131
131
|
options?: never;
|
|
132
132
|
head?: never;
|
|
133
133
|
patch?: never;
|
|
@@ -177,7 +177,7 @@ export interface paths {
|
|
|
177
177
|
put?: never;
|
|
178
178
|
post?: never;
|
|
179
179
|
/** Delete an existing Resource */
|
|
180
|
-
delete: operations["
|
|
180
|
+
delete: operations["delete_129"];
|
|
181
181
|
options?: never;
|
|
182
182
|
head?: never;
|
|
183
183
|
patch?: never;
|
|
@@ -339,6 +339,25 @@ export interface paths {
|
|
|
339
339
|
put?: never;
|
|
340
340
|
post?: never;
|
|
341
341
|
/** Delete an existing Resource */
|
|
342
|
+
delete: operations["delete_128"];
|
|
343
|
+
options?: never;
|
|
344
|
+
head?: never;
|
|
345
|
+
patch?: never;
|
|
346
|
+
trace?: never;
|
|
347
|
+
};
|
|
348
|
+
"/cmn/apps/{appIdentifier}/settings": {
|
|
349
|
+
parameters: {
|
|
350
|
+
query?: never;
|
|
351
|
+
header?: never;
|
|
352
|
+
path?: never;
|
|
353
|
+
cookie?: never;
|
|
354
|
+
};
|
|
355
|
+
/** find settings by app-identifier */
|
|
356
|
+
get: operations["get_1"];
|
|
357
|
+
put?: never;
|
|
358
|
+
/** create/update settings */
|
|
359
|
+
post: operations["update_144"];
|
|
360
|
+
/** deletes a settings entry */
|
|
342
361
|
delete: operations["delete_127"];
|
|
343
362
|
options?: never;
|
|
344
363
|
head?: never;
|
|
@@ -8234,6 +8253,22 @@ export interface paths {
|
|
|
8234
8253
|
patch?: never;
|
|
8235
8254
|
trace?: never;
|
|
8236
8255
|
};
|
|
8256
|
+
"/erp/bank/payments/{paymentId}/update_status/{status}": {
|
|
8257
|
+
parameters: {
|
|
8258
|
+
query?: never;
|
|
8259
|
+
header?: never;
|
|
8260
|
+
path?: never;
|
|
8261
|
+
cookie?: never;
|
|
8262
|
+
};
|
|
8263
|
+
get?: never;
|
|
8264
|
+
put?: never;
|
|
8265
|
+
post: operations["updateStatus_1"];
|
|
8266
|
+
delete?: never;
|
|
8267
|
+
options?: never;
|
|
8268
|
+
head?: never;
|
|
8269
|
+
patch?: never;
|
|
8270
|
+
trace?: never;
|
|
8271
|
+
};
|
|
8237
8272
|
"/erp/bank/payments/change_amount": {
|
|
8238
8273
|
parameters: {
|
|
8239
8274
|
query?: never;
|
|
@@ -8689,7 +8724,7 @@ export interface paths {
|
|
|
8689
8724
|
};
|
|
8690
8725
|
get?: never;
|
|
8691
8726
|
put?: never;
|
|
8692
|
-
post: operations["
|
|
8727
|
+
post: operations["startRun_1"];
|
|
8693
8728
|
delete?: never;
|
|
8694
8729
|
options?: never;
|
|
8695
8730
|
head?: never;
|
|
@@ -12112,6 +12147,40 @@ export interface paths {
|
|
|
12112
12147
|
patch?: never;
|
|
12113
12148
|
trace?: never;
|
|
12114
12149
|
};
|
|
12150
|
+
"/erp/documents/additional-functions/collective-invoice-runs": {
|
|
12151
|
+
parameters: {
|
|
12152
|
+
query?: never;
|
|
12153
|
+
header?: never;
|
|
12154
|
+
path?: never;
|
|
12155
|
+
cookie?: never;
|
|
12156
|
+
};
|
|
12157
|
+
get?: never;
|
|
12158
|
+
put?: never;
|
|
12159
|
+
/** Startet den Hintergrundjob zum Erzeugen eines Sammelrechnungslaufs */
|
|
12160
|
+
post: operations["startRun"];
|
|
12161
|
+
delete?: never;
|
|
12162
|
+
options?: never;
|
|
12163
|
+
head?: never;
|
|
12164
|
+
patch?: never;
|
|
12165
|
+
trace?: never;
|
|
12166
|
+
};
|
|
12167
|
+
"/erp/documents/additional-functions/collective-invoice-runs/{runId}/dissolve": {
|
|
12168
|
+
parameters: {
|
|
12169
|
+
query?: never;
|
|
12170
|
+
header?: never;
|
|
12171
|
+
path?: never;
|
|
12172
|
+
cookie?: never;
|
|
12173
|
+
};
|
|
12174
|
+
get?: never;
|
|
12175
|
+
put?: never;
|
|
12176
|
+
/** Storniert den Sammelrechnungslauf */
|
|
12177
|
+
post: operations["dissolve"];
|
|
12178
|
+
delete?: never;
|
|
12179
|
+
options?: never;
|
|
12180
|
+
head?: never;
|
|
12181
|
+
patch?: never;
|
|
12182
|
+
trace?: never;
|
|
12183
|
+
};
|
|
12115
12184
|
"/erp/documents/additional-functions/collectiveInvoice": {
|
|
12116
12185
|
parameters: {
|
|
12117
12186
|
query?: never;
|
|
@@ -12121,7 +12190,7 @@ export interface paths {
|
|
|
12121
12190
|
};
|
|
12122
12191
|
get?: never;
|
|
12123
12192
|
put?: never;
|
|
12124
|
-
/**
|
|
12193
|
+
/** Startet den Hintergrundjob zum Erzeugen einer Sammelrechnung */
|
|
12125
12194
|
post: operations["createSalesCollectiveInvoice"];
|
|
12126
12195
|
delete?: never;
|
|
12127
12196
|
options?: never;
|
|
@@ -12701,7 +12770,7 @@ export interface paths {
|
|
|
12701
12770
|
};
|
|
12702
12771
|
get?: never;
|
|
12703
12772
|
put?: never;
|
|
12704
|
-
post: operations["
|
|
12773
|
+
post: operations["startRun_2"];
|
|
12705
12774
|
delete?: never;
|
|
12706
12775
|
options?: never;
|
|
12707
12776
|
head?: never;
|
|
@@ -14175,6 +14244,40 @@ export interface paths {
|
|
|
14175
14244
|
patch?: never;
|
|
14176
14245
|
trace?: never;
|
|
14177
14246
|
};
|
|
14247
|
+
"/erp/pos/cash-drawer/{cashDrawerId}/lock-for-cash-journal-run": {
|
|
14248
|
+
parameters: {
|
|
14249
|
+
query?: never;
|
|
14250
|
+
header?: never;
|
|
14251
|
+
path?: never;
|
|
14252
|
+
cookie?: never;
|
|
14253
|
+
};
|
|
14254
|
+
get?: never;
|
|
14255
|
+
put?: never;
|
|
14256
|
+
/** Sperrt eine Kassenschublade für einen Kassenabrechnungslauf */
|
|
14257
|
+
post: operations["lockForCashJournalRun"];
|
|
14258
|
+
delete?: never;
|
|
14259
|
+
options?: never;
|
|
14260
|
+
head?: never;
|
|
14261
|
+
patch?: never;
|
|
14262
|
+
trace?: never;
|
|
14263
|
+
};
|
|
14264
|
+
"/erp/pos/cash-drawer/{cashDrawerId}/unlock-for-cash-journal-run": {
|
|
14265
|
+
parameters: {
|
|
14266
|
+
query?: never;
|
|
14267
|
+
header?: never;
|
|
14268
|
+
path?: never;
|
|
14269
|
+
cookie?: never;
|
|
14270
|
+
};
|
|
14271
|
+
get?: never;
|
|
14272
|
+
put?: never;
|
|
14273
|
+
/** Entsperrt eine Kassenschublade von einem Kassenabrechnungslauf */
|
|
14274
|
+
post: operations["unlockForCashJournalRun"];
|
|
14275
|
+
delete?: never;
|
|
14276
|
+
options?: never;
|
|
14277
|
+
head?: never;
|
|
14278
|
+
patch?: never;
|
|
14279
|
+
trace?: never;
|
|
14280
|
+
};
|
|
14178
14281
|
"/erp/pos/cash-drawer/{id}": {
|
|
14179
14282
|
parameters: {
|
|
14180
14283
|
query?: never;
|
|
@@ -14298,6 +14401,57 @@ export interface paths {
|
|
|
14298
14401
|
patch?: never;
|
|
14299
14402
|
trace?: never;
|
|
14300
14403
|
};
|
|
14404
|
+
"/erp/pos/documents/cash-journal-closing/close-document-for-cashdrawer/{cashDrawerId}": {
|
|
14405
|
+
parameters: {
|
|
14406
|
+
query?: never;
|
|
14407
|
+
header?: never;
|
|
14408
|
+
path?: never;
|
|
14409
|
+
cookie?: never;
|
|
14410
|
+
};
|
|
14411
|
+
/** Findet den Kassenabschluss im Status EDIT für eine Kassenschublade */
|
|
14412
|
+
get: operations["findCashJournalClosingInEditForCashDrawer"];
|
|
14413
|
+
put?: never;
|
|
14414
|
+
post?: never;
|
|
14415
|
+
delete?: never;
|
|
14416
|
+
options?: never;
|
|
14417
|
+
head?: never;
|
|
14418
|
+
patch?: never;
|
|
14419
|
+
trace?: never;
|
|
14420
|
+
};
|
|
14421
|
+
"/erp/pos/documents/cash-journal-opening/calculated-start-balances/{openingDocumentId}": {
|
|
14422
|
+
parameters: {
|
|
14423
|
+
query?: never;
|
|
14424
|
+
header?: never;
|
|
14425
|
+
path?: never;
|
|
14426
|
+
cookie?: never;
|
|
14427
|
+
};
|
|
14428
|
+
/** Liefert pro bestandsgeführter Zahlungsart der Kasse den errechneten Anfangssaldo (Ist-Endsaldo des letzten geschlossenen Kassenbuchs der Schublade) für eine Kassenbucheröffnung im Status EDIT */
|
|
14429
|
+
get: operations["getCalculatedStartBalances"];
|
|
14430
|
+
put?: never;
|
|
14431
|
+
post?: never;
|
|
14432
|
+
delete?: never;
|
|
14433
|
+
options?: never;
|
|
14434
|
+
head?: never;
|
|
14435
|
+
patch?: never;
|
|
14436
|
+
trace?: never;
|
|
14437
|
+
};
|
|
14438
|
+
"/erp/pos/documents/cash-journal-opening/open-document-for-cashdrawer/{cashDrawerId}": {
|
|
14439
|
+
parameters: {
|
|
14440
|
+
query?: never;
|
|
14441
|
+
header?: never;
|
|
14442
|
+
path?: never;
|
|
14443
|
+
cookie?: never;
|
|
14444
|
+
};
|
|
14445
|
+
/** Findet die Kassenbucheröffnung im Status EDIT für eine Kassenschublade */
|
|
14446
|
+
get: operations["findCashJournalOpeningInEditForCashDrawer"];
|
|
14447
|
+
put?: never;
|
|
14448
|
+
post?: never;
|
|
14449
|
+
delete?: never;
|
|
14450
|
+
options?: never;
|
|
14451
|
+
head?: never;
|
|
14452
|
+
patch?: never;
|
|
14453
|
+
trace?: never;
|
|
14454
|
+
};
|
|
14301
14455
|
"/erp/pos/fiscalization/backend": {
|
|
14302
14456
|
parameters: {
|
|
14303
14457
|
query?: never;
|
|
@@ -19214,6 +19368,23 @@ export interface webhooks {
|
|
|
19214
19368
|
patch?: never;
|
|
19215
19369
|
trace?: never;
|
|
19216
19370
|
};
|
|
19371
|
+
"document.commission_settlement_cancellation.delivery_to_partial_invoice": {
|
|
19372
|
+
parameters: {
|
|
19373
|
+
query?: never;
|
|
19374
|
+
header?: never;
|
|
19375
|
+
path?: never;
|
|
19376
|
+
cookie?: never;
|
|
19377
|
+
};
|
|
19378
|
+
get?: never;
|
|
19379
|
+
put?: never;
|
|
19380
|
+
/** Triggered on document commission_settlement_cancellation delivery_to_partial_invoice */
|
|
19381
|
+
post: operations["webhook_document_commission_settlement_cancellation_delivery_to_partial_invoice"];
|
|
19382
|
+
delete?: never;
|
|
19383
|
+
options?: never;
|
|
19384
|
+
head?: never;
|
|
19385
|
+
patch?: never;
|
|
19386
|
+
trace?: never;
|
|
19387
|
+
};
|
|
19217
19388
|
"document.commission_settlement_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
19218
19389
|
parameters: {
|
|
19219
19390
|
query?: never;
|
|
@@ -20557,6 +20728,23 @@ export interface webhooks {
|
|
|
20557
20728
|
patch?: never;
|
|
20558
20729
|
trace?: never;
|
|
20559
20730
|
};
|
|
20731
|
+
"document.commission_settlement.delivery_to_partial_invoice": {
|
|
20732
|
+
parameters: {
|
|
20733
|
+
query?: never;
|
|
20734
|
+
header?: never;
|
|
20735
|
+
path?: never;
|
|
20736
|
+
cookie?: never;
|
|
20737
|
+
};
|
|
20738
|
+
get?: never;
|
|
20739
|
+
put?: never;
|
|
20740
|
+
/** Triggered on document commission_settlement delivery_to_partial_invoice */
|
|
20741
|
+
post: operations["webhook_document_commission_settlement_delivery_to_partial_invoice"];
|
|
20742
|
+
delete?: never;
|
|
20743
|
+
options?: never;
|
|
20744
|
+
head?: never;
|
|
20745
|
+
patch?: never;
|
|
20746
|
+
trace?: never;
|
|
20747
|
+
};
|
|
20560
20748
|
"document.commission_settlement.deliveryinvoice_to_creditnote_with_stock": {
|
|
20561
20749
|
parameters: {
|
|
20562
20750
|
query?: never;
|
|
@@ -21900,6 +22088,23 @@ export interface webhooks {
|
|
|
21900
22088
|
patch?: never;
|
|
21901
22089
|
trace?: never;
|
|
21902
22090
|
};
|
|
22091
|
+
"document.customer_credit_note_with_stock_cancellation.delivery_to_partial_invoice": {
|
|
22092
|
+
parameters: {
|
|
22093
|
+
query?: never;
|
|
22094
|
+
header?: never;
|
|
22095
|
+
path?: never;
|
|
22096
|
+
cookie?: never;
|
|
22097
|
+
};
|
|
22098
|
+
get?: never;
|
|
22099
|
+
put?: never;
|
|
22100
|
+
/** Triggered on document customer_credit_note_with_stock_cancellation delivery_to_partial_invoice */
|
|
22101
|
+
post: operations["webhook_document_customer_credit_note_with_stock_cancellation_delivery_to_partial_invoice"];
|
|
22102
|
+
delete?: never;
|
|
22103
|
+
options?: never;
|
|
22104
|
+
head?: never;
|
|
22105
|
+
patch?: never;
|
|
22106
|
+
trace?: never;
|
|
22107
|
+
};
|
|
21903
22108
|
"document.customer_credit_note_with_stock_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
21904
22109
|
parameters: {
|
|
21905
22110
|
query?: never;
|
|
@@ -23243,6 +23448,23 @@ export interface webhooks {
|
|
|
23243
23448
|
patch?: never;
|
|
23244
23449
|
trace?: never;
|
|
23245
23450
|
};
|
|
23451
|
+
"document.customer_credit_note_with_stock.delivery_to_partial_invoice": {
|
|
23452
|
+
parameters: {
|
|
23453
|
+
query?: never;
|
|
23454
|
+
header?: never;
|
|
23455
|
+
path?: never;
|
|
23456
|
+
cookie?: never;
|
|
23457
|
+
};
|
|
23458
|
+
get?: never;
|
|
23459
|
+
put?: never;
|
|
23460
|
+
/** Triggered on document customer_credit_note_with_stock delivery_to_partial_invoice */
|
|
23461
|
+
post: operations["webhook_document_customer_credit_note_with_stock_delivery_to_partial_invoice"];
|
|
23462
|
+
delete?: never;
|
|
23463
|
+
options?: never;
|
|
23464
|
+
head?: never;
|
|
23465
|
+
patch?: never;
|
|
23466
|
+
trace?: never;
|
|
23467
|
+
};
|
|
23246
23468
|
"document.customer_credit_note_with_stock.deliveryinvoice_to_creditnote_with_stock": {
|
|
23247
23469
|
parameters: {
|
|
23248
23470
|
query?: never;
|
|
@@ -24586,6 +24808,23 @@ export interface webhooks {
|
|
|
24586
24808
|
patch?: never;
|
|
24587
24809
|
trace?: never;
|
|
24588
24810
|
};
|
|
24811
|
+
"document.customer_credit_note_without_stock_cancellation.delivery_to_partial_invoice": {
|
|
24812
|
+
parameters: {
|
|
24813
|
+
query?: never;
|
|
24814
|
+
header?: never;
|
|
24815
|
+
path?: never;
|
|
24816
|
+
cookie?: never;
|
|
24817
|
+
};
|
|
24818
|
+
get?: never;
|
|
24819
|
+
put?: never;
|
|
24820
|
+
/** Triggered on document customer_credit_note_without_stock_cancellation delivery_to_partial_invoice */
|
|
24821
|
+
post: operations["webhook_document_customer_credit_note_without_stock_cancellation_delivery_to_partial_invoice"];
|
|
24822
|
+
delete?: never;
|
|
24823
|
+
options?: never;
|
|
24824
|
+
head?: never;
|
|
24825
|
+
patch?: never;
|
|
24826
|
+
trace?: never;
|
|
24827
|
+
};
|
|
24589
24828
|
"document.customer_credit_note_without_stock_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
24590
24829
|
parameters: {
|
|
24591
24830
|
query?: never;
|
|
@@ -25929,6 +26168,23 @@ export interface webhooks {
|
|
|
25929
26168
|
patch?: never;
|
|
25930
26169
|
trace?: never;
|
|
25931
26170
|
};
|
|
26171
|
+
"document.customer_credit_note_without_stock.delivery_to_partial_invoice": {
|
|
26172
|
+
parameters: {
|
|
26173
|
+
query?: never;
|
|
26174
|
+
header?: never;
|
|
26175
|
+
path?: never;
|
|
26176
|
+
cookie?: never;
|
|
26177
|
+
};
|
|
26178
|
+
get?: never;
|
|
26179
|
+
put?: never;
|
|
26180
|
+
/** Triggered on document customer_credit_note_without_stock delivery_to_partial_invoice */
|
|
26181
|
+
post: operations["webhook_document_customer_credit_note_without_stock_delivery_to_partial_invoice"];
|
|
26182
|
+
delete?: never;
|
|
26183
|
+
options?: never;
|
|
26184
|
+
head?: never;
|
|
26185
|
+
patch?: never;
|
|
26186
|
+
trace?: never;
|
|
26187
|
+
};
|
|
25932
26188
|
"document.customer_credit_note_without_stock.deliveryinvoice_to_creditnote_with_stock": {
|
|
25933
26189
|
parameters: {
|
|
25934
26190
|
query?: never;
|
|
@@ -27272,6 +27528,23 @@ export interface webhooks {
|
|
|
27272
27528
|
patch?: never;
|
|
27273
27529
|
trace?: never;
|
|
27274
27530
|
};
|
|
27531
|
+
"document.customer_delivery_document.delivery_to_partial_invoice": {
|
|
27532
|
+
parameters: {
|
|
27533
|
+
query?: never;
|
|
27534
|
+
header?: never;
|
|
27535
|
+
path?: never;
|
|
27536
|
+
cookie?: never;
|
|
27537
|
+
};
|
|
27538
|
+
get?: never;
|
|
27539
|
+
put?: never;
|
|
27540
|
+
/** Triggered on document customer_delivery_document delivery_to_partial_invoice */
|
|
27541
|
+
post: operations["webhook_document_customer_delivery_document_delivery_to_partial_invoice"];
|
|
27542
|
+
delete?: never;
|
|
27543
|
+
options?: never;
|
|
27544
|
+
head?: never;
|
|
27545
|
+
patch?: never;
|
|
27546
|
+
trace?: never;
|
|
27547
|
+
};
|
|
27275
27548
|
"document.customer_delivery_document.deliveryinvoice_to_creditnote_with_stock": {
|
|
27276
27549
|
parameters: {
|
|
27277
27550
|
query?: never;
|
|
@@ -28615,6 +28888,23 @@ export interface webhooks {
|
|
|
28615
28888
|
patch?: never;
|
|
28616
28889
|
trace?: never;
|
|
28617
28890
|
};
|
|
28891
|
+
"document.customer_delivery_invoice_cancellation.delivery_to_partial_invoice": {
|
|
28892
|
+
parameters: {
|
|
28893
|
+
query?: never;
|
|
28894
|
+
header?: never;
|
|
28895
|
+
path?: never;
|
|
28896
|
+
cookie?: never;
|
|
28897
|
+
};
|
|
28898
|
+
get?: never;
|
|
28899
|
+
put?: never;
|
|
28900
|
+
/** Triggered on document customer_delivery_invoice_cancellation delivery_to_partial_invoice */
|
|
28901
|
+
post: operations["webhook_document_customer_delivery_invoice_cancellation_delivery_to_partial_invoice"];
|
|
28902
|
+
delete?: never;
|
|
28903
|
+
options?: never;
|
|
28904
|
+
head?: never;
|
|
28905
|
+
patch?: never;
|
|
28906
|
+
trace?: never;
|
|
28907
|
+
};
|
|
28618
28908
|
"document.customer_delivery_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
28619
28909
|
parameters: {
|
|
28620
28910
|
query?: never;
|
|
@@ -29958,6 +30248,23 @@ export interface webhooks {
|
|
|
29958
30248
|
patch?: never;
|
|
29959
30249
|
trace?: never;
|
|
29960
30250
|
};
|
|
30251
|
+
"document.customer_delivery_invoice.delivery_to_partial_invoice": {
|
|
30252
|
+
parameters: {
|
|
30253
|
+
query?: never;
|
|
30254
|
+
header?: never;
|
|
30255
|
+
path?: never;
|
|
30256
|
+
cookie?: never;
|
|
30257
|
+
};
|
|
30258
|
+
get?: never;
|
|
30259
|
+
put?: never;
|
|
30260
|
+
/** Triggered on document customer_delivery_invoice delivery_to_partial_invoice */
|
|
30261
|
+
post: operations["webhook_document_customer_delivery_invoice_delivery_to_partial_invoice"];
|
|
30262
|
+
delete?: never;
|
|
30263
|
+
options?: never;
|
|
30264
|
+
head?: never;
|
|
30265
|
+
patch?: never;
|
|
30266
|
+
trace?: never;
|
|
30267
|
+
};
|
|
29961
30268
|
"document.customer_delivery_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
29962
30269
|
parameters: {
|
|
29963
30270
|
query?: never;
|
|
@@ -31301,6 +31608,23 @@ export interface webhooks {
|
|
|
31301
31608
|
patch?: never;
|
|
31302
31609
|
trace?: never;
|
|
31303
31610
|
};
|
|
31611
|
+
"document.customer_deposit_invoice_cancellation.delivery_to_partial_invoice": {
|
|
31612
|
+
parameters: {
|
|
31613
|
+
query?: never;
|
|
31614
|
+
header?: never;
|
|
31615
|
+
path?: never;
|
|
31616
|
+
cookie?: never;
|
|
31617
|
+
};
|
|
31618
|
+
get?: never;
|
|
31619
|
+
put?: never;
|
|
31620
|
+
/** Triggered on document customer_deposit_invoice_cancellation delivery_to_partial_invoice */
|
|
31621
|
+
post: operations["webhook_document_customer_deposit_invoice_cancellation_delivery_to_partial_invoice"];
|
|
31622
|
+
delete?: never;
|
|
31623
|
+
options?: never;
|
|
31624
|
+
head?: never;
|
|
31625
|
+
patch?: never;
|
|
31626
|
+
trace?: never;
|
|
31627
|
+
};
|
|
31304
31628
|
"document.customer_deposit_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
31305
31629
|
parameters: {
|
|
31306
31630
|
query?: never;
|
|
@@ -32644,6 +32968,23 @@ export interface webhooks {
|
|
|
32644
32968
|
patch?: never;
|
|
32645
32969
|
trace?: never;
|
|
32646
32970
|
};
|
|
32971
|
+
"document.customer_deposit_invoice.delivery_to_partial_invoice": {
|
|
32972
|
+
parameters: {
|
|
32973
|
+
query?: never;
|
|
32974
|
+
header?: never;
|
|
32975
|
+
path?: never;
|
|
32976
|
+
cookie?: never;
|
|
32977
|
+
};
|
|
32978
|
+
get?: never;
|
|
32979
|
+
put?: never;
|
|
32980
|
+
/** Triggered on document customer_deposit_invoice delivery_to_partial_invoice */
|
|
32981
|
+
post: operations["webhook_document_customer_deposit_invoice_delivery_to_partial_invoice"];
|
|
32982
|
+
delete?: never;
|
|
32983
|
+
options?: never;
|
|
32984
|
+
head?: never;
|
|
32985
|
+
patch?: never;
|
|
32986
|
+
trace?: never;
|
|
32987
|
+
};
|
|
32647
32988
|
"document.customer_deposit_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
32648
32989
|
parameters: {
|
|
32649
32990
|
query?: never;
|
|
@@ -33987,6 +34328,23 @@ export interface webhooks {
|
|
|
33987
34328
|
patch?: never;
|
|
33988
34329
|
trace?: never;
|
|
33989
34330
|
};
|
|
34331
|
+
"document.customer_final_invoice_cancellation.delivery_to_partial_invoice": {
|
|
34332
|
+
parameters: {
|
|
34333
|
+
query?: never;
|
|
34334
|
+
header?: never;
|
|
34335
|
+
path?: never;
|
|
34336
|
+
cookie?: never;
|
|
34337
|
+
};
|
|
34338
|
+
get?: never;
|
|
34339
|
+
put?: never;
|
|
34340
|
+
/** Triggered on document customer_final_invoice_cancellation delivery_to_partial_invoice */
|
|
34341
|
+
post: operations["webhook_document_customer_final_invoice_cancellation_delivery_to_partial_invoice"];
|
|
34342
|
+
delete?: never;
|
|
34343
|
+
options?: never;
|
|
34344
|
+
head?: never;
|
|
34345
|
+
patch?: never;
|
|
34346
|
+
trace?: never;
|
|
34347
|
+
};
|
|
33990
34348
|
"document.customer_final_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
33991
34349
|
parameters: {
|
|
33992
34350
|
query?: never;
|
|
@@ -35330,6 +35688,23 @@ export interface webhooks {
|
|
|
35330
35688
|
patch?: never;
|
|
35331
35689
|
trace?: never;
|
|
35332
35690
|
};
|
|
35691
|
+
"document.customer_final_invoice.delivery_to_partial_invoice": {
|
|
35692
|
+
parameters: {
|
|
35693
|
+
query?: never;
|
|
35694
|
+
header?: never;
|
|
35695
|
+
path?: never;
|
|
35696
|
+
cookie?: never;
|
|
35697
|
+
};
|
|
35698
|
+
get?: never;
|
|
35699
|
+
put?: never;
|
|
35700
|
+
/** Triggered on document customer_final_invoice delivery_to_partial_invoice */
|
|
35701
|
+
post: operations["webhook_document_customer_final_invoice_delivery_to_partial_invoice"];
|
|
35702
|
+
delete?: never;
|
|
35703
|
+
options?: never;
|
|
35704
|
+
head?: never;
|
|
35705
|
+
patch?: never;
|
|
35706
|
+
trace?: never;
|
|
35707
|
+
};
|
|
35333
35708
|
"document.customer_final_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
35334
35709
|
parameters: {
|
|
35335
35710
|
query?: never;
|
|
@@ -36673,6 +37048,23 @@ export interface webhooks {
|
|
|
36673
37048
|
patch?: never;
|
|
36674
37049
|
trace?: never;
|
|
36675
37050
|
};
|
|
37051
|
+
"document.customer_invoice_cancellation.delivery_to_partial_invoice": {
|
|
37052
|
+
parameters: {
|
|
37053
|
+
query?: never;
|
|
37054
|
+
header?: never;
|
|
37055
|
+
path?: never;
|
|
37056
|
+
cookie?: never;
|
|
37057
|
+
};
|
|
37058
|
+
get?: never;
|
|
37059
|
+
put?: never;
|
|
37060
|
+
/** Triggered on document customer_invoice_cancellation delivery_to_partial_invoice */
|
|
37061
|
+
post: operations["webhook_document_customer_invoice_cancellation_delivery_to_partial_invoice"];
|
|
37062
|
+
delete?: never;
|
|
37063
|
+
options?: never;
|
|
37064
|
+
head?: never;
|
|
37065
|
+
patch?: never;
|
|
37066
|
+
trace?: never;
|
|
37067
|
+
};
|
|
36676
37068
|
"document.customer_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
36677
37069
|
parameters: {
|
|
36678
37070
|
query?: never;
|
|
@@ -38016,6 +38408,23 @@ export interface webhooks {
|
|
|
38016
38408
|
patch?: never;
|
|
38017
38409
|
trace?: never;
|
|
38018
38410
|
};
|
|
38411
|
+
"document.customer_invoice.delivery_to_partial_invoice": {
|
|
38412
|
+
parameters: {
|
|
38413
|
+
query?: never;
|
|
38414
|
+
header?: never;
|
|
38415
|
+
path?: never;
|
|
38416
|
+
cookie?: never;
|
|
38417
|
+
};
|
|
38418
|
+
get?: never;
|
|
38419
|
+
put?: never;
|
|
38420
|
+
/** Triggered on document customer_invoice delivery_to_partial_invoice */
|
|
38421
|
+
post: operations["webhook_document_customer_invoice_delivery_to_partial_invoice"];
|
|
38422
|
+
delete?: never;
|
|
38423
|
+
options?: never;
|
|
38424
|
+
head?: never;
|
|
38425
|
+
patch?: never;
|
|
38426
|
+
trace?: never;
|
|
38427
|
+
};
|
|
38019
38428
|
"document.customer_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
38020
38429
|
parameters: {
|
|
38021
38430
|
query?: never;
|
|
@@ -39359,6 +39768,23 @@ export interface webhooks {
|
|
|
39359
39768
|
patch?: never;
|
|
39360
39769
|
trace?: never;
|
|
39361
39770
|
};
|
|
39771
|
+
"document.customer_offer.delivery_to_partial_invoice": {
|
|
39772
|
+
parameters: {
|
|
39773
|
+
query?: never;
|
|
39774
|
+
header?: never;
|
|
39775
|
+
path?: never;
|
|
39776
|
+
cookie?: never;
|
|
39777
|
+
};
|
|
39778
|
+
get?: never;
|
|
39779
|
+
put?: never;
|
|
39780
|
+
/** Triggered on document customer_offer delivery_to_partial_invoice */
|
|
39781
|
+
post: operations["webhook_document_customer_offer_delivery_to_partial_invoice"];
|
|
39782
|
+
delete?: never;
|
|
39783
|
+
options?: never;
|
|
39784
|
+
head?: never;
|
|
39785
|
+
patch?: never;
|
|
39786
|
+
trace?: never;
|
|
39787
|
+
};
|
|
39362
39788
|
"document.customer_offer.deliveryinvoice_to_creditnote_with_stock": {
|
|
39363
39789
|
parameters: {
|
|
39364
39790
|
query?: never;
|
|
@@ -40702,6 +41128,23 @@ export interface webhooks {
|
|
|
40702
41128
|
patch?: never;
|
|
40703
41129
|
trace?: never;
|
|
40704
41130
|
};
|
|
41131
|
+
"document.customer_order.delivery_to_partial_invoice": {
|
|
41132
|
+
parameters: {
|
|
41133
|
+
query?: never;
|
|
41134
|
+
header?: never;
|
|
41135
|
+
path?: never;
|
|
41136
|
+
cookie?: never;
|
|
41137
|
+
};
|
|
41138
|
+
get?: never;
|
|
41139
|
+
put?: never;
|
|
41140
|
+
/** Triggered on document customer_order delivery_to_partial_invoice */
|
|
41141
|
+
post: operations["webhook_document_customer_order_delivery_to_partial_invoice"];
|
|
41142
|
+
delete?: never;
|
|
41143
|
+
options?: never;
|
|
41144
|
+
head?: never;
|
|
41145
|
+
patch?: never;
|
|
41146
|
+
trace?: never;
|
|
41147
|
+
};
|
|
40705
41148
|
"document.customer_order.deliveryinvoice_to_creditnote_with_stock": {
|
|
40706
41149
|
parameters: {
|
|
40707
41150
|
query?: never;
|
|
@@ -42045,6 +42488,23 @@ export interface webhooks {
|
|
|
42045
42488
|
patch?: never;
|
|
42046
42489
|
trace?: never;
|
|
42047
42490
|
};
|
|
42491
|
+
"document.customer_partial_invoice_cancellation.delivery_to_partial_invoice": {
|
|
42492
|
+
parameters: {
|
|
42493
|
+
query?: never;
|
|
42494
|
+
header?: never;
|
|
42495
|
+
path?: never;
|
|
42496
|
+
cookie?: never;
|
|
42497
|
+
};
|
|
42498
|
+
get?: never;
|
|
42499
|
+
put?: never;
|
|
42500
|
+
/** Triggered on document customer_partial_invoice_cancellation delivery_to_partial_invoice */
|
|
42501
|
+
post: operations["webhook_document_customer_partial_invoice_cancellation_delivery_to_partial_invoice"];
|
|
42502
|
+
delete?: never;
|
|
42503
|
+
options?: never;
|
|
42504
|
+
head?: never;
|
|
42505
|
+
patch?: never;
|
|
42506
|
+
trace?: never;
|
|
42507
|
+
};
|
|
42048
42508
|
"document.customer_partial_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
42049
42509
|
parameters: {
|
|
42050
42510
|
query?: never;
|
|
@@ -43388,6 +43848,23 @@ export interface webhooks {
|
|
|
43388
43848
|
patch?: never;
|
|
43389
43849
|
trace?: never;
|
|
43390
43850
|
};
|
|
43851
|
+
"document.customer_partial_invoice.delivery_to_partial_invoice": {
|
|
43852
|
+
parameters: {
|
|
43853
|
+
query?: never;
|
|
43854
|
+
header?: never;
|
|
43855
|
+
path?: never;
|
|
43856
|
+
cookie?: never;
|
|
43857
|
+
};
|
|
43858
|
+
get?: never;
|
|
43859
|
+
put?: never;
|
|
43860
|
+
/** Triggered on document customer_partial_invoice delivery_to_partial_invoice */
|
|
43861
|
+
post: operations["webhook_document_customer_partial_invoice_delivery_to_partial_invoice"];
|
|
43862
|
+
delete?: never;
|
|
43863
|
+
options?: never;
|
|
43864
|
+
head?: never;
|
|
43865
|
+
patch?: never;
|
|
43866
|
+
trace?: never;
|
|
43867
|
+
};
|
|
43391
43868
|
"document.customer_partial_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
43392
43869
|
parameters: {
|
|
43393
43870
|
query?: never;
|
|
@@ -44731,6 +45208,23 @@ export interface webhooks {
|
|
|
44731
45208
|
patch?: never;
|
|
44732
45209
|
trace?: never;
|
|
44733
45210
|
};
|
|
45211
|
+
"document.customer_proforma_invoice.delivery_to_partial_invoice": {
|
|
45212
|
+
parameters: {
|
|
45213
|
+
query?: never;
|
|
45214
|
+
header?: never;
|
|
45215
|
+
path?: never;
|
|
45216
|
+
cookie?: never;
|
|
45217
|
+
};
|
|
45218
|
+
get?: never;
|
|
45219
|
+
put?: never;
|
|
45220
|
+
/** Triggered on document customer_proforma_invoice delivery_to_partial_invoice */
|
|
45221
|
+
post: operations["webhook_document_customer_proforma_invoice_delivery_to_partial_invoice"];
|
|
45222
|
+
delete?: never;
|
|
45223
|
+
options?: never;
|
|
45224
|
+
head?: never;
|
|
45225
|
+
patch?: never;
|
|
45226
|
+
trace?: never;
|
|
45227
|
+
};
|
|
44734
45228
|
"document.customer_proforma_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
44735
45229
|
parameters: {
|
|
44736
45230
|
query?: never;
|
|
@@ -46074,6 +46568,23 @@ export interface webhooks {
|
|
|
46074
46568
|
patch?: never;
|
|
46075
46569
|
trace?: never;
|
|
46076
46570
|
};
|
|
46571
|
+
"document.customer_progress_invoice_cancellation.delivery_to_partial_invoice": {
|
|
46572
|
+
parameters: {
|
|
46573
|
+
query?: never;
|
|
46574
|
+
header?: never;
|
|
46575
|
+
path?: never;
|
|
46576
|
+
cookie?: never;
|
|
46577
|
+
};
|
|
46578
|
+
get?: never;
|
|
46579
|
+
put?: never;
|
|
46580
|
+
/** Triggered on document customer_progress_invoice_cancellation delivery_to_partial_invoice */
|
|
46581
|
+
post: operations["webhook_document_customer_progress_invoice_cancellation_delivery_to_partial_invoice"];
|
|
46582
|
+
delete?: never;
|
|
46583
|
+
options?: never;
|
|
46584
|
+
head?: never;
|
|
46585
|
+
patch?: never;
|
|
46586
|
+
trace?: never;
|
|
46587
|
+
};
|
|
46077
46588
|
"document.customer_progress_invoice_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
46078
46589
|
parameters: {
|
|
46079
46590
|
query?: never;
|
|
@@ -47417,6 +47928,23 @@ export interface webhooks {
|
|
|
47417
47928
|
patch?: never;
|
|
47418
47929
|
trace?: never;
|
|
47419
47930
|
};
|
|
47931
|
+
"document.customer_progress_invoice.delivery_to_partial_invoice": {
|
|
47932
|
+
parameters: {
|
|
47933
|
+
query?: never;
|
|
47934
|
+
header?: never;
|
|
47935
|
+
path?: never;
|
|
47936
|
+
cookie?: never;
|
|
47937
|
+
};
|
|
47938
|
+
get?: never;
|
|
47939
|
+
put?: never;
|
|
47940
|
+
/** Triggered on document customer_progress_invoice delivery_to_partial_invoice */
|
|
47941
|
+
post: operations["webhook_document_customer_progress_invoice_delivery_to_partial_invoice"];
|
|
47942
|
+
delete?: never;
|
|
47943
|
+
options?: never;
|
|
47944
|
+
head?: never;
|
|
47945
|
+
patch?: never;
|
|
47946
|
+
trace?: never;
|
|
47947
|
+
};
|
|
47420
47948
|
"document.customer_progress_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
47421
47949
|
parameters: {
|
|
47422
47950
|
query?: never;
|
|
@@ -48760,6 +49288,23 @@ export interface webhooks {
|
|
|
48760
49288
|
patch?: never;
|
|
48761
49289
|
trace?: never;
|
|
48762
49290
|
};
|
|
49291
|
+
"document.customer_subscription_contract.delivery_to_partial_invoice": {
|
|
49292
|
+
parameters: {
|
|
49293
|
+
query?: never;
|
|
49294
|
+
header?: never;
|
|
49295
|
+
path?: never;
|
|
49296
|
+
cookie?: never;
|
|
49297
|
+
};
|
|
49298
|
+
get?: never;
|
|
49299
|
+
put?: never;
|
|
49300
|
+
/** Triggered on document customer_subscription_contract delivery_to_partial_invoice */
|
|
49301
|
+
post: operations["webhook_document_customer_subscription_contract_delivery_to_partial_invoice"];
|
|
49302
|
+
delete?: never;
|
|
49303
|
+
options?: never;
|
|
49304
|
+
head?: never;
|
|
49305
|
+
patch?: never;
|
|
49306
|
+
trace?: never;
|
|
49307
|
+
};
|
|
48763
49308
|
"document.customer_subscription_contract.deliveryinvoice_to_creditnote_with_stock": {
|
|
48764
49309
|
parameters: {
|
|
48765
49310
|
query?: never;
|
|
@@ -50103,6 +50648,23 @@ export interface webhooks {
|
|
|
50103
50648
|
patch?: never;
|
|
50104
50649
|
trace?: never;
|
|
50105
50650
|
};
|
|
50651
|
+
"document.fabrication_order.delivery_to_partial_invoice": {
|
|
50652
|
+
parameters: {
|
|
50653
|
+
query?: never;
|
|
50654
|
+
header?: never;
|
|
50655
|
+
path?: never;
|
|
50656
|
+
cookie?: never;
|
|
50657
|
+
};
|
|
50658
|
+
get?: never;
|
|
50659
|
+
put?: never;
|
|
50660
|
+
/** Triggered on document fabrication_order delivery_to_partial_invoice */
|
|
50661
|
+
post: operations["webhook_document_fabrication_order_delivery_to_partial_invoice"];
|
|
50662
|
+
delete?: never;
|
|
50663
|
+
options?: never;
|
|
50664
|
+
head?: never;
|
|
50665
|
+
patch?: never;
|
|
50666
|
+
trace?: never;
|
|
50667
|
+
};
|
|
50106
50668
|
"document.fabrication_order.deliveryinvoice_to_creditnote_with_stock": {
|
|
50107
50669
|
parameters: {
|
|
50108
50670
|
query?: never;
|
|
@@ -51446,6 +52008,23 @@ export interface webhooks {
|
|
|
51446
52008
|
patch?: never;
|
|
51447
52009
|
trace?: never;
|
|
51448
52010
|
};
|
|
52011
|
+
"document.pos_cash_journal_closing.delivery_to_partial_invoice": {
|
|
52012
|
+
parameters: {
|
|
52013
|
+
query?: never;
|
|
52014
|
+
header?: never;
|
|
52015
|
+
path?: never;
|
|
52016
|
+
cookie?: never;
|
|
52017
|
+
};
|
|
52018
|
+
get?: never;
|
|
52019
|
+
put?: never;
|
|
52020
|
+
/** Triggered on document pos_cash_journal_closing delivery_to_partial_invoice */
|
|
52021
|
+
post: operations["webhook_document_pos_cash_journal_closing_delivery_to_partial_invoice"];
|
|
52022
|
+
delete?: never;
|
|
52023
|
+
options?: never;
|
|
52024
|
+
head?: never;
|
|
52025
|
+
patch?: never;
|
|
52026
|
+
trace?: never;
|
|
52027
|
+
};
|
|
51449
52028
|
"document.pos_cash_journal_closing.deliveryinvoice_to_creditnote_with_stock": {
|
|
51450
52029
|
parameters: {
|
|
51451
52030
|
query?: never;
|
|
@@ -52789,6 +53368,23 @@ export interface webhooks {
|
|
|
52789
53368
|
patch?: never;
|
|
52790
53369
|
trace?: never;
|
|
52791
53370
|
};
|
|
53371
|
+
"document.pos_cash_journal_deposit.delivery_to_partial_invoice": {
|
|
53372
|
+
parameters: {
|
|
53373
|
+
query?: never;
|
|
53374
|
+
header?: never;
|
|
53375
|
+
path?: never;
|
|
53376
|
+
cookie?: never;
|
|
53377
|
+
};
|
|
53378
|
+
get?: never;
|
|
53379
|
+
put?: never;
|
|
53380
|
+
/** Triggered on document pos_cash_journal_deposit delivery_to_partial_invoice */
|
|
53381
|
+
post: operations["webhook_document_pos_cash_journal_deposit_delivery_to_partial_invoice"];
|
|
53382
|
+
delete?: never;
|
|
53383
|
+
options?: never;
|
|
53384
|
+
head?: never;
|
|
53385
|
+
patch?: never;
|
|
53386
|
+
trace?: never;
|
|
53387
|
+
};
|
|
52792
53388
|
"document.pos_cash_journal_deposit.deliveryinvoice_to_creditnote_with_stock": {
|
|
52793
53389
|
parameters: {
|
|
52794
53390
|
query?: never;
|
|
@@ -54132,6 +54728,23 @@ export interface webhooks {
|
|
|
54132
54728
|
patch?: never;
|
|
54133
54729
|
trace?: never;
|
|
54134
54730
|
};
|
|
54731
|
+
"document.pos_cash_journal_expense.delivery_to_partial_invoice": {
|
|
54732
|
+
parameters: {
|
|
54733
|
+
query?: never;
|
|
54734
|
+
header?: never;
|
|
54735
|
+
path?: never;
|
|
54736
|
+
cookie?: never;
|
|
54737
|
+
};
|
|
54738
|
+
get?: never;
|
|
54739
|
+
put?: never;
|
|
54740
|
+
/** Triggered on document pos_cash_journal_expense delivery_to_partial_invoice */
|
|
54741
|
+
post: operations["webhook_document_pos_cash_journal_expense_delivery_to_partial_invoice"];
|
|
54742
|
+
delete?: never;
|
|
54743
|
+
options?: never;
|
|
54744
|
+
head?: never;
|
|
54745
|
+
patch?: never;
|
|
54746
|
+
trace?: never;
|
|
54747
|
+
};
|
|
54135
54748
|
"document.pos_cash_journal_expense.deliveryinvoice_to_creditnote_with_stock": {
|
|
54136
54749
|
parameters: {
|
|
54137
54750
|
query?: never;
|
|
@@ -55475,6 +56088,23 @@ export interface webhooks {
|
|
|
55475
56088
|
patch?: never;
|
|
55476
56089
|
trace?: never;
|
|
55477
56090
|
};
|
|
56091
|
+
"document.pos_cash_journal_opening.delivery_to_partial_invoice": {
|
|
56092
|
+
parameters: {
|
|
56093
|
+
query?: never;
|
|
56094
|
+
header?: never;
|
|
56095
|
+
path?: never;
|
|
56096
|
+
cookie?: never;
|
|
56097
|
+
};
|
|
56098
|
+
get?: never;
|
|
56099
|
+
put?: never;
|
|
56100
|
+
/** Triggered on document pos_cash_journal_opening delivery_to_partial_invoice */
|
|
56101
|
+
post: operations["webhook_document_pos_cash_journal_opening_delivery_to_partial_invoice"];
|
|
56102
|
+
delete?: never;
|
|
56103
|
+
options?: never;
|
|
56104
|
+
head?: never;
|
|
56105
|
+
patch?: never;
|
|
56106
|
+
trace?: never;
|
|
56107
|
+
};
|
|
55478
56108
|
"document.pos_cash_journal_opening.deliveryinvoice_to_creditnote_with_stock": {
|
|
55479
56109
|
parameters: {
|
|
55480
56110
|
query?: never;
|
|
@@ -56818,6 +57448,23 @@ export interface webhooks {
|
|
|
56818
57448
|
patch?: never;
|
|
56819
57449
|
trace?: never;
|
|
56820
57450
|
};
|
|
57451
|
+
"document.pos_cash_receipt.delivery_to_partial_invoice": {
|
|
57452
|
+
parameters: {
|
|
57453
|
+
query?: never;
|
|
57454
|
+
header?: never;
|
|
57455
|
+
path?: never;
|
|
57456
|
+
cookie?: never;
|
|
57457
|
+
};
|
|
57458
|
+
get?: never;
|
|
57459
|
+
put?: never;
|
|
57460
|
+
/** Triggered on document pos_cash_receipt delivery_to_partial_invoice */
|
|
57461
|
+
post: operations["webhook_document_pos_cash_receipt_delivery_to_partial_invoice"];
|
|
57462
|
+
delete?: never;
|
|
57463
|
+
options?: never;
|
|
57464
|
+
head?: never;
|
|
57465
|
+
patch?: never;
|
|
57466
|
+
trace?: never;
|
|
57467
|
+
};
|
|
56821
57468
|
"document.pos_cash_receipt.deliveryinvoice_to_creditnote_with_stock": {
|
|
56822
57469
|
parameters: {
|
|
56823
57470
|
query?: never;
|
|
@@ -58161,6 +58808,23 @@ export interface webhooks {
|
|
|
58161
58808
|
patch?: never;
|
|
58162
58809
|
trace?: never;
|
|
58163
58810
|
};
|
|
58811
|
+
"document.pos_return_cash_receipt.delivery_to_partial_invoice": {
|
|
58812
|
+
parameters: {
|
|
58813
|
+
query?: never;
|
|
58814
|
+
header?: never;
|
|
58815
|
+
path?: never;
|
|
58816
|
+
cookie?: never;
|
|
58817
|
+
};
|
|
58818
|
+
get?: never;
|
|
58819
|
+
put?: never;
|
|
58820
|
+
/** Triggered on document pos_return_cash_receipt delivery_to_partial_invoice */
|
|
58821
|
+
post: operations["webhook_document_pos_return_cash_receipt_delivery_to_partial_invoice"];
|
|
58822
|
+
delete?: never;
|
|
58823
|
+
options?: never;
|
|
58824
|
+
head?: never;
|
|
58825
|
+
patch?: never;
|
|
58826
|
+
trace?: never;
|
|
58827
|
+
};
|
|
58164
58828
|
"document.pos_return_cash_receipt.deliveryinvoice_to_creditnote_with_stock": {
|
|
58165
58829
|
parameters: {
|
|
58166
58830
|
query?: never;
|
|
@@ -59504,6 +60168,23 @@ export interface webhooks {
|
|
|
59504
60168
|
patch?: never;
|
|
59505
60169
|
trace?: never;
|
|
59506
60170
|
};
|
|
60171
|
+
"document.supplier_commission_credit_note_cancellation.delivery_to_partial_invoice": {
|
|
60172
|
+
parameters: {
|
|
60173
|
+
query?: never;
|
|
60174
|
+
header?: never;
|
|
60175
|
+
path?: never;
|
|
60176
|
+
cookie?: never;
|
|
60177
|
+
};
|
|
60178
|
+
get?: never;
|
|
60179
|
+
put?: never;
|
|
60180
|
+
/** Triggered on document supplier_commission_credit_note_cancellation delivery_to_partial_invoice */
|
|
60181
|
+
post: operations["webhook_document_supplier_commission_credit_note_cancellation_delivery_to_partial_invoice"];
|
|
60182
|
+
delete?: never;
|
|
60183
|
+
options?: never;
|
|
60184
|
+
head?: never;
|
|
60185
|
+
patch?: never;
|
|
60186
|
+
trace?: never;
|
|
60187
|
+
};
|
|
59507
60188
|
"document.supplier_commission_credit_note_cancellation.deliveryinvoice_to_creditnote_with_stock": {
|
|
59508
60189
|
parameters: {
|
|
59509
60190
|
query?: never;
|
|
@@ -60847,6 +61528,23 @@ export interface webhooks {
|
|
|
60847
61528
|
patch?: never;
|
|
60848
61529
|
trace?: never;
|
|
60849
61530
|
};
|
|
61531
|
+
"document.supplier_commission_credit_note.delivery_to_partial_invoice": {
|
|
61532
|
+
parameters: {
|
|
61533
|
+
query?: never;
|
|
61534
|
+
header?: never;
|
|
61535
|
+
path?: never;
|
|
61536
|
+
cookie?: never;
|
|
61537
|
+
};
|
|
61538
|
+
get?: never;
|
|
61539
|
+
put?: never;
|
|
61540
|
+
/** Triggered on document supplier_commission_credit_note delivery_to_partial_invoice */
|
|
61541
|
+
post: operations["webhook_document_supplier_commission_credit_note_delivery_to_partial_invoice"];
|
|
61542
|
+
delete?: never;
|
|
61543
|
+
options?: never;
|
|
61544
|
+
head?: never;
|
|
61545
|
+
patch?: never;
|
|
61546
|
+
trace?: never;
|
|
61547
|
+
};
|
|
60850
61548
|
"document.supplier_commission_credit_note.deliveryinvoice_to_creditnote_with_stock": {
|
|
60851
61549
|
parameters: {
|
|
60852
61550
|
query?: never;
|
|
@@ -62190,6 +62888,23 @@ export interface webhooks {
|
|
|
62190
62888
|
patch?: never;
|
|
62191
62889
|
trace?: never;
|
|
62192
62890
|
};
|
|
62891
|
+
"document.supplier_credit_note_with_stock.delivery_to_partial_invoice": {
|
|
62892
|
+
parameters: {
|
|
62893
|
+
query?: never;
|
|
62894
|
+
header?: never;
|
|
62895
|
+
path?: never;
|
|
62896
|
+
cookie?: never;
|
|
62897
|
+
};
|
|
62898
|
+
get?: never;
|
|
62899
|
+
put?: never;
|
|
62900
|
+
/** Triggered on document supplier_credit_note_with_stock delivery_to_partial_invoice */
|
|
62901
|
+
post: operations["webhook_document_supplier_credit_note_with_stock_delivery_to_partial_invoice"];
|
|
62902
|
+
delete?: never;
|
|
62903
|
+
options?: never;
|
|
62904
|
+
head?: never;
|
|
62905
|
+
patch?: never;
|
|
62906
|
+
trace?: never;
|
|
62907
|
+
};
|
|
62193
62908
|
"document.supplier_credit_note_with_stock.deliveryinvoice_to_creditnote_with_stock": {
|
|
62194
62909
|
parameters: {
|
|
62195
62910
|
query?: never;
|
|
@@ -63533,6 +64248,23 @@ export interface webhooks {
|
|
|
63533
64248
|
patch?: never;
|
|
63534
64249
|
trace?: never;
|
|
63535
64250
|
};
|
|
64251
|
+
"document.supplier_credit_note_without_stock.delivery_to_partial_invoice": {
|
|
64252
|
+
parameters: {
|
|
64253
|
+
query?: never;
|
|
64254
|
+
header?: never;
|
|
64255
|
+
path?: never;
|
|
64256
|
+
cookie?: never;
|
|
64257
|
+
};
|
|
64258
|
+
get?: never;
|
|
64259
|
+
put?: never;
|
|
64260
|
+
/** Triggered on document supplier_credit_note_without_stock delivery_to_partial_invoice */
|
|
64261
|
+
post: operations["webhook_document_supplier_credit_note_without_stock_delivery_to_partial_invoice"];
|
|
64262
|
+
delete?: never;
|
|
64263
|
+
options?: never;
|
|
64264
|
+
head?: never;
|
|
64265
|
+
patch?: never;
|
|
64266
|
+
trace?: never;
|
|
64267
|
+
};
|
|
63536
64268
|
"document.supplier_credit_note_without_stock.deliveryinvoice_to_creditnote_with_stock": {
|
|
63537
64269
|
parameters: {
|
|
63538
64270
|
query?: never;
|
|
@@ -64876,6 +65608,23 @@ export interface webhooks {
|
|
|
64876
65608
|
patch?: never;
|
|
64877
65609
|
trace?: never;
|
|
64878
65610
|
};
|
|
65611
|
+
"document.supplier_delivery_document.delivery_to_partial_invoice": {
|
|
65612
|
+
parameters: {
|
|
65613
|
+
query?: never;
|
|
65614
|
+
header?: never;
|
|
65615
|
+
path?: never;
|
|
65616
|
+
cookie?: never;
|
|
65617
|
+
};
|
|
65618
|
+
get?: never;
|
|
65619
|
+
put?: never;
|
|
65620
|
+
/** Triggered on document supplier_delivery_document delivery_to_partial_invoice */
|
|
65621
|
+
post: operations["webhook_document_supplier_delivery_document_delivery_to_partial_invoice"];
|
|
65622
|
+
delete?: never;
|
|
65623
|
+
options?: never;
|
|
65624
|
+
head?: never;
|
|
65625
|
+
patch?: never;
|
|
65626
|
+
trace?: never;
|
|
65627
|
+
};
|
|
64879
65628
|
"document.supplier_delivery_document.deliveryinvoice_to_creditnote_with_stock": {
|
|
64880
65629
|
parameters: {
|
|
64881
65630
|
query?: never;
|
|
@@ -66219,6 +66968,23 @@ export interface webhooks {
|
|
|
66219
66968
|
patch?: never;
|
|
66220
66969
|
trace?: never;
|
|
66221
66970
|
};
|
|
66971
|
+
"document.supplier_delivery_invoice.delivery_to_partial_invoice": {
|
|
66972
|
+
parameters: {
|
|
66973
|
+
query?: never;
|
|
66974
|
+
header?: never;
|
|
66975
|
+
path?: never;
|
|
66976
|
+
cookie?: never;
|
|
66977
|
+
};
|
|
66978
|
+
get?: never;
|
|
66979
|
+
put?: never;
|
|
66980
|
+
/** Triggered on document supplier_delivery_invoice delivery_to_partial_invoice */
|
|
66981
|
+
post: operations["webhook_document_supplier_delivery_invoice_delivery_to_partial_invoice"];
|
|
66982
|
+
delete?: never;
|
|
66983
|
+
options?: never;
|
|
66984
|
+
head?: never;
|
|
66985
|
+
patch?: never;
|
|
66986
|
+
trace?: never;
|
|
66987
|
+
};
|
|
66222
66988
|
"document.supplier_delivery_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
66223
66989
|
parameters: {
|
|
66224
66990
|
query?: never;
|
|
@@ -67562,6 +68328,23 @@ export interface webhooks {
|
|
|
67562
68328
|
patch?: never;
|
|
67563
68329
|
trace?: never;
|
|
67564
68330
|
};
|
|
68331
|
+
"document.supplier_deposit_invoice.delivery_to_partial_invoice": {
|
|
68332
|
+
parameters: {
|
|
68333
|
+
query?: never;
|
|
68334
|
+
header?: never;
|
|
68335
|
+
path?: never;
|
|
68336
|
+
cookie?: never;
|
|
68337
|
+
};
|
|
68338
|
+
get?: never;
|
|
68339
|
+
put?: never;
|
|
68340
|
+
/** Triggered on document supplier_deposit_invoice delivery_to_partial_invoice */
|
|
68341
|
+
post: operations["webhook_document_supplier_deposit_invoice_delivery_to_partial_invoice"];
|
|
68342
|
+
delete?: never;
|
|
68343
|
+
options?: never;
|
|
68344
|
+
head?: never;
|
|
68345
|
+
patch?: never;
|
|
68346
|
+
trace?: never;
|
|
68347
|
+
};
|
|
67565
68348
|
"document.supplier_deposit_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
67566
68349
|
parameters: {
|
|
67567
68350
|
query?: never;
|
|
@@ -68905,6 +69688,23 @@ export interface webhooks {
|
|
|
68905
69688
|
patch?: never;
|
|
68906
69689
|
trace?: never;
|
|
68907
69690
|
};
|
|
69691
|
+
"document.supplier_final_invoice.delivery_to_partial_invoice": {
|
|
69692
|
+
parameters: {
|
|
69693
|
+
query?: never;
|
|
69694
|
+
header?: never;
|
|
69695
|
+
path?: never;
|
|
69696
|
+
cookie?: never;
|
|
69697
|
+
};
|
|
69698
|
+
get?: never;
|
|
69699
|
+
put?: never;
|
|
69700
|
+
/** Triggered on document supplier_final_invoice delivery_to_partial_invoice */
|
|
69701
|
+
post: operations["webhook_document_supplier_final_invoice_delivery_to_partial_invoice"];
|
|
69702
|
+
delete?: never;
|
|
69703
|
+
options?: never;
|
|
69704
|
+
head?: never;
|
|
69705
|
+
patch?: never;
|
|
69706
|
+
trace?: never;
|
|
69707
|
+
};
|
|
68908
69708
|
"document.supplier_final_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
68909
69709
|
parameters: {
|
|
68910
69710
|
query?: never;
|
|
@@ -70248,6 +71048,23 @@ export interface webhooks {
|
|
|
70248
71048
|
patch?: never;
|
|
70249
71049
|
trace?: never;
|
|
70250
71050
|
};
|
|
71051
|
+
"document.supplier_invoice.delivery_to_partial_invoice": {
|
|
71052
|
+
parameters: {
|
|
71053
|
+
query?: never;
|
|
71054
|
+
header?: never;
|
|
71055
|
+
path?: never;
|
|
71056
|
+
cookie?: never;
|
|
71057
|
+
};
|
|
71058
|
+
get?: never;
|
|
71059
|
+
put?: never;
|
|
71060
|
+
/** Triggered on document supplier_invoice delivery_to_partial_invoice */
|
|
71061
|
+
post: operations["webhook_document_supplier_invoice_delivery_to_partial_invoice"];
|
|
71062
|
+
delete?: never;
|
|
71063
|
+
options?: never;
|
|
71064
|
+
head?: never;
|
|
71065
|
+
patch?: never;
|
|
71066
|
+
trace?: never;
|
|
71067
|
+
};
|
|
70251
71068
|
"document.supplier_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
70252
71069
|
parameters: {
|
|
70253
71070
|
query?: never;
|
|
@@ -71591,6 +72408,23 @@ export interface webhooks {
|
|
|
71591
72408
|
patch?: never;
|
|
71592
72409
|
trace?: never;
|
|
71593
72410
|
};
|
|
72411
|
+
"document.supplier_order.delivery_to_partial_invoice": {
|
|
72412
|
+
parameters: {
|
|
72413
|
+
query?: never;
|
|
72414
|
+
header?: never;
|
|
72415
|
+
path?: never;
|
|
72416
|
+
cookie?: never;
|
|
72417
|
+
};
|
|
72418
|
+
get?: never;
|
|
72419
|
+
put?: never;
|
|
72420
|
+
/** Triggered on document supplier_order delivery_to_partial_invoice */
|
|
72421
|
+
post: operations["webhook_document_supplier_order_delivery_to_partial_invoice"];
|
|
72422
|
+
delete?: never;
|
|
72423
|
+
options?: never;
|
|
72424
|
+
head?: never;
|
|
72425
|
+
patch?: never;
|
|
72426
|
+
trace?: never;
|
|
72427
|
+
};
|
|
71594
72428
|
"document.supplier_order.deliveryinvoice_to_creditnote_with_stock": {
|
|
71595
72429
|
parameters: {
|
|
71596
72430
|
query?: never;
|
|
@@ -72934,6 +73768,23 @@ export interface webhooks {
|
|
|
72934
73768
|
patch?: never;
|
|
72935
73769
|
trace?: never;
|
|
72936
73770
|
};
|
|
73771
|
+
"document.supplier_partial_invoice.delivery_to_partial_invoice": {
|
|
73772
|
+
parameters: {
|
|
73773
|
+
query?: never;
|
|
73774
|
+
header?: never;
|
|
73775
|
+
path?: never;
|
|
73776
|
+
cookie?: never;
|
|
73777
|
+
};
|
|
73778
|
+
get?: never;
|
|
73779
|
+
put?: never;
|
|
73780
|
+
/** Triggered on document supplier_partial_invoice delivery_to_partial_invoice */
|
|
73781
|
+
post: operations["webhook_document_supplier_partial_invoice_delivery_to_partial_invoice"];
|
|
73782
|
+
delete?: never;
|
|
73783
|
+
options?: never;
|
|
73784
|
+
head?: never;
|
|
73785
|
+
patch?: never;
|
|
73786
|
+
trace?: never;
|
|
73787
|
+
};
|
|
72937
73788
|
"document.supplier_partial_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
72938
73789
|
parameters: {
|
|
72939
73790
|
query?: never;
|
|
@@ -74277,6 +75128,23 @@ export interface webhooks {
|
|
|
74277
75128
|
patch?: never;
|
|
74278
75129
|
trace?: never;
|
|
74279
75130
|
};
|
|
75131
|
+
"document.supplier_price_request.delivery_to_partial_invoice": {
|
|
75132
|
+
parameters: {
|
|
75133
|
+
query?: never;
|
|
75134
|
+
header?: never;
|
|
75135
|
+
path?: never;
|
|
75136
|
+
cookie?: never;
|
|
75137
|
+
};
|
|
75138
|
+
get?: never;
|
|
75139
|
+
put?: never;
|
|
75140
|
+
/** Triggered on document supplier_price_request delivery_to_partial_invoice */
|
|
75141
|
+
post: operations["webhook_document_supplier_price_request_delivery_to_partial_invoice"];
|
|
75142
|
+
delete?: never;
|
|
75143
|
+
options?: never;
|
|
75144
|
+
head?: never;
|
|
75145
|
+
patch?: never;
|
|
75146
|
+
trace?: never;
|
|
75147
|
+
};
|
|
74280
75148
|
"document.supplier_price_request.deliveryinvoice_to_creditnote_with_stock": {
|
|
74281
75149
|
parameters: {
|
|
74282
75150
|
query?: never;
|
|
@@ -75620,6 +76488,23 @@ export interface webhooks {
|
|
|
75620
76488
|
patch?: never;
|
|
75621
76489
|
trace?: never;
|
|
75622
76490
|
};
|
|
76491
|
+
"document.supplier_progress_invoice.delivery_to_partial_invoice": {
|
|
76492
|
+
parameters: {
|
|
76493
|
+
query?: never;
|
|
76494
|
+
header?: never;
|
|
76495
|
+
path?: never;
|
|
76496
|
+
cookie?: never;
|
|
76497
|
+
};
|
|
76498
|
+
get?: never;
|
|
76499
|
+
put?: never;
|
|
76500
|
+
/** Triggered on document supplier_progress_invoice delivery_to_partial_invoice */
|
|
76501
|
+
post: operations["webhook_document_supplier_progress_invoice_delivery_to_partial_invoice"];
|
|
76502
|
+
delete?: never;
|
|
76503
|
+
options?: never;
|
|
76504
|
+
head?: never;
|
|
76505
|
+
patch?: never;
|
|
76506
|
+
trace?: never;
|
|
76507
|
+
};
|
|
75623
76508
|
"document.supplier_progress_invoice.deliveryinvoice_to_creditnote_with_stock": {
|
|
75624
76509
|
parameters: {
|
|
75625
76510
|
query?: never;
|
|
@@ -76752,7 +77637,7 @@ export interface components {
|
|
|
76752
77637
|
* @description banking provider identifier
|
|
76753
77638
|
* @enum {string}
|
|
76754
77639
|
*/
|
|
76755
|
-
bpIdentifier: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
77640
|
+
bpIdentifier: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
76756
77641
|
/** @description banking provider name */
|
|
76757
77642
|
bpName: string;
|
|
76758
77643
|
/** @description Unique identifier of the Object */
|
|
@@ -76767,7 +77652,7 @@ export interface components {
|
|
|
76767
77652
|
* @description Bankschnittstelle
|
|
76768
77653
|
* @enum {string}
|
|
76769
77654
|
*/
|
|
76770
|
-
bankType?: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
77655
|
+
bankType?: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
76771
77656
|
/** @description Password für Bankschnittstelle (falls benötigt) */
|
|
76772
77657
|
password?: string;
|
|
76773
77658
|
/** @description Username für Bankschnittstelle (falls benötigt) */
|
|
@@ -76807,7 +77692,7 @@ export interface components {
|
|
|
76807
77692
|
* @description banking provider key
|
|
76808
77693
|
* @enum {string}
|
|
76809
77694
|
*/
|
|
76810
|
-
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
77695
|
+
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
76811
77696
|
};
|
|
76812
77697
|
"banking-api-BankInitializerParameter": {
|
|
76813
77698
|
defaultValue?: string;
|
|
@@ -76926,6 +77811,19 @@ export interface components {
|
|
|
76926
77811
|
/** @description Version Identifier for this Object (for PUT) */
|
|
76927
77812
|
version?: string;
|
|
76928
77813
|
};
|
|
77814
|
+
"common-api-AppSettings": {
|
|
77815
|
+
/**
|
|
77816
|
+
* Format: uuid
|
|
77817
|
+
* @description Identifier der App
|
|
77818
|
+
*/
|
|
77819
|
+
appIdentifier: string;
|
|
77820
|
+
custom?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
77821
|
+
/** @description Unique identifier of the Object */
|
|
77822
|
+
id?: string;
|
|
77823
|
+
info?: components["schemas"]["core-api-MetaInfo"];
|
|
77824
|
+
/** @description Version Identifier for this Object (for PUT) */
|
|
77825
|
+
version?: string;
|
|
77826
|
+
};
|
|
76929
77827
|
"common-api-LogEntry": {
|
|
76930
77828
|
/**
|
|
76931
77829
|
* @description log level
|
|
@@ -79825,6 +80723,11 @@ export interface components {
|
|
|
79825
80723
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
79826
80724
|
moduleRef: components["schemas"]["common-output-OutputModuleRef"];
|
|
79827
80725
|
outputModuleRule?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
80726
|
+
/**
|
|
80727
|
+
* Format: int32
|
|
80728
|
+
* @description Anzahl der Ausgaben
|
|
80729
|
+
*/
|
|
80730
|
+
outputQuantity?: number;
|
|
79828
80731
|
sourceOutputTypeRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
79829
80732
|
targetOutputConsumerRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
79830
80733
|
targetOutputConsumerResult?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
@@ -81536,6 +82439,11 @@ export interface components {
|
|
|
81536
82439
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
81537
82440
|
moduleRef: components["schemas"]["common-output-OutputModuleRef"];
|
|
81538
82441
|
outputModuleRule?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
82442
|
+
/**
|
|
82443
|
+
* Format: int32
|
|
82444
|
+
* @description Anzahl der Ausgaben
|
|
82445
|
+
*/
|
|
82446
|
+
outputQuantity?: number;
|
|
81539
82447
|
/** @description Kontaktreferenzen für die OutputRule-Extension */
|
|
81540
82448
|
ruleContacts?: components["schemas"]["erp-account-AccountOutputRuleContact"][];
|
|
81541
82449
|
sourceOutputTypeRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
@@ -81724,11 +82632,10 @@ export interface components {
|
|
|
81724
82632
|
*/
|
|
81725
82633
|
collectiveBillable: boolean;
|
|
81726
82634
|
/**
|
|
81727
|
-
* @description
|
|
81728
|
-
* @default
|
|
81729
|
-
* @enum {string}
|
|
82635
|
+
* @description Sammelabrechnung nur manuell auslösen?
|
|
82636
|
+
* @default true
|
|
81730
82637
|
*/
|
|
81731
|
-
|
|
82638
|
+
collectiveInvoiceManually: boolean;
|
|
81732
82639
|
/** @description currency code IsoAlpha3 */
|
|
81733
82640
|
currencyCode?: string;
|
|
81734
82641
|
customerGroupRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
@@ -81739,6 +82646,13 @@ export interface components {
|
|
|
81739
82646
|
deliveryBlocked: boolean;
|
|
81740
82647
|
deliveryMethodRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
81741
82648
|
deliveryTermRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
82649
|
+
/**
|
|
82650
|
+
* Format: date
|
|
82651
|
+
* @description Fälligkeit der nächsten Sammelabrechnung
|
|
82652
|
+
*/
|
|
82653
|
+
dueDate?: string;
|
|
82654
|
+
/** @description Cron-Ausdruck zur Berechnung der Sammelabrechnung */
|
|
82655
|
+
dueDateCalculation?: string;
|
|
81742
82656
|
/** @description Unique identifier of the Object */
|
|
81743
82657
|
id?: string;
|
|
81744
82658
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
@@ -81749,6 +82663,11 @@ export interface components {
|
|
|
81749
82663
|
maxDeliveries?: number;
|
|
81750
82664
|
/** @description Kreditlimit */
|
|
81751
82665
|
maximalLoan?: number;
|
|
82666
|
+
/**
|
|
82667
|
+
* Format: date
|
|
82668
|
+
* @description Nächste Fälligkeit nach der aktuellen
|
|
82669
|
+
*/
|
|
82670
|
+
nextDueDate?: string;
|
|
81752
82671
|
/** @description number of customer */
|
|
81753
82672
|
number?: string;
|
|
81754
82673
|
/** @description customers number for us */
|
|
@@ -82322,11 +83241,17 @@ export interface components {
|
|
|
82322
83241
|
* @description externe App-ID
|
|
82323
83242
|
*/
|
|
82324
83243
|
appId?: string;
|
|
83244
|
+
/** @description App-URL zum Senden einer Zahlung/Lastschrift */
|
|
83245
|
+
appPaymentUrl?: string;
|
|
83246
|
+
/** @description App-URL zum Abruf des Status einer Zahlung/Lastschrift */
|
|
83247
|
+
appStatusUrl?: string;
|
|
83248
|
+
/** @description App-URL zum Transaktionsabruf */
|
|
83249
|
+
appTransactionUrl?: string;
|
|
82325
83250
|
/**
|
|
82326
83251
|
* @description Backend-Typ
|
|
82327
83252
|
* @enum {string}
|
|
82328
83253
|
*/
|
|
82329
|
-
backendType?: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
83254
|
+
backendType?: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
82330
83255
|
/** @description Beschreibung */
|
|
82331
83256
|
description?: string;
|
|
82332
83257
|
/** @description Unique identifier of the Object */
|
|
@@ -82346,10 +83271,7 @@ export interface components {
|
|
|
82346
83271
|
* @enum {string}
|
|
82347
83272
|
*/
|
|
82348
83273
|
directDebitSequenceType?: "OOFF" | "FRST" | "RCUR" | "FNAL";
|
|
82349
|
-
/**
|
|
82350
|
-
* @deprecated
|
|
82351
|
-
* @description End-To-End-Id
|
|
82352
|
-
*/
|
|
83274
|
+
/** @description End-To-End-Id: Kann von Apps verwendet werden */
|
|
82353
83275
|
endToEndId?: string;
|
|
82354
83276
|
/**
|
|
82355
83277
|
* Format: date
|
|
@@ -82375,7 +83297,7 @@ export interface components {
|
|
|
82375
83297
|
* @description payment type
|
|
82376
83298
|
* @enum {string}
|
|
82377
83299
|
*/
|
|
82378
|
-
type: "MONEY_TRANSFER" | "REALTIME_MONEY_TRANSFER" | "SEPA_CORE_DIRECT_DEBIT" | "SEPA_B2B_DIRECT_DEBIT" | "CLEARING" | "CLEARING_WITH_PREDECESSOR_DOCUMENT" | "OTHER";
|
|
83300
|
+
type: "MONEY_TRANSFER" | "REALTIME_MONEY_TRANSFER" | "SEPA_CORE_DIRECT_DEBIT" | "SEPA_B2B_DIRECT_DEBIT" | "CLEARING" | "CLEARING_WITH_PREDECESSOR_DOCUMENT" | "APP" | "OTHER";
|
|
82379
83301
|
/** @description Version Identifier for this Object (for PUT) */
|
|
82380
83302
|
version?: string;
|
|
82381
83303
|
};
|
|
@@ -82426,7 +83348,7 @@ export interface components {
|
|
|
82426
83348
|
/** @description creditor id (for direct debit) */
|
|
82427
83349
|
creditorId?: string;
|
|
82428
83350
|
/** @description counterpart IBAN */
|
|
82429
|
-
iban
|
|
83351
|
+
iban?: string;
|
|
82430
83352
|
/** @description Unique identifier of the Object */
|
|
82431
83353
|
id?: string;
|
|
82432
83354
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
@@ -82634,15 +83556,6 @@ export interface components {
|
|
|
82634
83556
|
*/
|
|
82635
83557
|
paymentId?: number;
|
|
82636
83558
|
};
|
|
82637
|
-
"erp-bank-PaymentSendingResult": {
|
|
82638
|
-
/**
|
|
82639
|
-
* Format: date-time
|
|
82640
|
-
* @description Verfallsdatum der Autorisierungs-URL
|
|
82641
|
-
*/
|
|
82642
|
-
expirationTime?: string;
|
|
82643
|
-
/** @description URL für die Autorisierung */
|
|
82644
|
-
urlToOpen?: string;
|
|
82645
|
-
};
|
|
82646
83559
|
"erp-bank-TransactionSyncRequest": {
|
|
82647
83560
|
/**
|
|
82648
83561
|
* Format: int64
|
|
@@ -85109,6 +86022,8 @@ export interface components {
|
|
|
85109
86022
|
cashJournalRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
85110
86023
|
/** @description Client Seriennummer */
|
|
85111
86024
|
clientSerialNumber?: string;
|
|
86025
|
+
/** @description Externe Referenz */
|
|
86026
|
+
readonly externalReference?: string;
|
|
85112
86027
|
/** @description Unique identifier of the Object */
|
|
85113
86028
|
id?: string;
|
|
85114
86029
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
@@ -85902,11 +86817,30 @@ export interface components {
|
|
|
85902
86817
|
/** @description Netto Umsatz */
|
|
85903
86818
|
readonly salesValue?: number;
|
|
85904
86819
|
};
|
|
85905
|
-
"erp-document-
|
|
86820
|
+
"erp-document-SalesMultiCollectiveInvoiceRequest": {
|
|
86821
|
+
/** @description IDs von Accounts, die explizit verarbeitet werden sollen. Wenn gesetzt, werden Predicate und Variables nicht ausgewertet. */
|
|
86822
|
+
accountIdsToAdd?: number[];
|
|
86823
|
+
/** @description IDs von Accounts, die (nach der Template-Auflösung) ignoriert werden sollen. */
|
|
86824
|
+
accountIdsToIgnore?: number[];
|
|
86825
|
+
accountQueryPredicate?: components["schemas"]["common-cunit-QueryPresetPredicate"];
|
|
86826
|
+
accountVariables?: components["schemas"]["common-cunit-QueryPresetVariableSubstitutionList"];
|
|
86827
|
+
deliveryDocumentQueryPredicate?: components["schemas"]["common-cunit-QueryPresetPredicate"];
|
|
86828
|
+
deliveryDocumentVariables?: components["schemas"]["common-cunit-QueryPresetVariableSubstitutionList"];
|
|
86829
|
+
/**
|
|
86830
|
+
* Format: date
|
|
86831
|
+
* @description Stichtag des Laufs. Nur Accounts mit Customer#dueDateSchedule.dueDate kleiner/gleich diesem Datum werden verarbeitet.
|
|
86832
|
+
*/
|
|
86833
|
+
dueDate: string;
|
|
86834
|
+
};
|
|
86835
|
+
"erp-document-SalesSingleCollectiveInvoiceRequest": {
|
|
85906
86836
|
/** @description Account Id */
|
|
85907
86837
|
accountId: string;
|
|
85908
|
-
/** @description
|
|
85909
|
-
|
|
86838
|
+
/** @description IDs von Lieferscheinen, die explizit verarbeitet werden sollen. Wenn gesetzt, werden Predicate und Variables nicht ausgewertet. */
|
|
86839
|
+
deliveryDocumentIdsToAdd?: number[];
|
|
86840
|
+
/** @description IDs von Lieferscheinen, die (nach der Template-Auflösung) ignoriert werden sollen. */
|
|
86841
|
+
deliveryDocumentIdsToIgnore?: number[];
|
|
86842
|
+
deliveryDocumentQueryPredicate?: components["schemas"]["common-cunit-QueryPresetPredicate"];
|
|
86843
|
+
deliveryDocumentVariables?: components["schemas"]["common-cunit-QueryPresetVariableSubstitutionList"];
|
|
85910
86844
|
};
|
|
85911
86845
|
/** @description Belegpositionen für die Vorbelegszuordnung */
|
|
85912
86846
|
"erp-document-SuccessorDocumentAssignableLinesDocumentLine": {
|
|
@@ -87036,11 +87970,6 @@ export interface components {
|
|
|
87036
87970
|
* @enum {string}
|
|
87037
87971
|
*/
|
|
87038
87972
|
dunningState?: "IN_DUNNING" | "NO_DUNNING" | "DUNNING_PAID" | "DUNNING_PARTIALLY_PAID" | "DUNNING_OVERPAID";
|
|
87039
|
-
/**
|
|
87040
|
-
* @deprecated
|
|
87041
|
-
* @description End-To-End-ID
|
|
87042
|
-
*/
|
|
87043
|
-
endToEndId?: string;
|
|
87044
87973
|
/** @description Kurs der Währung zu Basiswährung */
|
|
87045
87974
|
exchangeRate?: number;
|
|
87046
87975
|
/** @description Externe OP-Nummer */
|
|
@@ -87703,7 +88632,7 @@ export interface components {
|
|
|
87703
88632
|
* @default MONEY_TRANSFER
|
|
87704
88633
|
* @enum {string}
|
|
87705
88634
|
*/
|
|
87706
|
-
paymentType: "MONEY_TRANSFER" | "REALTIME_MONEY_TRANSFER" | "SEPA_CORE_DIRECT_DEBIT" | "SEPA_B2B_DIRECT_DEBIT" | "CLEARING" | "CLEARING_WITH_PREDECESSOR_DOCUMENT" | "OTHER";
|
|
88635
|
+
paymentType: "MONEY_TRANSFER" | "REALTIME_MONEY_TRANSFER" | "SEPA_CORE_DIRECT_DEBIT" | "SEPA_B2B_DIRECT_DEBIT" | "CLEARING" | "CLEARING_WITH_PREDECESSOR_DOCUMENT" | "APP" | "OTHER";
|
|
87707
88636
|
/** @description printDescription */
|
|
87708
88637
|
printDescription?: string;
|
|
87709
88638
|
/** @description translations */
|
|
@@ -87711,6 +88640,15 @@ export interface components {
|
|
|
87711
88640
|
/** @description Version Identifier for this Object (for PUT) */
|
|
87712
88641
|
version?: string;
|
|
87713
88642
|
};
|
|
88643
|
+
"erp-payment-PaymentSendingResponse": {
|
|
88644
|
+
/**
|
|
88645
|
+
* Format: date-time
|
|
88646
|
+
* @description Verfallsdatum der Autorisierungs-URL
|
|
88647
|
+
*/
|
|
88648
|
+
expirationTime?: string;
|
|
88649
|
+
/** @description URL für die Autorisierung */
|
|
88650
|
+
urlToOpen?: string;
|
|
88651
|
+
};
|
|
87714
88652
|
/** @description Zahlungsvorlage zur Vorbelegung von Feldern in einer Zahlung */
|
|
87715
88653
|
"erp-payment-PaymentTemplate": {
|
|
87716
88654
|
/**
|
|
@@ -87844,6 +88782,11 @@ export interface components {
|
|
|
87844
88782
|
/** @description Version Identifier for this Object (for PUT) */
|
|
87845
88783
|
version?: string;
|
|
87846
88784
|
};
|
|
88785
|
+
"erp-pos-CashJournalOpeningStartBalance": {
|
|
88786
|
+
/** @description Errechnetes Anfangssaldo */
|
|
88787
|
+
calculatedStartBalance?: number;
|
|
88788
|
+
posPaymentMethodRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
88789
|
+
};
|
|
87847
88790
|
"erp-pos-FiscalizationBackend": {
|
|
87848
88791
|
/**
|
|
87849
88792
|
* @description Aktiv?
|
|
@@ -88185,7 +89128,7 @@ export interface components {
|
|
|
88185
89128
|
countryOfOriginRef?: components["schemas"]["common-masterdata-CountryReference"];
|
|
88186
89129
|
custom?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
88187
89130
|
/** @description Zolltarifnummer */
|
|
88188
|
-
customsTariffNumber?: string;
|
|
89131
|
+
readonly customsTariffNumber?: string;
|
|
88189
89132
|
dangerousGoodInformationRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
88190
89133
|
/**
|
|
88191
89134
|
* @description Ist der Artikel noch lieferbar?
|
|
@@ -88337,6 +89280,7 @@ export interface components {
|
|
|
88337
89280
|
purchasable: boolean;
|
|
88338
89281
|
/** @description Sonderbemerkung */
|
|
88339
89282
|
remark?: string;
|
|
89283
|
+
responsibleUserRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
88340
89284
|
/** @description Verkaufseinheit */
|
|
88341
89285
|
salesUnit?: number;
|
|
88342
89286
|
/**
|
|
@@ -89443,6 +90387,7 @@ export interface components {
|
|
|
89443
90387
|
* @enum {string}
|
|
89444
90388
|
*/
|
|
89445
90389
|
channelType?: "STORE" | "POS" | "ECOMMERCE" | "MARKETPLACE";
|
|
90390
|
+
custom?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
89446
90391
|
/** @description Standard-Verkaufskanal */
|
|
89447
90392
|
defaultSalesChannel?: boolean;
|
|
89448
90393
|
/** @description Beschreibung */
|
|
@@ -89805,6 +90750,13 @@ export interface components {
|
|
|
89805
90750
|
/** @description Die durch die Lagerbuchung geänderten Lagerplatz-Bestände */
|
|
89806
90751
|
stocks?: components["schemas"]["erp-stock-StockTransferResult"][];
|
|
89807
90752
|
};
|
|
90753
|
+
/** @description Beobachtungszeitraum (von/bis) für die Bedarfsermittlung über Abverkäufe */
|
|
90754
|
+
"erp-stock-ObservationPeriod": {
|
|
90755
|
+
/** Format: date */
|
|
90756
|
+
endDate: string;
|
|
90757
|
+
/** Format: date */
|
|
90758
|
+
startDate: string;
|
|
90759
|
+
};
|
|
89808
90760
|
"erp-stock-OrderProposal": {
|
|
89809
90761
|
/**
|
|
89810
90762
|
* Format: int32
|
|
@@ -89819,7 +90771,7 @@ export interface components {
|
|
|
89819
90771
|
* @description Bevorzugte Bedarfsermittlung
|
|
89820
90772
|
* @enum {string}
|
|
89821
90773
|
*/
|
|
89822
|
-
needsAssessmentPreference: "
|
|
90774
|
+
needsAssessmentPreference: "REORDER_POINT" | "SALES";
|
|
89823
90775
|
/**
|
|
89824
90776
|
* @description Nur Vorkasse-Reservierungen beachtet
|
|
89825
90777
|
* @default false
|
|
@@ -89873,6 +90825,16 @@ export interface components {
|
|
|
89873
90825
|
};
|
|
89874
90826
|
/** @description Infos zur Erzeugung eines Bestellvorschlags */
|
|
89875
90827
|
"erp-stock-OrderProposalGenerateRequest": {
|
|
90828
|
+
/**
|
|
90829
|
+
* Format: int64
|
|
90830
|
+
* @description ID eines CUnit-Query-Presets zur Einschränkung der Artikel
|
|
90831
|
+
*/
|
|
90832
|
+
articlePresetId?: number;
|
|
90833
|
+
/**
|
|
90834
|
+
* @description Mittelwertverfahren für die SALES-Bedarfsermittlung
|
|
90835
|
+
* @enum {string}
|
|
90836
|
+
*/
|
|
90837
|
+
averageMethod?: "ARITHMETIC_MEAN" | "MEDIAN" | "WEIGHTED_MOVING_AVERAGE" | "TRIMMED_MEAN";
|
|
89876
90838
|
/**
|
|
89877
90839
|
* Format: int32
|
|
89878
90840
|
* @description Stichtag-Einschränkung für die Reservierungsberücksichtigung in Tagen
|
|
@@ -89892,12 +90854,19 @@ export interface components {
|
|
|
89892
90854
|
* @description Art der Bedarfsermittlung
|
|
89893
90855
|
* @enum {string}
|
|
89894
90856
|
*/
|
|
89895
|
-
needsAssessmentPreference: "
|
|
90857
|
+
needsAssessmentPreference: "REORDER_POINT" | "SALES";
|
|
89896
90858
|
/**
|
|
89897
90859
|
* Format: int32
|
|
89898
|
-
* @description Anzahl Tage für die bestellt werden soll
|
|
90860
|
+
* @description Anzahl Tage, für die bestellt werden soll
|
|
89899
90861
|
*/
|
|
89900
90862
|
numberOfDaysToOrderFor?: number;
|
|
90863
|
+
/**
|
|
90864
|
+
* Format: int32
|
|
90865
|
+
* @description Beobachtungszeitraum in Tagen rückwirkend ab heute (Alternative zu observationPeriods)
|
|
90866
|
+
*/
|
|
90867
|
+
observationPeriodInLastDays?: number;
|
|
90868
|
+
/** @description Konkrete Beobachtungszeiträume (Alternative zu observationPeriodInLastDays) */
|
|
90869
|
+
observationPeriods?: components["schemas"]["erp-stock-ObservationPeriod"][];
|
|
89901
90870
|
/**
|
|
89902
90871
|
* @description Nur Vorkasse-Reservierungen beachten
|
|
89903
90872
|
* @default false
|
|
@@ -89908,13 +90877,23 @@ export interface components {
|
|
|
89908
90877
|
* @default false
|
|
89909
90878
|
*/
|
|
89910
90879
|
priceRequestInsteadOfOrder: boolean;
|
|
89911
|
-
/** @description IDs der
|
|
89912
|
-
|
|
90880
|
+
/** @description IDs der Warengruppen, auf die die Artikelauswahl eingeschränkt werden soll */
|
|
90881
|
+
productGroupIds?: number[];
|
|
90882
|
+
/**
|
|
90883
|
+
* Format: int64
|
|
90884
|
+
* @description ID des Bestell-Lagers
|
|
90885
|
+
*/
|
|
90886
|
+
purchaseStorageId: number;
|
|
89913
90887
|
/**
|
|
89914
90888
|
* @description Artikel mit Bedarfsermittlung nur auf Reservierungsbasis berücksichtigen
|
|
89915
90889
|
* @default false
|
|
89916
90890
|
*/
|
|
89917
90891
|
recognizeArticlesWithNeedsAssessmentOnlyOnReservationBasis: boolean;
|
|
90892
|
+
/**
|
|
90893
|
+
* @description Material-Abgänge aus Produktion (netto) zusätzlich zum Sales-Verbrauch zählen (nur SALES)
|
|
90894
|
+
* @default false
|
|
90895
|
+
*/
|
|
90896
|
+
recognizeFabricationComponentBookings: boolean;
|
|
89918
90897
|
/**
|
|
89919
90898
|
* @description Bestellungen beachten für zu bestellende Menge
|
|
89920
90899
|
* @default false
|
|
@@ -89930,11 +90909,23 @@ export interface components {
|
|
|
89930
90909
|
* @default false
|
|
89931
90910
|
*/
|
|
89932
90911
|
recognizeStock: boolean;
|
|
90912
|
+
/**
|
|
90913
|
+
* Format: int64
|
|
90914
|
+
* @description ID des zuständigen Mitarbeiters, auf den die Artikelauswahl eingeschränkt werden soll
|
|
90915
|
+
*/
|
|
90916
|
+
responsibleUserId?: number;
|
|
90917
|
+
/**
|
|
90918
|
+
* @description Grundlage für die SALES-Bedarfsermittlung
|
|
90919
|
+
* @enum {string}
|
|
90920
|
+
*/
|
|
90921
|
+
salesNeedsAssessmentBase?: "ORDERS" | "DELIVERIES";
|
|
89933
90922
|
/**
|
|
89934
90923
|
* @description Lieferanten-Präferenz
|
|
89935
90924
|
* @enum {string}
|
|
89936
90925
|
*/
|
|
89937
90926
|
supplierPreference: "CHEAPEST" | "FASTEST" | "SPECIFIC_SUPPLIER" | "MAIN_SUPPLIER" | "ALL";
|
|
90927
|
+
/** @description Trim-Prozentsatz pro Seite, 0 bis < 50 (Pflichtfeld bei TRIMMED_MEAN) */
|
|
90928
|
+
trimmingPercentage?: number;
|
|
89938
90929
|
};
|
|
89939
90930
|
"erp-stock-OrderProposalLine": {
|
|
89940
90931
|
articleRef: components["schemas"]["core-api-ApiObjectReference"];
|
|
@@ -90079,7 +91070,7 @@ export interface components {
|
|
|
90079
91070
|
* @description Lagerbuchungsarten
|
|
90080
91071
|
* @enum {string}
|
|
90081
91072
|
*/
|
|
90082
|
-
type?: "MANUAL" | "DOCUMENT" | "RESTOCKING" | "INITIAL_INVENTORY" | "INVENTORY_CORRECTION" | "AVERAGE_PURCHASE_PRICE_CORRECTION" | "LAST_PURCHASE_PRICE_CORRECTION" | "BUNDLE_MERGE_OR_DISSOLVE" | "FABRICATION_ARTICLE" | "FABRICATION_COMPONENT";
|
|
91073
|
+
type?: "MANUAL" | "DOCUMENT" | "PICKING" | "RESTOCKING" | "INITIAL_INVENTORY" | "INVENTORY_CORRECTION" | "AVERAGE_PURCHASE_PRICE_CORRECTION" | "LAST_PURCHASE_PRICE_CORRECTION" | "BUNDLE_MERGE_OR_DISSOLVE" | "FABRICATION_ARTICLE" | "FABRICATION_COMPONENT";
|
|
90083
91074
|
/**
|
|
90084
91075
|
* Format: date
|
|
90085
91076
|
* @description Buchungs-/Wertstellungs-Datum der Lagerbewegung
|
|
@@ -90121,11 +91112,18 @@ export interface components {
|
|
|
90121
91112
|
* @description Ein Lager
|
|
90122
91113
|
*/
|
|
90123
91114
|
storageId?: number;
|
|
91115
|
+
/** @description Mehrere Lager */
|
|
91116
|
+
storageIds?: number[];
|
|
90124
91117
|
/**
|
|
90125
91118
|
* Format: date
|
|
90126
91119
|
* @description Bis Datum
|
|
90127
91120
|
*/
|
|
90128
91121
|
toDate?: string;
|
|
91122
|
+
/**
|
|
91123
|
+
* @description Lagerbuchungsart (Filter auf StockJournalEntity.type)
|
|
91124
|
+
* @enum {string}
|
|
91125
|
+
*/
|
|
91126
|
+
type?: "MANUAL" | "DOCUMENT" | "PICKING" | "RESTOCKING" | "INITIAL_INVENTORY" | "INVENTORY_CORRECTION" | "AVERAGE_PURCHASE_PRICE_CORRECTION" | "LAST_PURCHASE_PRICE_CORRECTION" | "BUNDLE_MERGE_OR_DISSOLVE" | "FABRICATION_ARTICLE" | "FABRICATION_COMPONENT";
|
|
90129
91127
|
};
|
|
90130
91128
|
/** @description Infos zur Durchführung einer manuellen Lagerbuchung */
|
|
90131
91129
|
"erp-stock-StockMovementManualApi": {
|
|
@@ -90235,6 +91233,11 @@ export interface components {
|
|
|
90235
91233
|
* @default false
|
|
90236
91234
|
*/
|
|
90237
91235
|
allowNegativeStock: boolean;
|
|
91236
|
+
/**
|
|
91237
|
+
* @description Für Bestellvorschlag berücksichtigen
|
|
91238
|
+
* @default false
|
|
91239
|
+
*/
|
|
91240
|
+
considerForOrderProposal: boolean;
|
|
90238
91241
|
/**
|
|
90239
91242
|
* @description Standard-Material-Lager
|
|
90240
91243
|
* @default false
|
|
@@ -91713,6 +92716,11 @@ export interface components {
|
|
|
91713
92716
|
* @default false
|
|
91714
92717
|
*/
|
|
91715
92718
|
usePickNPack: boolean;
|
|
92719
|
+
/**
|
|
92720
|
+
* @description Verwende die Verkaufseinheit als Standardmenge
|
|
92721
|
+
* @default false
|
|
92722
|
+
*/
|
|
92723
|
+
useSalesUnit: boolean;
|
|
91716
92724
|
};
|
|
91717
92725
|
/** @description Ein Picklisten-Skript */
|
|
91718
92726
|
"erp-wms-PicklistTemplate.PicklistScript": {
|
|
@@ -92201,6 +93209,8 @@ export interface components {
|
|
|
92201
93209
|
* @default true
|
|
92202
93210
|
*/
|
|
92203
93211
|
active: boolean;
|
|
93212
|
+
/** @description App-Domain (FQDN) für iFrame-Loading */
|
|
93213
|
+
appDomain?: string;
|
|
92204
93214
|
appManifest?: components["schemas"]["node-api-AppManifestBaseDto"];
|
|
92205
93215
|
/**
|
|
92206
93216
|
* Format: date-time
|
|
@@ -92212,6 +93222,7 @@ export interface components {
|
|
|
92212
93222
|
* @description User Id
|
|
92213
93223
|
*/
|
|
92214
93224
|
installedFrom?: number;
|
|
93225
|
+
settings?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
92215
93226
|
/**
|
|
92216
93227
|
* @description Status
|
|
92217
93228
|
* @enum {string}
|
|
@@ -92710,7 +93721,7 @@ export interface operations {
|
|
|
92710
93721
|
query?: never;
|
|
92711
93722
|
header?: never;
|
|
92712
93723
|
path: {
|
|
92713
|
-
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
93724
|
+
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
92714
93725
|
};
|
|
92715
93726
|
cookie?: never;
|
|
92716
93727
|
};
|
|
@@ -92788,7 +93799,7 @@ export interface operations {
|
|
|
92788
93799
|
header?: never;
|
|
92789
93800
|
path: {
|
|
92790
93801
|
bankingProviderId: number;
|
|
92791
|
-
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
93802
|
+
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
92792
93803
|
};
|
|
92793
93804
|
cookie?: never;
|
|
92794
93805
|
};
|
|
@@ -92812,7 +93823,7 @@ export interface operations {
|
|
|
92812
93823
|
path: {
|
|
92813
93824
|
/** @description bankingProviderId */
|
|
92814
93825
|
bankingProviderId: number;
|
|
92815
|
-
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
93826
|
+
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
92816
93827
|
};
|
|
92817
93828
|
cookie?: never;
|
|
92818
93829
|
};
|
|
@@ -92908,7 +93919,7 @@ export interface operations {
|
|
|
92908
93919
|
};
|
|
92909
93920
|
};
|
|
92910
93921
|
};
|
|
92911
|
-
|
|
93922
|
+
delete_130: {
|
|
92912
93923
|
parameters: {
|
|
92913
93924
|
query?: never;
|
|
92914
93925
|
header?: never;
|
|
@@ -92978,7 +93989,7 @@ export interface operations {
|
|
|
92978
93989
|
query?: never;
|
|
92979
93990
|
header?: never;
|
|
92980
93991
|
path: {
|
|
92981
|
-
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
93992
|
+
key: "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
92982
93993
|
};
|
|
92983
93994
|
cookie?: never;
|
|
92984
93995
|
};
|
|
@@ -93027,7 +94038,7 @@ export interface operations {
|
|
|
93027
94038
|
};
|
|
93028
94039
|
};
|
|
93029
94040
|
};
|
|
93030
|
-
|
|
94041
|
+
delete_129: {
|
|
93031
94042
|
parameters: {
|
|
93032
94043
|
query?: never;
|
|
93033
94044
|
header?: never;
|
|
@@ -93273,7 +94284,7 @@ export interface operations {
|
|
|
93273
94284
|
};
|
|
93274
94285
|
};
|
|
93275
94286
|
};
|
|
93276
|
-
|
|
94287
|
+
delete_128: {
|
|
93277
94288
|
parameters: {
|
|
93278
94289
|
query?: never;
|
|
93279
94290
|
header?: never;
|
|
@@ -93314,6 +94325,112 @@ export interface operations {
|
|
|
93314
94325
|
};
|
|
93315
94326
|
};
|
|
93316
94327
|
};
|
|
94328
|
+
get_1: {
|
|
94329
|
+
parameters: {
|
|
94330
|
+
query?: never;
|
|
94331
|
+
header?: never;
|
|
94332
|
+
path: {
|
|
94333
|
+
appIdentifier: string;
|
|
94334
|
+
};
|
|
94335
|
+
cookie?: never;
|
|
94336
|
+
};
|
|
94337
|
+
requestBody?: never;
|
|
94338
|
+
responses: {
|
|
94339
|
+
/** @description successful operation */
|
|
94340
|
+
200: {
|
|
94341
|
+
headers: {
|
|
94342
|
+
[name: string]: unknown;
|
|
94343
|
+
};
|
|
94344
|
+
content: {
|
|
94345
|
+
"*/*": components["schemas"]["common-api-AppSettings"];
|
|
94346
|
+
};
|
|
94347
|
+
};
|
|
94348
|
+
/** @description Resource with given ID was not found */
|
|
94349
|
+
404: {
|
|
94350
|
+
headers: {
|
|
94351
|
+
[name: string]: unknown;
|
|
94352
|
+
};
|
|
94353
|
+
content: {
|
|
94354
|
+
"*/*": components["schemas"]["core-error-ApiError"];
|
|
94355
|
+
};
|
|
94356
|
+
};
|
|
94357
|
+
};
|
|
94358
|
+
};
|
|
94359
|
+
update_144: {
|
|
94360
|
+
parameters: {
|
|
94361
|
+
query?: never;
|
|
94362
|
+
header?: never;
|
|
94363
|
+
path: {
|
|
94364
|
+
appIdentifier: string;
|
|
94365
|
+
};
|
|
94366
|
+
cookie?: never;
|
|
94367
|
+
};
|
|
94368
|
+
requestBody: {
|
|
94369
|
+
content: {
|
|
94370
|
+
"application/json": components["schemas"]["common-api-AppSettings"];
|
|
94371
|
+
};
|
|
94372
|
+
};
|
|
94373
|
+
responses: {
|
|
94374
|
+
/** @description successful operation */
|
|
94375
|
+
200: {
|
|
94376
|
+
headers: {
|
|
94377
|
+
[name: string]: unknown;
|
|
94378
|
+
};
|
|
94379
|
+
content: {
|
|
94380
|
+
"*/*": components["schemas"]["common-api-AppSettings"];
|
|
94381
|
+
};
|
|
94382
|
+
};
|
|
94383
|
+
/** @description Resource was not valid to process */
|
|
94384
|
+
422: {
|
|
94385
|
+
headers: {
|
|
94386
|
+
[name: string]: unknown;
|
|
94387
|
+
};
|
|
94388
|
+
content: {
|
|
94389
|
+
"*/*": components["schemas"]["core-error-ApiError"];
|
|
94390
|
+
};
|
|
94391
|
+
};
|
|
94392
|
+
};
|
|
94393
|
+
};
|
|
94394
|
+
delete_127: {
|
|
94395
|
+
parameters: {
|
|
94396
|
+
query?: never;
|
|
94397
|
+
header?: never;
|
|
94398
|
+
path: {
|
|
94399
|
+
appIdentifier: string;
|
|
94400
|
+
};
|
|
94401
|
+
cookie?: never;
|
|
94402
|
+
};
|
|
94403
|
+
requestBody?: never;
|
|
94404
|
+
responses: {
|
|
94405
|
+
/** @description successful operation */
|
|
94406
|
+
200: {
|
|
94407
|
+
headers: {
|
|
94408
|
+
[name: string]: unknown;
|
|
94409
|
+
};
|
|
94410
|
+
content: {
|
|
94411
|
+
"*/*": components["schemas"]["core-api-OperationMessage"];
|
|
94412
|
+
};
|
|
94413
|
+
};
|
|
94414
|
+
/** @description Resource was not found */
|
|
94415
|
+
404: {
|
|
94416
|
+
headers: {
|
|
94417
|
+
[name: string]: unknown;
|
|
94418
|
+
};
|
|
94419
|
+
content: {
|
|
94420
|
+
"*/*": components["schemas"]["core-error-ApiError"];
|
|
94421
|
+
};
|
|
94422
|
+
};
|
|
94423
|
+
/** @description unable to delete Resource, due to constraints, existing references or internal state */
|
|
94424
|
+
409: {
|
|
94425
|
+
headers: {
|
|
94426
|
+
[name: string]: unknown;
|
|
94427
|
+
};
|
|
94428
|
+
content: {
|
|
94429
|
+
"*/*": components["schemas"]["core-api-OperationMessage"];
|
|
94430
|
+
};
|
|
94431
|
+
};
|
|
94432
|
+
};
|
|
94433
|
+
};
|
|
93317
94434
|
issueTokenByPermission: {
|
|
93318
94435
|
parameters: {
|
|
93319
94436
|
query?: never;
|
|
@@ -113923,7 +115040,30 @@ export interface operations {
|
|
|
113923
115040
|
[name: string]: unknown;
|
|
113924
115041
|
};
|
|
113925
115042
|
content: {
|
|
113926
|
-
"application/json": components["schemas"]["erp-
|
|
115043
|
+
"application/json": components["schemas"]["erp-payment-PaymentSendingResponse"];
|
|
115044
|
+
};
|
|
115045
|
+
};
|
|
115046
|
+
};
|
|
115047
|
+
};
|
|
115048
|
+
updateStatus_1: {
|
|
115049
|
+
parameters: {
|
|
115050
|
+
query?: never;
|
|
115051
|
+
header?: never;
|
|
115052
|
+
path: {
|
|
115053
|
+
paymentId: number;
|
|
115054
|
+
status: "CREATED" | "PREPARED" | "SENT" | "CANCELLED";
|
|
115055
|
+
};
|
|
115056
|
+
cookie?: never;
|
|
115057
|
+
};
|
|
115058
|
+
requestBody?: never;
|
|
115059
|
+
responses: {
|
|
115060
|
+
/** @description OK */
|
|
115061
|
+
200: {
|
|
115062
|
+
headers: {
|
|
115063
|
+
[name: string]: unknown;
|
|
115064
|
+
};
|
|
115065
|
+
content: {
|
|
115066
|
+
"application/json": components["schemas"]["erp-bank-BankPayment"];
|
|
113927
115067
|
};
|
|
113928
115068
|
};
|
|
113929
115069
|
};
|
|
@@ -113957,7 +115097,7 @@ export interface operations {
|
|
|
113957
115097
|
query?: never;
|
|
113958
115098
|
header?: never;
|
|
113959
115099
|
path: {
|
|
113960
|
-
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
115100
|
+
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
113961
115101
|
};
|
|
113962
115102
|
cookie?: never;
|
|
113963
115103
|
};
|
|
@@ -113980,7 +115120,7 @@ export interface operations {
|
|
|
113980
115120
|
header?: never;
|
|
113981
115121
|
path: {
|
|
113982
115122
|
/** @description Bankschnittstelle */
|
|
113983
|
-
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
115123
|
+
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
113984
115124
|
/** @description ID des Banking-Providers */
|
|
113985
115125
|
providerId: number;
|
|
113986
115126
|
/** @description Suchbegriff */
|
|
@@ -114030,7 +115170,7 @@ export interface operations {
|
|
|
114030
115170
|
header?: never;
|
|
114031
115171
|
path: {
|
|
114032
115172
|
/** @description Bankschnittstelle */
|
|
114033
|
-
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK";
|
|
115173
|
+
backendType: "OFFLINE" | "FINAPI" | "FINAPI_SANDBOX" | "MOCKBANK" | "APP";
|
|
114034
115174
|
/** @description ID des Banking-Providers */
|
|
114035
115175
|
providerId: number;
|
|
114036
115176
|
};
|
|
@@ -114883,7 +116023,7 @@ export interface operations {
|
|
|
114883
116023
|
};
|
|
114884
116024
|
};
|
|
114885
116025
|
};
|
|
114886
|
-
|
|
116026
|
+
startRun_1: {
|
|
114887
116027
|
parameters: {
|
|
114888
116028
|
query?: never;
|
|
114889
116029
|
header?: never;
|
|
@@ -123902,6 +125042,71 @@ export interface operations {
|
|
|
123902
125042
|
};
|
|
123903
125043
|
};
|
|
123904
125044
|
};
|
|
125045
|
+
startRun: {
|
|
125046
|
+
parameters: {
|
|
125047
|
+
query?: never;
|
|
125048
|
+
header?: never;
|
|
125049
|
+
path?: never;
|
|
125050
|
+
cookie?: never;
|
|
125051
|
+
};
|
|
125052
|
+
requestBody: {
|
|
125053
|
+
content: {
|
|
125054
|
+
"application/json": components["schemas"]["erp-document-SalesMultiCollectiveInvoiceRequest"];
|
|
125055
|
+
};
|
|
125056
|
+
};
|
|
125057
|
+
responses: {
|
|
125058
|
+
/** @description successful operation */
|
|
125059
|
+
200: {
|
|
125060
|
+
headers: {
|
|
125061
|
+
[name: string]: unknown;
|
|
125062
|
+
};
|
|
125063
|
+
content: {
|
|
125064
|
+
"*/*": components["schemas"]["core-api-OperationMessage"];
|
|
125065
|
+
};
|
|
125066
|
+
};
|
|
125067
|
+
/** @description invalid request (e.g. Periodicity MANUAL or missing) */
|
|
125068
|
+
422: {
|
|
125069
|
+
headers: {
|
|
125070
|
+
[name: string]: unknown;
|
|
125071
|
+
};
|
|
125072
|
+
content: {
|
|
125073
|
+
"*/*": components["schemas"]["core-error-ApiError"];
|
|
125074
|
+
};
|
|
125075
|
+
};
|
|
125076
|
+
};
|
|
125077
|
+
};
|
|
125078
|
+
dissolve: {
|
|
125079
|
+
parameters: {
|
|
125080
|
+
query?: never;
|
|
125081
|
+
header?: never;
|
|
125082
|
+
path: {
|
|
125083
|
+
/** @description collective invoice run identifier */
|
|
125084
|
+
runId: number;
|
|
125085
|
+
};
|
|
125086
|
+
cookie?: never;
|
|
125087
|
+
};
|
|
125088
|
+
requestBody?: never;
|
|
125089
|
+
responses: {
|
|
125090
|
+
/** @description successful operation */
|
|
125091
|
+
200: {
|
|
125092
|
+
headers: {
|
|
125093
|
+
[name: string]: unknown;
|
|
125094
|
+
};
|
|
125095
|
+
content: {
|
|
125096
|
+
"*/*": components["schemas"]["core-api-OperationMessage"];
|
|
125097
|
+
};
|
|
125098
|
+
};
|
|
125099
|
+
/** @description run already processed or already canceled */
|
|
125100
|
+
422: {
|
|
125101
|
+
headers: {
|
|
125102
|
+
[name: string]: unknown;
|
|
125103
|
+
};
|
|
125104
|
+
content: {
|
|
125105
|
+
"*/*": components["schemas"]["core-error-ApiError"];
|
|
125106
|
+
};
|
|
125107
|
+
};
|
|
125108
|
+
};
|
|
125109
|
+
};
|
|
123905
125110
|
createSalesCollectiveInvoice: {
|
|
123906
125111
|
parameters: {
|
|
123907
125112
|
query?: never;
|
|
@@ -123911,7 +125116,7 @@ export interface operations {
|
|
|
123911
125116
|
};
|
|
123912
125117
|
requestBody: {
|
|
123913
125118
|
content: {
|
|
123914
|
-
"application/json": components["schemas"]["erp-document-
|
|
125119
|
+
"application/json": components["schemas"]["erp-document-SalesSingleCollectiveInvoiceRequest"];
|
|
123915
125120
|
};
|
|
123916
125121
|
};
|
|
123917
125122
|
responses: {
|
|
@@ -123921,7 +125126,7 @@ export interface operations {
|
|
|
123921
125126
|
[name: string]: unknown;
|
|
123922
125127
|
};
|
|
123923
125128
|
content: {
|
|
123924
|
-
"*/*": components["schemas"]["
|
|
125129
|
+
"*/*": components["schemas"]["core-api-OperationMessage"];
|
|
123925
125130
|
};
|
|
123926
125131
|
};
|
|
123927
125132
|
};
|
|
@@ -125133,7 +126338,7 @@ export interface operations {
|
|
|
125133
126338
|
};
|
|
125134
126339
|
};
|
|
125135
126340
|
};
|
|
125136
|
-
|
|
126341
|
+
startRun_2: {
|
|
125137
126342
|
parameters: {
|
|
125138
126343
|
query?: never;
|
|
125139
126344
|
header?: never;
|
|
@@ -128576,6 +129781,48 @@ export interface operations {
|
|
|
128576
129781
|
};
|
|
128577
129782
|
};
|
|
128578
129783
|
};
|
|
129784
|
+
lockForCashJournalRun: {
|
|
129785
|
+
parameters: {
|
|
129786
|
+
query?: never;
|
|
129787
|
+
header?: never;
|
|
129788
|
+
path: {
|
|
129789
|
+
cashDrawerId: number;
|
|
129790
|
+
};
|
|
129791
|
+
cookie?: never;
|
|
129792
|
+
};
|
|
129793
|
+
requestBody?: never;
|
|
129794
|
+
responses: {
|
|
129795
|
+
/** @description OK */
|
|
129796
|
+
200: {
|
|
129797
|
+
headers: {
|
|
129798
|
+
[name: string]: unknown;
|
|
129799
|
+
};
|
|
129800
|
+
content: {
|
|
129801
|
+
"application/json": components["schemas"]["core-unknownmodule-LeasableLock"];
|
|
129802
|
+
};
|
|
129803
|
+
};
|
|
129804
|
+
};
|
|
129805
|
+
};
|
|
129806
|
+
unlockForCashJournalRun: {
|
|
129807
|
+
parameters: {
|
|
129808
|
+
query?: never;
|
|
129809
|
+
header?: never;
|
|
129810
|
+
path: {
|
|
129811
|
+
cashDrawerId: number;
|
|
129812
|
+
};
|
|
129813
|
+
cookie?: never;
|
|
129814
|
+
};
|
|
129815
|
+
requestBody?: never;
|
|
129816
|
+
responses: {
|
|
129817
|
+
/** @description OK */
|
|
129818
|
+
200: {
|
|
129819
|
+
headers: {
|
|
129820
|
+
[name: string]: unknown;
|
|
129821
|
+
};
|
|
129822
|
+
content?: never;
|
|
129823
|
+
};
|
|
129824
|
+
};
|
|
129825
|
+
};
|
|
128579
129826
|
getById_28: {
|
|
128580
129827
|
parameters: {
|
|
128581
129828
|
query?: never;
|
|
@@ -128968,43 +130215,109 @@ export interface operations {
|
|
|
128968
130215
|
};
|
|
128969
130216
|
};
|
|
128970
130217
|
};
|
|
128971
|
-
deactivate_12: {
|
|
130218
|
+
deactivate_12: {
|
|
130219
|
+
parameters: {
|
|
130220
|
+
query?: never;
|
|
130221
|
+
header?: never;
|
|
130222
|
+
path: {
|
|
130223
|
+
/** @description identifier */
|
|
130224
|
+
id: number;
|
|
130225
|
+
};
|
|
130226
|
+
cookie?: never;
|
|
130227
|
+
};
|
|
130228
|
+
requestBody?: never;
|
|
130229
|
+
responses: {
|
|
130230
|
+
/** @description successful operation */
|
|
130231
|
+
200: {
|
|
130232
|
+
headers: {
|
|
130233
|
+
[name: string]: unknown;
|
|
130234
|
+
};
|
|
130235
|
+
content: {
|
|
130236
|
+
"application/json": components["schemas"]["erp-pos-PosDepositExpenseType"];
|
|
130237
|
+
};
|
|
130238
|
+
};
|
|
130239
|
+
/** @description Resource was not found */
|
|
130240
|
+
404: {
|
|
130241
|
+
headers: {
|
|
130242
|
+
[name: string]: unknown;
|
|
130243
|
+
};
|
|
130244
|
+
content: {
|
|
130245
|
+
"application/json": components["schemas"]["core-error-ApiError"];
|
|
130246
|
+
};
|
|
130247
|
+
};
|
|
130248
|
+
/** @description Resource was not valid to process */
|
|
130249
|
+
422: {
|
|
130250
|
+
headers: {
|
|
130251
|
+
[name: string]: unknown;
|
|
130252
|
+
};
|
|
130253
|
+
content: {
|
|
130254
|
+
"application/json": components["schemas"]["core-error-ApiError"];
|
|
130255
|
+
};
|
|
130256
|
+
};
|
|
130257
|
+
};
|
|
130258
|
+
};
|
|
130259
|
+
findCashJournalClosingInEditForCashDrawer: {
|
|
128972
130260
|
parameters: {
|
|
128973
130261
|
query?: never;
|
|
128974
130262
|
header?: never;
|
|
128975
130263
|
path: {
|
|
128976
|
-
|
|
128977
|
-
id: number;
|
|
130264
|
+
cashDrawerId: number;
|
|
128978
130265
|
};
|
|
128979
130266
|
cookie?: never;
|
|
128980
130267
|
};
|
|
128981
130268
|
requestBody?: never;
|
|
128982
130269
|
responses: {
|
|
128983
|
-
/** @description
|
|
130270
|
+
/** @description OK */
|
|
128984
130271
|
200: {
|
|
128985
130272
|
headers: {
|
|
128986
130273
|
[name: string]: unknown;
|
|
128987
130274
|
};
|
|
128988
130275
|
content: {
|
|
128989
|
-
"application/json": components["schemas"]["erp-
|
|
130276
|
+
"application/json": components["schemas"]["erp-document-DocumentResponse"];
|
|
128990
130277
|
};
|
|
128991
130278
|
};
|
|
128992
|
-
|
|
128993
|
-
|
|
130279
|
+
};
|
|
130280
|
+
};
|
|
130281
|
+
getCalculatedStartBalances: {
|
|
130282
|
+
parameters: {
|
|
130283
|
+
query?: never;
|
|
130284
|
+
header?: never;
|
|
130285
|
+
path: {
|
|
130286
|
+
openingDocumentId: number;
|
|
130287
|
+
};
|
|
130288
|
+
cookie?: never;
|
|
130289
|
+
};
|
|
130290
|
+
requestBody?: never;
|
|
130291
|
+
responses: {
|
|
130292
|
+
/** @description OK */
|
|
130293
|
+
200: {
|
|
128994
130294
|
headers: {
|
|
128995
130295
|
[name: string]: unknown;
|
|
128996
130296
|
};
|
|
128997
130297
|
content: {
|
|
128998
|
-
"application/json": components["schemas"]["
|
|
130298
|
+
"application/json": components["schemas"]["erp-pos-CashJournalOpeningStartBalance"][];
|
|
128999
130299
|
};
|
|
129000
130300
|
};
|
|
129001
|
-
|
|
129002
|
-
|
|
130301
|
+
};
|
|
130302
|
+
};
|
|
130303
|
+
findCashJournalOpeningInEditForCashDrawer: {
|
|
130304
|
+
parameters: {
|
|
130305
|
+
query?: never;
|
|
130306
|
+
header?: never;
|
|
130307
|
+
path: {
|
|
130308
|
+
cashDrawerId: number;
|
|
130309
|
+
};
|
|
130310
|
+
cookie?: never;
|
|
130311
|
+
};
|
|
130312
|
+
requestBody?: never;
|
|
130313
|
+
responses: {
|
|
130314
|
+
/** @description OK */
|
|
130315
|
+
200: {
|
|
129003
130316
|
headers: {
|
|
129004
130317
|
[name: string]: unknown;
|
|
129005
130318
|
};
|
|
129006
130319
|
content: {
|
|
129007
|
-
"application/json": components["schemas"]["
|
|
130320
|
+
"application/json": components["schemas"]["erp-document-DocumentResponse"];
|
|
129008
130321
|
};
|
|
129009
130322
|
};
|
|
129010
130323
|
};
|
|
@@ -140822,6 +142135,29 @@ export interface operations {
|
|
|
140822
142135
|
};
|
|
140823
142136
|
};
|
|
140824
142137
|
};
|
|
142138
|
+
webhook_document_commission_settlement_cancellation_delivery_to_partial_invoice: {
|
|
142139
|
+
parameters: {
|
|
142140
|
+
query?: never;
|
|
142141
|
+
header?: never;
|
|
142142
|
+
path?: never;
|
|
142143
|
+
cookie?: never;
|
|
142144
|
+
};
|
|
142145
|
+
/** @description Webhook payload */
|
|
142146
|
+
requestBody?: {
|
|
142147
|
+
content: {
|
|
142148
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
142149
|
+
};
|
|
142150
|
+
};
|
|
142151
|
+
responses: {
|
|
142152
|
+
/** @description Webhook received */
|
|
142153
|
+
200: {
|
|
142154
|
+
headers: {
|
|
142155
|
+
[name: string]: unknown;
|
|
142156
|
+
};
|
|
142157
|
+
content?: never;
|
|
142158
|
+
};
|
|
142159
|
+
};
|
|
142160
|
+
};
|
|
140825
142161
|
webhook_document_commission_settlement_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
140826
142162
|
parameters: {
|
|
140827
142163
|
query?: never;
|
|
@@ -142639,6 +143975,29 @@ export interface operations {
|
|
|
142639
143975
|
};
|
|
142640
143976
|
};
|
|
142641
143977
|
};
|
|
143978
|
+
webhook_document_commission_settlement_delivery_to_partial_invoice: {
|
|
143979
|
+
parameters: {
|
|
143980
|
+
query?: never;
|
|
143981
|
+
header?: never;
|
|
143982
|
+
path?: never;
|
|
143983
|
+
cookie?: never;
|
|
143984
|
+
};
|
|
143985
|
+
/** @description Webhook payload */
|
|
143986
|
+
requestBody?: {
|
|
143987
|
+
content: {
|
|
143988
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
143989
|
+
};
|
|
143990
|
+
};
|
|
143991
|
+
responses: {
|
|
143992
|
+
/** @description Webhook received */
|
|
143993
|
+
200: {
|
|
143994
|
+
headers: {
|
|
143995
|
+
[name: string]: unknown;
|
|
143996
|
+
};
|
|
143997
|
+
content?: never;
|
|
143998
|
+
};
|
|
143999
|
+
};
|
|
144000
|
+
};
|
|
142642
144001
|
webhook_document_commission_settlement_deliveryinvoice_to_creditnote_with_stock: {
|
|
142643
144002
|
parameters: {
|
|
142644
144003
|
query?: never;
|
|
@@ -144456,6 +145815,29 @@ export interface operations {
|
|
|
144456
145815
|
};
|
|
144457
145816
|
};
|
|
144458
145817
|
};
|
|
145818
|
+
webhook_document_customer_credit_note_with_stock_cancellation_delivery_to_partial_invoice: {
|
|
145819
|
+
parameters: {
|
|
145820
|
+
query?: never;
|
|
145821
|
+
header?: never;
|
|
145822
|
+
path?: never;
|
|
145823
|
+
cookie?: never;
|
|
145824
|
+
};
|
|
145825
|
+
/** @description Webhook payload */
|
|
145826
|
+
requestBody?: {
|
|
145827
|
+
content: {
|
|
145828
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
145829
|
+
};
|
|
145830
|
+
};
|
|
145831
|
+
responses: {
|
|
145832
|
+
/** @description Webhook received */
|
|
145833
|
+
200: {
|
|
145834
|
+
headers: {
|
|
145835
|
+
[name: string]: unknown;
|
|
145836
|
+
};
|
|
145837
|
+
content?: never;
|
|
145838
|
+
};
|
|
145839
|
+
};
|
|
145840
|
+
};
|
|
144459
145841
|
webhook_document_customer_credit_note_with_stock_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
144460
145842
|
parameters: {
|
|
144461
145843
|
query?: never;
|
|
@@ -146273,6 +147655,29 @@ export interface operations {
|
|
|
146273
147655
|
};
|
|
146274
147656
|
};
|
|
146275
147657
|
};
|
|
147658
|
+
webhook_document_customer_credit_note_with_stock_delivery_to_partial_invoice: {
|
|
147659
|
+
parameters: {
|
|
147660
|
+
query?: never;
|
|
147661
|
+
header?: never;
|
|
147662
|
+
path?: never;
|
|
147663
|
+
cookie?: never;
|
|
147664
|
+
};
|
|
147665
|
+
/** @description Webhook payload */
|
|
147666
|
+
requestBody?: {
|
|
147667
|
+
content: {
|
|
147668
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
147669
|
+
};
|
|
147670
|
+
};
|
|
147671
|
+
responses: {
|
|
147672
|
+
/** @description Webhook received */
|
|
147673
|
+
200: {
|
|
147674
|
+
headers: {
|
|
147675
|
+
[name: string]: unknown;
|
|
147676
|
+
};
|
|
147677
|
+
content?: never;
|
|
147678
|
+
};
|
|
147679
|
+
};
|
|
147680
|
+
};
|
|
146276
147681
|
webhook_document_customer_credit_note_with_stock_deliveryinvoice_to_creditnote_with_stock: {
|
|
146277
147682
|
parameters: {
|
|
146278
147683
|
query?: never;
|
|
@@ -148090,6 +149495,29 @@ export interface operations {
|
|
|
148090
149495
|
};
|
|
148091
149496
|
};
|
|
148092
149497
|
};
|
|
149498
|
+
webhook_document_customer_credit_note_without_stock_cancellation_delivery_to_partial_invoice: {
|
|
149499
|
+
parameters: {
|
|
149500
|
+
query?: never;
|
|
149501
|
+
header?: never;
|
|
149502
|
+
path?: never;
|
|
149503
|
+
cookie?: never;
|
|
149504
|
+
};
|
|
149505
|
+
/** @description Webhook payload */
|
|
149506
|
+
requestBody?: {
|
|
149507
|
+
content: {
|
|
149508
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
149509
|
+
};
|
|
149510
|
+
};
|
|
149511
|
+
responses: {
|
|
149512
|
+
/** @description Webhook received */
|
|
149513
|
+
200: {
|
|
149514
|
+
headers: {
|
|
149515
|
+
[name: string]: unknown;
|
|
149516
|
+
};
|
|
149517
|
+
content?: never;
|
|
149518
|
+
};
|
|
149519
|
+
};
|
|
149520
|
+
};
|
|
148093
149521
|
webhook_document_customer_credit_note_without_stock_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
148094
149522
|
parameters: {
|
|
148095
149523
|
query?: never;
|
|
@@ -149907,6 +151335,29 @@ export interface operations {
|
|
|
149907
151335
|
};
|
|
149908
151336
|
};
|
|
149909
151337
|
};
|
|
151338
|
+
webhook_document_customer_credit_note_without_stock_delivery_to_partial_invoice: {
|
|
151339
|
+
parameters: {
|
|
151340
|
+
query?: never;
|
|
151341
|
+
header?: never;
|
|
151342
|
+
path?: never;
|
|
151343
|
+
cookie?: never;
|
|
151344
|
+
};
|
|
151345
|
+
/** @description Webhook payload */
|
|
151346
|
+
requestBody?: {
|
|
151347
|
+
content: {
|
|
151348
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
151349
|
+
};
|
|
151350
|
+
};
|
|
151351
|
+
responses: {
|
|
151352
|
+
/** @description Webhook received */
|
|
151353
|
+
200: {
|
|
151354
|
+
headers: {
|
|
151355
|
+
[name: string]: unknown;
|
|
151356
|
+
};
|
|
151357
|
+
content?: never;
|
|
151358
|
+
};
|
|
151359
|
+
};
|
|
151360
|
+
};
|
|
149910
151361
|
webhook_document_customer_credit_note_without_stock_deliveryinvoice_to_creditnote_with_stock: {
|
|
149911
151362
|
parameters: {
|
|
149912
151363
|
query?: never;
|
|
@@ -151724,6 +153175,29 @@ export interface operations {
|
|
|
151724
153175
|
};
|
|
151725
153176
|
};
|
|
151726
153177
|
};
|
|
153178
|
+
webhook_document_customer_delivery_document_delivery_to_partial_invoice: {
|
|
153179
|
+
parameters: {
|
|
153180
|
+
query?: never;
|
|
153181
|
+
header?: never;
|
|
153182
|
+
path?: never;
|
|
153183
|
+
cookie?: never;
|
|
153184
|
+
};
|
|
153185
|
+
/** @description Webhook payload */
|
|
153186
|
+
requestBody?: {
|
|
153187
|
+
content: {
|
|
153188
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
153189
|
+
};
|
|
153190
|
+
};
|
|
153191
|
+
responses: {
|
|
153192
|
+
/** @description Webhook received */
|
|
153193
|
+
200: {
|
|
153194
|
+
headers: {
|
|
153195
|
+
[name: string]: unknown;
|
|
153196
|
+
};
|
|
153197
|
+
content?: never;
|
|
153198
|
+
};
|
|
153199
|
+
};
|
|
153200
|
+
};
|
|
151727
153201
|
webhook_document_customer_delivery_document_deliveryinvoice_to_creditnote_with_stock: {
|
|
151728
153202
|
parameters: {
|
|
151729
153203
|
query?: never;
|
|
@@ -153541,6 +155015,29 @@ export interface operations {
|
|
|
153541
155015
|
};
|
|
153542
155016
|
};
|
|
153543
155017
|
};
|
|
155018
|
+
webhook_document_customer_delivery_invoice_cancellation_delivery_to_partial_invoice: {
|
|
155019
|
+
parameters: {
|
|
155020
|
+
query?: never;
|
|
155021
|
+
header?: never;
|
|
155022
|
+
path?: never;
|
|
155023
|
+
cookie?: never;
|
|
155024
|
+
};
|
|
155025
|
+
/** @description Webhook payload */
|
|
155026
|
+
requestBody?: {
|
|
155027
|
+
content: {
|
|
155028
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
155029
|
+
};
|
|
155030
|
+
};
|
|
155031
|
+
responses: {
|
|
155032
|
+
/** @description Webhook received */
|
|
155033
|
+
200: {
|
|
155034
|
+
headers: {
|
|
155035
|
+
[name: string]: unknown;
|
|
155036
|
+
};
|
|
155037
|
+
content?: never;
|
|
155038
|
+
};
|
|
155039
|
+
};
|
|
155040
|
+
};
|
|
153544
155041
|
webhook_document_customer_delivery_invoice_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
153545
155042
|
parameters: {
|
|
153546
155043
|
query?: never;
|
|
@@ -155358,6 +156855,29 @@ export interface operations {
|
|
|
155358
156855
|
};
|
|
155359
156856
|
};
|
|
155360
156857
|
};
|
|
156858
|
+
webhook_document_customer_delivery_invoice_delivery_to_partial_invoice: {
|
|
156859
|
+
parameters: {
|
|
156860
|
+
query?: never;
|
|
156861
|
+
header?: never;
|
|
156862
|
+
path?: never;
|
|
156863
|
+
cookie?: never;
|
|
156864
|
+
};
|
|
156865
|
+
/** @description Webhook payload */
|
|
156866
|
+
requestBody?: {
|
|
156867
|
+
content: {
|
|
156868
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
156869
|
+
};
|
|
156870
|
+
};
|
|
156871
|
+
responses: {
|
|
156872
|
+
/** @description Webhook received */
|
|
156873
|
+
200: {
|
|
156874
|
+
headers: {
|
|
156875
|
+
[name: string]: unknown;
|
|
156876
|
+
};
|
|
156877
|
+
content?: never;
|
|
156878
|
+
};
|
|
156879
|
+
};
|
|
156880
|
+
};
|
|
155361
156881
|
webhook_document_customer_delivery_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
155362
156882
|
parameters: {
|
|
155363
156883
|
query?: never;
|
|
@@ -156991,7 +158511,30 @@ export interface operations {
|
|
|
156991
158511
|
};
|
|
156992
158512
|
};
|
|
156993
158513
|
};
|
|
156994
|
-
webhook_document_customer_deposit_invoice_cancellation_customer_order_to_proforma_invoice: {
|
|
158514
|
+
webhook_document_customer_deposit_invoice_cancellation_customer_order_to_proforma_invoice: {
|
|
158515
|
+
parameters: {
|
|
158516
|
+
query?: never;
|
|
158517
|
+
header?: never;
|
|
158518
|
+
path?: never;
|
|
158519
|
+
cookie?: never;
|
|
158520
|
+
};
|
|
158521
|
+
/** @description Webhook payload */
|
|
158522
|
+
requestBody?: {
|
|
158523
|
+
content: {
|
|
158524
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
158525
|
+
};
|
|
158526
|
+
};
|
|
158527
|
+
responses: {
|
|
158528
|
+
/** @description Webhook received */
|
|
158529
|
+
200: {
|
|
158530
|
+
headers: {
|
|
158531
|
+
[name: string]: unknown;
|
|
158532
|
+
};
|
|
158533
|
+
content?: never;
|
|
158534
|
+
};
|
|
158535
|
+
};
|
|
158536
|
+
};
|
|
158537
|
+
webhook_document_customer_deposit_invoice_cancellation_customer_order_to_supplier_order: {
|
|
156995
158538
|
parameters: {
|
|
156996
158539
|
query?: never;
|
|
156997
158540
|
header?: never;
|
|
@@ -157014,7 +158557,7 @@ export interface operations {
|
|
|
157014
158557
|
};
|
|
157015
158558
|
};
|
|
157016
158559
|
};
|
|
157017
|
-
|
|
158560
|
+
webhook_document_customer_deposit_invoice_cancellation_customer_subscription_contract_to_invoice: {
|
|
157018
158561
|
parameters: {
|
|
157019
158562
|
query?: never;
|
|
157020
158563
|
header?: never;
|
|
@@ -157037,7 +158580,7 @@ export interface operations {
|
|
|
157037
158580
|
};
|
|
157038
158581
|
};
|
|
157039
158582
|
};
|
|
157040
|
-
|
|
158583
|
+
webhook_document_customer_deposit_invoice_cancellation_customer_subscription_contract_to_order: {
|
|
157041
158584
|
parameters: {
|
|
157042
158585
|
query?: never;
|
|
157043
158586
|
header?: never;
|
|
@@ -157060,7 +158603,7 @@ export interface operations {
|
|
|
157060
158603
|
};
|
|
157061
158604
|
};
|
|
157062
158605
|
};
|
|
157063
|
-
|
|
158606
|
+
webhook_document_customer_deposit_invoice_cancellation_delete: {
|
|
157064
158607
|
parameters: {
|
|
157065
158608
|
query?: never;
|
|
157066
158609
|
header?: never;
|
|
@@ -157083,7 +158626,7 @@ export interface operations {
|
|
|
157083
158626
|
};
|
|
157084
158627
|
};
|
|
157085
158628
|
};
|
|
157086
|
-
|
|
158629
|
+
webhook_document_customer_deposit_invoice_cancellation_delete_draft: {
|
|
157087
158630
|
parameters: {
|
|
157088
158631
|
query?: never;
|
|
157089
158632
|
header?: never;
|
|
@@ -157106,7 +158649,7 @@ export interface operations {
|
|
|
157106
158649
|
};
|
|
157107
158650
|
};
|
|
157108
158651
|
};
|
|
157109
|
-
|
|
158652
|
+
webhook_document_customer_deposit_invoice_cancellation_delivery_invoice_to_invoice_cancellation: {
|
|
157110
158653
|
parameters: {
|
|
157111
158654
|
query?: never;
|
|
157112
158655
|
header?: never;
|
|
@@ -157129,7 +158672,7 @@ export interface operations {
|
|
|
157129
158672
|
};
|
|
157130
158673
|
};
|
|
157131
158674
|
};
|
|
157132
|
-
|
|
158675
|
+
webhook_document_customer_deposit_invoice_cancellation_delivery_to_invoice: {
|
|
157133
158676
|
parameters: {
|
|
157134
158677
|
query?: never;
|
|
157135
158678
|
header?: never;
|
|
@@ -157152,7 +158695,7 @@ export interface operations {
|
|
|
157152
158695
|
};
|
|
157153
158696
|
};
|
|
157154
158697
|
};
|
|
157155
|
-
|
|
158698
|
+
webhook_document_customer_deposit_invoice_cancellation_delivery_to_partial_invoice: {
|
|
157156
158699
|
parameters: {
|
|
157157
158700
|
query?: never;
|
|
157158
158701
|
header?: never;
|
|
@@ -158992,6 +160535,29 @@ export interface operations {
|
|
|
158992
160535
|
};
|
|
158993
160536
|
};
|
|
158994
160537
|
};
|
|
160538
|
+
webhook_document_customer_deposit_invoice_delivery_to_partial_invoice: {
|
|
160539
|
+
parameters: {
|
|
160540
|
+
query?: never;
|
|
160541
|
+
header?: never;
|
|
160542
|
+
path?: never;
|
|
160543
|
+
cookie?: never;
|
|
160544
|
+
};
|
|
160545
|
+
/** @description Webhook payload */
|
|
160546
|
+
requestBody?: {
|
|
160547
|
+
content: {
|
|
160548
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
160549
|
+
};
|
|
160550
|
+
};
|
|
160551
|
+
responses: {
|
|
160552
|
+
/** @description Webhook received */
|
|
160553
|
+
200: {
|
|
160554
|
+
headers: {
|
|
160555
|
+
[name: string]: unknown;
|
|
160556
|
+
};
|
|
160557
|
+
content?: never;
|
|
160558
|
+
};
|
|
160559
|
+
};
|
|
160560
|
+
};
|
|
158995
160561
|
webhook_document_customer_deposit_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
158996
160562
|
parameters: {
|
|
158997
160563
|
query?: never;
|
|
@@ -160809,6 +162375,29 @@ export interface operations {
|
|
|
160809
162375
|
};
|
|
160810
162376
|
};
|
|
160811
162377
|
};
|
|
162378
|
+
webhook_document_customer_final_invoice_cancellation_delivery_to_partial_invoice: {
|
|
162379
|
+
parameters: {
|
|
162380
|
+
query?: never;
|
|
162381
|
+
header?: never;
|
|
162382
|
+
path?: never;
|
|
162383
|
+
cookie?: never;
|
|
162384
|
+
};
|
|
162385
|
+
/** @description Webhook payload */
|
|
162386
|
+
requestBody?: {
|
|
162387
|
+
content: {
|
|
162388
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
162389
|
+
};
|
|
162390
|
+
};
|
|
162391
|
+
responses: {
|
|
162392
|
+
/** @description Webhook received */
|
|
162393
|
+
200: {
|
|
162394
|
+
headers: {
|
|
162395
|
+
[name: string]: unknown;
|
|
162396
|
+
};
|
|
162397
|
+
content?: never;
|
|
162398
|
+
};
|
|
162399
|
+
};
|
|
162400
|
+
};
|
|
160812
162401
|
webhook_document_customer_final_invoice_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
160813
162402
|
parameters: {
|
|
160814
162403
|
query?: never;
|
|
@@ -162626,6 +164215,29 @@ export interface operations {
|
|
|
162626
164215
|
};
|
|
162627
164216
|
};
|
|
162628
164217
|
};
|
|
164218
|
+
webhook_document_customer_final_invoice_delivery_to_partial_invoice: {
|
|
164219
|
+
parameters: {
|
|
164220
|
+
query?: never;
|
|
164221
|
+
header?: never;
|
|
164222
|
+
path?: never;
|
|
164223
|
+
cookie?: never;
|
|
164224
|
+
};
|
|
164225
|
+
/** @description Webhook payload */
|
|
164226
|
+
requestBody?: {
|
|
164227
|
+
content: {
|
|
164228
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
164229
|
+
};
|
|
164230
|
+
};
|
|
164231
|
+
responses: {
|
|
164232
|
+
/** @description Webhook received */
|
|
164233
|
+
200: {
|
|
164234
|
+
headers: {
|
|
164235
|
+
[name: string]: unknown;
|
|
164236
|
+
};
|
|
164237
|
+
content?: never;
|
|
164238
|
+
};
|
|
164239
|
+
};
|
|
164240
|
+
};
|
|
162629
164241
|
webhook_document_customer_final_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
162630
164242
|
parameters: {
|
|
162631
164243
|
query?: never;
|
|
@@ -164443,6 +166055,29 @@ export interface operations {
|
|
|
164443
166055
|
};
|
|
164444
166056
|
};
|
|
164445
166057
|
};
|
|
166058
|
+
webhook_document_customer_invoice_cancellation_delivery_to_partial_invoice: {
|
|
166059
|
+
parameters: {
|
|
166060
|
+
query?: never;
|
|
166061
|
+
header?: never;
|
|
166062
|
+
path?: never;
|
|
166063
|
+
cookie?: never;
|
|
166064
|
+
};
|
|
166065
|
+
/** @description Webhook payload */
|
|
166066
|
+
requestBody?: {
|
|
166067
|
+
content: {
|
|
166068
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
166069
|
+
};
|
|
166070
|
+
};
|
|
166071
|
+
responses: {
|
|
166072
|
+
/** @description Webhook received */
|
|
166073
|
+
200: {
|
|
166074
|
+
headers: {
|
|
166075
|
+
[name: string]: unknown;
|
|
166076
|
+
};
|
|
166077
|
+
content?: never;
|
|
166078
|
+
};
|
|
166079
|
+
};
|
|
166080
|
+
};
|
|
164446
166081
|
webhook_document_customer_invoice_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
164447
166082
|
parameters: {
|
|
164448
166083
|
query?: never;
|
|
@@ -166260,6 +167895,29 @@ export interface operations {
|
|
|
166260
167895
|
};
|
|
166261
167896
|
};
|
|
166262
167897
|
};
|
|
167898
|
+
webhook_document_customer_invoice_delivery_to_partial_invoice: {
|
|
167899
|
+
parameters: {
|
|
167900
|
+
query?: never;
|
|
167901
|
+
header?: never;
|
|
167902
|
+
path?: never;
|
|
167903
|
+
cookie?: never;
|
|
167904
|
+
};
|
|
167905
|
+
/** @description Webhook payload */
|
|
167906
|
+
requestBody?: {
|
|
167907
|
+
content: {
|
|
167908
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
167909
|
+
};
|
|
167910
|
+
};
|
|
167911
|
+
responses: {
|
|
167912
|
+
/** @description Webhook received */
|
|
167913
|
+
200: {
|
|
167914
|
+
headers: {
|
|
167915
|
+
[name: string]: unknown;
|
|
167916
|
+
};
|
|
167917
|
+
content?: never;
|
|
167918
|
+
};
|
|
167919
|
+
};
|
|
167920
|
+
};
|
|
166263
167921
|
webhook_document_customer_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
166264
167922
|
parameters: {
|
|
166265
167923
|
query?: never;
|
|
@@ -168077,6 +169735,29 @@ export interface operations {
|
|
|
168077
169735
|
};
|
|
168078
169736
|
};
|
|
168079
169737
|
};
|
|
169738
|
+
webhook_document_customer_offer_delivery_to_partial_invoice: {
|
|
169739
|
+
parameters: {
|
|
169740
|
+
query?: never;
|
|
169741
|
+
header?: never;
|
|
169742
|
+
path?: never;
|
|
169743
|
+
cookie?: never;
|
|
169744
|
+
};
|
|
169745
|
+
/** @description Webhook payload */
|
|
169746
|
+
requestBody?: {
|
|
169747
|
+
content: {
|
|
169748
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
169749
|
+
};
|
|
169750
|
+
};
|
|
169751
|
+
responses: {
|
|
169752
|
+
/** @description Webhook received */
|
|
169753
|
+
200: {
|
|
169754
|
+
headers: {
|
|
169755
|
+
[name: string]: unknown;
|
|
169756
|
+
};
|
|
169757
|
+
content?: never;
|
|
169758
|
+
};
|
|
169759
|
+
};
|
|
169760
|
+
};
|
|
168080
169761
|
webhook_document_customer_offer_deliveryinvoice_to_creditnote_with_stock: {
|
|
168081
169762
|
parameters: {
|
|
168082
169763
|
query?: never;
|
|
@@ -169894,6 +171575,29 @@ export interface operations {
|
|
|
169894
171575
|
};
|
|
169895
171576
|
};
|
|
169896
171577
|
};
|
|
171578
|
+
webhook_document_customer_order_delivery_to_partial_invoice: {
|
|
171579
|
+
parameters: {
|
|
171580
|
+
query?: never;
|
|
171581
|
+
header?: never;
|
|
171582
|
+
path?: never;
|
|
171583
|
+
cookie?: never;
|
|
171584
|
+
};
|
|
171585
|
+
/** @description Webhook payload */
|
|
171586
|
+
requestBody?: {
|
|
171587
|
+
content: {
|
|
171588
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
171589
|
+
};
|
|
171590
|
+
};
|
|
171591
|
+
responses: {
|
|
171592
|
+
/** @description Webhook received */
|
|
171593
|
+
200: {
|
|
171594
|
+
headers: {
|
|
171595
|
+
[name: string]: unknown;
|
|
171596
|
+
};
|
|
171597
|
+
content?: never;
|
|
171598
|
+
};
|
|
171599
|
+
};
|
|
171600
|
+
};
|
|
169897
171601
|
webhook_document_customer_order_deliveryinvoice_to_creditnote_with_stock: {
|
|
169898
171602
|
parameters: {
|
|
169899
171603
|
query?: never;
|
|
@@ -171711,6 +173415,29 @@ export interface operations {
|
|
|
171711
173415
|
};
|
|
171712
173416
|
};
|
|
171713
173417
|
};
|
|
173418
|
+
webhook_document_customer_partial_invoice_cancellation_delivery_to_partial_invoice: {
|
|
173419
|
+
parameters: {
|
|
173420
|
+
query?: never;
|
|
173421
|
+
header?: never;
|
|
173422
|
+
path?: never;
|
|
173423
|
+
cookie?: never;
|
|
173424
|
+
};
|
|
173425
|
+
/** @description Webhook payload */
|
|
173426
|
+
requestBody?: {
|
|
173427
|
+
content: {
|
|
173428
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
173429
|
+
};
|
|
173430
|
+
};
|
|
173431
|
+
responses: {
|
|
173432
|
+
/** @description Webhook received */
|
|
173433
|
+
200: {
|
|
173434
|
+
headers: {
|
|
173435
|
+
[name: string]: unknown;
|
|
173436
|
+
};
|
|
173437
|
+
content?: never;
|
|
173438
|
+
};
|
|
173439
|
+
};
|
|
173440
|
+
};
|
|
171714
173441
|
webhook_document_customer_partial_invoice_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
171715
173442
|
parameters: {
|
|
171716
173443
|
query?: never;
|
|
@@ -173528,6 +175255,29 @@ export interface operations {
|
|
|
173528
175255
|
};
|
|
173529
175256
|
};
|
|
173530
175257
|
};
|
|
175258
|
+
webhook_document_customer_partial_invoice_delivery_to_partial_invoice: {
|
|
175259
|
+
parameters: {
|
|
175260
|
+
query?: never;
|
|
175261
|
+
header?: never;
|
|
175262
|
+
path?: never;
|
|
175263
|
+
cookie?: never;
|
|
175264
|
+
};
|
|
175265
|
+
/** @description Webhook payload */
|
|
175266
|
+
requestBody?: {
|
|
175267
|
+
content: {
|
|
175268
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
175269
|
+
};
|
|
175270
|
+
};
|
|
175271
|
+
responses: {
|
|
175272
|
+
/** @description Webhook received */
|
|
175273
|
+
200: {
|
|
175274
|
+
headers: {
|
|
175275
|
+
[name: string]: unknown;
|
|
175276
|
+
};
|
|
175277
|
+
content?: never;
|
|
175278
|
+
};
|
|
175279
|
+
};
|
|
175280
|
+
};
|
|
173531
175281
|
webhook_document_customer_partial_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
173532
175282
|
parameters: {
|
|
173533
175283
|
query?: never;
|
|
@@ -175345,6 +177095,29 @@ export interface operations {
|
|
|
175345
177095
|
};
|
|
175346
177096
|
};
|
|
175347
177097
|
};
|
|
177098
|
+
webhook_document_customer_proforma_invoice_delivery_to_partial_invoice: {
|
|
177099
|
+
parameters: {
|
|
177100
|
+
query?: never;
|
|
177101
|
+
header?: never;
|
|
177102
|
+
path?: never;
|
|
177103
|
+
cookie?: never;
|
|
177104
|
+
};
|
|
177105
|
+
/** @description Webhook payload */
|
|
177106
|
+
requestBody?: {
|
|
177107
|
+
content: {
|
|
177108
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
177109
|
+
};
|
|
177110
|
+
};
|
|
177111
|
+
responses: {
|
|
177112
|
+
/** @description Webhook received */
|
|
177113
|
+
200: {
|
|
177114
|
+
headers: {
|
|
177115
|
+
[name: string]: unknown;
|
|
177116
|
+
};
|
|
177117
|
+
content?: never;
|
|
177118
|
+
};
|
|
177119
|
+
};
|
|
177120
|
+
};
|
|
175348
177121
|
webhook_document_customer_proforma_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
175349
177122
|
parameters: {
|
|
175350
177123
|
query?: never;
|
|
@@ -176978,7 +178751,30 @@ export interface operations {
|
|
|
176978
178751
|
};
|
|
176979
178752
|
};
|
|
176980
178753
|
};
|
|
176981
|
-
webhook_document_customer_progress_invoice_cancellation_customer_order_to_proforma_invoice: {
|
|
178754
|
+
webhook_document_customer_progress_invoice_cancellation_customer_order_to_proforma_invoice: {
|
|
178755
|
+
parameters: {
|
|
178756
|
+
query?: never;
|
|
178757
|
+
header?: never;
|
|
178758
|
+
path?: never;
|
|
178759
|
+
cookie?: never;
|
|
178760
|
+
};
|
|
178761
|
+
/** @description Webhook payload */
|
|
178762
|
+
requestBody?: {
|
|
178763
|
+
content: {
|
|
178764
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
178765
|
+
};
|
|
178766
|
+
};
|
|
178767
|
+
responses: {
|
|
178768
|
+
/** @description Webhook received */
|
|
178769
|
+
200: {
|
|
178770
|
+
headers: {
|
|
178771
|
+
[name: string]: unknown;
|
|
178772
|
+
};
|
|
178773
|
+
content?: never;
|
|
178774
|
+
};
|
|
178775
|
+
};
|
|
178776
|
+
};
|
|
178777
|
+
webhook_document_customer_progress_invoice_cancellation_customer_order_to_supplier_order: {
|
|
176982
178778
|
parameters: {
|
|
176983
178779
|
query?: never;
|
|
176984
178780
|
header?: never;
|
|
@@ -177001,7 +178797,7 @@ export interface operations {
|
|
|
177001
178797
|
};
|
|
177002
178798
|
};
|
|
177003
178799
|
};
|
|
177004
|
-
|
|
178800
|
+
webhook_document_customer_progress_invoice_cancellation_customer_subscription_contract_to_invoice: {
|
|
177005
178801
|
parameters: {
|
|
177006
178802
|
query?: never;
|
|
177007
178803
|
header?: never;
|
|
@@ -177024,7 +178820,7 @@ export interface operations {
|
|
|
177024
178820
|
};
|
|
177025
178821
|
};
|
|
177026
178822
|
};
|
|
177027
|
-
|
|
178823
|
+
webhook_document_customer_progress_invoice_cancellation_customer_subscription_contract_to_order: {
|
|
177028
178824
|
parameters: {
|
|
177029
178825
|
query?: never;
|
|
177030
178826
|
header?: never;
|
|
@@ -177047,7 +178843,7 @@ export interface operations {
|
|
|
177047
178843
|
};
|
|
177048
178844
|
};
|
|
177049
178845
|
};
|
|
177050
|
-
|
|
178846
|
+
webhook_document_customer_progress_invoice_cancellation_delete: {
|
|
177051
178847
|
parameters: {
|
|
177052
178848
|
query?: never;
|
|
177053
178849
|
header?: never;
|
|
@@ -177070,7 +178866,7 @@ export interface operations {
|
|
|
177070
178866
|
};
|
|
177071
178867
|
};
|
|
177072
178868
|
};
|
|
177073
|
-
|
|
178869
|
+
webhook_document_customer_progress_invoice_cancellation_delete_draft: {
|
|
177074
178870
|
parameters: {
|
|
177075
178871
|
query?: never;
|
|
177076
178872
|
header?: never;
|
|
@@ -177093,7 +178889,7 @@ export interface operations {
|
|
|
177093
178889
|
};
|
|
177094
178890
|
};
|
|
177095
178891
|
};
|
|
177096
|
-
|
|
178892
|
+
webhook_document_customer_progress_invoice_cancellation_delivery_invoice_to_invoice_cancellation: {
|
|
177097
178893
|
parameters: {
|
|
177098
178894
|
query?: never;
|
|
177099
178895
|
header?: never;
|
|
@@ -177116,7 +178912,7 @@ export interface operations {
|
|
|
177116
178912
|
};
|
|
177117
178913
|
};
|
|
177118
178914
|
};
|
|
177119
|
-
|
|
178915
|
+
webhook_document_customer_progress_invoice_cancellation_delivery_to_invoice: {
|
|
177120
178916
|
parameters: {
|
|
177121
178917
|
query?: never;
|
|
177122
178918
|
header?: never;
|
|
@@ -177139,7 +178935,7 @@ export interface operations {
|
|
|
177139
178935
|
};
|
|
177140
178936
|
};
|
|
177141
178937
|
};
|
|
177142
|
-
|
|
178938
|
+
webhook_document_customer_progress_invoice_cancellation_delivery_to_partial_invoice: {
|
|
177143
178939
|
parameters: {
|
|
177144
178940
|
query?: never;
|
|
177145
178941
|
header?: never;
|
|
@@ -178979,6 +180775,29 @@ export interface operations {
|
|
|
178979
180775
|
};
|
|
178980
180776
|
};
|
|
178981
180777
|
};
|
|
180778
|
+
webhook_document_customer_progress_invoice_delivery_to_partial_invoice: {
|
|
180779
|
+
parameters: {
|
|
180780
|
+
query?: never;
|
|
180781
|
+
header?: never;
|
|
180782
|
+
path?: never;
|
|
180783
|
+
cookie?: never;
|
|
180784
|
+
};
|
|
180785
|
+
/** @description Webhook payload */
|
|
180786
|
+
requestBody?: {
|
|
180787
|
+
content: {
|
|
180788
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
180789
|
+
};
|
|
180790
|
+
};
|
|
180791
|
+
responses: {
|
|
180792
|
+
/** @description Webhook received */
|
|
180793
|
+
200: {
|
|
180794
|
+
headers: {
|
|
180795
|
+
[name: string]: unknown;
|
|
180796
|
+
};
|
|
180797
|
+
content?: never;
|
|
180798
|
+
};
|
|
180799
|
+
};
|
|
180800
|
+
};
|
|
178982
180801
|
webhook_document_customer_progress_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
178983
180802
|
parameters: {
|
|
178984
180803
|
query?: never;
|
|
@@ -180796,6 +182615,29 @@ export interface operations {
|
|
|
180796
182615
|
};
|
|
180797
182616
|
};
|
|
180798
182617
|
};
|
|
182618
|
+
webhook_document_customer_subscription_contract_delivery_to_partial_invoice: {
|
|
182619
|
+
parameters: {
|
|
182620
|
+
query?: never;
|
|
182621
|
+
header?: never;
|
|
182622
|
+
path?: never;
|
|
182623
|
+
cookie?: never;
|
|
182624
|
+
};
|
|
182625
|
+
/** @description Webhook payload */
|
|
182626
|
+
requestBody?: {
|
|
182627
|
+
content: {
|
|
182628
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
182629
|
+
};
|
|
182630
|
+
};
|
|
182631
|
+
responses: {
|
|
182632
|
+
/** @description Webhook received */
|
|
182633
|
+
200: {
|
|
182634
|
+
headers: {
|
|
182635
|
+
[name: string]: unknown;
|
|
182636
|
+
};
|
|
182637
|
+
content?: never;
|
|
182638
|
+
};
|
|
182639
|
+
};
|
|
182640
|
+
};
|
|
180799
182641
|
webhook_document_customer_subscription_contract_deliveryinvoice_to_creditnote_with_stock: {
|
|
180800
182642
|
parameters: {
|
|
180801
182643
|
query?: never;
|
|
@@ -182613,6 +184455,29 @@ export interface operations {
|
|
|
182613
184455
|
};
|
|
182614
184456
|
};
|
|
182615
184457
|
};
|
|
184458
|
+
webhook_document_fabrication_order_delivery_to_partial_invoice: {
|
|
184459
|
+
parameters: {
|
|
184460
|
+
query?: never;
|
|
184461
|
+
header?: never;
|
|
184462
|
+
path?: never;
|
|
184463
|
+
cookie?: never;
|
|
184464
|
+
};
|
|
184465
|
+
/** @description Webhook payload */
|
|
184466
|
+
requestBody?: {
|
|
184467
|
+
content: {
|
|
184468
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
184469
|
+
};
|
|
184470
|
+
};
|
|
184471
|
+
responses: {
|
|
184472
|
+
/** @description Webhook received */
|
|
184473
|
+
200: {
|
|
184474
|
+
headers: {
|
|
184475
|
+
[name: string]: unknown;
|
|
184476
|
+
};
|
|
184477
|
+
content?: never;
|
|
184478
|
+
};
|
|
184479
|
+
};
|
|
184480
|
+
};
|
|
182616
184481
|
webhook_document_fabrication_order_deliveryinvoice_to_creditnote_with_stock: {
|
|
182617
184482
|
parameters: {
|
|
182618
184483
|
query?: never;
|
|
@@ -184430,6 +186295,29 @@ export interface operations {
|
|
|
184430
186295
|
};
|
|
184431
186296
|
};
|
|
184432
186297
|
};
|
|
186298
|
+
webhook_document_pos_cash_journal_closing_delivery_to_partial_invoice: {
|
|
186299
|
+
parameters: {
|
|
186300
|
+
query?: never;
|
|
186301
|
+
header?: never;
|
|
186302
|
+
path?: never;
|
|
186303
|
+
cookie?: never;
|
|
186304
|
+
};
|
|
186305
|
+
/** @description Webhook payload */
|
|
186306
|
+
requestBody?: {
|
|
186307
|
+
content: {
|
|
186308
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
186309
|
+
};
|
|
186310
|
+
};
|
|
186311
|
+
responses: {
|
|
186312
|
+
/** @description Webhook received */
|
|
186313
|
+
200: {
|
|
186314
|
+
headers: {
|
|
186315
|
+
[name: string]: unknown;
|
|
186316
|
+
};
|
|
186317
|
+
content?: never;
|
|
186318
|
+
};
|
|
186319
|
+
};
|
|
186320
|
+
};
|
|
184433
186321
|
webhook_document_pos_cash_journal_closing_deliveryinvoice_to_creditnote_with_stock: {
|
|
184434
186322
|
parameters: {
|
|
184435
186323
|
query?: never;
|
|
@@ -186247,6 +188135,29 @@ export interface operations {
|
|
|
186247
188135
|
};
|
|
186248
188136
|
};
|
|
186249
188137
|
};
|
|
188138
|
+
webhook_document_pos_cash_journal_deposit_delivery_to_partial_invoice: {
|
|
188139
|
+
parameters: {
|
|
188140
|
+
query?: never;
|
|
188141
|
+
header?: never;
|
|
188142
|
+
path?: never;
|
|
188143
|
+
cookie?: never;
|
|
188144
|
+
};
|
|
188145
|
+
/** @description Webhook payload */
|
|
188146
|
+
requestBody?: {
|
|
188147
|
+
content: {
|
|
188148
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
188149
|
+
};
|
|
188150
|
+
};
|
|
188151
|
+
responses: {
|
|
188152
|
+
/** @description Webhook received */
|
|
188153
|
+
200: {
|
|
188154
|
+
headers: {
|
|
188155
|
+
[name: string]: unknown;
|
|
188156
|
+
};
|
|
188157
|
+
content?: never;
|
|
188158
|
+
};
|
|
188159
|
+
};
|
|
188160
|
+
};
|
|
186250
188161
|
webhook_document_pos_cash_journal_deposit_deliveryinvoice_to_creditnote_with_stock: {
|
|
186251
188162
|
parameters: {
|
|
186252
188163
|
query?: never;
|
|
@@ -188064,6 +189975,29 @@ export interface operations {
|
|
|
188064
189975
|
};
|
|
188065
189976
|
};
|
|
188066
189977
|
};
|
|
189978
|
+
webhook_document_pos_cash_journal_expense_delivery_to_partial_invoice: {
|
|
189979
|
+
parameters: {
|
|
189980
|
+
query?: never;
|
|
189981
|
+
header?: never;
|
|
189982
|
+
path?: never;
|
|
189983
|
+
cookie?: never;
|
|
189984
|
+
};
|
|
189985
|
+
/** @description Webhook payload */
|
|
189986
|
+
requestBody?: {
|
|
189987
|
+
content: {
|
|
189988
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
189989
|
+
};
|
|
189990
|
+
};
|
|
189991
|
+
responses: {
|
|
189992
|
+
/** @description Webhook received */
|
|
189993
|
+
200: {
|
|
189994
|
+
headers: {
|
|
189995
|
+
[name: string]: unknown;
|
|
189996
|
+
};
|
|
189997
|
+
content?: never;
|
|
189998
|
+
};
|
|
189999
|
+
};
|
|
190000
|
+
};
|
|
188067
190001
|
webhook_document_pos_cash_journal_expense_deliveryinvoice_to_creditnote_with_stock: {
|
|
188068
190002
|
parameters: {
|
|
188069
190003
|
query?: never;
|
|
@@ -189881,6 +191815,29 @@ export interface operations {
|
|
|
189881
191815
|
};
|
|
189882
191816
|
};
|
|
189883
191817
|
};
|
|
191818
|
+
webhook_document_pos_cash_journal_opening_delivery_to_partial_invoice: {
|
|
191819
|
+
parameters: {
|
|
191820
|
+
query?: never;
|
|
191821
|
+
header?: never;
|
|
191822
|
+
path?: never;
|
|
191823
|
+
cookie?: never;
|
|
191824
|
+
};
|
|
191825
|
+
/** @description Webhook payload */
|
|
191826
|
+
requestBody?: {
|
|
191827
|
+
content: {
|
|
191828
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
191829
|
+
};
|
|
191830
|
+
};
|
|
191831
|
+
responses: {
|
|
191832
|
+
/** @description Webhook received */
|
|
191833
|
+
200: {
|
|
191834
|
+
headers: {
|
|
191835
|
+
[name: string]: unknown;
|
|
191836
|
+
};
|
|
191837
|
+
content?: never;
|
|
191838
|
+
};
|
|
191839
|
+
};
|
|
191840
|
+
};
|
|
189884
191841
|
webhook_document_pos_cash_journal_opening_deliveryinvoice_to_creditnote_with_stock: {
|
|
189885
191842
|
parameters: {
|
|
189886
191843
|
query?: never;
|
|
@@ -191698,6 +193655,29 @@ export interface operations {
|
|
|
191698
193655
|
};
|
|
191699
193656
|
};
|
|
191700
193657
|
};
|
|
193658
|
+
webhook_document_pos_cash_receipt_delivery_to_partial_invoice: {
|
|
193659
|
+
parameters: {
|
|
193660
|
+
query?: never;
|
|
193661
|
+
header?: never;
|
|
193662
|
+
path?: never;
|
|
193663
|
+
cookie?: never;
|
|
193664
|
+
};
|
|
193665
|
+
/** @description Webhook payload */
|
|
193666
|
+
requestBody?: {
|
|
193667
|
+
content: {
|
|
193668
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
193669
|
+
};
|
|
193670
|
+
};
|
|
193671
|
+
responses: {
|
|
193672
|
+
/** @description Webhook received */
|
|
193673
|
+
200: {
|
|
193674
|
+
headers: {
|
|
193675
|
+
[name: string]: unknown;
|
|
193676
|
+
};
|
|
193677
|
+
content?: never;
|
|
193678
|
+
};
|
|
193679
|
+
};
|
|
193680
|
+
};
|
|
191701
193681
|
webhook_document_pos_cash_receipt_deliveryinvoice_to_creditnote_with_stock: {
|
|
191702
193682
|
parameters: {
|
|
191703
193683
|
query?: never;
|
|
@@ -193515,6 +195495,29 @@ export interface operations {
|
|
|
193515
195495
|
};
|
|
193516
195496
|
};
|
|
193517
195497
|
};
|
|
195498
|
+
webhook_document_pos_return_cash_receipt_delivery_to_partial_invoice: {
|
|
195499
|
+
parameters: {
|
|
195500
|
+
query?: never;
|
|
195501
|
+
header?: never;
|
|
195502
|
+
path?: never;
|
|
195503
|
+
cookie?: never;
|
|
195504
|
+
};
|
|
195505
|
+
/** @description Webhook payload */
|
|
195506
|
+
requestBody?: {
|
|
195507
|
+
content: {
|
|
195508
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
195509
|
+
};
|
|
195510
|
+
};
|
|
195511
|
+
responses: {
|
|
195512
|
+
/** @description Webhook received */
|
|
195513
|
+
200: {
|
|
195514
|
+
headers: {
|
|
195515
|
+
[name: string]: unknown;
|
|
195516
|
+
};
|
|
195517
|
+
content?: never;
|
|
195518
|
+
};
|
|
195519
|
+
};
|
|
195520
|
+
};
|
|
193518
195521
|
webhook_document_pos_return_cash_receipt_deliveryinvoice_to_creditnote_with_stock: {
|
|
193519
195522
|
parameters: {
|
|
193520
195523
|
query?: never;
|
|
@@ -195332,6 +197335,29 @@ export interface operations {
|
|
|
195332
197335
|
};
|
|
195333
197336
|
};
|
|
195334
197337
|
};
|
|
197338
|
+
webhook_document_supplier_commission_credit_note_cancellation_delivery_to_partial_invoice: {
|
|
197339
|
+
parameters: {
|
|
197340
|
+
query?: never;
|
|
197341
|
+
header?: never;
|
|
197342
|
+
path?: never;
|
|
197343
|
+
cookie?: never;
|
|
197344
|
+
};
|
|
197345
|
+
/** @description Webhook payload */
|
|
197346
|
+
requestBody?: {
|
|
197347
|
+
content: {
|
|
197348
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
197349
|
+
};
|
|
197350
|
+
};
|
|
197351
|
+
responses: {
|
|
197352
|
+
/** @description Webhook received */
|
|
197353
|
+
200: {
|
|
197354
|
+
headers: {
|
|
197355
|
+
[name: string]: unknown;
|
|
197356
|
+
};
|
|
197357
|
+
content?: never;
|
|
197358
|
+
};
|
|
197359
|
+
};
|
|
197360
|
+
};
|
|
195335
197361
|
webhook_document_supplier_commission_credit_note_cancellation_deliveryinvoice_to_creditnote_with_stock: {
|
|
195336
197362
|
parameters: {
|
|
195337
197363
|
query?: never;
|
|
@@ -196965,7 +198991,30 @@ export interface operations {
|
|
|
196965
198991
|
};
|
|
196966
198992
|
};
|
|
196967
198993
|
};
|
|
196968
|
-
webhook_document_supplier_commission_credit_note_customer_order_to_proforma_invoice: {
|
|
198994
|
+
webhook_document_supplier_commission_credit_note_customer_order_to_proforma_invoice: {
|
|
198995
|
+
parameters: {
|
|
198996
|
+
query?: never;
|
|
198997
|
+
header?: never;
|
|
198998
|
+
path?: never;
|
|
198999
|
+
cookie?: never;
|
|
199000
|
+
};
|
|
199001
|
+
/** @description Webhook payload */
|
|
199002
|
+
requestBody?: {
|
|
199003
|
+
content: {
|
|
199004
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
199005
|
+
};
|
|
199006
|
+
};
|
|
199007
|
+
responses: {
|
|
199008
|
+
/** @description Webhook received */
|
|
199009
|
+
200: {
|
|
199010
|
+
headers: {
|
|
199011
|
+
[name: string]: unknown;
|
|
199012
|
+
};
|
|
199013
|
+
content?: never;
|
|
199014
|
+
};
|
|
199015
|
+
};
|
|
199016
|
+
};
|
|
199017
|
+
webhook_document_supplier_commission_credit_note_customer_order_to_supplier_order: {
|
|
196969
199018
|
parameters: {
|
|
196970
199019
|
query?: never;
|
|
196971
199020
|
header?: never;
|
|
@@ -196988,7 +199037,7 @@ export interface operations {
|
|
|
196988
199037
|
};
|
|
196989
199038
|
};
|
|
196990
199039
|
};
|
|
196991
|
-
|
|
199040
|
+
webhook_document_supplier_commission_credit_note_customer_subscription_contract_to_invoice: {
|
|
196992
199041
|
parameters: {
|
|
196993
199042
|
query?: never;
|
|
196994
199043
|
header?: never;
|
|
@@ -197011,7 +199060,7 @@ export interface operations {
|
|
|
197011
199060
|
};
|
|
197012
199061
|
};
|
|
197013
199062
|
};
|
|
197014
|
-
|
|
199063
|
+
webhook_document_supplier_commission_credit_note_customer_subscription_contract_to_order: {
|
|
197015
199064
|
parameters: {
|
|
197016
199065
|
query?: never;
|
|
197017
199066
|
header?: never;
|
|
@@ -197034,7 +199083,7 @@ export interface operations {
|
|
|
197034
199083
|
};
|
|
197035
199084
|
};
|
|
197036
199085
|
};
|
|
197037
|
-
|
|
199086
|
+
webhook_document_supplier_commission_credit_note_delete: {
|
|
197038
199087
|
parameters: {
|
|
197039
199088
|
query?: never;
|
|
197040
199089
|
header?: never;
|
|
@@ -197057,7 +199106,7 @@ export interface operations {
|
|
|
197057
199106
|
};
|
|
197058
199107
|
};
|
|
197059
199108
|
};
|
|
197060
|
-
|
|
199109
|
+
webhook_document_supplier_commission_credit_note_delete_draft: {
|
|
197061
199110
|
parameters: {
|
|
197062
199111
|
query?: never;
|
|
197063
199112
|
header?: never;
|
|
@@ -197080,7 +199129,7 @@ export interface operations {
|
|
|
197080
199129
|
};
|
|
197081
199130
|
};
|
|
197082
199131
|
};
|
|
197083
|
-
|
|
199132
|
+
webhook_document_supplier_commission_credit_note_delivery_invoice_to_invoice_cancellation: {
|
|
197084
199133
|
parameters: {
|
|
197085
199134
|
query?: never;
|
|
197086
199135
|
header?: never;
|
|
@@ -197103,7 +199152,7 @@ export interface operations {
|
|
|
197103
199152
|
};
|
|
197104
199153
|
};
|
|
197105
199154
|
};
|
|
197106
|
-
|
|
199155
|
+
webhook_document_supplier_commission_credit_note_delivery_to_invoice: {
|
|
197107
199156
|
parameters: {
|
|
197108
199157
|
query?: never;
|
|
197109
199158
|
header?: never;
|
|
@@ -197126,7 +199175,7 @@ export interface operations {
|
|
|
197126
199175
|
};
|
|
197127
199176
|
};
|
|
197128
199177
|
};
|
|
197129
|
-
|
|
199178
|
+
webhook_document_supplier_commission_credit_note_delivery_to_partial_invoice: {
|
|
197130
199179
|
parameters: {
|
|
197131
199180
|
query?: never;
|
|
197132
199181
|
header?: never;
|
|
@@ -198966,6 +201015,29 @@ export interface operations {
|
|
|
198966
201015
|
};
|
|
198967
201016
|
};
|
|
198968
201017
|
};
|
|
201018
|
+
webhook_document_supplier_credit_note_with_stock_delivery_to_partial_invoice: {
|
|
201019
|
+
parameters: {
|
|
201020
|
+
query?: never;
|
|
201021
|
+
header?: never;
|
|
201022
|
+
path?: never;
|
|
201023
|
+
cookie?: never;
|
|
201024
|
+
};
|
|
201025
|
+
/** @description Webhook payload */
|
|
201026
|
+
requestBody?: {
|
|
201027
|
+
content: {
|
|
201028
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
201029
|
+
};
|
|
201030
|
+
};
|
|
201031
|
+
responses: {
|
|
201032
|
+
/** @description Webhook received */
|
|
201033
|
+
200: {
|
|
201034
|
+
headers: {
|
|
201035
|
+
[name: string]: unknown;
|
|
201036
|
+
};
|
|
201037
|
+
content?: never;
|
|
201038
|
+
};
|
|
201039
|
+
};
|
|
201040
|
+
};
|
|
198969
201041
|
webhook_document_supplier_credit_note_with_stock_deliveryinvoice_to_creditnote_with_stock: {
|
|
198970
201042
|
parameters: {
|
|
198971
201043
|
query?: never;
|
|
@@ -200783,6 +202855,29 @@ export interface operations {
|
|
|
200783
202855
|
};
|
|
200784
202856
|
};
|
|
200785
202857
|
};
|
|
202858
|
+
webhook_document_supplier_credit_note_without_stock_delivery_to_partial_invoice: {
|
|
202859
|
+
parameters: {
|
|
202860
|
+
query?: never;
|
|
202861
|
+
header?: never;
|
|
202862
|
+
path?: never;
|
|
202863
|
+
cookie?: never;
|
|
202864
|
+
};
|
|
202865
|
+
/** @description Webhook payload */
|
|
202866
|
+
requestBody?: {
|
|
202867
|
+
content: {
|
|
202868
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
202869
|
+
};
|
|
202870
|
+
};
|
|
202871
|
+
responses: {
|
|
202872
|
+
/** @description Webhook received */
|
|
202873
|
+
200: {
|
|
202874
|
+
headers: {
|
|
202875
|
+
[name: string]: unknown;
|
|
202876
|
+
};
|
|
202877
|
+
content?: never;
|
|
202878
|
+
};
|
|
202879
|
+
};
|
|
202880
|
+
};
|
|
200786
202881
|
webhook_document_supplier_credit_note_without_stock_deliveryinvoice_to_creditnote_with_stock: {
|
|
200787
202882
|
parameters: {
|
|
200788
202883
|
query?: never;
|
|
@@ -202600,6 +204695,29 @@ export interface operations {
|
|
|
202600
204695
|
};
|
|
202601
204696
|
};
|
|
202602
204697
|
};
|
|
204698
|
+
webhook_document_supplier_delivery_document_delivery_to_partial_invoice: {
|
|
204699
|
+
parameters: {
|
|
204700
|
+
query?: never;
|
|
204701
|
+
header?: never;
|
|
204702
|
+
path?: never;
|
|
204703
|
+
cookie?: never;
|
|
204704
|
+
};
|
|
204705
|
+
/** @description Webhook payload */
|
|
204706
|
+
requestBody?: {
|
|
204707
|
+
content: {
|
|
204708
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
204709
|
+
};
|
|
204710
|
+
};
|
|
204711
|
+
responses: {
|
|
204712
|
+
/** @description Webhook received */
|
|
204713
|
+
200: {
|
|
204714
|
+
headers: {
|
|
204715
|
+
[name: string]: unknown;
|
|
204716
|
+
};
|
|
204717
|
+
content?: never;
|
|
204718
|
+
};
|
|
204719
|
+
};
|
|
204720
|
+
};
|
|
202603
204721
|
webhook_document_supplier_delivery_document_deliveryinvoice_to_creditnote_with_stock: {
|
|
202604
204722
|
parameters: {
|
|
202605
204723
|
query?: never;
|
|
@@ -204417,6 +206535,29 @@ export interface operations {
|
|
|
204417
206535
|
};
|
|
204418
206536
|
};
|
|
204419
206537
|
};
|
|
206538
|
+
webhook_document_supplier_delivery_invoice_delivery_to_partial_invoice: {
|
|
206539
|
+
parameters: {
|
|
206540
|
+
query?: never;
|
|
206541
|
+
header?: never;
|
|
206542
|
+
path?: never;
|
|
206543
|
+
cookie?: never;
|
|
206544
|
+
};
|
|
206545
|
+
/** @description Webhook payload */
|
|
206546
|
+
requestBody?: {
|
|
206547
|
+
content: {
|
|
206548
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
206549
|
+
};
|
|
206550
|
+
};
|
|
206551
|
+
responses: {
|
|
206552
|
+
/** @description Webhook received */
|
|
206553
|
+
200: {
|
|
206554
|
+
headers: {
|
|
206555
|
+
[name: string]: unknown;
|
|
206556
|
+
};
|
|
206557
|
+
content?: never;
|
|
206558
|
+
};
|
|
206559
|
+
};
|
|
206560
|
+
};
|
|
204420
206561
|
webhook_document_supplier_delivery_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
204421
206562
|
parameters: {
|
|
204422
206563
|
query?: never;
|
|
@@ -206234,6 +208375,29 @@ export interface operations {
|
|
|
206234
208375
|
};
|
|
206235
208376
|
};
|
|
206236
208377
|
};
|
|
208378
|
+
webhook_document_supplier_deposit_invoice_delivery_to_partial_invoice: {
|
|
208379
|
+
parameters: {
|
|
208380
|
+
query?: never;
|
|
208381
|
+
header?: never;
|
|
208382
|
+
path?: never;
|
|
208383
|
+
cookie?: never;
|
|
208384
|
+
};
|
|
208385
|
+
/** @description Webhook payload */
|
|
208386
|
+
requestBody?: {
|
|
208387
|
+
content: {
|
|
208388
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
208389
|
+
};
|
|
208390
|
+
};
|
|
208391
|
+
responses: {
|
|
208392
|
+
/** @description Webhook received */
|
|
208393
|
+
200: {
|
|
208394
|
+
headers: {
|
|
208395
|
+
[name: string]: unknown;
|
|
208396
|
+
};
|
|
208397
|
+
content?: never;
|
|
208398
|
+
};
|
|
208399
|
+
};
|
|
208400
|
+
};
|
|
206237
208401
|
webhook_document_supplier_deposit_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
206238
208402
|
parameters: {
|
|
206239
208403
|
query?: never;
|
|
@@ -208051,6 +210215,29 @@ export interface operations {
|
|
|
208051
210215
|
};
|
|
208052
210216
|
};
|
|
208053
210217
|
};
|
|
210218
|
+
webhook_document_supplier_final_invoice_delivery_to_partial_invoice: {
|
|
210219
|
+
parameters: {
|
|
210220
|
+
query?: never;
|
|
210221
|
+
header?: never;
|
|
210222
|
+
path?: never;
|
|
210223
|
+
cookie?: never;
|
|
210224
|
+
};
|
|
210225
|
+
/** @description Webhook payload */
|
|
210226
|
+
requestBody?: {
|
|
210227
|
+
content: {
|
|
210228
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
210229
|
+
};
|
|
210230
|
+
};
|
|
210231
|
+
responses: {
|
|
210232
|
+
/** @description Webhook received */
|
|
210233
|
+
200: {
|
|
210234
|
+
headers: {
|
|
210235
|
+
[name: string]: unknown;
|
|
210236
|
+
};
|
|
210237
|
+
content?: never;
|
|
210238
|
+
};
|
|
210239
|
+
};
|
|
210240
|
+
};
|
|
208054
210241
|
webhook_document_supplier_final_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
208055
210242
|
parameters: {
|
|
208056
210243
|
query?: never;
|
|
@@ -209868,6 +212055,29 @@ export interface operations {
|
|
|
209868
212055
|
};
|
|
209869
212056
|
};
|
|
209870
212057
|
};
|
|
212058
|
+
webhook_document_supplier_invoice_delivery_to_partial_invoice: {
|
|
212059
|
+
parameters: {
|
|
212060
|
+
query?: never;
|
|
212061
|
+
header?: never;
|
|
212062
|
+
path?: never;
|
|
212063
|
+
cookie?: never;
|
|
212064
|
+
};
|
|
212065
|
+
/** @description Webhook payload */
|
|
212066
|
+
requestBody?: {
|
|
212067
|
+
content: {
|
|
212068
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
212069
|
+
};
|
|
212070
|
+
};
|
|
212071
|
+
responses: {
|
|
212072
|
+
/** @description Webhook received */
|
|
212073
|
+
200: {
|
|
212074
|
+
headers: {
|
|
212075
|
+
[name: string]: unknown;
|
|
212076
|
+
};
|
|
212077
|
+
content?: never;
|
|
212078
|
+
};
|
|
212079
|
+
};
|
|
212080
|
+
};
|
|
209871
212081
|
webhook_document_supplier_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
209872
212082
|
parameters: {
|
|
209873
212083
|
query?: never;
|
|
@@ -211685,6 +213895,29 @@ export interface operations {
|
|
|
211685
213895
|
};
|
|
211686
213896
|
};
|
|
211687
213897
|
};
|
|
213898
|
+
webhook_document_supplier_order_delivery_to_partial_invoice: {
|
|
213899
|
+
parameters: {
|
|
213900
|
+
query?: never;
|
|
213901
|
+
header?: never;
|
|
213902
|
+
path?: never;
|
|
213903
|
+
cookie?: never;
|
|
213904
|
+
};
|
|
213905
|
+
/** @description Webhook payload */
|
|
213906
|
+
requestBody?: {
|
|
213907
|
+
content: {
|
|
213908
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
213909
|
+
};
|
|
213910
|
+
};
|
|
213911
|
+
responses: {
|
|
213912
|
+
/** @description Webhook received */
|
|
213913
|
+
200: {
|
|
213914
|
+
headers: {
|
|
213915
|
+
[name: string]: unknown;
|
|
213916
|
+
};
|
|
213917
|
+
content?: never;
|
|
213918
|
+
};
|
|
213919
|
+
};
|
|
213920
|
+
};
|
|
211688
213921
|
webhook_document_supplier_order_deliveryinvoice_to_creditnote_with_stock: {
|
|
211689
213922
|
parameters: {
|
|
211690
213923
|
query?: never;
|
|
@@ -213502,6 +215735,29 @@ export interface operations {
|
|
|
213502
215735
|
};
|
|
213503
215736
|
};
|
|
213504
215737
|
};
|
|
215738
|
+
webhook_document_supplier_partial_invoice_delivery_to_partial_invoice: {
|
|
215739
|
+
parameters: {
|
|
215740
|
+
query?: never;
|
|
215741
|
+
header?: never;
|
|
215742
|
+
path?: never;
|
|
215743
|
+
cookie?: never;
|
|
215744
|
+
};
|
|
215745
|
+
/** @description Webhook payload */
|
|
215746
|
+
requestBody?: {
|
|
215747
|
+
content: {
|
|
215748
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
215749
|
+
};
|
|
215750
|
+
};
|
|
215751
|
+
responses: {
|
|
215752
|
+
/** @description Webhook received */
|
|
215753
|
+
200: {
|
|
215754
|
+
headers: {
|
|
215755
|
+
[name: string]: unknown;
|
|
215756
|
+
};
|
|
215757
|
+
content?: never;
|
|
215758
|
+
};
|
|
215759
|
+
};
|
|
215760
|
+
};
|
|
213505
215761
|
webhook_document_supplier_partial_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
213506
215762
|
parameters: {
|
|
213507
215763
|
query?: never;
|
|
@@ -215319,6 +217575,29 @@ export interface operations {
|
|
|
215319
217575
|
};
|
|
215320
217576
|
};
|
|
215321
217577
|
};
|
|
217578
|
+
webhook_document_supplier_price_request_delivery_to_partial_invoice: {
|
|
217579
|
+
parameters: {
|
|
217580
|
+
query?: never;
|
|
217581
|
+
header?: never;
|
|
217582
|
+
path?: never;
|
|
217583
|
+
cookie?: never;
|
|
217584
|
+
};
|
|
217585
|
+
/** @description Webhook payload */
|
|
217586
|
+
requestBody?: {
|
|
217587
|
+
content: {
|
|
217588
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
217589
|
+
};
|
|
217590
|
+
};
|
|
217591
|
+
responses: {
|
|
217592
|
+
/** @description Webhook received */
|
|
217593
|
+
200: {
|
|
217594
|
+
headers: {
|
|
217595
|
+
[name: string]: unknown;
|
|
217596
|
+
};
|
|
217597
|
+
content?: never;
|
|
217598
|
+
};
|
|
217599
|
+
};
|
|
217600
|
+
};
|
|
215322
217601
|
webhook_document_supplier_price_request_deliveryinvoice_to_creditnote_with_stock: {
|
|
215323
217602
|
parameters: {
|
|
215324
217603
|
query?: never;
|
|
@@ -217136,6 +219415,29 @@ export interface operations {
|
|
|
217136
219415
|
};
|
|
217137
219416
|
};
|
|
217138
219417
|
};
|
|
219418
|
+
webhook_document_supplier_progress_invoice_delivery_to_partial_invoice: {
|
|
219419
|
+
parameters: {
|
|
219420
|
+
query?: never;
|
|
219421
|
+
header?: never;
|
|
219422
|
+
path?: never;
|
|
219423
|
+
cookie?: never;
|
|
219424
|
+
};
|
|
219425
|
+
/** @description Webhook payload */
|
|
219426
|
+
requestBody?: {
|
|
219427
|
+
content: {
|
|
219428
|
+
"application/json": components["schemas"]["common-system-WebhookEntityPayload"];
|
|
219429
|
+
};
|
|
219430
|
+
};
|
|
219431
|
+
responses: {
|
|
219432
|
+
/** @description Webhook received */
|
|
219433
|
+
200: {
|
|
219434
|
+
headers: {
|
|
219435
|
+
[name: string]: unknown;
|
|
219436
|
+
};
|
|
219437
|
+
content?: never;
|
|
219438
|
+
};
|
|
219439
|
+
};
|
|
219440
|
+
};
|
|
217139
219441
|
webhook_document_supplier_progress_invoice_deliveryinvoice_to_creditnote_with_stock: {
|
|
217140
219442
|
parameters: {
|
|
217141
219443
|
query?: never;
|