Overview
Version information
Version : v1.3.12
URI scheme
Host : seffaflik.epias.com.tr
BasePath : /reporting-service
Schemes : HTTPS
Tags
-
aof-average-data-controller
-
market-data-controller
-
mcp-average-data-controller
-
reporting-data-controller
-
reporting-export-controller
-
smp-average-data-controller
-
yekdem-data-controller
About Document
In this document, the definitions of Transparency Platform Reporting services and how to call these services are explained.
1. About Transparency Reporting Services
The Transparency Platform application is built on REST services. It accepts JSON and XML requests and returns JSON or XML response according to the incoming request.
All of the information you see in the user interface of the application is taken from these open services. It is possible to use the system with the applications you have without using this interface.
2. Adding Security Information To Requests
After deploying the security module on Exist Transparency project, if a user wants to fetch the data displayed on a logged-in web page, that user needs to add the necessary authentication information to the request. If not entered, you will see a redirecting response like this:
Except for externally accessible services, security (authentication) information must be added to the requests in order to fetch data from the service endpoints. To do this, you must first obtain a TGT (ticket granting ticket) from, for testing environments https://giris-prp.epias.com.tr, and for production https://giris.epias.com.tr by sending a request with the relevant user information, as in the example below:
After that, you can enter this TGT in the relevant service endpoints like the image below. Time-to-live(TTL) for TGT is 2 hours, you can use the same TGT for different service endpoints for this TTL period.
3. Creating a Client
You can see this 5 minute tutorial to learn how to read this document and generate a request in Postman.
Service documentation is prepared with Swagger. By using appropriate swagger.json file, you can test and generate client codes suitable for the language you are using(for example, importing it to the Postman or using the Swagger Editor links below)
-
Prod: swagger.json to open in Swagger Editor, click here
The date fields in all incoming and outgoing messages to the service are in ISO-8601 format. The format should be yyyy-MM-dd’T’HH:mm:ssXXX. Data in this platform are displayed in Turkish time zone(which is +0300, for older data consider older daylight savings rules) Example date value: 2023-11-14T17:30:00+03:00 |
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtil
{
public static Date fromISO8601Date(String v)
{
if (null == v) return null;
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
try
{
return sdf.parse(v);
} catch (ParseException e)
{
throw new RuntimeException(e);
}
}
public static String toISO8601Date(Date v)
{
if (null == v) return null;
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
return sdf.format(v);
}
}
When it is desired to receive the returned data in the services with pages, the paging data should be sent to the service as a parameter. You can examine how to make a pagination request through the example below. |
"page": {
"number":1, // Page number
"size":20,// Row count on one page.
"sort":{
"direction":"ASC",// data sorting direction. ASC ya da DESC.
"field":"date" // field name for sorting. it is predetermined by each of the service endpoint
},
"total":0 // not required for request, this field is for returning total data count from server.
}
4. Service Details
From this section, you can access information about service call details according to their categories.
5. Paths
5.1. Epiaş Web Sitesi İçin AOF Günlük Aritmetik Ortalama Listeleme Servisi
POST /v1/aof-average/data/daily
5.1.1. Description
Epiaş web sitesinde gösterilmek üzere Güniçi AOF fiyatının seçilen tarihlere göre günlük aritmetik ortalamasını dönen servistir.
5.1.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.1.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.1.4. Consumes
-
application/json
-
application/xml
5.1.5. Produces
-
application/json
-
application/xml
5.1.6. Tags
-
aof-average-data-controller
5.2. AOF Aritmetik Ortalama Listeleme Servisi
POST /v1/aof-average/data/default
5.2.1. Description
Gün içi AOF fiyatının seçilen tarihlere göre çeyreklik(QUARTERLY), yarı-yıl(HALF-YEAR) ve yıllık(YEARLY) aritmetik ortalamasını dönen servistir.
5.2.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.2.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.2.4. Consumes
-
application/json
-
application/xml
5.2.5. Produces
-
application/json
-
application/xml
5.2.6. Tags
-
aof-average-data-controller
5.3. AOF Aylık Aritmetik Ortalama Listeleme Servisi
POST /v1/aof-average/data/monthly
5.3.1. Description
Gün içi AOF fiyatının seçilen tarihlere göre aylık aritmetik ortalamasını dönen servistir.
5.3.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.3.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.3.4. Consumes
-
application/json
-
application/xml
5.3.5. Produces
-
application/json
-
application/xml
5.3.6. Tags
-
aof-average-data-controller
5.4. AOF Haftalık Aritmetik Ortalama Listeleme Servisi
POST /v1/aof-average/data/weekly
5.4.1. Description
Gün içi AOF fiyatının seçilen tarihlere göre haftalık aritmetik ortalamasını dönen servistir.
5.4.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.4.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.4.4. Consumes
-
application/json
-
application/xml
5.4.5. Produces
-
application/json
-
application/xml
5.4.6. Tags
-
aof-average-data-controller
5.5. Daily Prices Data Service
POST /v1/data/daily-prices
5.5.1. Description
Daily Prices Data Service
5.5.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.5.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.5.4. Consumes
-
application/json
-
application/xml
5.5.5. Produces
-
application/json
-
application/xml
5.5.6. Tags
-
reporting-data-controller
5.6. Daily Prices Data Service
POST /v1/data/daily-prices-average
5.6.1. Description
Daily Prices Data Service
5.6.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.6.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.6.4. Consumes
-
application/json
-
application/xml
5.6.5. Produces
-
application/json
-
application/xml
5.6.6. Tags
-
reporting-data-controller
5.7. Daily Prices - Daily Min Max Data Service
POST /v1/data/daily-prices-min-max
5.7.1. Description
Daily Prices - Daily Min Max Data Service
5.7.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.7.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.7.4. Consumes
-
application/json
-
application/xml
5.7.5. Produces
-
application/json
-
application/xml
5.7.6. Tags
-
reporting-data-controller
5.8. Daily Prices - Monthly Min Max Data Service
POST /v1/data/daily-prices-min-max-monthly
5.8.1. Description
Daily Prices - Monthly Min Max Data Service
5.8.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.8.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.8.4. Consumes
-
application/json
-
application/xml
5.8.5. Produces
-
application/json
-
application/xml
5.8.6. Tags
-
reporting-data-controller
5.9. Daily Prices - Yearly Min Max Data Service
POST /v1/data/daily-prices-min-max-yearly
5.9.1. Description
Daily Prices - Yearly Min Max Data Service
5.9.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.9.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.9.4. Consumes
-
application/json
-
application/xml
5.9.5. Produces
-
application/json
-
application/xml
5.9.6. Tags
-
reporting-data-controller
5.10. Daily Report Service
POST /v1/data/daily-report
5.10.1. Description
Daily Report Service
5.10.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.10.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.10.4. Consumes
-
application/json
-
application/xml
5.10.5. Produces
-
application/json
-
application/xml
5.10.6. Tags
-
reporting-data-controller
5.11. BPM Instructions Service
POST /v1/data/dgp-talimat
5.11.1. Description
BPM Instructions Service
5.11.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.11.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.11.4. Consumes
-
application/json
-
application/xml
5.11.5. Produces
-
application/json
-
application/xml
5.11.6. Tags
-
reporting-data-controller
5.12. BPM Instructions (Weighted Average) Service
POST /v1/data/dgp-talimat-agr-ort
5.12.1. Description
BPM Instructions (Weighted Average) Service
5.12.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.12.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.12.4. Consumes
-
application/json
-
application/xml
5.12.5. Produces
-
application/json
-
application/xml
5.12.6. Tags
-
reporting-data-controller
5.13. Electricity Market Volume Physically Listing Service
POST /v1/data/electricity-market-volume-physically
5.13.1. Description
Electricity Market Volume Physically Listing Service
5.13.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.13.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.13.4. Consumes
-
application/json
-
application/xml
5.13.5. Produces
-
application/json
-
application/xml
5.13.6. Tags
-
reporting-data-controller
5.14. Eligible Consumer and Meter Increases Service
GET /v1/data/eligible-consumer-and-meter-increases
5.14.1. Description
Eligible Consumer and Meter Increases Service
5.14.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
5.14.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.14.4. Produces
-
application/json
-
application/xml
5.14.5. Tags
-
reporting-data-controller
5.15. IDM Contract Service
POST /v1/data/gip-kontrat
5.15.1. Description
IDM Contract Service
5.15.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.15.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.15.4. Consumes
-
application/json
-
application/xml
5.15.5. Produces
-
application/json
-
application/xml
5.15.6. Tags
-
reporting-data-controller
5.16. IDM Contract Summary Listing Service
POST /v1/data/idm-contract-summary
5.16.1. Description
IDM Contract Summary Listing Service
5.16.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.16.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.16.4. Produces
-
application/json
-
application/xml
5.16.5. Tags
-
reporting-data-controller
5.17. IDM Order List Service
POST /v1/data/idm-order-list
5.17.1. Description
IDM Order List Service
5.17.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.17.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.17.4. Consumes
-
application/json
-
application/xml
5.17.5. Produces
-
application/json
-
application/xml
5.17.6. Tags
-
reporting-data-controller
5.18. MCP and SMP Price Arithmetic Averages Service
POST /v1/data/mcp-smp-arithmetic-averages
5.18.1. Description
MCP and SMP Price Arithmetic Averages
5.18.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.18.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.18.4. Consumes
-
application/json
-
application/xml
5.18.5. Produces
-
application/json
-
application/xml
5.18.6. Tags
-
reporting-data-controller
5.19. MCP and SMP Price Averages Service
POST /v1/data/mcp-smp-averages
5.19.1. Description
MCP and SMP Price Averages
5.19.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.19.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.19.4. Consumes
-
application/json
-
application/xml
5.19.5. Produces
-
application/json
-
application/xml
5.19.6. Tags
-
reporting-data-controller
5.20. Periodic Price Avarages Listing Service
POST /v1/data/periodic-price-averages
5.20.1. Description
Periodic Price Avarages Listing Service
5.20.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.20.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.20.4. Consumes
-
application/json
-
application/xml
5.20.5. Produces
-
application/json
-
application/xml
5.20.6. Tags
-
reporting-data-controller
5.21. Periodic Price Volume Service
POST /v1/data/periodic-price-volume
5.21.1. Description
Periodic Price Volume Service
5.21.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.21.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.21.4. Consumes
-
application/json
-
application/xml
5.21.5. Produces
-
application/json
-
application/xml
5.21.6. Tags
-
reporting-data-controller
5.22. PTF SMF ve SDF Listeleme Servisi
POST /v1/data/ptf-smf-sdf
5.22.1. Description
PTF SMF ve SDF Listeleme Servisi
5.22.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.22.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.22.4. Consumes
-
application/json
-
application/xml
5.22.5. Produces
-
application/json
-
application/xml
5.22.6. Tags
-
reporting-data-controller
5.23. SMP and MCP Multiple Tariff Price Averages Reporting Service
POST /v1/data/smp-mcp-multiple-daytime-avg
5.23.1. Description
MP and MCP Multiple Tariff Price Averages
5.23.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.23.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.23.4. Consumes
-
application/json
-
application/xml
5.23.5. Produces
-
application/json
-
application/xml
5.23.6. Tags
-
reporting-data-controller
5.24. Number of Free Consumer Meters Service
POST /v1/data/stsa
5.24.1. Description
Number of Free Consumer Meters Service
5.24.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.24.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.24.4. Consumes
-
application/json
-
application/xml
5.24.5. Produces
-
application/json
-
application/xml
5.24.6. Tags
-
reporting-data-controller
5.25. Daily Prices Data Export Service
POST /v1/export/daily-prices
5.25.1. Description
Daily Prices Data Export Service
5.25.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.25.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.25.4. Consumes
-
application/json
-
application/xml
5.25.5. Produces
-
application/json
-
application/xml
5.25.6. Tags
-
reporting-export-controller
5.26. Daily Prices Average Data Export Service
POST /v1/export/daily-prices-average
5.26.1. Description
Daily Prices Average Data Export Service
5.26.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.26.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.26.4. Consumes
-
application/json
-
application/xml
5.26.5. Produces
-
application/json
-
application/xml
5.26.6. Tags
-
reporting-export-controller
5.27. Daily Prices - Daily Min Max Data Export Service
POST /v1/export/daily-prices-min-max
5.27.1. Description
Daily Prices - Daily Min Max Data Export Service
5.27.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.27.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.27.4. Consumes
-
application/json
-
application/xml
5.27.5. Produces
-
application/json
-
application/xml
5.27.6. Tags
-
reporting-export-controller
5.28. Daily Prices - Monthly Min Max Data Export Service
POST /v1/export/daily-prices-min-max-monthly
5.28.1. Description
Daily Prices - Monthly Min Max Data Export Service
5.28.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.28.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.28.4. Consumes
-
application/json
-
application/xml
5.28.5. Produces
-
application/json
-
application/xml
5.28.6. Tags
-
reporting-export-controller
5.29. Daily Prices - Yearly Min Max Data Export Service
POST /v1/export/daily-prices-min-max-yearly
5.29.1. Description
Daily Prices - Yearly Min Max Data Export Service
5.29.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.29.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.29.4. Consumes
-
application/json
-
application/xml
5.29.5. Produces
-
application/json
-
application/xml
5.29.6. Tags
-
reporting-export-controller
5.30. Daily Report Export Service
POST /v1/export/daily-report
5.30.1. Description
Daily Report Export Service
5.30.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.30.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.30.4. Consumes
-
application/json
-
application/xml
5.30.5. Produces
-
application/json
-
application/xml
5.30.6. Tags
-
reporting-export-controller
5.31. BPM Instructions Export Service
POST /v1/export/dgp-talimat
5.31.1. Description
BPM Instructions Export Service
5.31.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.31.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.31.4. Consumes
-
application/json
-
application/xml
5.31.5. Produces
-
application/json
-
application/xml
5.31.6. Tags
-
reporting-export-controller
5.32. BPM Instructions (Weighted Average) Export Service
POST /v1/export/dgp-talimat-agr-ort
5.32.1. Description
BPM Instructions (Weighted Average) Export Service
5.32.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.32.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.32.4. Consumes
-
application/json
-
application/xml
5.32.5. Produces
-
application/json
-
application/xml
5.32.6. Tags
-
reporting-export-controller
5.33. Electricity Market Volume Physically Export Service
POST /v1/export/electricity-market-volume-physically
5.33.1. Description
Electricity Market Volume Physically Export Service
5.33.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.33.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.33.4. Consumes
-
application/json
-
application/xml
5.33.5. Produces
-
application/json
-
application/xml
5.33.6. Tags
-
reporting-export-controller
5.34. Eligible Consumer and Meter Increases Export Service
POST /v1/export/eligible-consumer-and-meter-increases
5.34.1. Description
Eligible Consumer and Meter Increases Export Service
5.34.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.34.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.34.4. Consumes
-
application/json
-
application/xml
5.34.5. Produces
-
application/json
-
application/xml
5.34.6. Tags
-
reporting-export-controller
5.35. IDM Contract Summary Export Service
POST /v1/export/idm-contract-summary
5.35.1. Description
IDM Contract Summary Export Service
5.35.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.35.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.35.4. Consumes
-
application/json
-
application/xml
5.35.5. Produces
-
application/json
-
application/xml
5.35.6. Tags
-
reporting-export-controller
5.36. IDM Order List Export Service
POST /v1/export/idm-order-list
5.36.1. Description
IDM Order List Export Service
5.36.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.36.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.36.4. Consumes
-
application/json
-
application/xml
5.36.5. Produces
-
application/json
-
application/xml
5.36.6. Tags
-
reporting-export-controller
5.37. MCP and SMP Price Averages Export Service
POST /v1/export/mcp-smp-averages
5.37.1. Description
MCP and SMP Price Averages
5.37.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.37.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.37.4. Consumes
-
application/json
-
application/xml
5.37.5. Produces
-
application/json
-
application/xml
5.37.6. Tags
-
reporting-export-controller
5.38. Periodic Price Avarages Export Service
POST /v1/export/periodic-price-averages
5.38.1. Description
PTF SMF ve SDF Listeleme Dışa Aktarım Servisi
5.38.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.38.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.38.4. Consumes
-
application/json
-
application/xml
5.38.5. Produces
-
application/json
-
application/xml
5.38.6. Tags
-
reporting-export-controller
5.39. Periodic Price Volume Export Service
POST /v1/export/periodic-price-volume
5.39.1. Description
Periodic Price Volume Export Service
5.39.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.39.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.39.4. Produces
-
application/json
-
application/xml
5.39.5. Tags
-
reporting-export-controller
5.40. PTF SMF ve SDF Listeleme Dışa Aktarım Servisi
POST /v1/export/ptf-smf-sdf
5.40.1. Description
PTF SMF ve SDF Listeleme Dışa Aktarım Servisi
5.40.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.40.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.40.4. Consumes
-
application/json
-
application/xml
5.40.5. Produces
-
application/json
-
application/xml
5.40.6. Tags
-
reporting-export-controller
5.41. SMP and MCP Multiple Tariff Price Averages Report Export Service
POST /v1/export/smp-mcp-multiple-daytime-avg
5.41.1. Description
SMP and MCP Multiple Tariff Price Averages
5.41.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body |
body |
Request Body. |
5.41.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
5.41.4. Consumes
-
application/json
-
application/xml
5.41.5. Produces
-
application/json
-
application/xml
5.41.6. Tags
-
reporting-export-controller
5.42. AOPTF ve YEKDEM birim maliyeti listeleme servisi.
POST /v1/market/data/avg-mcp-and-renewables-unit-cost
5.42.1. Description
EPDK için, AOPTF ve YEKDEM birim maliyeti dönen servistir.
5.42.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.42.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.42.4. Consumes
-
application/json
-
application/xml
5.42.5. Produces
-
application/json
-
application/xml
5.42.6. Tags
-
market-data-controller
5.43. Epiaş Web Sitesi İçin GÖP Takas Fiyatı Günlük Aritmetik Ortalama Listeleme Servisi
POST /v1/mcp-average/data/daily
5.43.1. Description
Epiaş web sitesinde gösterilmek üzere piyasa takas fiyatının seçilen tarihlere göre günlük aritmetik ortalamasını dönen servistir.
5.43.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.43.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.43.4. Consumes
-
application/json
-
application/xml
5.43.5. Produces
-
application/json
-
application/xml
5.43.6. Tags
-
mcp-average-data-controller
5.44. GÖP Piyasa Takas Fiyatı Aritmetik Ortalama Listeleme Servisi
POST /v1/mcp-average/data/default
5.44.1. Description
Piyasa takas fiyatının seçilen tarihlere göre çeyreklik(QUARTERLY), yarı-yıl(HALF-YEAR) ve yıllık(YEARLY) aritmetik ortalamasını dönen servistir.
5.44.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.44.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.44.4. Consumes
-
application/json
-
application/xml
5.44.5. Produces
-
application/json
-
application/xml
5.44.6. Tags
-
mcp-average-data-controller
5.45. GÖP Piyasa Takas Fiyatı Aylık Aritmetik Ortalama Listeleme Servisi
POST /v1/mcp-average/data/monthly
5.45.1. Description
Piyasa takas fiyatının seçilen tarihlere göre aylık aritmetik ortalamasını dönen servistir.
5.45.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.45.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.45.4. Consumes
-
application/json
-
application/xml
5.45.5. Produces
-
application/json
-
application/xml
5.45.6. Tags
-
mcp-average-data-controller
5.46. GÖP Piyasa Takas Fiyatı Haftalık Aritmetik Ortalama Listeleme Servisi
POST /v1/mcp-average/data/weekly
5.46.1. Description
Piyasa takas fiyatının seçilen tarihlere göre haftalık aritmetik ortalamasını dönen servistir.
5.46.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.46.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.46.4. Consumes
-
application/json
-
application/xml
5.46.5. Produces
-
application/json
-
application/xml
5.46.6. Tags
-
mcp-average-data-controller
5.47. Yekdem Birim Maliyeti listeleme servisi
POST /v1/renewables/data/renewables-unit-cost
5.47.1. Description
EPDK için, YEKDEM Birim Maliyeti verilerini dönen servistir.
5.47.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.47.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.47.4. Consumes
-
application/json
-
application/xml
5.47.5. Produces
-
application/json
-
application/xml
5.47.6. Tags
-
yekdem-data-controller
5.48. Yekdem Birim Maliyeti PTF listeleme servisi
POST /v1/renewables/data/renewables-unit-cost-mcp
5.48.1. Description
EPDK için, YEKDEM Birim Maliyeti PTF verilerini dönen servistir.
5.48.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.48.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.48.4. Consumes
-
application/json
-
application/xml
5.48.5. Produces
-
application/json
-
application/xml
5.48.6. Tags
-
yekdem-data-controller
5.49. Epiaş Web Sitesi İçin SMF Günlük Aritmetik Ortalama Listeleme Servisi
POST /v1/smp-average/data/daily
5.49.1. Description
Epiaş web sitesinde gösterilmek üzere sistem marjinal fiyatının seçilen tarihlere göre günlük aritmetik ortalamasını dönen servistir.
5.49.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.49.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.49.4. Consumes
-
application/json
-
application/xml
5.49.5. Produces
-
application/json
-
application/xml
5.49.6. Tags
-
smp-average-data-controller
5.50. SMF Aritmetik Ortalama Listeleme Servisi
POST /v1/smp-average/data/default
5.50.1. Description
Sistem marjinal fiyatının seçilen tarihlere göre çeyreklik(QUARTERLY), yarı-yıl(HALF-YEAR) ve yıllık(YEARLY) aritmetik ortalamasını dönen servistir.
5.50.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.50.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.50.4. Consumes
-
application/json
-
application/xml
5.50.5. Produces
-
application/json
-
application/xml
5.50.6. Tags
-
smp-average-data-controller
5.51. SMF Aylık Aritmetik Ortalama Listeleme Servisi
POST /v1/smp-average/data/monthly
5.51.1. Description
Sistem marjinal fiyatının seçilen tarihlere göre aylık aritmetik ortalamasını dönen servistir.
5.51.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.51.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.51.4. Consumes
-
application/json
-
application/xml
5.51.5. Produces
-
application/json
-
application/xml
5.51.6. Tags
-
smp-average-data-controller
5.52. SMF Haftalık Aritmetik Ortalama Listeleme Servisi
POST /v1/smp-average/data/weekly
5.52.1. Description
Sistem marjinal fiyatının seçilen tarihlere göre haftalık aritmetik ortalamasını dönen servistir.
5.52.2. Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
TGT |
Required TGT header for authentication. More on: https://seffaflik.epias.com.tr/reporting-service/technical/en/index.html#_adding_security_information_to_requests |
string |
Body |
body |
Request Body. |
5.52.3. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Operation successful |
|
400 |
Bad request. Please check your request |
No Content |
500 |
Unexpected error. Please contact EXIST |
No Content |
5.52.4. Consumes
-
application/json
-
application/xml
5.52.5. Produces
-
application/json
-
application/xml
5.52.6. Tags
-
smp-average-data-controller
6. Definitions
6.1. AofAverageResponseDto
Name | Description | Schema |
---|---|---|
items |
< AofAverageResponseItemDto > array |
|
statistics |
Listelenen AOF istatistikleri |
< AofAverageResponseStatisticsDto > array |
6.2. AofAverageResponseItemDto
Name | Description | Schema |
---|---|---|
averageAof |
Aritmetk Ortalama AOF |
number |
date |
İlgili tarih bilgisi |
string (date-time) |
period |
Aritmetik ortalamanın ait olduğu ilgili dönem bilgisi.(İlgili Gün,Ay,vb.) |
integer (int64) |
periodType |
Dönem Tipi Bilgisi(Daily, Weekly, Monthly, Yearly) |
enum (DAILY, WEEKLY, MONTHLY, YEARLY, QUARTERLY, HALF_YEAR) |
6.3. AofAverageResponseStatisticsDto
Name | Schema |
---|---|
average |
number |
date |
string (date-time) |
max |
number |
min |
number |
summary |
number |
weightedAverage |
number |
6.4. AvgMcpAndRenewablesUnitCostDataDto
Name | Schema |
---|---|
aoptf |
number |
date |
string (date-time) |
yekdemUnitCost |
number |
6.5. AvgMcpAndRenewablesUnitCostResponseDto
Name | Schema |
---|---|
items |
< AvgMcpAndRenewablesUnitCostDataDto > array |
6.6. BaseStartEndDateRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
startDate |
Date value formatted as |
string (date-time) |
6.7. DailyReportDataDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
ikiliAnlasma |
Net Order |
number |
kgup |
Net Order |
number |
ptf |
Net Order |
number |
sam |
Net Order |
number |
smf |
Net Order |
number |
ssm |
Net Order |
number |
time |
Date value formatted as |
string (date-time) |
yal0 |
Net Order |
number |
yal1 |
Net Order |
number |
yal2 |
Net Order |
number |
yalTeslimEdilmeyen |
Net Order |
number |
yat0 |
Net Order |
number |
yat1 |
Net Order |
number |
yat2 |
Net Order |
number |
yatTeslimEdilmeyen |
Net Order |
number |
yukTahminPlani |
Net Order |
number |
6.8. DailyReportExportRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.9. DailyReportRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.10. DailyReportResponseDto
Name | Schema |
---|---|
items |
< DailyReportDataDto > array |
page |
6.11. DgpTalimatAgrOrtDataDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
netTalimat |
Net Order |
number (double) |
ptf |
MCP |
number (double) |
smf |
SMP |
number (double) |
time |
Date value formatted as |
string (date-time) |
yalBirAgrOrt |
LC (1) Weighted Aver. |
number (double) |
yalBirMiktar |
LC (1) Quantity |
number (double) |
yalIkiAgrOrt |
LC (2) Weighted Aver. |
number (double) |
yalIkiMiktar |
LC (2) Quantity |
number (double) |
yalSifirAgrOrt |
LC (0) Weighted Aver. |
number (double) |
yalSifirMiktar |
LC (0) Quantity |
number (double) |
yatBirAgrOrt |
LS (1) Weighted Aver. |
number (double) |
yatBirMiktar |
LS (1) Quantity |
number (double) |
yatIkiAgrOrt |
LS (2) Weighted Aver. |
number (double) |
yatIkiMiktar |
LS (2) Quantity |
number (double) |
yatSifirAgrOrt |
LS (0) Weighted Aver. |
number (double) |
yatSifirMiktar |
LS (0) Quantity |
number (double) |
ygYal |
Delivered LC |
number (double) |
ygYat |
Delivered LS |
number (double) |
6.12. DgpTalimatAgrOrtExportRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.13. DgpTalimatAgrOrtRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
page |
Paging info |
6.14. DgpTalimatAgrOrtResponseDto
Name | Schema |
---|---|
items |
< DgpTalimatAgrOrtDataDto > array |
page |
6.15. DgpTalimatDataDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
netTalimat |
Net Order |
number (double) |
ptf |
MCP |
number (double) |
smf |
SMP |
number (double) |
time |
Date value formatted as |
string (date-time) |
yalBirFiyat |
LC (1) Price |
number (double) |
yalBirMiktar |
LC (1) Quantity |
number (double) |
yalIkiFiyat |
LC (2) Price |
number (double) |
yalIkiMiktar |
LC (2) Quantity |
number (double) |
yalSifirFiyat |
LC (0) Price |
number (double) |
yalSifirMiktar |
LC (0) Quantity |
number (double) |
yatBirFiyat |
LS (1) Price |
number (double) |
yatBirMiktar |
LS (1) Quantity |
number (double) |
yatIkiFiyat |
LS (2) Price |
number (double) |
yatIkiMiktar |
LS (2) Quantity |
number (double) |
yatSifirFiyat |
LS (0) Price |
number (double) |
yatSifirMiktar |
LS (0) Quantity |
number (double) |
ygYal |
Delivered LC |
number (double) |
ygYat |
Delivered LS |
number (double) |
6.16. DgpTalimatExportRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.17. DgpTalimatRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
page |
Paging info |
6.18. DgpTalimatResponseDto
Name | Schema |
---|---|
items |
< DgpTalimatDataDto > array |
page |
6.19. ElektrikPiyasaHacimFizikselDataDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
dgpHacmi |
BPM Volume |
number (double) |
gopHacmi |
DAM Volume |
number (double) |
iaHacmi |
B.C. Volume |
number (double) |
iaKamu |
Public B.C. Volume |
number (double) |
iaOzel |
Private Sector B.C. Volume |
number (double) |
toplamHacim |
Total Market Volume |
number (double) |
6.20. ElektrikPiyasaHacimFizikselExportRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.21. ElektrikPiyasaHacimFizikselRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.22. ElektrikPiyasaHacimFizikselResponseDto
Name | Schema |
---|---|
items |
< ElektrikPiyasaHacimFizikselDataDto > array |
page |
6.23. GipKontratDataDto
Name | Description | Schema |
---|---|---|
kontratAd |
Contract Name |
string |
kontratId |
Contract Id |
number |
kontratTur |
Contract Type |
number |
6.24. GipKontratOzetDataDto
Name | Description | Schema |
---|---|---|
agirlikliOrtalama |
Weighted Average (TL/MWh) |
number |
eslesmeMiktar |
Accepted Quantity (MWh) |
number |
islemHacmi |
Volume (TL) |
number |
kontratAdi |
Contract |
string |
kontratTurAciklama |
Type |
string |
maxAlisFiyat |
Max Purchase Price (TL/MWh) |
number |
maxEslesmeFiyat |
Max Matching Price (TL/MWh) |
number |
maxSatisFiyat |
Max Sales Price (TL/MWh) |
number |
minAlisFiyat |
Min Purchase Price (TL/MWh) |
number |
minEslesmeFiyat |
Min Matching Price (TL/MWh) |
number |
minSatisFiyat |
Min Sales Price (TL/MWh) |
number |
teklifAlisMiktar |
Offered Purchase Quantity (MWh) |
number |
teklifSatisMiktar |
Proposed Sales Quantity (MWh) |
number |
6.25. GipKontratOzetExportRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.26. GipKontratOzetRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.27. GipKontratOzetResponseDto
Name | Schema |
---|---|
items |
< GipKontratOzetDataDto > array |
page |
6.28. GipKontratRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
startDate |
Date value formatted as |
string (date-time) |
6.29. GipKontratResponseDto
Name | Schema |
---|---|
items |
< GipKontratDataDto > array |
page |
6.30. GipKontratTekliflerDataDto
Name | Description | Schema |
---|---|---|
bolge |
Region |
string |
fiyat |
Price (TL/MWh) |
number |
islemTarihi |
Date value formatted as |
string (date-time) |
kalanMiktar |
Remaining Volume (Lot) |
integer (int32) |
kontratAd |
Contract |
string |
kontratTur |
Contrat Type |
string |
miktar |
Amount (Lot) |
integer (int32) |
oeye |
OEYE |
boolean |
teklifDurum |
Offer Status |
string |
teklifYon |
Offer Direction |
string |
teye |
TEY |
boolean |
6.31. GipKontratTekliflerExportRequestDto
Name | Description | Schema |
---|---|---|
contractId |
Contract Id |
integer (int64) |
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.32. GipKontratTekliflerRequestDto
Name | Description | Schema |
---|---|---|
contractId |
Contract Id |
integer (int64) |
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.33. GipKontratTekliflerResponseDto
Name | Schema |
---|---|
items |
< GipKontratTekliflerDataDto > array |
page |
6.34. GunlukFiyatDataDto
Name | Description | Schema |
---|---|---|
birAyOncekiPtf |
MCP (Last Month) |
number (double) |
birAyOncekiSmf |
SMP (Last Month) |
number (double) |
ptf |
MCP |
number (double) |
sistemYon |
SMP Direction |
string |
sistemYonId |
integer (int32) |
|
smf |
SMP |
number (double) |
time |
Date value formatted as |
string (date-time) |
6.35. GunlukFiyatRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
page |
Paging info |
6.36. GunlukFiyatResponseDto
Name | Schema |
---|---|
items |
< GunlukFiyatDataDto > array |
page |
6.37. GunlukFiyatlarExportRequestDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.38. GunlukFiyatlarGunlukMinMaksDataDto
Name | Description | Schema |
---|---|---|
baslik |
Title |
string |
fiyat |
Price |
number (double) |
saat |
Hour |
string |
6.39. GunlukFiyatlarGunlukMinMaksResponseDto
Name | Schema |
---|---|
items |
< GunlukFiyatlarGunlukMinMaksDataDto > array |
page |
6.40. GunlukFiyatlarMinMaksDataDto
Name | Description | Schema |
---|---|---|
baslik |
Title |
string |
fiyat |
Price |
number (double) |
saat |
Hour |
string |
tarih |
Date |
string |
6.41. GunlukFiyatlarMinMaksResponseDto
Name | Schema |
---|---|
items |
< GunlukFiyatlarMinMaksDataDto > array |
page |
6.42. GunlukFiyatlarOrtalamaDataDto
Name | Description | Schema |
---|---|---|
baslik |
Title |
string |
ptfAgirlikliOrtalama |
MCP Weighted Average |
number (double) |
ptfAritmetikOrtalama |
MCP Arithmetic Average |
number (double) |
smfAgirlikliOrtalama |
SMP Weighted Average |
number (double) |
smfAritmetikOrtalama |
SMP Arithmetic Average |
number (double) |
6.43. GunlukFiyatlarOrtalamaResponseDto
Name | Schema |
---|---|
items |
< GunlukFiyatlarOrtalamaDataDto > array |
page |
6.44. McpAverageResponseDto
Name | Description | Schema |
---|---|---|
items |
< McpAverageResponseItemDto > array |
|
statistics |
Aritmetk ortalaması hesaplanmış PTF listesi |
< McpAverageResponseStatisticsDto > array |
6.45. McpAverageResponseItemDto
Name | Description | Schema |
---|---|---|
averageMcp |
Aritmetk Ortalama PTF |
number |
date |
İlgili fiyatın geçerli olduğu tarih bilgisi. |
string (date-time) |
period |
Aritmetik ortalamanın ait olduğu ilgili dönem bilgisi.(İlgili Gün,Ay,vb.) |
integer (int64) |
periodType |
Dönem Tipi Bilgisi(Daily, Weekly, Monthly, Yearly) |
enum (DAILY, WEEKLY, MONTHLY, YEARLY, QUARTERLY, HALF_YEAR) |
6.46. McpAverageResponseStatisticsDto
Name | Schema |
---|---|
average |
number |
date |
string (date-time) |
max |
number |
min |
number |
summary |
number |
weightedAverage |
number |
6.47. ModelAndView
Name | Schema |
---|---|
empty |
boolean |
model |
< string, object > map |
modelMap |
< string, object > map |
reference |
boolean |
status |
enum (CONTINUE, SWITCHING_PROTOCOLS, PROCESSING, CHECKPOINT, OK, CREATED, ACCEPTED, NON_AUTHORITATIVE_INFORMATION, NO_CONTENT, RESET_CONTENT, PARTIAL_CONTENT, MULTI_STATUS, ALREADY_REPORTED, IM_USED, MULTIPLE_CHOICES, MOVED_PERMANENTLY, FOUND, MOVED_TEMPORARILY, SEE_OTHER, NOT_MODIFIED, USE_PROXY, TEMPORARY_REDIRECT, PERMANENT_REDIRECT, BAD_REQUEST, UNAUTHORIZED, PAYMENT_REQUIRED, FORBIDDEN, NOT_FOUND, METHOD_NOT_ALLOWED, NOT_ACCEPTABLE, PROXY_AUTHENTICATION_REQUIRED, REQUEST_TIMEOUT, CONFLICT, GONE, LENGTH_REQUIRED, PRECONDITION_FAILED, PAYLOAD_TOO_LARGE, REQUEST_ENTITY_TOO_LARGE, URI_TOO_LONG, REQUEST_URI_TOO_LONG, UNSUPPORTED_MEDIA_TYPE, REQUESTED_RANGE_NOT_SATISFIABLE, EXPECTATION_FAILED, I_AM_A_TEAPOT, INSUFFICIENT_SPACE_ON_RESOURCE, METHOD_FAILURE, DESTINATION_LOCKED, UNPROCESSABLE_ENTITY, LOCKED, FAILED_DEPENDENCY, UPGRADE_REQUIRED, PRECONDITION_REQUIRED, TOO_MANY_REQUESTS, REQUEST_HEADER_FIELDS_TOO_LARGE, UNAVAILABLE_FOR_LEGAL_REASONS, INTERNAL_SERVER_ERROR, NOT_IMPLEMENTED, BAD_GATEWAY, SERVICE_UNAVAILABLE, GATEWAY_TIMEOUT, HTTP_VERSION_NOT_SUPPORTED, VARIANT_ALSO_NEGOTIATES, INSUFFICIENT_STORAGE, LOOP_DETECTED, BANDWIDTH_LIMIT_EXCEEDED, NOT_EXTENDED, NETWORK_AUTHENTICATION_REQUIRED) |
view |
|
viewName |
string |
6.48. Page
Name | Description | Schema |
---|---|---|
number |
Related page number |
integer (int64) |
size |
Item count for a single page |
integer (int64) |
sort |
Special sorting configuration |
|
total |
Total item count for the frontend apps, calculated and sent from the server side. |
integer (int64) |
6.49. PeriodicPriceVolumeDataDto
Name | Description | Schema |
---|---|---|
dgpOran |
DGP Oran (%) |
number (double) |
edmOran |
EDM Oran (%) |
number (double) |
gopOran |
GÖP Oran (%) |
number (double) |
iaKamu |
I.A. Kamu |
number (double) |
iaMiktar |
I.A. Miktarı |
number (double) |
iaOzel |
I.A. Özel |
number (double) |
oedmOran |
OEDM Oran (%) |
number (double) |
period |
MCP |
string (date-time) |
sbdt |
Sıfır Bakiye Düzeltme Tutarı (TL) |
number (double) |
stCekisOran |
Serbest Tüketici Çekiş Oran (%) |
number (double) |
uecm |
UECM (MWh) |
number (double) |
uevm |
UEVM (MWh) |
number (double) |
6.50. PeriodicPriceVolumeExportRequestDto
Name | Description | Schema |
---|---|---|
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.51. PeriodicPriceVolumeRequestDto
Name | Description | Schema |
---|---|---|
page |
Paging info |
6.52. PeriodicPriceVolumeResponseDto
Name | Schema |
---|---|
items |
< PeriodicPriceVolumeDataDto > array |
page |
6.53. PtfSmfDonemlikAgirlikliOrtalamaDataDto
Name | Description | Schema |
---|---|---|
ortPtf |
MCP Arithmetic Average |
number (double) |
ortSmf |
SMP Arithmetic Average |
number (double) |
period |
MCP |
string (date-time) |
ptfOrtalama |
MCP Weighted Average |
number (double) |
smfOrtalama |
SMP Weighted Average |
number (double) |
6.54. PtfSmfDonemlikAgirlikliOrtalamaExportRequestDto
Name | Description | Schema |
---|---|---|
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.55. PtfSmfDonemlikAgirlikliOrtalamaRequestDto
Name | Description | Schema |
---|---|---|
page |
Paging info |
6.56. PtfSmfDonemlikAgirlikliOrtalamaResponseDto
Name | Schema |
---|---|
items |
< PtfSmfDonemlikAgirlikliOrtalamaDataDto > array |
page |
6.57. PtfSmfGunlukAgirlikliOrtalamaDataDto
Name | Description | Schema |
---|---|---|
ptfAritmetikOrtalama |
MCP Arithmetic Average |
number (double) |
ptfOrtalama |
MCP Weighted Average |
number (double) |
smfAritmetikOrtalama |
SMP Arithmetic Average |
number (double) |
smfOrtalama |
SMP Weighted Average |
number (double) |
tarih |
Period |
string (date-time) |
6.58. PtfSmfGunlukAgirlikliOrtalamaResponseDto
Name | Schema |
---|---|
items |
< PtfSmfGunlukAgirlikliOrtalamaDataDto > array |
page |
6.59. PtfSmfOrtalamalariExportRequest
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.60. PtfSmfOrtalamalariRequest
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.61. PtfSmfSdfDataDto
Name | Description | Schema |
---|---|---|
date |
Date value formatted as |
string (date-time) |
negativeImbalance |
Negative Imbalance Price (TL/MWh) |
number |
positiveImbalance |
Positive Imbalance Price (TL/MWh) |
number |
ptf |
MCP |
number |
smf |
SMP |
number |
systemStatus |
SMP Direction |
string |
time |
Date value formatted as |
string (date-time) |
6.62. PtfSmfSdfExportRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.63. PtfSmfSdfRequestDto
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
page |
Paging info |
|
startDate |
Date value formatted as |
string (date-time) |
6.64. PtfSmfSdfResponseDto
Name | Schema |
---|---|
items |
< PtfSmfSdfDataDto > array |
page |
6.65. PtfSmfUcZamanliAgirlikliOrtalamaDataDto
Name | Description | Schema |
---|---|---|
donem |
Period |
string (date-time) |
ptfGeceOrtalama |
MCP Night-time Average |
number (double) |
ptfGunduzOrtalama |
MCP Day-time Average |
number (double) |
ptfPuantOrtalama |
MCP Peak Time Average |
number (double) |
smfGeceOrtalama |
SMP Night-time Average |
number (double) |
smfGunduzOrtalama |
SMP Day-time Average |
number (double) |
smfPuantOrtalama |
SMP Peak Time Average |
number (double) |
6.66. PtfSmfUcZamanliAgirlikliOrtalamaExportRequestDto
Name | Description | Schema |
---|---|---|
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
page |
Paging info |
6.67. PtfSmfUcZamanliAgirlikliOrtalamaRequestDto
Name | Description | Schema |
---|---|---|
page |
Paging info |
6.68. PtfSmfUcZamanliAgirlikliOrtalamaResponseDto
Name | Schema |
---|---|
items |
< PtfSmfUcZamanliAgirlikliOrtalamaDataDto > array |
page |
6.69. RenewablesUnitCostDto
Name | Description | Schema |
---|---|---|
period |
Date value formatted as |
string (date-time) |
unitCost |
Yekdem Birim Maliyeti |
number |
version |
Date value formatted as |
string (date-time) |
6.70. RenewablesUnitCostMcpDto
Name | Description | Schema |
---|---|---|
period |
Date value formatted as |
string (date-time) |
unitCostMcp |
Yekdem Birim Maliyeti PTF |
number |
6.71. RenewablesUnitCostMcpResponseDto
Name | Schema |
---|---|
items |
< RenewablesUnitCostMcpDto > array |
6.72. RenewablesUnitCostResponseDto
Name | Schema |
---|---|
items |
< RenewablesUnitCostDto > array |
6.73. SerbestTuketiciSayacArtisDataDto
Name | Description | Schema |
---|---|---|
artisOrani |
Meter Increase Rate |
number (double) |
period |
MCP |
string (date-time) |
sayacAdedi |
Meter Quantity |
number (double) |
6.74. SerbestTuketiciSayacArtisExportRequestDto
Name | Description | Schema |
---|---|---|
exportType |
XLSX, CSV ya da PDF |
enum (XLSX, CSV, PDF) |
6.75. SerbestTuketiciSayacArtisResponseDto
Name | Schema |
---|---|
items |
< SerbestTuketiciSayacArtisDataDto > array |
page |
6.76. SmfPtfAritmetikOrtalamaDataDto
Name | Description | Schema |
---|---|---|
maksimumTarih |
Minimum Date |
string (date-time) |
minimumTarih |
Maximum Date |
string (date-time) |
ptfOrtalama |
MCP Arithmetic Average |
number (double) |
smfOrtalama |
SMP Arithmetic Average |
number (double) |
tarih |
Period |
string (date-time) |
6.77. SmfPtfAritmetikOrtalamaRequest
Name | Description | Schema |
---|---|---|
endDate |
Date value formatted as |
string (date-time) |
startDate |
Date value formatted as |
string (date-time) |
6.78. SmfPtfAritmetikOrtalamaResponseDto
Name | Schema |
---|---|
items |
< SmfPtfAritmetikOrtalamaDataDto > array |
page |
6.79. SmpAverageResponseDto
Name | Description | Schema |
---|---|---|
items |
< SmpAverageResponseItemDto > array |
|
statistics |
Aritmetk ortalaması hesaplanmış PTF listesi |
< SmpAverageResponseStatisticsDto > array |
6.80. SmpAverageResponseItemDto
Name | Description | Schema |
---|---|---|
averageMcp |
Aritmetk Ortalama SMF |
number |
date |
Aritmetk ortalaması hesaplanmış SMF listesi |
string (date-time) |
period |
Aritmetik ortalamanın ait olduğu ilgili dönem bilgisi.(İlgili Gün,Ay,vb.) |
integer (int64) |
periodType |
Dönem Tipi Bilgisi(Daily, Weekly, Monthly, Yearly) |
enum (DAILY, WEEKLY, MONTHLY, YEARLY, QUARTERLY, HALF_YEAR) |
6.81. SmpAverageResponseStatisticsDto
Name | Schema |
---|---|
average |
number |
date |
string (date-time) |
max |
number |
min |
number |
summary |
number |
weightedAverage |
number |
6.82. SortDTO
Name | Description | Schema |
---|---|---|
direction |
Sort direction (ASC or DESC) |
enum (ASC, DESC) |
field |
Custom sorting field name |
string |
6.83. StsaDataDto
Name | Schema |
---|---|
period |
string (date-time) |
sayacAdedi |
number (double) |
sayacArtisOrani |
number (double) |
6.84. StsaRequestDto
Name | Description | Schema |
---|---|---|
page |
Paging info |
6.85. StsaResponseDto
Name | Schema |
---|---|
items |
< StsaDataDto > array |
page |
6.86. View
Name | Schema |
---|---|
contentType |
string |