You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `TIMESCALE_MISMATCH` - endpoint matching Auction LT/DA timescale need to be used
6206
+
x-errors:
6207
+
- code: TIMESCALE_MISMATCH
6208
+
description: endpoint matching Auction LT/DA timescale need to be used
6209
+
content:
6210
+
application/json:
6211
+
schema:
6212
+
$ref: '#/components/schemas/ErrorResponse'
6115
6213
'401':
6116
6214
$ref: '#/components/responses/Unauthorized'
6117
6215
'403':
@@ -6120,25 +6218,22 @@ paths:
6120
6218
description: |-
6121
6219
__Unprocessable Entity__
6122
6220
6123
-
* `PERIOD_MISALIGNED` - both for final resuls published period and delivery period start and end dates must come after each other
6124
-
* `PERIOD_TOO_LONG` - both for final results published period and delivery period the maximum period length is 1 year
6125
-
* `INVALID_ACCOUNTING_CODE` - only Auction-relevant accounting codes are acceptable. The Border direction must be the same as the accounting code's border direction
6221
+
* `PERIOD_MISALIGNED` - delivery period start and end dates must come after each other
6222
+
* `PERIOD_TOO_LONG` - delivery period the maximum period length is 1 year
6126
6223
x-errors:
6127
6224
- code: PERIOD_MISALIGNED
6128
-
description: both for final resuls published period and delivery period start and end dates must come after each other
6225
+
description: delivery period start and end dates must come after each other
6129
6226
- code: PERIOD_TOO_LONG
6130
-
description: both for final results published period and delivery period the maximum period length is 1 year
6131
-
- code: INVALID_ACCOUNTING_CODE
6132
-
description: only Auction-relevant accounting codes are acceptable. The Border direction must be the same as the accounting code's border direction
6227
+
description: delivery period the maximum period length is 1 year
6133
6228
content:
6134
6229
application/json:
6135
6230
schema:
6136
6231
$ref: '#/components/schemas/ErrorResponse'
6137
-
/v1/reporting/finance/uiosi:
6232
+
/v1/reporting/finance/uiosi-hourly:
6138
6233
get:
6139
-
operationId: getFinanceUiosiReport
6234
+
operationId: getFinanceUiosiHourlyReport
6140
6235
description: |-
6141
-
Fetch Finance UIoSI Report
6236
+
Fetch Finance UIoSI Hourly Report
6142
6237
6143
6238
---
6144
6239
@@ -9405,6 +9500,12 @@ components:
9405
9500
properties:
9406
9501
id:
9407
9502
$ref: '#/components/schemas/Identifier'
9503
+
CreditCoverType:
9504
+
type: string
9505
+
enum:
9506
+
- BOTH
9507
+
- BANK_DEPOSIT
9508
+
- LETTER_OF_CREDIT
9408
9509
Currency:
9409
9510
type: number
9410
9511
description: Currency value in Euros (€), accepted with a precision of maximum 2 decimal places
@@ -9682,6 +9783,7 @@ components:
9682
9783
* `requestedCapacity` - Sum of ALL bids for the given MTU and Participant in kilowatts
9683
9784
* `allocatedTrs` - The SUM AC for the given MTU and Participant for the Auction in kilowatts
0 commit comments