Overview

Version information

Version : 1.0.0

URI scheme

Host : api.epias.com.tr
BasePath : /epias/exchange/transparency
Schemes : HTTPS

Tags

  • bulletin

  • compare

  • consumption

  • dam

  • market

  • mobile

  • production

  • stp

  • stp-transmission

  • transmission

  • vep

  • vgp

  • yekdem

  • yekg

Transparency Postman Requests

Here’s how to access transparency web services through the Postman Tool.

1- You should download and install the Postman tool from https://www.getpostman.com/ to your operating system with the appropriate distribution or ChromeApp (recommended) plugin. Detailed explanations are available at https://www.getpostman.com/docs/introduction.

2- Transparency Some of the Web Service requests receive Query Param in GET requests. These Query Params are assigned to the Postman environment variables such that service requests will not return empty. To set these variables, the .json example at the end of the document must be imported into the Postman tool. More information is available at https://www.getpostman.com/docs/environments.

3.1- The collection for the Transparency Web Services with Postman Tool is available at https://www.getpostman.com/collections/467bdef61edae3f82d07. If you are using Chrome App, Postman itself will be added. All service requests can be used after setting the environment variables you have added as 'Transparency' in the upper right corner.

3.2- Alternatively you can create the collection using swagger.json. Save swagger.json at https://seffaflik.epias.com.tr/transparency/technical/swagger.json. Once you set the 'host' property to "host": "api.epias.com.tr", 'basePath' property to '/epias/exchange/transparency' you can create it as described at https://www.getpostman.com/docs/importing_swagger. You can use requests when you set environment variables to 'Transparency'.

{
 "id": "4a48a941-ca83-ed77-37bc-006dd195e766",
 "name": "Transparency",
 "values": [
{
 "enabled": true,
 "key": "period",
 "value": "2016-06-01",
 "type": "text"
 },{
 "enabled": true,
 "key": "startDate",
 "value": "2016-04-01",
 "type": "text"
 },{
 "enabled": true,
 "key": "endDate",
 "value": "2016-07-01",
 "type": "text"
 },{
 "enabled": true,
 "key": "distributionId",
 "value": "217",
 "type": "text"
 },{
 "enabled": true,
 "key": "meterReadingType",
 "value": "3",
 "type": "text"
 },{
 "enabled": true,
 "key": "subscriberProfileGroup",
 "value": "2",
 "type": "text"
 },{
 "enabled": true,
 "key": "date",
 "value": "2016-06-01",
 "type": "text"
 },{
 "enabled": true,
 "key": "eic",
 "value": "40X000000000183W",
 "type": "text"
 },{
 "enabled": true,
 "key": "organizationEIC",
 "value": "40X000000000183W",
 "type": "text"
 },{
 "enabled": true,
 "key": "organizationId",
 "value": "217",
 "type": "text"
 },{
 "enabled": true,
 "key": "orderType",
 "value": "YAL",
 "type": "text"
 },{
 "enabled": true,
 "key": "powerPlantId",
 "value": "9624",
 "type": "text"
 },{
 "enabled": true,
 "key": "uevcbId",
 "value": "3194167",
 "type": "text"
 },{
 "enabled": true,
 "key": "regionId",
 "value": "1",
 "type": "text"
 },{
 "enabled": true,
 "key": "messageTypeId",
 "value": "0",
 "type": "text"
 },{
 "enabled": true,
 "key": "uevcbEIC",
 "value": "40W0000000006342",
 "type": "text"
 },{
 "enabled": true,
 "key": "period2",
 "value": "2016-01-01",
 "type": "text"
 },{
 "enabled": true,
 "key": "powerPlantId2",
 "value": "202",
 "type": "text"
 },{
 "enabled": true,
 "key": "uevcbId2",
 "value": "940",
 "type": "text"
 }
 ],
 "timestamp": 1488282737806,
 "_postman_variable_scope": "environment",
 "_postman_exported_at": "2017-02-28T11:56:34.948Z",
 "_postman_exported_using": "Postman/4.10.2"
}

1. Paths

1.1. EPİAŞ Günlük Bülten Servisi

GET /bulletin/daily

1.1.1. Description

EPİAŞ Günlük Bülten Servisi

1.1.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

1.1.3. Responses

HTTP Code Description Schema

200

successful operation

ExistBulletinResponse

1.1.4. Consumes

  • application/json

  • application/xml

1.1.5. Produces

  • application/json

  • application/xml

1.1.6. Tags

  • bulletin

1.2. EPİAŞ Aylık Bülten Servisi

GET /bulletin/monthly

1.2.1. Description

EPİAŞ Aylık Bülten Servisi

1.2.2. Responses

HTTP Code Description Schema

200

successful operation

ExistBulletinResponse

1.2.3. Consumes

  • application/json

  • application/xml

1.2.4. Produces

  • application/json

  • application/xml

1.2.5. Tags

  • bulletin

1.3. EPİAŞ Daily Natural Gas Bulletin Rest Service

GET /bulletin/naturalgas/daily

1.3.1. Description

EPİAŞ Daily Natural Gas Bulletin Rest Service

1.3.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

1.3.3. Responses

HTTP Code Description Schema

200

successful operation

ExistBulletinResponse

1.3.4. Consumes

  • application/json

  • application/xml

1.3.5. Produces

  • application/json

  • application/xml

1.3.6. Tags

  • bulletin

1.4. EPİAŞ Haftalık Bülten Servisi

GET /bulletin/weekly

1.4.1. Description

EPİAŞ Haftalık Bülten Servisi

1.4.2. Responses

HTTP Code Description Schema

200

successful operation

ExistBulletinResponse

1.4.3. Consumes

  • application/json

  • application/xml

1.4.4. Produces

  • application/json

  • application/xml

1.4.5. Tags

  • bulletin

1.5. EPİAŞ Yıllık Bülten Servisi

GET /bulletin/year

1.5.1. Description

EPİAŞ Yıllık Bülten Servisi

1.5.2. Responses

HTTP Code Description Schema

200

successful operation

ExistBulletinResponse

1.5.3. Consumes

  • application/json

  • application/xml

1.5.4. Produces

  • application/json

  • application/xml

1.5.5. Tags

  • bulletin

1.6. Karşılaştırma Rest Servisi

GET /compare/market

1.6.1. Description

Karşılaştırma Rest Servisi

1.6.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

Query

type
required

Karşılaştırma yapılacak donem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, YEAR, QUARTER)

1.6.3. Responses

HTTP Code Description Schema

200

successful operation

MarketCompareResponse

1.6.4. Consumes

  • application/json

  • application/xml

1.6.5. Produces

  • application/json

  • application/xml

1.6.6. Tags

  • compare

1.7. Günlük Karşılaştırma Servisi

GET /compare/market/daily

1.7.1. Description

Günlük Karşılaştırma Servisi

1.7.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

1.7.3. Responses

HTTP Code Description Schema

200

successful operation

MarketCompareDailyResponse

1.7.4. Consumes

  • application/json

  • application/xml

1.7.5. Produces

  • application/json

  • application/xml

1.7.6. Tags

  • compare

1.8. Serbest Tüketici Çekiş Miktar Servisi

GET /consumption/consumption

1.8.1. Description

Serbest Tüketici Çekiş Miktar Servisi

1.8.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.8.3. Responses

HTTP Code Description Schema

200

successful operation

ConsumptionResponse

1.8.4. Consumes

  • application/json

  • application/xml

1.8.5. Produces

  • application/json

  • application/xml

1.8.6. Tags

  • consumption

1.9. Dağıtım Bölge Rest Servis

GET /consumption/distribution

1.9.1. Description

Dağıtım Bölgeleri Bilgi Rest Servisi

1.9.2. Parameters

Type Name Description Schema Default

Query

donem
optional

Start date information. For example: 2016-01-01

string(date-time)

1.9.3. Responses

HTTP Code Description Schema

200

successful operation

DistributionResponse

1.9.4. Consumes

  • application/json

  • application/xml

1.9.5. Produces

  • application/json

  • application/xml

1.9.6. Tags

  • consumption

1.10. Profil Abone Grup Çarpan Katsayı Rest Servisi

GET /consumption/distribution-profile

1.10.1. Description

Dağıtım bölgelerindeki profil abone gruplarının çarpan katsayı rest servisidir.

1.10.2. Parameters

Type Name Description Schema Default

Query

distributionId
required

Distribution region ID

integer(int64)

Query

meterReadingType
required

Reading type ID information of the meter

integer(int64)

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

Query

subscriberProfileGroup
required

Profile subscriber group ID

integer(int64)

1.10.3. Responses

HTTP Code Description Schema

200

successful operation

DistributionProfileResponse

1.10.4. Consumes

  • application/json

  • application/xml

1.10.5. Produces

  • application/json

  • application/xml

1.10.6. Tags

  • consumption

1.11. Profil Abone Grubuna Göre Serbest Tüketici Sayısı Rest Servisi

GET /consumption/eligible-consumer-quantity

1.11.1. Description

Profil Abone Grubuna Göre Serbest tüketici hakkını kullanan serbest tüketicilerin aylık toplam sayısını dönen bilgidir.

1.11.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.11.3. Responses

HTTP Code Description Schema

200

successful operation

EligibleConsumerQuantityResponse

1.11.4. Consumes

  • application/json

  • application/xml

1.11.5. Produces

  • application/json

  • application/xml

1.11.6. Tags

  • consumption

1.12. Consumer Quantity Listing Service

GET /consumption/get-consumer-quantity

1.12.1. Description

The breakdown of consumer numbers by consumer type and consumer profile groups is shown monthly based on province.

1.12.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

Query

profileGroupId
optional

Profile ID Information.-1:All 22: Lighting , 23: Household , 24: Industry , 25: Irrigation , 26: Commercial , 27: Other

integer(int64)

Query

provinceId
optional

Province ID Information. Add zero to the plate code. Example : Ankara 60 , Tokat 600 .Except {340 IST.Asia , 341 IST.Europe}

integer(int64)

1.12.3. Responses

HTTP Code Description Schema

200

successful operation

ConsumerQuantityResponse

1.12.4. Consumes

  • application/json

  • application/xml

1.12.5. Produces

  • application/json

  • application/xml

1.12.6. Tags

  • consumption

1.13. Consumption Quantity Listing Service

GET /consumption/get-consumption-quantity

1.13.1. Description

The breakdown of Concumption Quantities by consumer type and consumer profile groups is shown monthly based on province.

1.13.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

Query

profileGroupId
optional

Profile ID Information.-1:All 22: Lighting , 23: Household , 24: Industry , 25: Irrigation , 26: Commercial , 27: Other

integer(int64)

Query

provinceId
optional

Province ID Information. Add zero to the plate code. Example : Ankara 60 , Tokat 600 .Except {340 IST.Asia , 341 IST.Europe}

integer(int64)

1.13.3. Responses

HTTP Code Description Schema

200

successful operation

ConsumptionQuantityResponse

1.13.4. Consumes

  • application/json

  • application/xml

1.13.5. Produces

  • application/json

  • application/xml

1.13.6. Tags

  • consumption

1.14. Distrubiton Company Listing Service

GET /consumption/get-distribution-company

1.14.1. Description

Distrubiton Company Listing Service

1.14.2. Responses

HTTP Code Description Schema

200

successful operation

DistributionCompanyListResponse

1.14.3. Consumes

  • application/json

  • application/xml

1.14.4. Produces

  • application/json

  • application/xml

1.14.5. Tags

  • consumption

1.15. Percental Consumption Information Listing Service

GET /consumption/get-percentage-of-consumption-information

1.15.1. Description

It includes the Percentage Breakdown of Actual Consumption by Province and Profile Group. The data is provided from the distribution companies.

1.15.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

Query

provinceId
optional

Province ID Information. Add zero to the plate code. Example : Ankara 60 , Tokat 600 .Except {340 IST.Asia , 341 IST.Europe}

integer(int64)

1.15.3. Responses

HTTP Code Description Schema

200

successful operation

PercentalConsumptionInformationResponse

1.15.4. Consumes

  • application/json

  • application/xml

1.15.5. Produces

  • application/json

  • application/xml

1.15.6. Tags

  • consumption

1.16. Planned Power Outages Listing Service

GET /consumption/get-planned-outage

1.16.1. Description

This is the screen where the planned cutting information is presented.

1.16.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

Query

distributionCompanyId
optional

Distribution Company Id

integer(int64)

Query

provinceId
optional

Province ID Information. Add zero to the plate code. Example : Ankara 60 , Tokat 600 .Except {340 IST.Asia , 341 IST.Europe}

integer(int64)

1.16.3. Responses

HTTP Code Description Schema

200

successful operation

PowerOutageResponse

1.16.4. Consumes

  • application/json

  • application/xml

1.16.5. Produces

  • application/json

  • application/xml

1.16.6. Tags

  • consumption

1.17. Unplanned Power Outages Listing Service

GET /consumption/get-unplanned-outage

1.17.1. Description

It is the screen where unplanned cutting informations are presented.

1.17.2. Parameters

Type Name Description Schema Default

Query

date
required

Start date information. For example: 2016-01-01

string(date-time)

Query

distributionCompanyId
optional

Distribution Company Id

integer(int64)

Query

provinceId
optional

Province ID Information. Add zero to the plate code. Example : Ankara 60 , Tokat 600 .Except {340 IST.Asia , 341 IST.Europe}

integer(int64)

1.17.3. Responses

HTTP Code Description Schema

200

successful operation

PowerOutageResponse

1.17.4. Consumes

  • application/json

  • application/xml

1.17.5. Produces

  • application/json

  • application/xml

1.17.6. Tags

  • consumption

1.18. Yük Tahmin Planı

GET /consumption/load-estimation-plan

1.18.1. Description

Yük Tahmin Planı servisi

1.18.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.18.3. Responses

HTTP Code Description Schema

200

successful operation

LoadEstimationPlanResponse

1.18.4. Consumes

  • application/json

  • application/xml

1.18.5. Produces

  • application/json

  • application/xml

1.18.6. Tags

  • consumption

1.19. Sayaç Okuyan Kurum Rest Servisi

GET /consumption/meter-reading-company

1.19.1. Description

Sayaç okuyan kurumların listesini dönen rest servisidir.

1.19.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.19.3. Responses

HTTP Code Description Schema

200

successful operation

MeterReadingCompanyResponse

1.19.4. Consumes

  • application/json

  • application/xml

1.19.5. Produces

  • application/json

  • application/xml

1.19.6. Tags

  • consumption

1.20. Sayaç Okuma Tip Rest Servisi

GET /consumption/meter-reading-type

1.20.1. Description

Sayaç okuma tip rest servisidir.

1.20.2. Responses

HTTP Code Description Schema

200

successful operation

MeterReadingTypeResponse

1.20.3. Consumes

  • application/json

  • application/xml

1.20.4. Produces

  • application/json

  • application/xml

1.20.5. Tags

  • consumption

1.21. Real Time Generation Rest Services

GET /consumption/real-time-consumption

1.21.1. Description

Real Time Generation Rest Services

1.21.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.21.3. Responses

HTTP Code Description Schema

200

successful operation

HourlyConsumptionResponse

1.21.4. Consumes

  • application/json

  • application/xml

1.21.5. Produces

  • application/json

  • application/xml

1.21.6. Tags

  • consumption

1.22. Real Time Generation Rest Services

GET /consumption/real-time-consumption_with_period

1.22.1. Description

Real Time Generation Rest Services

1.22.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.22.3. Responses

HTTP Code Description Schema

200

successful operation

RealConsumptionResponse

1.22.4. Consumes

  • application/json

  • application/xml

1.22.5. Produces

  • application/json

  • application/xml

1.22.6. Tags

  • consumption

1.23. Profil Abone Grubuna Göre Serbest Tüketici Tüketim Miktarları Rest Servisi

GET /consumption/st

1.23.1. Description

Profil abone grubuna göre serbest tüketici tüketim tiktarları

1.23.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.23.3. Responses

HTTP Code Description Schema

200

successful operation

STResponse

1.23.4. Consumes

  • application/json

  • application/xml

1.23.5. Produces

  • application/json

  • application/xml

1.23.6. Tags

  • consumption

1.24. Profil Abone Grup

GET /consumption/subscriber-profile-group

1.24.1. Description

Dağıtım bölgelerine ait profil abone grup listesini verir.

1.24.2. Parameters

Type Name Description Schema Default

Query

distributionId
required

Distribution region ID

integer(int64)

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.24.3. Responses

HTTP Code Description Schema

200

successful operation

SubscriberProfileGroupResponse

1.24.4. Consumes

  • application/json

  • application/xml

1.24.5. Produces

  • application/json

  • application/xml

1.24.6. Tags

  • consumption

1.25. Uzlaştırmaya Esas Çekiş Miktarı

GET /consumption/swv

1.25.1. Description

Uzlaştırmaya esas çekiş miktarı rest servisidir.

1.25.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.25.3. Responses

HTTP Code Description Schema

200

successful operation

SWVResponse

1.25.4. Consumes

  • application/json

  • application/xml

1.25.5. Produces

  • application/json

  • application/xml

1.25.6. Tags

  • consumption

1.26. Serbest Tüketici Çekiş Rest Servisi

GET /consumption/swv-v2

1.26.1. Description

Serbest tüketici hakkını kullanan serbest tüketicilerin çekiş miktarı rest servisidir.

1.26.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.26.3. Responses

HTTP Code Description Schema

200

successful operation

SWVV2Response

1.26.4. Consumes

  • application/json

  • application/xml

1.26.5. Produces

  • application/json

  • application/xml

1.26.6. Tags

  • consumption

1.27. Serbest Tüketici Çekiş Rest Servisi

GET /consumption/swv-v3

1.27.1. Description

Serbest tüketici hakkını kullanan serbest tüketicilerin çekiş miktarı rest servisidir.

1.27.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.27.3. Responses

HTTP Code Description Schema

200

successful operation

SWVV2Response

1.27.4. Consumes

  • application/json

  • application/xml

1.27.5. Produces

  • application/json

  • application/xml

1.27.6. Tags

  • consumption

1.28. Tedarik Yükümlülüğü Kapsamındaki UEÇM Miktarı

GET /consumption/under-supply-liability-consumption

1.28.1. Description

Tedarik Yükümlülüğü Kapsamındaki UEÇM Miktarı

1.28.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.28.3. Responses

HTTP Code Description Schema

200

successful operation

UnderSupplyLiabilityConsumption

1.28.4. Consumes

  • application/json

  • application/xml

1.28.5. Produces

  • application/json

  • application/xml

1.28.6. Tags

  • consumption

1.29. Dam occupancy

GET /dam/get-active-fullness

1.29.1. Description

Dam occupancy

1.29.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

Query

damName
optional

Dam name, write 'ALL' for all to come.

string

1.29.3. Responses

HTTP Code Description Schema

200

successful operation

ActiveFullnessResponse

1.29.4. Consumes

  • application/json

  • application/xml

1.29.5. Produces

  • application/json

  • application/xml

1.29.6. Tags

  • dam

1.30. Active Volume

GET /dam/get-active-volume

1.30.1. Description

Active Volume

1.30.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

Query

damName
optional

Dam name, write 'ALL' for all to come.

string

1.30.3. Responses

HTTP Code Description Schema

200

successful operation

ActiveVolumeResponse

1.30.4. Consumes

  • application/json

  • application/xml

1.30.5. Produces

  • application/json

  • application/xml

1.30.6. Tags

  • dam

1.31. Basin Name List

GET /dam/get-basin-list

1.31.1. Description

Basin Name List

1.31.2. Responses

HTTP Code Description Schema

200

successful operation

BasinDamListResponse

1.31.3. Consumes

  • application/json

  • application/xml

1.31.4. Produces

  • application/json

  • application/xml

1.31.5. Tags

  • dam

1.32. Dam Daily Measurement Values. Contains Daily Height, Daily Volume and Energy Equivalent Information of Water.

GET /dam/get-daily-measurement

1.32.1. Description

Dam Daily Measurement Values. Contains Daily Height, Daily Volume and Energy Equivalent Information of Water.

1.32.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

Query

damName
optional

Dam name, write 'ALL' for all to come.

string

1.32.3. Responses

HTTP Code Description Schema

200

successful operation

DamDailyMeasurementResponse

1.32.4. Consumes

  • application/json

  • application/xml

1.32.5. Produces

  • application/json

  • application/xml

1.32.6. Tags

  • dam

1.33. DAM Summary Services

GET /dam/get-daily-summary

1.33.1. Description

DAM Summary Services

1.33.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

Query

damName
optional

Dam name, write 'ALL' for all to come.

string

1.33.3. Responses

HTTP Code Description Schema

200

successful operation

DamDailyMeasurementResponse

1.33.4. Consumes

  • application/json

  • application/xml

1.33.5. Produces

  • application/json

  • application/xml

1.33.6. Tags

  • dam

1.34. Dam Information Service

GET /dam/get-dam-data

1.34.1. Description

Dam Information Service

1.34.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

Query

damName
optional

Dam name, write 'ALL' for all to come.

string

1.34.3. Responses

HTTP Code Description Schema

200

successful operation

DamDataResponse

1.34.4. Consumes

  • application/json

  • application/xml

1.34.5. Produces

  • application/json

  • application/xml

1.34.6. Tags

  • dam

1.35. Dam Name List

GET /dam/get-dam-list

1.35.1. Description

Dam Name List

1.35.2. Parameters

Type Name Description Schema Default

Query

basinName
optional

Basin name, write 'ALL' for all to come.

string

1.35.3. Responses

HTTP Code Description Schema

200

successful operation

BasinDamListResponse

1.35.4. Consumes

  • application/json

  • application/xml

1.35.5. Produces

  • application/json

  • application/xml

1.35.6. Tags

  • dam

1.36. GÖP Blok Rest Servisi

GET /market/amount-of-block

1.36.1. Description

GÖP sunulmuş blok tekliflerin detay rest servisidir.

1.36.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.36.3. Responses

HTTP Code Description Schema

200

successful operation

AmountOfBlockResponse

1.36.4. Consumes

  • application/json

  • application/xml

1.36.5. Produces

  • application/json

  • application/xml

1.36.6. Tags

  • market

1.37. All Ancilliary Services

GET /market/ancillary-services-all

1.37.1. Description

All Ancilliary Services

1.37.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.37.3. Responses

HTTP Code Description Schema

200

successful operation

AncillaryServicesResponse

1.37.4. Consumes

  • application/json

  • application/xml

1.37.5. Produces

  • application/json

  • application/xml

1.37.6. Tags

  • market

1.38. Azami Uzlaştırma Fiyatı (AUF) Rest Servisi

GET /market/auf

1.38.1. Description

Azami Uzlaştırma Fiyatı (AUF) bilgilerini dönen rest servisidir.

1.38.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.38.3. Responses

HTTP Code Description Schema

200

successful operation

AufResponse

1.38.4. Consumes

  • application/json

  • application/xml

1.38.5. Produces

  • application/json

  • application/xml

1.38.6. Tags

  • market

1.39. İkili Anlaşma Rest Servisi

GET /market/bilateral-contract

1.39.1. Description

İkili anlaşmaların toplam bilgilerini dönen rest servisidir.

1.39.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.39.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractResponse

1.39.4. Consumes

  • application/json

  • application/xml

1.39.5. Produces

  • application/json

  • application/xml

1.39.6. Tags

  • market

1.40. İkili Anlaşma Alış-Satış Servisi

GET /market/bilateral-contract-all

1.40.1. Description

Seçilen tarihteki firmaların toplam alış ve satış değerlerini dönen servisdir.

1.40.2. Parameters

Type Name Description Schema Default

Query

eic
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

1.40.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractAllResponse

1.40.4. Consumes

  • application/json

  • application/xml

1.40.5. Produces

  • application/json

  • application/xml

1.40.6. Tags

  • market

1.41. İkili Anlaşma Alış Rest Servisi

GET /market/bilateral-contract-buy

1.41.1. Description

Katılımcı bazında yapılmış alış yönünde ikili anlaşma miktar bilgisini dönen rest servisidir.

1.41.2. Parameters

Type Name Description Schema Default

Query

eic
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.41.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractBuyResponse

1.41.4. Consumes

  • application/json

  • application/xml

1.41.5. Produces

  • application/json

  • application/xml

1.41.6. Tags

  • market

1.42. İkili Anlaşma Satış Rest Servisi

GET /market/bilateral-contract-sell

1.42.1. Description

Katılımcı bazında yapılmış satış yönünde ikili anlaşma miktar bilgisini dönen rest servisidir.

1.42.2. Parameters

Type Name Description Schema Default

Query

eic
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.42.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractSellResponse

1.42.4. Consumes

  • application/json

  • application/xml

1.42.5. Produces

  • application/json

  • application/xml

1.42.6. Tags

  • market

1.43. DGP Talimat Rest Servisi

GET /market/bpm-order-summary

1.43.1. Description

Dengeleme güç piyasasında verlmiş olunan talimatların özet bilgisini dönen rest servisdir.

1.43.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.43.3. Responses

HTTP Code Description Schema

200

successful operation

BPMOrderSummaryResponse

1.43.4. Consumes

  • application/json

  • application/xml

1.43.5. Produces

  • application/json

  • application/xml

1.43.6. Tags

  • market

1.44. GÖP Fark Tutarı Rest Servisi

GET /market/day-ahead-diff-funds

1.44.1. Description

GÖP’sında oluşan fark tutarı bilgisini dönen rest servisdir.

1.44.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.44.3. Responses

HTTP Code Description Schema

200

successful operation

DiffFundsResponse

1.44.4. Consumes

  • application/json

  • application/xml

1.44.5. Produces

  • application/json

  • application/xml

1.44.6. Tags

  • market

1.45. GÖP Kesinleşmemiş PTF Rest Servisi

GET /market/day-ahead-interim-mcp

1.45.1. Description

GÖP’daki kesinleşmemiş PTF bilgisini dönen rest servisdir.

1.45.2. Parameters

Type Name Description Schema Default

Query

date
required

Date.For example: 2016-01-01

string(date-time)

1.45.3. Responses

HTTP Code Description Schema

200

successful operation

InterimMCPResponse

1.45.4. Consumes

  • application/json

  • application/xml

1.45.5. Produces

  • application/json

  • application/xml

1.45.6. Tags

  • market

1.46. GÖP İşlem Tutarı Toplam Rest Servisi

GET /market/day-ahead-market-income-summary

1.46.1. Description

Gün öncesi piyasasında gerçekleşmiş işlem tutarlarıının toplamını dönen servisdir.

1.46.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.46.3. Responses

HTTP Code Description Schema

200

successful operation

DAMIncomeResponse

1.46.4. Consumes

  • application/json

  • application/xml

1.46.5. Produces

  • application/json

  • application/xml

1.46.6. Tags

  • market

1.47. GÖP Hacim Rest Servisi

GET /market/day-ahead-market-trade-volume

1.47.1. Description

GÖP gerçeklemiş olunan ticaret tutarlarının sunulduğu rest servisidir.

1.47.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.47.3. Responses

HTTP Code Description Schema

200

successful operation

DayAheadMarketTradeVolumeResponse

1.47.4. Consumes

  • application/json

  • application/xml

1.47.5. Produces

  • application/json

  • application/xml

1.47.6. Tags

  • market

1.48. Gün Öncesi Piyasası Eşleşme Miktar Rest Servisi

GET /market/day-ahead-market-volume

1.48.1. Description

Gün öncesi piyasasına sunulmuş tekliflerin özet bilgisini dönen rest servisidir.

1.48.2. Parameters

Type Name Description Schema Default

Query

eic
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.48.3. Responses

HTTP Code Description Schema

200

successful operation

DayAheadMarketVolumeResponse

1.48.4. Consumes

  • application/json

  • application/xml

1.48.5. Produces

  • application/json

  • application/xml

1.48.6. Tags

  • market

1.49. GÖP Eşleşme Miktarı Aritmetik Ortalama Rest Servisi

GET /market/day-ahead-market-volume-summary

1.49.1. Description

Gün öncesi piyasasında gerçekleşmiş eşleşme miktarlarının seçilen perioda göre toplam miktarını dönen servisdir.

1.49.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.49.3. Responses

HTTP Code Description Schema

200

successful operation

DAMVolumeResponse

1.49.4. Consumes

  • application/json

  • application/xml

1.49.5. Produces

  • application/json

  • application/xml

1.49.6. Tags

  • market

1.50. Piyasa Takas Fiyat Rest Servisi

GET /market/day-ahead-mcp

1.50.1. Description

Gün öncesi piyasasında oluşan takas fiyatının yayınlandığı rest servisdir.

1.50.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.50.3. Responses

HTTP Code Description Schema

200

successful operation

DayAheadMCPResponse

1.50.4. Consumes

  • application/json

  • application/xml

1.50.5. Produces

  • application/json

  • application/xml

1.50.6. Tags

  • market

1.51. Balance Responsible Group Imbalance Quantity Rest Service

GET /market/dsg-imbalance-quantity

1.51.1. Description

Balance Responsible Group Imbalance Quantity Rest Service

1.51.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

organizationId
optional

DST Organization Id. Org List can be fetch from the rest service named: dsg-imbalance-quantity-orgaization-list

integer(int64)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.51.3. Responses

HTTP Code Description Schema

200

successful operation

DsgImbalanceQuantityResponse

1.51.4. Consumes

  • application/json

  • application/xml

1.51.5. Produces

  • application/json

  • application/xml

1.51.6. Tags

  • market

1.52. Balance Responsible Group Imbalance Quantity Rest Service

GET /market/dsg-imbalance-quantity-orgaization-list

1.52.1. Description

Balance Responsible Group Imbalance Quantity Rest Service

1.52.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.52.3. Responses

HTTP Code Description Schema

200

successful operation

DsgImbalanceQuantityOrgListResponse

1.52.4. Consumes

  • application/json

  • application/xml

1.52.5. Produces

  • application/json

  • application/xml

1.52.6. Tags

  • market

1.53. Enerji Dengesizlik Rest Servisi

GET /market/energy-imbalance-hourly

1.53.1. Description

Dengeden sorumlu grupların oluşturmuş olduğu enerji dengesizlik miktarı ve tutarlarını dönen rest servisdir.

1.53.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.53.3. Responses

HTTP Code Description Schema

200

successful operation

EnergyImbalanceResponse

1.53.4. Consumes

  • application/json

  • application/xml

1.53.5. Produces

  • application/json

  • application/xml

1.53.6. Tags

  • market

1.54. AylıkEnerji Dengesizlik Rest Servisi

GET /market/energy-imbalance-monthly

1.54.1. Description

Dengeden sorumlu grupların oluşturmuş olduğu aylık enerji dengesizlik miktarı ve tutarlarını dönen rest servisdir.

1.54.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.54.3. Responses

HTTP Code Description Schema

200

successful operation

EnergyImbalanceResponse

1.54.4. Consumes

  • application/json

  • application/xml

1.54.5. Produces

  • application/json

  • application/xml

1.54.6. Tags

  • market

1.55. Flexible Buying and Selling Order Quantities

GET /market/flexible-offer-amount

1.55.1. Description

Flexible Bid Quantities

1.55.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.55.3. Responses

HTTP Code Description Schema

200

successful operation

DAMFlexibleOfferWithBuySellInfoResponse

1.55.4. Consumes

  • application/json

  • application/xml

1.55.5. Produces

  • application/json

  • application/xml

1.55.6. Tags

  • market

1.56. Flexible Buying and Selling Order Quantities

GET /market/flexible-offer-amount-hourly

1.56.1. Description

Flexible Bid Quantities

1.56.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.56.3. Responses

HTTP Code Description Schema

200

successful operation

DAMFlexibleOfferWithBuySellHourlyInfoResponse

1.56.4. Consumes

  • application/json

  • application/xml

1.56.5. Produces

  • application/json

  • application/xml

1.56.6. Tags

  • market

1.57. Dengesizlik Tutar Rest Servisi

GET /market/imbalance-amount

1.57.1. Description

Saatlik dengesizlik tutarını dönen rest servisidir.

1.57.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.57.3. Responses

HTTP Code Description Schema

200

successful operation

ImbalanceAmountResponse

1.57.4. Consumes

  • application/json

  • application/xml

1.57.5. Produces

  • application/json

  • application/xml

1.57.6. Tags

  • market

1.58. Dengesizlik Miktar Rest Servisi

GET /market/imbalance-quantity

1.58.1. Description

Saatlik dengesizlik miktarını dönen rest servisidir.

1.58.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.58.3. Responses

HTTP Code Description Schema

200

successful operation

ImbalanceQuantityResponse

1.58.4. Consumes

  • application/json

  • application/xml

1.58.5. Produces

  • application/json

  • application/xml

1.58.6. Tags

  • market

1.59. GİP Ağırlıklı Ortalama Fiyat Rest Servisi

GET /market/intra-day-aof

1.59.1. Description

Gün içi piyasasında gerçekleşen eşleşmelerin saatlik ağırlıklı ortalama fiyatının dönen rest servisidir.

1.59.2. Parameters

Type Name Description Schema Default

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

1.59.3. Responses

HTTP Code Description Schema

200

successful operation

IntradayAofResponse

1.59.4. Consumes

  • application/json

  • application/xml

1.59.5. Produces

  • application/json

  • application/xml

1.59.6. Tags

  • market

1.60. GİP AOF Aritmetik Ortalama Rest Servisi

GET /market/intra-day-aof-average

1.60.1. Description

Gün içi piyasasında gerçekleşen eşleşmelerin saatlik ağırlıklı ortalama fiyatlarının dönemsel aritmetik ortalama fiyatını dönen servisdir.

1.60.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.60.3. Responses

HTTP Code Description Schema

200

successful operation

IntradayAofAverangeResponse

1.60.4. Consumes

  • application/json

  • application/xml

1.60.5. Produces

  • application/json

  • application/xml

1.60.6. Tags

  • market

1.61. GİP İşlem Hacmi Rest Servisi

GET /market/intra-day-income

1.61.1. Description

Güniçi piyasasındaki işlem tutarlarını dönen rest servisidir.

1.61.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.61.3. Responses

HTTP Code Description Schema

200

successful operation

IDMIncomeResponse

1.61.4. Consumes

  • application/json

  • application/xml

1.61.5. Produces

  • application/json

  • application/xml

1.61.6. Tags

  • market

1.62. GİP İşlem Tutarı Toplam Rest Servisi

GET /market/intra-day-income-summary

1.62.1. Description

Gün içi piyasasında gerçekleşmiş işlem tutarlarıının toplamını dönen servisdir.

1.62.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.62.3. Responses

HTTP Code Description Schema

200

successful operation

IDMIncomeSummaryResponse

1.62.4. Consumes

  • application/json

  • application/xml

1.62.5. Produces

  • application/json

  • application/xml

1.62.6. Tags

  • market

1.63. Güniçi Piyasası Teklif Edilen ve Eşleşme Fiyatlarının minimum ve maksimum değerleri

GET /market/intra-day-min-max-price

1.63.1. Description

Güniçi Piyasası Teklif Edilen ve Eşleşme Fiyatlarının minimum ve maksimum değerleri

1.63.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

offerType
optional

Güniçi Piyasası Teklif Tipi

enum (HOURLY, BLOCK)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.63.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDayMinMaxPriceResponse

1.63.4. Consumes

  • application/json

  • application/xml

1.63.5. Produces

  • application/json

  • application/xml

1.63.6. Tags

  • market

1.64. Güniçi Piyasası Teklif Edilen Miktar(Saatlik)

GET /market/intra-day-quantity

1.64.1. Description

Güniçi piyasasına sunulmuş saatlik ve blok tekliflerin saatlik detayda ki teklif miktlarını dönen servisdir.

1.64.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.64.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDayOfferQuantityResponse

1.64.4. Consumes

  • application/json

  • application/xml

1.64.5. Produces

  • application/json

  • application/xml

1.64.6. Tags

  • market

1.65. Gün İçi Piyasası Özet Servisi

GET /market/intra-day-summary

1.65.1. Description

Gün İçi Piyasasına ait özet bilgileri içerir

1.65.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

offerType
optional

Güniçi Piyasası Teklif Tipi

enum (HOURLY, BLOCK)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.65.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDaySummaryResponse

1.65.4. Consumes

  • application/json

  • application/xml

1.65.5. Produces

  • application/json

  • application/xml

1.65.6. Tags

  • market

1.66. GİP Eşleşme Bilgisi Rest Servisi

GET /market/intra-day-trade-history

1.66.1. Description

Güniçi piyasasındaki eşleşmelerin detaylarını dönen rest servisidir.

1.66.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.66.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDayTradeHistoryResponse

1.66.4. Consumes

  • application/json

  • application/xml

1.66.5. Produces

  • application/json

  • application/xml

1.66.6. Tags

  • market

1.67. Güniçi Piyasası Saatlik Eşleşme Miktar Servisi

GET /market/intra-day-volume

1.67.1. Description

Güniçi piyasasında kabul edilmiş saatlik ve blok eşleşmelerin saatlik detaydaki eşleşme miktarlarını dönemktedir.

1.67.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.67.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDayMatchDetailResponse

1.67.4. Consumes

  • application/json

  • application/xml

1.67.5. Produces

  • application/json

  • application/xml

1.67.6. Tags

  • market

1.68. GİP Eşleşme Miktarı Toplam Rest Servisi

GET /market/intra-day-volume-summary

1.68.1. Description

Gün içi piyasasında gerçekleşmiş eşleşme miktarlarının dönemsel toplam miktarının dönen servisdir.

1.68.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.68.3. Responses

HTTP Code Description Schema

200

successful operation

IDMVolumeResponse

1.68.4. Consumes

  • application/json

  • application/xml

1.68.5. Produces

  • application/json

  • application/xml

1.68.6. Tags

  • market

1.69. Güniçi Piyasası Saatlik Eşleşme Miktar Servisi

GET /market/intra-day-volume-v2

1.69.1. Description

Güniçi piyasasında kabul edilmiş saatlik ve blok eşleşmelerin saatlik detaydaki eşleşme miktarlarını dönemktedir.

1.69.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.69.3. Responses

HTTP Code Description Schema

200

successful operation

IntraDayMatchDetailResponse

1.69.4. Consumes

  • application/json

  • application/xml

1.69.5. Produces

  • application/json

  • application/xml

1.69.6. Tags

  • market

1.70. Market Participants Report

GET /market/market-participants

1.70.1. Description

Market Participants Report

1.70.2. Parameters

Type Name Description Schema Default

Query

eic
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

1.70.3. Responses

HTTP Code Description Schema

200

successful operation

MarketParticipantResponse

1.70.4. Consumes

  • application/json

  • application/xml

1.70.5. Produces

  • application/json

  • application/xml

1.70.6. Tags

  • market

1.71. Elektrik Piyasalarının Hacim Bilgisi Rest Servisi

GET /market/market-volume

1.71.1. Description

Elektrik piyasalarında (GÖP,GİP,DGP ,İA) gerçekleşmiş ticaret miktarının bilgisini dönen rest servisdir.

1.71.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.71.3. Responses

HTTP Code Description Schema

200

successful operation

MarketVolumeResponse

1.71.4. Consumes

  • application/json

  • application/xml

1.71.5. Produces

  • application/json

  • application/xml

1.71.6. Tags

  • market

1.72. GÖP Takas Fiyatı Aritmetik Ortalama Rest Servisi

GET /market/mcp-average

1.72.1. Description

Piyasa takas fiyatının seçilen perioda göre aritmek ortalamasını dönen servisdir.

1.72.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.72.3. Responses

HTTP Code Description Schema

200

successful operation

DayAheadMCPAritmeticAverageResponse

1.72.4. Consumes

  • application/json

  • application/xml

1.72.5. Produces

  • application/json

  • application/xml

1.72.6. Tags

  • market

1.73. PTF-SMF Listeleme Servisi

GET /market/mcp-smp

1.73.1. Description

PTF-SMF Listeleme Servisi

1.73.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.73.3. Responses

HTTP Code Description Schema

200

successful operation

McpSmpResponse

1.73.4. Consumes

  • application/json

  • application/xml

1.73.5. Produces

  • application/json

  • application/xml

1.73.6. Tags

  • market

1.74. Lisans Tipine Göre Katılımcı Rest Servisi

GET /market/participant

1.74.1. Description

EPİAŞ sistemine kayıtlı katılımcıların lisans tipine göre sayısını dönen rest servisidir.

1.74.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.74.3. Responses

HTTP Code Description Schema

200

successful operation

ParticipantResponse

1.74.4. Consumes

  • application/json

  • application/xml

1.74.5. Produces

  • application/json

  • application/xml

1.74.6. Tags

  • market

1.75. Primary Frequency Capacity Amount

GET /market/pfc-amount

1.75.1. Description

Primary Frequency Capacity Amount

1.75.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.75.3. Responses

HTTP Code Description Schema

200

successful operation

PfcAmountResponse

1.75.4. Consumes

  • application/json

  • application/xml

1.75.5. Produces

  • application/json

  • application/xml

1.75.6. Tags

  • market

1.76. Primary Frequency Capacity Price Rest Service

GET /market/pfc-price

1.76.1. Description

Primary Frequency Capacity Price Rest Service

1.76.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.76.3. Responses

HTTP Code Description Schema

200

successful operation

PfcPriceResponse

1.76.4. Consumes

  • application/json

  • application/xml

1.76.5. Produces

  • application/json

  • application/xml

1.76.6. Tags

  • market

1.77. Secondary Frequency Capacity Amount

GET /market/sfc-amount

1.77.1. Description

Secondary Frequency Capacity Amount

1.77.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.77.3. Responses

HTTP Code Description Schema

200

successful operation

SfcPriceResponse

1.77.4. Consumes

  • application/json

  • application/xml

1.77.5. Produces

  • application/json

  • application/xml

1.77.6. Tags

  • market

1.78. Secondary Frequency Capacity Price Rest Service

GET /market/sfc-price

1.78.1. Description

Secondary Frequency Capacity Price Rest Service

1.78.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.78.3. Responses

HTTP Code Description Schema

200

successful operation

SfcPriceResponse

1.78.4. Consumes

  • application/json

  • application/xml

1.78.5. Produces

  • application/json

  • application/xml

1.78.6. Tags

  • market

1.79. SMF Rest Servisi

GET /market/smp

1.79.1. Description

Dengelem güç piyasasında oluşan sistem marjinal fiyat rest servisidir.

1.79.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.79.3. Responses

HTTP Code Description Schema

200

successful operation

SMPResponse

1.79.4. Consumes

  • application/json

  • application/xml

1.79.5. Produces

  • application/json

  • application/xml

1.79.6. Tags

  • market

1.80. DGP Sistem Marjinal Fiyatı Aritmetik Ortalama Rest Servisi

GET /market/smp-average

1.80.1. Description

DGP SMF seçilen perioda göre aritmek ortalamasını dönen servisdir.

1.80.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.80.3. Responses

HTTP Code Description Schema

200

successful operation

BPMSmpResponse

1.80.4. Consumes

  • application/json

  • application/xml

1.80.5. Produces

  • application/json

  • application/xml

1.80.6. Tags

  • market

1.81. Arz-Talep Eğrisi Rest Servisi

GET /market/supply-demand-curve

1.81.1. Description

GÖP’sına sunulmuş tekliflere göre arz-talep eğrisini dönen rest servisdir.

1.81.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.81.3. Responses

HTTP Code Description Schema

200

successful operation

SupplyDemandResponse

1.81.4. Consumes

  • application/json

  • application/xml

1.81.5. Produces

  • application/json

  • application/xml

1.81.6. Tags

  • market

1.82. Arz-Talep Eğrisi Rest Servisi (Saatlik)

GET /market/supply-demand-curve-hour

1.82.1. Description

GÖP’sına sunulmuş tekliflere göre arz-talep eğrisini dönen rest servisdir.

1.82.2. Parameters

Type Name Description Schema Default

Query

hour
required

İlgili değerin geçerli olduğu tarihi bilgisi. Örn:2016-01-01T00:00

string(date-time)

1.82.3. Responses

HTTP Code Description Schema

200

successful operation

SupplyDemandResponse

1.82.4. Consumes

  • application/json

  • application/xml

1.82.5. Produces

  • application/json

  • application/xml

1.82.6. Tags

  • market

1.83. Last Conciliation Period Rest Service

GET /mobile/final-conciliation-period

1.83.1. Description

Returns the maximum date value covered by the conciliation period.(Example:If the conciliation period is 01/10/2019 00:00:00,will return the value 31/10/2019 23:59:59)

1.83.2. Responses

HTTP Code Description Schema

200

successful operation

UserTopicResponse

1.83.3. Consumes

  • application/json

  • application/xml

1.83.4. Produces

  • application/json

  • application/xml

1.83.5. Tags

  • mobile

1.84. Mobil Uygulama Topic Listeleme

GET /mobile/topics

1.84.1. Description

{MOBILE_TOPICS_LIST_NOTES}

1.1. Responses

HTTP Code Description Schema

200

successful operation

MobileTopicResponse

1.2. Consumes

  • application/json

  • application/xml

1.3. Produces

  • application/json

  • application/xml

1.4. Tags

  • mobile

1.5. Mobil Uygulama Kullanıcı Topic Listeleme

GET /mobile/user-topics

1.5.1. Description

Mobil Uygulama Kullanıcı Topic Listeleme Servisi

1.5.2. Parameters

Type Name Description Schema Default

Query

uid
optional

string

1.5.3. Responses

HTTP Code Description Schema

200

successful operation

UserTopicResponse

1.5.4. Consumes

  • application/json

  • application/xml

1.5.5. Produces

  • application/json

  • application/xml

1.5.6. Tags

  • mobile

1.6. Emre Amade Kapasite Rest Servisi

GET /production/aic

1.6.1. Description

Emre amade kapasite için sunulmuş değerleri dönen rest servisidir.

1.6.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

organizationEIC
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

uevcbEIC
optional

UEVÇB EIC bilgisi . Örn:40W0000000001960

string

1.6.3. Responses

HTTP Code Description Schema

200

successful operation

AicResponse

1.6.4. Consumes

  • application/json

  • application/xml

1.6.5. Produces

  • application/json

  • application/xml

1.6.6. Tags

  • production

1.7. Kesinleşmiş Günlük Üretim Rest Servisi

GET /production/dpp

1.7.1. Description

DGPYS’e bildirim yapmış olan UEVÇB’lerin kesinleşmiş günlük üretim planını veren rest servisdir.

1.7.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

organizationEIC
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

uevcbEIC
optional

UEVÇB EIC bilgisi . Örn:40W0000000001960

string

1.7.3. Responses

HTTP Code Description Schema

200

successful operation

DPPResponse

1.7.4. Consumes

  • application/json

  • application/xml

1.7.5. Produces

  • application/json

  • application/xml

1.7.6. Tags

  • production

1.8. KGÜP UEVÇB Rest Servisi

GET /production/dpp-injection-unit-name

1.8.1. Description

KGÜP girebilecek olan organizasyonların UEVÇB listesini dönen rest servisdir.

1.8.2. Parameters

Type Name Description Schema Default

Query

organizationEIC
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

1.8.3. Responses

HTTP Code Description Schema

200

successful operation

DppInjectionUnitnameResponse

1.8.4. Consumes

  • application/json

  • application/xml

1.8.5. Produces

  • application/json

  • application/xml

1.8.6. Tags

  • production

1.9. KGÜP Organizasyon Rest Servisi

GET /production/dpp-organization

1.9.1. Description

KGÜP girebilecek olan organizasyonların listesini dönen rest servisdir.

1.9.2. Parameters

Type Name Description Schema Default

Query

organizationName
optional

Organization name info (You must enter a minimum of 3 characters to search by name).

string

1.9.3. Responses

HTTP Code Description Schema

200

successful operation

OrganizationResponse

1.9.4. Consumes

  • application/json

  • application/xml

1.9.5. Produces

  • application/json

  • application/xml

1.9.6. Tags

  • production

1.10. Toplam Kesinleşmiş Günlük Üretim Planı Rest Servisi

GET /production/final-dpp

1.10.1. Description

Saatlik bazda toplam kesinleşmiş günlük üretim planı rest servisidir.

1.10.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.10.3. Responses

HTTP Code Description Schema

200

successful operation

FinalDPPResponse

1.10.4. Consumes

  • application/json

  • application/xml

1.10.5. Produces

  • application/json

  • application/xml

1.10.6. Tags

  • production

1.11. GDDK Tutarı Rest Servisi

GET /production/gddk-amount

1.11.1. Description

Geriye dönük düzeltme kalemine ait değerleri dönen rest servisdir.

1.11.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.11.3. Responses

HTTP Code Description Schema

200

successful operation

GDDKAmountResponse

1.11.4. Consumes

  • application/json

  • application/xml

1.11.5. Produces

  • application/json

  • application/xml

1.11.6. Tags

  • production

1.12. Kurulu Güç Rest Servisi

GET /production/installed-capacity

1.12.1. Description

EPİAŞ’a kayıtlı santrallerin kurulu güç bilgisini veren rest servisdir.

1.12.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.12.3. Responses

HTTP Code Description Schema

200

successful operation

InstalledCapacityResponse

1.12.4. Consumes

  • application/json

  • application/xml

1.12.5. Produces

  • application/json

  • application/xml

1.12.6. Tags

  • production

1.13. YEKDEM Kurulu Güç Rest Servisi

GET /production/installed-capacity-of-renewable

1.13.1. Description

YEKDEM kapsamındaki santrallerin kurulu güç bilgisini veren rest servisdir.

1.13.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.13.3. Responses

HTTP Code Description Schema

200

successful operation

InstalledCapacityOfRenewableResponse

1.13.4. Consumes

  • application/json

  • application/xml

1.13.5. Produces

  • application/json

  • application/xml

1.13.6. Tags

  • production

1.14. Organizasyon Rest Servisi

GET /production/organization-with-powerplant

1.14.1. Description

Sistemde aktif olan bütün organizasyon listesini ve bağlı santral listesini döner.

1.14.2. Parameters

Type Name Description Schema Default

Query

donem
optional

Term information. For example: 2016-01-01

string(date-time)

1.14.3. Responses

HTTP Code Description Schema

200

successful operation

OrganizationWithPowerPlantResponse

1.14.4. Consumes

  • application/json

  • application/xml

1.14.5. Produces

  • application/json

  • application/xml

1.14.6. Tags

  • production

1.15. Santral Rest Servisi

GET /production/power-plant

1.15.1. Description

EPİAŞ sistemine kayıtlı santrallerin listesini dönen rest servisidir.

1.15.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.15.3. Responses

HTTP Code Description Schema

200

successful operation

PowerPlantResponse

1.15.4. Consumes

  • application/json

  • application/xml

1.15.5. Produces

  • application/json

  • application/xml

1.15.6. Tags

  • production

1.16. Gerçek Zamanlı Üretim Rest Servisi

GET /production/real-time-generation

1.16.1. Description

Gerçek Zamanlı Üretim Rest Servisi

1.16.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.16.3. Responses

HTTP Code Description Schema

200

successful operation

HourlyGenerationResponse

1.16.4. Consumes

  • application/json

  • application/xml

1.16.5. Produces

  • application/json

  • application/xml

1.16.6. Tags

  • production

1.17. Real Time Generation Power Plants Rest Service

GET /production/real-time-generation-power-plant-list

1.17.1. Description

List of registered Power Plants in EPİAŞ System Rest Service

1.17.2. Responses

HTTP Code Description Schema

200

successful operation

PowerPlantResponse

1.17.3. Consumes

  • application/json

  • application/xml

1.17.4. Produces

  • application/json

  • application/xml

1.17.5. Tags

  • production

1.18. Real Time Generation With Power Plant Parameter Rest Service

GET /production/real-time-generation_with_powerplant

1.18.1. Description

Real Time Generation Rest Service

1.18.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.18.3. Responses

HTTP Code Description Schema

200

successful operation

HourlyGenerationResponse

1.18.4. Consumes

  • application/json

  • application/xml

1.18.5. Produces

  • application/json

  • application/xml

1.18.6. Tags

  • production

1.19. Real Time Generation With Power Plant Parameter Rest Service

GET /production/real-time-generation_with_powerplant_and_period

1.19.1. Description

Real Time Generation Rest Service

1.19.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

source
required

Real Time Generation - Generation Source

enum (FUEL_OIL, MOTORIN, TAS_KOMUR, LINYIT, JEOTERMAL, DOGAL_GAZ, AKARSU, BARAJLI, LNG, BIYOKUTLE, ITHAL_KOMUR, ASFALTIT_KOMUR, RUZGAR, NUKLEER, GUNES, NAFTA, ULUSLARARASI, ATIKISI, ALL)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.19.3. Responses

HTTP Code Description Schema

200

successful operation

RealTimeGenerationResponse

1.19.4. Consumes

  • application/json

  • application/xml

1.19.5. Produces

  • application/json

  • application/xml

1.19.6. Tags

  • production

1.20. Real Time Generation With Power Plant Parameter Rest Service

GET /production/real-time-generation_with_powerplant_and_period-v2

1.20.1. Description

Real Time Generation Rest Service

1.20.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
optional

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

source
required

Real Time Generation - Generation Source

enum (FUEL_OIL, MOTORIN, TAS_KOMUR, LINYIT, JEOTERMAL, DOGAL_GAZ, AKARSU, BARAJLI, LNG, BIYOKUTLE, ITHAL_KOMUR, ASFALTIT_KOMUR, RUZGAR, NUKLEER, GUNES, NAFTA, ULUSLARARASI, ATIKISI, ALL)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.20.3. Responses

HTTP Code Description Schema

200

successful operation

RealTimeGenerationResponse

1.20.4. Consumes

  • application/json

  • application/xml

1.20.5. Produces

  • application/json

  • application/xml

1.20.6. Tags

  • production

1.21. Bölge Rest Servisi

GET /production/region

1.21.1. Description

Bölge bilgilerini dönen rest servisdir.

1.21.2. Responses

HTTP Code Description Schema

200

successful operation

RegionResponse

1.21.3. Consumes

  • application/json

  • application/xml

1.21.4. Produces

  • application/json

  • application/xml

1.21.5. Tags

  • production

1.22. YEKDEM Üretim Tahmini Rest Servisi

GET /production/renewable-sm-forecast

1.22.1. Description

YEKDEM kapsamında yapılmış üretim tahmini rest servisi

1.22.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.22.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMForecastResponse

1.22.4. Consumes

  • application/json

  • application/xml

1.22.5. Produces

  • application/json

  • application/xml

1.22.6. Tags

  • production

1.23. YEKDEM Dengesizlik Maliyeti Rest Servisi

GET /production/renewable-sm-imbalance-cost

1.23.1. Description

YEKDEM kapsamındaki portföyünün uzlaştırmaya esas veriş değerine göre oluşturduğu dengesizlik miktarının maliyetini veren rest servisidir.

1.23.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.23.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMImbalanceCostResponse

1.23.4. Consumes

  • application/json

  • application/xml

1.23.5. Produces

  • application/json

  • application/xml

1.23.6. Tags

  • production

1.24. YEKDEM Dengesizlik Miktarı Rest Servisi

GET /production/renewable-sm-imbalance-quantity

1.24.1. Description

YEKDEM kapsamındaki portföyünün uzlaştırmaya esas veriş değerine göre oluşturduğu dengesizlik miktarını veren rest servisdir.

1.24.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.24.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMImbalanceQuantityResponse

1.24.4. Consumes

  • application/json

  • application/xml

1.24.5. Produces

  • application/json

  • application/xml

1.24.6. Tags

  • production

1.25. (YEKDEM) Licensed Generation Amount Injection Quantity Rest Service

GET /production/renewable-sm-licensed-injection-quantity

1.25.1. Description

Power generation amount of licensed power plants within the scope of Renewable Energy Support Scheme (YEKDEM) based on settlement data.

1.25.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.25.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMLicensedInjectionQuantityResponse

1.25.4. Consumes

  • application/json

  • application/xml

1.25.5. Produces

  • application/json

  • application/xml

1.25.6. Tags

  • production

1.26. (YEKDEM) Power Plants Rest Service

GET /production/renewable-sm-licensed-power-plant-list

1.26.1. Description

The list of the registered power plants within the scope of the EPİAŞ system (YEKDEM) Rest Service

1.26.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.26.3. Responses

HTTP Code Description Schema

200

successful operation

PowerPlantResponse

1.26.4. Consumes

  • application/json

  • application/xml

1.26.5. Produces

  • application/json

  • application/xml

1.26.6. Tags

  • production

1.27. (YEKDEM) Licensed Generation Amount Real Time Generation Rest Service

GET /production/renewable-sm-licensed-real-time-generation

1.27.1. Description

Hourly power generation amount of licensed power plants within the scope of Renewable Energy Support Scheme (YEKDEM).

1.27.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.27.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMLicensedRealTimeGenerationResponse

1.27.4. Consumes

  • application/json

  • application/xml

1.27.5. Produces

  • application/json

  • application/xml

1.27.6. Tags

  • production

1.28. (YEKDEM) Licensed Generation Amount Real Time Generation With Power Plant Parameter Rest Service

GET /production/renewable-sm-licensed-real-time-generation_with_powerplant

1.28.1. Description

Hourly power generation amount of licensed power plants within the scope of Renewable Energy Support Scheme (YEKDEM).

1.28.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.28.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMLicensedRealTimeGenerationResponse

1.28.4. Consumes

  • application/json

  • application/xml

1.28.5. Produces

  • application/json

  • application/xml

1.28.6. Tags

  • production

1.29. Yekdem Portföy Geliri Rest Servisi

GET /production/renewable-sm-portfolio-income

1.29.1. Description

Yekdem kapsamındaki portföyün saatlik toplam gelirini veren rest servisdir.

1.29.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.29.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMPortfolioIncomeResponse

1.29.4. Consumes

  • application/json

  • application/xml

1.29.5. Produces

  • application/json

  • application/xml

1.29.6. Tags

  • production

1.30. YEKDEM Spot Teklif Rest Servisi

GET /production/renewable-sm-spot-order

1.30.1. Description

YEKDEM kapsamında GÖP sunulmuş teklif değerlerini veren rest servisdir.

1.30.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.30.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMSpotOrderResponse

1.30.4. Consumes

  • application/json

  • application/xml

1.30.5. Produces

  • application/json

  • application/xml

1.30.6. Tags

  • production

1.31. YEKDEM Birim Maliyet Rest Servisi

GET /production/renewable-sm-unit-cost

1.31.1. Description

Yekdem birim maliyet tutarını veren rest servisdir.

1.31.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.31.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMUnitCostResponse

1.31.4. Consumes

  • application/json

  • application/xml

1.31.5. Produces

  • application/json

  • application/xml

1.31.6. Tags

  • production

1.32. (YEKDEM) License Exempt Generation Feed-In Amount Rest Service

GET /production/renewable-unlicenced-generation-amount

1.32.1. Description

Power generation amount of unlicensed power plants within the scope of Renewable Energy Support Scheme (YEKDEM) based on settlement data.

1.32.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.32.3. Responses

HTTP Code Description Schema

200

successful operation

RenewableSMLicensedRealTimeGenerationResponse

1.32.4. Consumes

  • application/json

  • application/xml

1.32.5. Produces

  • application/json

  • application/xml

1.32.6. Tags

  • production

1.33. Yekdem Rest Servisi

GET /production/renewables-support

1.33.1. Description

Yekdem kapsamında oluşan maliyetlerini aylık toplam şeklinde dönen servisdir.

1.33.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.33.3. Responses

HTTP Code Description Schema

200

successful operation

RenewablesSupportResponse

1.33.4. Consumes

  • application/json

  • application/xml

1.33.5. Produces

  • application/json

  • application/xml

1.33.6. Tags

  • production

1.34. SBFGB Rest Service

GET /production/sbfgp

1.34.1. Description

Settlement Based Final Generation Plan

1.34.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

organizationId
optional

Organization ID info. Sample:415

integer(int32)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

uevcbId
optional

UEVÇB ID bilgisi . Örn:415

integer(int32)

1.34.3. Responses

HTTP Code Description Schema

200

successful operation

DPPResponse

1.34.4. Consumes

  • application/json

  • application/xml

1.34.5. Produces

  • application/json

  • application/xml

1.34.6. Tags

  • production

1.35. Uzlaştırmaya Esas Veriş Rest Servisi

GET /production/ssv

1.35.1. Description

Uzlaştırmaya esas veriş değerlerini dönen rest servisidir.

1.35.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.35.3. Responses

HTTP Code Description Schema

200

successful operation

SSVResponse

1.35.4. Consumes

  • application/json

  • application/xml

1.35.5. Produces

  • application/json

  • application/xml

1.35.6. Tags

  • production

1.36. UEVM Kategori Rest Servisi

GET /production/ssv-categorized

1.36.1. Description

Uzlaştırmaya esas veriş miktar bilgisini yakıt tipi bazında kırılımını veren rest servisidir.

1.36.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.36.3. Responses

HTTP Code Description Schema

200

successful operation

SSVCategorizedResponse

1.36.4. Consumes

  • application/json

  • application/xml

1.36.5. Produces

  • application/json

  • application/xml

1.36.6. Tags

  • production

1.37. UEVÇB Rest Servisi

GET /production/uevcb

1.37.1. Description

Seçil olunan santrallerin altında tanımlanmış olunan UEVÇB listesini döner

1.37.2. Parameters

Type Name Description Schema Default

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

Query

powerPlantId
required

Santral ID bilgisi .Örn:415

integer(int64)

1.37.3. Responses

HTTP Code Description Schema

200

successful operation

UevcbResponse

1.37.4. Consumes

  • application/json

  • application/xml

1.37.5. Produces

  • application/json

  • application/xml

1.37.6. Tags

  • production

1.38. Piyasa Mesaj Sistem Rest Servisi

GET /production/urgent-market-message

1.38.1. Description

Santrallerin bildirmiş oldukları arıza/bakımların listesini veren rest servisidir.

1.38.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

messageTypeId
optional

Piyasa Mesaj Sistemi Mesaj Tip ID bilgisi . Örn:0: Santral Arızası , 2: Santral Bakımı

integer(int64)

Query

organizationEIC
optional

Organizasyon EIC bilgisi . Örn:40X000000000540Y

string

Query

powerPlantId
optional

Santral ID bilgisi .Örn:415

integer(int64)

Query

regionId
required

Bölge ID bilgisi. Örn:1: Türkiye

integer(int64)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

uevcbId
optional

UEVÇB ID bilgisi . Örn:415

integer(int64)

1.38.3. Responses

HTTP Code Description Schema

200

successful operation

UrgentMarketMessageResponse

1.38.4. Consumes

  • application/json

  • application/xml

1.38.5. Produces

  • application/json

  • application/xml

1.38.6. Tags

  • production

1.39. Piyasa Mesaj Sistemi Mesaj Tip Rest Servisi

GET /production/urgent-market-message-type

1.39.1. Description

Piyasa mesaj sisteminde yayınlanan mesajların tip bilgisini dönen rest servisidir.

1.39.2. Responses

HTTP Code Description Schema

200

successful operation

UMMTypeResponse

1.39.3. Consumes

  • application/json

  • application/xml

1.39.4. Produces

  • application/json

  • application/xml

1.39.5. Tags

  • production

1.40. WPP Generation and Forecast

GET /production/wpp-generation-and-forecast

1.40.1. Description

WPP Generation and Forecast

1.40.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.40.3. Responses

HTTP Code Description Schema

200

successful operation

WPPProductionPlanResponse

1.40.4. Consumes

  • application/json

  • application/xml

1.40.5. Produces

  • application/json

  • application/xml

1.40.6. Tags

  • production

1.41. Stok Miktarı Servisi

GET /stp-transmission/actualization

1.41.1. Description

Stok Miktarı Servisi

1.41.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.41.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionActualizationResponse

1.41.4. Consumes

  • application/json

  • application/xml

1.41.5. Produces

  • application/json

  • application/xml

1.41.6. Tags

  • stp-transmission

1.42. Actualization rest service

GET /stp-transmission/actualization-input-output

1.42.1. Description

Actualization rest service

1.42.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.42.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionActualizationNewResponse

1.42.4. Consumes

  • application/json

  • application/xml

1.42.5. Produces

  • application/json

  • application/xml

1.42.6. Tags

  • stp-transmission

1.43. Capacity rest service

GET /stp-transmission/capacity

1.43.1. Description

Capacity rest service

1.43.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

pointId
optional

This value should be an id value the point listing service, if not filled, it will return daily total amounts.

integer(int64)

Query

pointType
required

Enter INPUT or OUTPUT accordingly

enum (INPUT, OUTPUT)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.43.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionCapacityResponse

1.43.4. Consumes

  • application/json

  • application/xml

1.43.5. Produces

  • application/json

  • application/xml

1.43.6. Tags

  • stp-transmission

1.44. Point listing rest service

GET /stp-transmission/capacity-point-list

1.44.1. Description

Point listing rest service

1.44.2. Parameters

Type Name Description Schema Default

Query

pointType
required

Enter INPUT or OUTPUT accordingly

enum (INPUT, OUTPUT)

1.44.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionCapacityPointListResponse

1.44.4. Consumes

  • application/json

  • application/xml

1.44.5. Produces

  • application/json

  • application/xml

1.44.6. Tags

  • stp-transmission

1.45. Taşıma Giriş Miktarı Bildirimi Servisi

GET /stp-transmission/transport

1.45.1. Description

Taşıma Giriş Miktarı Bildirimi Servisi

1.45.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.45.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionTransportResponse

1.45.4. Consumes

  • application/json

  • application/xml

1.45.5. Produces

  • application/json

  • application/xml

1.45.6. Tags

  • stp-transmission

1.46. Virtual transfer rest service

GET /stp-transmission/virtual-trade

1.46.1. Description

Virtual transfer rest service

1.46.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.46.3. Responses

HTTP Code Description Schema

200

successful operation

StpTranmissionVirtualTradeResponse

1.46.4. Consumes

  • application/json

  • application/xml

1.46.5. Produces

  • application/json

  • application/xml

1.46.6. Tags

  • stp-transmission

1.47. İlave dengeleyici işlemleri bildirim servisi

GET /stp/additional-notification

1.47.1. Description

İlave dengeleyici işlemleri bildirim servisi

1.47.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.47.3. Responses

HTTP Code Description Schema

200

successful operation

StpAdditionalNotificationResponse

1.47.4. Consumes

  • application/json

  • application/xml

1.47.5. Produces

  • application/json

  • application/xml

1.47.6. Tags

  • stp

1.48. Tahsisat verileri servisi

GET /stp/allowance

1.48.1. Description

Tahsisat verileri servisi

1.48.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.48.3. Responses

HTTP Code Description Schema

200

successful operation

StpAllowanceResponse

1.48.4. Consumes

  • application/json

  • application/xml

1.48.5. Produces

  • application/json

  • application/xml

1.48.6. Tags

  • stp

1.49. STP Dengeleyici Gaz Fiyatları Servisi

GET /stp/balancing-gas-price

1.49.1. Description

STP Dengeleyici Gaz Fiyatları Servisi

1.49.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.49.3. Responses

HTTP Code Description Schema

200

successful operation

StpBalancingGasPriceResponse

1.49.4. Consumes

  • application/json

  • application/xml

1.49.5. Produces

  • application/json

  • application/xml

1.49.6. Tags

  • stp

1.50. 2 Kodlu ilave dengeleyici işlemler servisi

GET /stp/bluecode-operation

1.50.1. Description

2 Kodlu ilave dengeleyici işlemler servisi

1.50.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.50.3. Responses

HTTP Code Description Schema

200

successful operation

StpBlueAndFourCodeResponse

1.50.4. Consumes

  • application/json

  • application/xml

1.50.5. Produces

  • application/json

  • application/xml

1.50.6. Tags

  • stp

1.51. Kontrat işlem hacim ve miktar bilgisi servisi

GET /stp/contract-amount

1.51.1. Description

Kontrat işlem hacim ve miktar bilgisi servisi

1.51.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
required

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.51.3. Responses

HTTP Code Description Schema

200

successful operation

StpContractTrandeAmountResponse

1.51.4. Consumes

  • application/json

  • application/xml

1.51.5. Produces

  • application/json

  • application/xml

1.51.6. Tags

  • stp

1.52. STP Günlük Fiyat Servisi

GET /stp/daily-price

1.52.1. Description

STP Günlük Fiyat Servisi

1.52.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.52.3. Responses

HTTP Code Description Schema

200

successful operation

StpDailyPriceResponse

1.52.4. Consumes

  • application/json

  • application/xml

1.52.5. Produces

  • application/json

  • application/xml

1.52.6. Tags

  • stp

1.53. 4 Kodlu ilave dengeleyici işlemler servisi

GET /stp/fourcode-operation

1.53.1. Description

4 Kodlu ilave dengeleyici işlemler servisi

1.53.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.53.3. Responses

HTTP Code Description Schema

200

successful operation

StpBlueAndFourCodeResponse

1.53.4. Consumes

  • application/json

  • application/xml

1.53.5. Produces

  • application/json

  • application/xml

1.53.6. Tags

  • stp

1.54. 1 Kodlu ilave dengeleyici işlemler servisi

GET /stp/greencode-operation

1.54.1. Description

1 Kodlu ilave dengeleyici işlemler servisi

1.54.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.54.3. Responses

HTTP Code Description Schema

200

successful operation

StpOrangeAndGreenCodeResponse

1.54.4. Consumes

  • application/json

  • application/xml

1.54.5. Produces

  • application/json

  • application/xml

1.54.6. Tags

  • stp

1.55. Günlük referans fiyat servisi

GET /stp/grf

1.55.1. Description

Günlük referans fiyat servisi

1.55.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
required

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.55.3. Responses

HTTP Code Description Schema

200

successful operation

StpPriceAvgResponse

1.55.4. Consumes

  • application/json

  • application/xml

1.55.5. Produces

  • application/json

  • application/xml

1.55.6. Tags

  • stp

1.56. STP Aylık Dengesizlik Miktarları Servisi

GET /stp/imbalance-monthly

1.56.1. Description

STP Aylık Dengesizlik Miktarları Servisi

1.56.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.56.3. Responses

HTTP Code Description Schema

200

successful operation

StpImbalanceResponse

1.56.4. Consumes

  • application/json

  • application/xml

1.56.5. Produces

  • application/json

  • application/xml

1.56.6. Tags

  • stp

1.57. STP Eşleşme Miktar Servisi

GET /stp/matching-quantity

1.57.1. Description

STP Eşleşme Miktar Servisi

1.57.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.57.3. Responses

HTTP Code Description Schema

200

successful operation

StpMatchingQuantityResponse

1.57.4. Consumes

  • application/json

  • application/xml

1.57.5. Produces

  • application/json

  • application/xml

1.57.6. Tags

  • stp

1.58. İlave Dengeleyici ve Toplam Eşleşme Miktar Servisi

GET /stp/matching-quantity/additional-quantity

1.58.1. Description

İlave Dengeleyici ve Toplam Eşleşme Miktar Servisi

1.58.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.58.3. Responses

HTTP Code Description Schema

200

successful operation

StpAdditionalImbalanceQuantityResponse

1.58.4. Consumes

  • application/json

  • application/xml

1.58.5. Produces

  • application/json

  • application/xml

1.58.6. Tags

  • stp

1.59. Daily Match Amount Service

GET /stp/matching-quantity/stp-daily-matching-quantity

1.59.1. Description

Daily Match Amount Service

1.59.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.59.3. Responses

HTTP Code Description Schema

200

successful operation

StpDailyMatchingQuantityResponse

1.59.4. Consumes

  • application/json

  • application/xml

1.59.5. Produces

  • application/json

  • application/xml

1.59.6. Tags

  • stp

1.60. Total Match Amount Service

GET /stp/matching-quantity/stp-total-matching-quantity

1.60.1. Description

Total Match Amount Service

1.60.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
required

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.60.3. Responses

HTTP Code Description Schema

200

successful operation

StpTotalMatchingQuantityResponse

1.60.4. Consumes

  • application/json

  • application/xml

1.60.5. Produces

  • application/json

  • application/xml

1.60.6. Tags

  • stp

1.61. Weekly Match Amount Service

GET /stp/matching-quantity/stp-weekly-matching-quantity

1.61.1. Description

Weekly Match Amount Service

1.61.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.61.3. Responses

HTTP Code Description Schema

200

successful operation

StpWeeklyMatchingQuantityResponse

1.61.4. Consumes

  • application/json

  • application/xml

1.61.5. Produces

  • application/json

  • application/xml

1.61.6. Tags

  • stp

1.62. STP Mobil Fiyat Servisi

GET /stp/mobile/price

1.62.1. Description

STP Mobil Fiyat Servisi

1.62.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.62.3. Responses

HTTP Code Description Schema

200

successful operation

StpMobilePriceResponse

1.62.4. Consumes

  • application/json

  • application/xml

1.62.5. Produces

  • application/json

  • application/xml

1.62.6. Tags

  • stp

1.63. 3 Kodlu ilave dengeleyici işlemler servisi

GET /stp/orangecode-operation

1.63.1. Description

3 Kodlu ilave dengeleyici işlemler servisi

1.63.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.63.3. Responses

HTTP Code Description Schema

200

successful operation

StpOrangeAndGreenCodeResponse

1.63.4. Consumes

  • application/json

  • application/xml

1.63.5. Produces

  • application/json

  • application/xml

1.63.6. Tags

  • stp

1.64. Doğalgaz GDDK Servisi

GET /stp/past-invoice

1.64.1. Description

İlgili dönemde yapılmış olan düzeltme tutarları servisi.

1.64.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.64.3. Responses

HTTP Code Description Schema

200

successful operation

StpPastInvoiceResponse

1.64.4. Consumes

  • application/json

  • application/xml

1.64.5. Produces

  • application/json

  • application/xml

1.64.6. Tags

  • stp

1.65. STP Fiyat Servisi

GET /stp/price

1.65.1. Description

STP Fiyat Servisi

1.65.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

priceType
optional

STP Fiyat Tipi ( GAS_REFERENCE : Günlük Referans Fiyat ,ADDITIONAL_BALANCING_PURCHASE: İlave Dengeleyici Alış Fiyat ,ADDITIONAL_BALANCING_SALE: İlave Dengeleyici Alış Fiyat , BALANCING_GAS_PURCHASE: Dengeleyici Gaz Alış Fiyatı, BALANCING_GAS_SALE:Dengeleyici Gaz Satış Fiyatı )

enum (GAS_REFERENCE, ADDITIONAL_BALANCING_PURCHASE, ADDITIONAL_BALANCING_SALE, BALANCING_GAS_PURCHASE, BALANCING_GAS_SALE, DAY_AHEAD, WEEKLY_GAS_REFERENCE)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.65.3. Responses

HTTP Code Description Schema

200

successful operation

StpGrfResponse

1.65.4. Consumes

  • application/json

  • application/xml

1.65.5. Produces

  • application/json

  • application/xml

1.65.6. Tags

  • stp

1.66. Weekly Reference Price Service

GET /stp/stp-weekly-reference-price

1.66.1. Description

Weekly Reference Price Service

1.66.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.66.3. Responses

HTTP Code Description Schema

200

successful operation

StpWeeklyReferencePriceResponse

1.66.4. Consumes

  • application/json

  • application/xml

1.66.5. Produces

  • application/json

  • application/xml

1.66.6. Tags

  • stp

1.67. STP GRF Ticaret Miktar Servisi

GET /stp/trade-value

1.67.1. Description

STP GRF Ticaret Miktar Servisi

1.67.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.67.3. Responses

HTTP Code Description Schema

200

successful operation

StpTradeValueResponse

1.67.4. Consumes

  • application/json

  • application/xml

1.67.5. Produces

  • application/json

  • application/xml

1.67.6. Tags

  • stp

1.68. İşlem akışı servisi

GET /stp/transaction-history

1.68.1. Description

İşlem akışı servisi

1.68.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.68.3. Responses

HTTP Code Description Schema

200

successful operation

StpTransactionHistoryResponse

1.68.4. Consumes

  • application/json

  • application/xml

1.68.5. Produces

  • application/json

  • application/xml

1.68.6. Tags

  • stp

1.69. STP Piyasa İstatistikleri Servisi

GET /stp/transaction-history/market-statistic

1.69.1. Description

STP Piyasa İstatistikleri Servisi

1.69.2. Responses

HTTP Code Description Schema

200

successful operation

StpMarketStatisticResponse

1.69.3. Consumes

  • application/json

  • application/xml

1.69.4. Produces

  • application/json

  • application/xml

1.69.5. Tags

  • stp

1.70. Daily transaction volume service

GET /stp/volume/stp-daily-volume

1.70.1. Description

Daily transaction volume service

1.70.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.70.3. Responses

HTTP Code Description Schema

200

successful operation

StpDailyVolumeResponse

1.70.4. Consumes

  • application/json

  • application/xml

1.70.5. Produces

  • application/json

  • application/xml

1.70.6. Tags

  • stp

1.71. Total Transaction Volume Service

GET /stp/volume/stp-total-volume

1.71.1. Description

Total Transaction Volume Service

1.71.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

period
required

Aritmetik alınacak dönem bilgisi.

enum (DAILY, WEEKLY, MONTHLY, PERIODIC)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.71.3. Responses

HTTP Code Description Schema

200

successful operation

StpTotalVolumeResponse

1.71.4. Consumes

  • application/json

  • application/xml

1.71.5. Produces

  • application/json

  • application/xml

1.71.6. Tags

  • stp

1.72. Weekly Transaction Volume Service

GET /stp/volume/stp-weekly-volume

1.72.1. Description

Weekly Transaction Volume Service

1.72.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.72.3. Responses

HTTP Code Description Schema

200

successful operation

StpWeeklyVolumeResponse

1.72.4. Consumes

  • application/json

  • application/xml

1.72.5. Produces

  • application/json

  • application/xml

1.72.6. Tags

  • stp

1.73. Bakiye sıfırlama tutarı servisi

GET /stp/zero-balance

1.73.1. Description

Bakiye sıfırlama tutarı servisi

1.73.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.73.3. Responses

HTTP Code Description Schema

200

successful operation

StpBastResponse

1.73.4. Consumes

  • application/json

  • application/xml

1.73.5. Produces

  • application/json

  • application/xml

1.73.6. Tags

  • stp

1.74. Kısıt Maliyet Rest Servisi

GET /transmission/congestion-rent

1.74.1. Description

Kısıt maliyet değerini veren rest servisidir.

1.74.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

orderType
optional

enum (YAL, YAT, YAL_YAT)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.74.3. Responses

HTTP Code Description Schema

200

successful operation

UrgentMarketMessageResponse

1.74.4. Consumes

  • application/json

  • application/xml

1.74.5. Produces

  • application/json

  • application/xml

1.74.6. Tags

  • transmission

1.75. ENTSO-E X Kodları Rest Servisi

GET /transmission/ents-organization

1.75.1. Description

Organizasyonlara verilmiş olunan EIC kodları dönen rest servisi

1.75.2. Parameters

Type Name Description Schema Default

Query

organizationId
optional

integer(int32)

Query

period
required

Term information. For example: 2016-01-01

string(date-time)

1.75.3. Responses

HTTP Code Description Schema

200

successful operation

UrgentMarketMessageResponse

1.75.4. Consumes

  • application/json

  • application/xml

1.75.5. Produces

  • application/json

  • application/xml

1.75.6. Tags

  • transmission

1.76. Nominal Capacity Service

GET /transmission/nominal-capacity

1.76.1. Description

Nominal Capacity values show bilateral contracts that had been done for import-export.

1.76.2. Parameters

Type Name Description Schema Default

Query

endDate
required

Term information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Term information. For example: 2016-01-01

string(date-time)

1.76.3. Responses

HTTP Code Description Schema

200

successful operation

NominalCapacityResponse

1.76.4. Consumes

  • application/json

  • application/xml

1.76.5. Produces

  • application/json

  • application/xml

1.76.6. Tags

  • transmission

1.77. tcatParticipantCapacity

GET /transmission/tcat-participant-capacity

1.77.1. Description

TCAT Participant Capacity Service. Available direction field values are: TRGR,TRBG,GRTR,BGTR

1.77.2. Parameters

Type Name Description Schema Default

Query

endDate
required

Term information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Term information. For example: 2016-01-01

string(date-time)

Query

td
required

Direction

string

1.77.3. Responses

HTTP Code Description Schema

200

successful operation

TcatParticipantCapacityResponse

1.77.4. Consumes

  • application/json

  • application/xml

1.77.5. Produces

  • application/json

  • application/xml

1.77.6. Tags

  • transmission

1.78. ISKK Rest Servisi

GET /transmission/transmission-system-loss-factor

1.78.1. Description

İletim sistemi kayıp katsayısını dönen rest servisi

1.78.2. Parameters

Type Name Description Schema Default

Query

bolge
optional

Region. Exp : TR1

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.78.3. Responses

HTTP Code Description Schema

200

successful operation

UrgentMarketMessageResponse

1.78.4. Consumes

  • application/json

  • application/xml

1.78.5. Produces

  • application/json

  • application/xml

1.78.6. Tags

  • transmission

1.79. Sıfır Bakiye Servisi

GET /transmission/zero-balance

1.79.1. Description

Sıfır bakiye kalemini oluşturan kalemlerin detayını dönmektedir.

1.79.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Term information. For example: 2016-01-01

string(date-time)

1.79.3. Responses

HTTP Code Description Schema

200

successful operation

ZeroBalanceResponse

1.79.4. Consumes

  • application/json

  • application/xml

1.79.5. Produces

  • application/json

  • application/xml

1.79.6. Tags

  • transmission

1.80. Available Delivery Period List

GET /vep/available-delivery-period-list

1.80.1. Description

Available Delivery Period List For Querying PFM services.

1.80.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

serviceName
optional

Available year list for the service you wish to use. Available values are (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY). If empty, default list will be returned.

enum (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.80.3. Responses

HTTP Code Description Schema

200

successful operation

VepAvailableDeliveryPeriodByDateResponse

1.80.4. Consumes

  • application/json

  • application/xml

1.80.5. Produces

  • application/json

  • application/xml

1.80.6. Tags

  • vep

1.81. Available Load Type List

GET /vep/available-load-type-list

1.81.1. Description

Available Load Type List For Querying PFM services.

1.81.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

serviceName
optional

Available year list for the service you wish to use. Available values are (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY). If empty, default list will be returned.

enum (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.81.3. Responses

HTTP Code Description Schema

200

successful operation

VepAvailableLoadTypeByDateResponse

1.81.4. Consumes

  • application/json

  • application/xml

1.81.5. Produces

  • application/json

  • application/xml

1.81.6. Tags

  • vep

1.82. Available Year List

GET /vep/available-year-list

1.82.1. Description

Available Year List For Querying PFM services.

1.82.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

serviceName
optional

Available year list for the service you wish to use. Available values are (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY). If empty, default list will be returned.

enum (DIP, CONTRACT_PRICE_SUMMARY, TRADE_VALUE, MATCHING_AMOUNT, OPEN_POSITION, TRANSACTION_HISTORY)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.82.3. Responses

HTTP Code Description Schema

200

successful operation

VepAvailableYearByDateResponse

1.82.4. Consumes

  • application/json

  • application/xml

1.82.5. Produces

  • application/json

  • application/xml

1.82.6. Tags

  • vep

1.83. Contract Price Summary

GET /vep/contract-price-summary

1.83.1. Description

First, highest, lowest, last matching prices and DIP of the contracts that are open for trading at the filtered dates.

1.83.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.83.3. Responses

HTTP Code Description Schema

200

successful operation

VepContractPriceSummaryResponse

1.83.4. Consumes

  • application/json

  • application/xml

1.83.5. Produces

  • application/json

  • application/xml

1.83.6. Tags

  • vep

1.84. Daily Index Price

GET /vep/ggf

1.84.1. Description

The Daily Index Price of contracts that are open for trading at the filtered dates. Daily Index Price is published at 16:45 o’clock on business days for the contracts that are open for trading. US Dollar and Euro Exchange rates are based on the indicative Republic of Turkey Central Bank foreign Exchange buying rates.

1.84.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.84.3. Responses

HTTP Code Description Schema

200

successful operation

VepGGFResponse

1.84.4. Consumes

  • application/json

  • application/xml

1.84.5. Produces

  • application/json

  • application/xml

1.84.6. Tags

  • vep

1.85. Matching Quantity

GET /vep/matching-quantity

1.85.1. Description

Matching quantity of the contracts that are open for trading at the filtered dates.

1.85.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.85.3. Responses

HTTP Code Description Schema

200

successful operation

VepMatchingQuantityResponse

1.85.4. Consumes

  • application/json

  • application/xml

1.85.5. Produces

  • application/json

  • application/xml

1.85.6. Tags

  • vep

1.86. Open Position

GET /vep/open-position

1.86.1. Description

Open Position of the contracts that are open for trading at the filtered dates.

1.86.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.86.3. Responses

HTTP Code Description Schema

200

successful operation

VepOpenPositionResponse

1.86.4. Consumes

  • application/json

  • application/xml

1.86.5. Produces

  • application/json

  • application/xml

1.86.6. Tags

  • vep

1.87. Transaction History

GET /vep/transaction-history

1.87.1. Description

Transaction history of the contracts that are open for trading at the filtered dates.

1.87.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.87.3. Responses

HTTP Code Description Schema

200

successful operation

VepTransactionHistoryResponse

1.87.4. Consumes

  • application/json

  • application/xml

1.87.5. Produces

  • application/json

  • application/xml

1.87.6. Tags

  • vep

1.88. Trade Value

GET /vep/volume

1.88.1. Description

Trade value of the contracts that are open for trading at the filtered dates.

1.88.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vepAvailableDeliveryPeriodList service.

string

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

loadType
optional

Turkish string representation of the loadType(Baz,Puant,Puant Dışı) Check for more at the vepAvailableLoadTypeList service.

string

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vepAvailableYearList service.

string

1.88.3. Responses

HTTP Code Description Schema

200

successful operation

VepVolumeResponse

1.88.4. Consumes

  • application/json

  • application/xml

1.88.5. Produces

  • application/json

  • application/xml

1.88.6. Tags

  • vep

1.89. Available Delivery Period List

GET /vgp/available-delivery-period-list

1.89.1. Description

Available Delivery Period List For Querying PFM services.

1.89.2. Responses

HTTP Code Description Schema

200

successful operation

VgpAvailableDeliveryPeriodResponse

1.89.3. Consumes

  • application/json

  • application/xml

1.89.4. Produces

  • application/json

  • application/xml

1.89.5. Tags

  • vgp

1.90. Available Year List

GET /vgp/available-year-list

1.90.1. Description

Available Year List For Querying PFM services.

1.90.2. Responses

HTTP Code Description Schema

200

successful operation

VgpAvailableYearResponse

1.90.3. Consumes

  • application/json

  • application/xml

1.90.4. Produces

  • application/json

  • application/xml

1.90.5. Tags

  • vgp

1.91. Contract Price Summary

GET /vgp/contract-price-summary

1.91.1. Description

First, highest, lowest, last matching prices and DIP of the contracts that are open for trading at the filtered dates.

1.91.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.91.3. Responses

HTTP Code Description Schema

200

successful operation

VgpContractPriceSummaryResponse

1.91.4. Consumes

  • application/json

  • application/xml

1.91.5. Produces

  • application/json

  • application/xml

1.91.6. Tags

  • vgp

1.92. Daily Index Price

GET /vgp/ggf

1.92.1. Description

The Daily Index Price of contracts that are open for trading at the filtered dates. Daily Index Price is published at 16:45 o’clock on business days for the contracts that are open for trading. US Dollar and Euro Exchange rates are based on the indicative Republic of Turkey Central Bank foreign Exchange buying rates.

1.92.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.92.3. Responses

HTTP Code Description Schema

200

successful operation

VgpGGFResponse

1.92.4. Consumes

  • application/json

  • application/xml

1.92.5. Produces

  • application/json

  • application/xml

1.92.6. Tags

  • vgp

1.93. Matching Quantity

GET /vgp/matching-quantity

1.93.1. Description

Matching quantity of the contracts that are open for trading at the filtered dates.

1.93.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.93.3. Responses

HTTP Code Description Schema

200

successful operation

VgpMatchingQuantityResponse

1.93.4. Consumes

  • application/json

  • application/xml

1.93.5. Produces

  • application/json

  • application/xml

1.93.6. Tags

  • vgp

1.94. Open Position

GET /vgp/open-position

1.94.1. Description

Open Position of the contracts that are open for trading at the filtered dates.

1.94.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.94.3. Responses

HTTP Code Description Schema

200

successful operation

VgpOpenPositionResponse

1.94.4. Consumes

  • application/json

  • application/xml

1.94.5. Produces

  • application/json

  • application/xml

1.94.6. Tags

  • vgp

1.95. Transaction History

GET /vgp/transaction-history

1.95.1. Description

Transaction history of the contracts that are open for trading at the filtered dates.

1.95.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.95.3. Responses

HTTP Code Description Schema

200

successful operation

VgpTransactionHistoryResponse

1.95.4. Consumes

  • application/json

  • application/xml

1.95.5. Produces

  • application/json

  • application/xml

1.95.6. Tags

  • vgp

1.96. Trade Value

GET /vgp/volume

1.96.1. Description

Trade value of the contracts that are open for trading at the filtered dates.

1.96.2. Parameters

Type Name Description Schema Default

Query

deliveryPeriod
optional

Turkish string representation of the month(Ör: Ekim) Check for more at the vgpAvailableDeliveryPeriodList service.

string

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

Query

year
optional

String representation of the year(Ör: 2021) Check for more at the vgpAvailableYearList service.

string

1.96.3. Responses

HTTP Code Description Schema

200

successful operation

VgpVolumeResponse

1.96.4. Consumes

  • application/json

  • application/xml

1.96.5. Produces

  • application/json

  • application/xml

1.96.6. Tags

  • vgp

1.97. Yekdem Birim Maliyet

GET /yekdem/yekdem-birim-maliyet

1.97.1. Description

Yekdem raporları birim maliyet verileri

1.97.2. Parameters

Type Name Description Schema Default

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

1.97.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractAmountResponse

1.97.4. Consumes

  • application/json

  • application/xml

1.97.5. Produces

  • application/json

  • application/xml

1.97.6. Tags

  • yekdem

1.98. Yekdem Birim Maliyet Ptf

GET /yekdem/yekdem-birim-maliyet-ptf

1.98.1. Description

PTF Ortalama (TL/MWh) : Son Kaynak Tedarik Tarifesi kapsamında hesaplanan günlük ağırlıklı PTF ortalamaların aritmetik ortalaması.

1.98.2. Parameters

Type Name Description Schema Default

Query

endDate
optional

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
optional

Start date information. For example: 2016-01-01

string(date-time)

1.98.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractAmountResponse

1.98.4. Consumes

  • application/json

  • application/xml

1.98.5. Produces

  • application/json

  • application/xml

1.98.6. Tags

  • yekdem

1.99. YEK-G Weighted Average Price

GET /yekg/aof

1.99.1. Description

Page displays the YEK-G Document for a specific energy resource in the Organized YEK-G Market on the Selected Date as Weighted Average Price according to the matched prices. Data is released the day after the Organized Market post-session process.

1.99.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.99.3. Responses

HTTP Code Description Schema

200

successful operation

YekgAofResponse

1.99.4. Consumes

  • application/json

  • application/xml

1.99.5. Produces

  • application/json

  • application/xml

1.99.6. Tags

  • yekg

1.100. Bilateral Contract Amount

GET /yekg/bilateral-contract-list

1.100.1. Description

The number of YEK-G Documents Transferred between accounts on the selected date is based on source and quantity. In the Bilateral Agreement Market, the data is published after 15:00 on the following business day.

1.100.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.100.3. Responses

HTTP Code Description Schema

200

successful operation

BilateralContractAmountResponse

1.100.4. Consumes

  • application/json

  • application/xml

1.100.5. Produces

  • application/json

  • application/xml

1.100.6. Tags

  • yekg

1.101. Withdrowal Quantity

GET /yekg/cancel-amount-list

1.101.1. Description

It shows the number of YEK-G Documents Canceled due to errors that may occur during the issuance and transfer period on the selected date, based on source and quantity. In the Bilateral Agreement Market, the data is published after 15:00 on the following business day, and in the Organized Market after the post-session process.

1.101.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.101.3. Responses

HTTP Code Description Schema

200

successful operation

CancelAmountResponse

1.101.4. Consumes

  • application/json

  • application/xml

1.101.5. Produces

  • application/json

  • application/xml

1.101.6. Tags

  • yekg

1.102. Issued Quantity of YEK-G Documents

GET /yekg/exported-yekg-doc-list

1.102.1. Description

Indicates the total number of YEK-G Documents issued to user accounts on a resource basis on the selected date. The data is published after 15:00 on the following business day of the Organized YEK-G and YEK-G Bilateral Agreements Market.

1.102.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.102.3. Responses

HTTP Code Description Schema

200

successful operation

ExportedYekgDocListResponse

1.102.4. Consumes

  • application/json

  • application/xml

1.102.5. Produces

  • application/json

  • application/xml

1.102.6. Tags

  • yekg

1.103. YEK-G Matching Quantity

GET /yekg/match-amount-list

1.103.1. Description

It shows the last matching amount and transaction amount of YEK-G documents on the selected date on the basis of source. The data is published on the Organized YEK-G Market during the session.

1.103.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.103.3. Responses

HTTP Code Description Schema

200

successful operation

MatchAmountResponse

1.103.4. Consumes

  • application/json

  • application/xml

1.103.5. Produces

  • application/json

  • application/xml

1.103.6. Tags

  • yekg

1.104. YEK-G Min. – Max. Matching Price

GET /yekg/min-max-match-amount-list

1.104.1. Description

It shows the minimum and maximum matching prices of YEK-G Documents on the basis of source on the selected date. The data is published on the Organized YEK-G Market during the session.

1.104.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.104.3. Responses

HTTP Code Description Schema

200

successful operation

MinMaxMatchAmountResponse

1.104.4. Consumes

  • application/json

  • application/xml

1.104.5. Produces

  • application/json

  • application/xml

1.104.6. Tags

  • yekg

1.105. Cancelation Quantity of YEK-G Documents

GET /yekg/redemption-amount-list

1.105.1. Description

Indicates the number of cancelation of the YEK-G Document to be used for disclosure on the selected date. The data is published after 15:00 on the following business day of the Organized YEK-G and YEK-G Bilateral Agreements Market.

1.105.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.105.3. Responses

HTTP Code Description Schema

200

successful operation

RedemptionAmountResponse

1.105.4. Consumes

  • application/json

  • application/xml

1.105.5. Produces

  • application/json

  • application/xml

1.105.6. Tags

  • yekg

1.106. Expiry Quantity

GET /yekg/repeal-amount-list

1.106.1. Description

It shows the number of YEK-G Documents that have been canceled due to the fact that 12 months have passed since the production date on the selected date, based on source and quantity. In the Bilateral Agreement Market, the data is published after 15:00 on the following business day, and in the Organized Market after the post-session process.

1.106.2. Parameters

Type Name Description Schema Default

Query

endDate
required

End date information. For example: 2016-01-01

string(date-time)

Query

startDate
required

Start date information. For example: 2016-01-01

string(date-time)

1.106.3. Responses

HTTP Code Description Schema

200

successful operation

RepealAmountResponse

1.106.4. Consumes

  • application/json

  • application/xml

1.106.5. Produces

  • application/json

  • application/xml

1.106.6. Tags

  • yekg

2. Definitions

2.1. ActiveFullnessContainer

Name Description Schema

data
optional

< DamActiveFullness > array

2.2. ActiveFullnessResponse

Name Description Schema

body
optional

Web Service Result Body

ActiveFullnessContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.3. ActiveVolumeContainer

Name Description Schema

data
optional

< DamActiveVolume > array

2.4. ActiveVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

ActiveVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.5. Actualization

Name Description Schema

id
optional

integer(int64)

input
optional

number

output
optional

number

pipeStock
optional

number

relatedDate
optional

string(date-time)

2.6. ActualizationDto

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

pipeStock
optional

Stok miktar bilgisi

number

2.7. ActualizationStatistic

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

pipeStockAvg
optional

Stok miktar bilgisi

number

pipeStockMax
optional

Stok miktar bilgisi

number

pipeStockMin
optional

Stok miktar bilgisi

number

2.8. AicContainer

Name Description Schema

aicList
optional

EAK Listesi

< AvailableInstalledCapacity > array

statistics
optional

< AvailableInstalledCapacityStatistic > array

2.9. AicResponse

EAK Servisi

Name Description Schema

body
optional

Web Service Result Body

AicContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.10. AmountOfBlock

Name Description Schema

amountOfPurchasingTowardsBlock
optional

Alış yönünde sunulmuş blok teklif miktar bilgisi

number(double)

amountOfPurchasingTowardsMatchBlock
optional

Alış yönünde sunulmuş blok tekliflerin kabul edilmiş miktar bilgisi

number(double)

amountOfSalesTowardsBlock
optional

Satış yönünde sunulmuş blok teklif miktar bilgisi

number(double)

amountOfSalesTowardsMatchBlock
optional

Satış yönünde sunulmuş blok tekliflerin kabul edilmiş miktar bilgisi

number(double)

date
optional

İlgili bloğun geçerli olduğu tarih bilgisi.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.11. AmountOfBlockContainer

Name Description Schema

amountOfBlockList
optional

GÖP Blok Listesi

< AmountOfBlock > array

statistics
optional

< AmountOfBlockStatistic > array

2.12. AmountOfBlockResponse

GÖP Blok

Name Description Schema

body
optional

Web Service Result Body

AmountOfBlockContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.13. AmountOfBlockStatistic

Name Description Schema

amountOfPurchasingTowardsBlockAvg
optional

number(double)

amountOfPurchasingTowardsBlockMax
optional

number(double)

amountOfPurchasingTowardsBlockMin
optional

number(double)

amountOfPurchasingTowardsBlockSum
optional

number(double)

amountOfPurchasingTowardsMatchBlockAvg
optional

number(double)

amountOfPurchasingTowardsMatchBlockMax
optional

number(double)

amountOfPurchasingTowardsMatchBlockMin
optional

number(double)

amountOfPurchasingTowardsMatchBlockSum
optional

number(double)

amountOfSalesTowardsBlockAvg
optional

number(double)

amountOfSalesTowardsBlockMax
optional

number(double)

amountOfSalesTowardsBlockMin
optional

number(double)

amountOfSalesTowardsBlockSum
optional

number(double)

amountOfSalesTowardsMatchBlockAvg
optional

number(double)

amountOfSalesTowardsMatchBlockMax
optional

number(double)

amountOfSalesTowardsMatchBlockMin
optional

number(double)

amountOfSalesTowardsMatchBlockSum
optional

number(double)

date
optional

İlgili bloğun geçerli olduğu tarih bilgisi.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.14. AncillaryServicesContainer

Name Description Schema

ancillaryServicesDTOList
optional

Ancilliary Services

< AncillaryServicesDTO > array

statistics
optional

< AncillaryServicesStatistic > array

2.15. AncillaryServicesDTO

Name Description Schema

effectiveDate
optional

string(date-time)

hour
optional

integer(int32)

pfcAmount
optional

string

pfcPrice
optional

string

sfcAmount
optional

string

sfcPrice
optional

string

2.16. AncillaryServicesResponse

Primary Frequency Capacity Price

Name Description Schema

body
optional

Web Service Result Body

AncillaryServicesContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.17. AncillaryServicesStatistic

Name Description Schema

date
optional

string(date-time)

pfcAmountAvg
optional

number

pfcAmountMax
optional

number

pfcAmountMin
optional

number

pfcAmountSum
optional

number

pfcPriceAvg
optional

number

pfcPriceMax
optional

number

pfcPriceMin
optional

number

pfcPriceSum
optional

number

sfcAmountAvg
optional

number

sfcAmountMax
optional

number

sfcAmountMin
optional

number

sfcAmountSum
optional

number

sfcPriceAvg
optional

number

sfcPriceMax
optional

number

sfcPriceMin
optional

number

sfcPriceSum
optional

number

2.18. AufContainer

Name Description Schema

aufList
optional

Azami Uzlaştırma Fiyatı (AUF) Listesi

< AzamiUzlastirmaFiyati > array

2.19. AufResponse

Kaynak Bazında Destekleme Bedelinin hesaplanmasında kullanılan “Azami Uzlaştırma Fiyat” değerleridir

Name Description Schema

body
optional

Web Service Result Body

AufContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.20. AvailableInstalledCapacity

Name Description Schema

akarsu
optional

Akarsu kaynak tipinde EAK değeri bilgisi

number

barajli
optional

Barajlı kaynak tipinde EAK değeri bilgisi

number

biokutle
optional

Biokütle kaynak tipinde EAK değeri bilgisi

number

diger
optional

Diğer kaynak tipinde EAK değeri bilgisi

number

dogalgaz
optional

Doğalgaz kaynak tipinde EAK değeri bilgisi

number

fuelOil
optional

Fuel oil kaynak tipinde EAK değeri bilgisi

number

ithalKomur
optional

İthal kömür kaynak tipinde EAK değeri bilgisi

number

jeotermal
optional

Jeotermal kaynak tipinde EAK değeri bilgisi

number

linyit
optional

Linyit kaynak tipinde EAK değeri bilgisi

number

nafta
optional

Nafta kaynak tipinde EAK değeri bilgisi

number

ruzgar
optional

Rüzgar kaynak tipinde EAK değeri bilgisi

number

tarih
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

tasKomur
optional

Taşkömür kaynak tipinde EAK değeri bilgisi

number

toplam
optional

Toplam kgüp değeri bilgisi.

number

2.21. AvailableInstalledCapacityStatistic

Name Description Schema

akarsuAvg
optional

number

akarsuMax
optional

number

akarsuMin
optional

number

akarsuSum
optional

number

barajliAvg
optional

number

barajliMax
optional

number

barajliMin
optional

number

barajliSum
optional

number

biokutleAvg
optional

number

biokutleMax
optional

number

biokutleMin
optional

number

biokutleSum
optional

number

digerAvg
optional

number

digerMax
optional

number

digerMin
optional

number

digerSum
optional

number

dogalgazAvg
optional

number

dogalgazMax
optional

number

dogalgazMin
optional

number

dogalgazSum
optional

number

fuelOilAvg
optional

number

fuelOilMax
optional

number

fuelOilMin
optional

number

fuelOilSum
optional

number

ithalKomurAvg
optional

number

ithalKomurMax
optional

number

ithalKomurMin
optional

number

ithalKomurSum
optional

number

jeotermalAvg
optional

number

jeotermalMax
optional

number

jeotermalMin
optional

number

jeotermalSum
optional

number

linyitAvg
optional

number

linyitMax
optional

number

linyitMin
optional

number

linyitSum
optional

number

naftaAvg
optional

number

naftaMax
optional

number

naftaMin
optional

number

naftaSum
optional

number

ruzgarAvg
optional

number

ruzgarMax
optional

number

ruzgarMin
optional

number

ruzgarSum
optional

number

tarih
optional

string(date-time)

tasKomurAvg
optional

number

tasKomurMax
optional

number

tasKomurMin
optional

number

tasKomurSum
optional

number

toplamAvg
optional

number

toplamMax
optional

number

toplamMin
optional

number

toplamSum
optional

number

2.22. AzamiUzlastirmaFiyati

Name Description Schema

diger
optional

Diğer Kaynaklar (TL/MWh) : Rüzgar, Jeotermal, Biogaz, Diğer, Kanal Tipi, Güneş, Biokütle, Biokütleden Elde Edilen Gaz (LFG-Çöp Gazı), Nehir Tipi, Rezervuarlı, Prolitik Oil & Prolitik Gaz, Siyah Likör, Proses Atık Isısı ve Rezervuarlı + Kanal Tipi kaynak tiplerini içermektedir.

number

dogalGaz
optional

Doğalgaz/Fuel Oil/Nafta/LPG/Motorin (TL/MWh)

number

endDate
optional

Bitiş Tarihi
Example : "2016-01-01"

string(date-time)

gopAzamiFiyat
optional

Göp Azami Fiyat (TL/MWh) : GÖP tarafında belirlenen tavan fiyatı ifade eder.

number

ithalKomur
optional

İthal Kömür (TL/MWh)

number

period
optional

Dönem
Example : "2016-01-01"

string(date-time)

startDate
optional

Başlangıç Tarihi
Example : "2016-01-01"

string(date-time)

yerliKomur
optional

Yerli Kömür (TL/MWh) : Linyit, Taş Kömürü ve Asfaltit kaynak tiplerini içermektedir.

number

2.23. BPMOrderSummary

Name Description Schema

date
optional

Verilmiş olunan talimatların geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

direction
optional

enum (ENERGY_DEFICIT, IN_BALANCE, ENERGY_SURPLUS)

downRegulationDelivered
optional

İlgili saatte verilmiş teslim edilmiş toplam yat talimat miktar bilgisidir.

number

downRegulationOneCoded
optional

İlgili saatte verilmiş bir kodlu yat talimat miktar bilgisidir.

number

downRegulationTwoCoded
optional

İlgili saatte verilmiş iki kodlu yat talimat miktar bilgisidir.

number

downRegulationZeroCoded
optional

İlgili saatte verilmiş sıfır kodlu yat talimat miktar bilgisidir.

number

net
optional

İlgili saatte verilmiş net talimat miktar bilgisidir.

number

nextHour
optional

string(date-time)

upRegulationDelivered
optional

İlgili saatte verilmiş teslim edilmiş toplam yal talimat miktar bilgisidir.

number

upRegulationOneCoded
optional

İlgili saatte verilmiş bir kodlu yal talimat miktar bilgisidir.

number

upRegulationTwoCoded
optional

İlgili saatte verilmiş iki kodlu yal talimat miktar bilgisidir.

number

upRegulationZeroCoded
optional

İlgili saatte verilmiş sıfır kodlu yal talimat miktar bilgisidir.

number

2.24. BPMOrderSummaryContainer

Name Description Schema

bpmOrderSummaryList
optional

DGP Talimat Listesi

< BPMOrderSummary > array

statistics
optional

< BPMOrderSummaryStatistic > array

2.25. BPMOrderSummaryResponse

DGP Talimat

Name Description Schema

body
optional

Web Service Result Body

BPMOrderSummaryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.26. BPMOrderSummaryStatistic

Name Description Schema

date
optional

Verilmiş olunan talimatların geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

downRegulationDeliveredMax
optional

number

downRegulationDeliveredMin
optional

number

downRegulationDeliveredTotal
optional

number

downRegulationOneCodedMax
optional

number

downRegulationOneCodedMin
optional

number

downRegulationOneCodedTotal
optional

number

downRegulationTwoCodedMax
optional

number

downRegulationTwoCodedMin
optional

number

downRegulationTwoCodedTotal
optional

number

downRegulationZeroCodedMax
optional

number

downRegulationZeroCodedMin
optional

number

downRegulationZeroCodedTotal
optional

number

netMax
optional

number

netMin
optional

number

netTotal
optional

number

upRegulationDeliveredMax
optional

number

upRegulationDeliveredMin
optional

number

upRegulationDeliveredTotal
optional

number

upRegulationOneCodedMax
optional

number

upRegulationOneCodedMin
optional

number

upRegulationOneCodedTotal
optional

number

upRegulationTwoCodedMax
optional

number

upRegulationTwoCodedMin
optional

number

upRegulationTwoCodedTotal
optional

number

upRegulationZeroCodedMax
optional

number

upRegulationZeroCodedMin
optional

number

upRegulationZeroCodedTotal
optional

number

2.27. BPMSmpContainer

Name Description Schema

prices
optional

< SmpAverage > array

statistics
optional

< MarketStatistic > array

2.28. BPMSmpResponse

Name Description Schema

body
optional

Web Service Result Body

BPMSmpContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.29. BasinDamListContainer

Name Description Schema

basinList
optional

< string > array

2.30. BasinDamListResponse

Name Description Schema

body
optional

Web Service Result Body

BasinDamListContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.31. BilateralContract

Name Description Schema

date
optional

İkil anlaşmanın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

nextHour
optional

string(date-time)

quantity
optional

İkili anlaşma miktarı bilgisidir.

number

2.32. BilateralContractAll

Name Description Schema

date
optional

İlgili ikili anlaşmanın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

quantityBid
optional

İkili anlaşma alış miktar bilgisi

number

quantityBidAsk
optional

İkili anlaşma satış miktar bilgisi

number

2.33. BilateralContractAllContainer

Name Description Schema

bilateralContracts
optional

İkili Anlaşma Alış Listesi

< BilateralContractAll > array

statistics
optional

< BilateralContractAllStatistic > array

2.34. BilateralContractAllResponse

İkili Anlaşma Alış

Name Description Schema

body
optional

Web Service Result Body

BilateralContractAllContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.35. BilateralContractAllStatistic

Name Description Schema

date
optional

İlgili ikili anlaşmanın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

quantityBidAskAvg
optional

number

quantityBidAskMax
optional

number

quantityBidAskMin
optional

number

quantityBidAskSum
optional

number

quantityBidAvg
optional

number

quantityBidMax
optional

number

quantityBidMin
optional

number

quantityBidSum
optional

number

2.36. BilateralContractAmountContainer

Name Description Schema

statistics
optional

< BilateralContractAmountStatistic > array

2.37. BilateralContractAmountResponse

Name Description Schema

body
optional

Web Service Result Body

BilateralContractAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.38. BilateralContractAmountStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.39. BilateralContractBuy

Name Description Schema

date
optional

İlgili ikili anlaşmanın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

quantity
optional

İkili anlaşma alış miktar bilgisi

number

2.40. BilateralContractBuyContainer

Name Description Schema

bilateralContractBuyList
optional

İkili Anlaşma Alış Listesi

< BilateralContractBuy > array

2.41. BilateralContractBuyResponse

İkili Anlaşma Alış

Name Description Schema

body
optional

Web Service Result Body

BilateralContractBuyContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.42. BilateralContractContainer

Name Description Schema

bilateralContractList
optional

İkili Anlaşma Listesi

< BilateralContract > array

2.43. BilateralContractResponse

İkili Anlaşmalar

Name Description Schema

body
optional

Web Service Result Body

BilateralContractContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.44. BilateralContractSell

Name Description Schema

date
optional

İlgili ikili anlaşmanın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

quantity
optional

İkili anlaşma satış miktar bilgisi

number

2.45. BilateralContractSellContainer

Name Description Schema

bilateralContractSellList
optional

İkili Anlaşma Satış Listesi

< BilateralContractSell > array

2.46. BilateralContractSellResponse

İkili Anlaşma Satış

Name Description Schema

body
optional

Web Service Result Body

BilateralContractSellContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.47. CancelAmount

Name Description Schema

biomass
optional

number

date
optional

string(date-time)

geothermal
optional

number

hydro
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.48. CancelAmountContainer

Name Description Schema

dataList
optional

< CancelAmount > array

statistics
optional

< CancelAmountStatistic > array

2.49. CancelAmountResponse

Name Description Schema

body
optional

Web Service Result Body

CancelAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.50. CancelAmountStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.51. Capacity

Name Description Schema

maxCapacity
optional

number

pointTypeId
optional

integer(int64)

relatedDate
optional

string(date-time)

reservedCapacity
optional

number

2.52. CapacityPoint

Name Description Schema

pointId
optional

integer(int64)

pointName
optional

string

2.53. ConsumerQuantity

Name Description Schema

drelatedDate
optional

string(date-time)

id
optional

ConsumptionInfoId

serbestTuketiciSayisi
optional

integer(int64)

stHakkiBulunmayanAboneSayisi
optional

integer(int64)

stHakkiKullanmayanAboneSayisi
optional

integer(int64)

2.54. ConsumerQuantityContainer

Name Description Schema

consumerQuantityList
optional

< ConsumerQuantity > array

2.55. ConsumerQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

ConsumerQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.56. ConsumptionContainer

Name Description Schema

consumptions
optional

< EligibleConsumerCount > array

2.57. ConsumptionInfoId

Name Description Schema

consumerSectorEn
optional

string

consumerSectorTr
optional

string

province
optional

string

sehirId
optional

integer(int64)

2.58. ConsumptionQuantity

Name Description Schema

drelatedDate
optional

string(date-time)

id
optional

ConsumptionInfoId

serbestTuketiciTuketimMiktari
optional

integer(int64)

stHakkiBulunmayanTuketiciTuketimMiktari
optional

integer(int64)

stHakkiniKullanmayanTuketiciTuketimMiktari
optional

integer(int64)

2.59. ConsumptionQuantityContainer

Name Description Schema

consumptionQuantityList
optional

< ConsumptionQuantity > array

2.60. ConsumptionQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

ConsumptionQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.61. ConsumptionResponse

Name Description Schema

body
optional

Web Service Result Body

ConsumptionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.62. ContractPriceSummary

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

dipPrice
optional

number

firstMatchingPrice
optional

number

latestMatchingPrice
optional

number

maxMatchingPrice
optional

number

minMatchingPrice
optional

number

2.63. ContractPriceSummaryStatistic

Name Description Schema

date
optional

string(date-time)

dipPriceAvg
optional

number

dipPriceMax
optional

number

dipPriceMin
optional

number

dipPriceSum
optional

number

firstMatchingPriceAvg
optional

number

firstMatchingPriceMax
optional

number

firstMatchingPriceMin
optional

number

firstMatchingPriceSum
optional

number

latestMatchingPriceAvg
optional

number

latestMatchingPriceMax
optional

number

latestMatchingPriceMin
optional

number

latestMatchingPriceSum
optional

number

maxMatchingPriceAvg
optional

number

maxMatchingPriceMax
optional

number

maxMatchingPriceMin
optional

number

maxMatchingPriceSum
optional

number

minMatchingPriceAvg
optional

number

minMatchingPriceMax
optional

number

minMatchingPriceMin
optional

number

minMatchingPriceSum
optional

number

2.64. DAMFlexibleOfferWithBuySellHourlyInfo

Name Description Schema

day
optional

string(date-time)

matchedBuyingFlexibleOfferQuantity
optional

number

matchedSellingFlexibleOfferQuantity
optional

number

totalBuyingFlexibleOfferQuantity
optional

number

totalSellingFlexibleOfferQuantity
optional

number

unmatchedBuyingFlexibleOfferQuantity
optional

number

unmatchedSellingFlexibleOfferQuantity
optional

number

2.65. DAMFlexibleOfferWithBuySellHourlyInfoContainer

Name Description Schema

getDamFlexibleOffer
optional

< DAMFlexibleOfferWithBuySellHourlyInfo > array

statistics
optional

< DAMFlexibleOfferWithBuySellHourlyInfoStatistics > array

2.66. DAMFlexibleOfferWithBuySellHourlyInfoResponse

Name Description Schema

body
optional

Web Service Result Body

DAMFlexibleOfferWithBuySellHourlyInfoContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.67. DAMFlexibleOfferWithBuySellHourlyInfoStatistics

Name Description Schema

date
optional

string(date-time)

matchedBuyAvg
optional

number

matchedBuyMax
optional

number

matchedBuyMin
optional

number

matchedBuySum
optional

number

matchedSellAvg
optional

number

matchedSellMax
optional

number

matchedSellMin
optional

number

matchedSellSum
optional

number

unmatchedBuyAvg
optional

number

unmatchedBuyMax
optional

number

unmatchedBuyMin
optional

number

unmatchedBuySum
optional

number

unmatchedSellAvg
optional

number

unmatchedSellMax
optional

number

unmatchedSellMin
optional

number

unmatchedSellSum
optional

number

2.68. DAMFlexibleOfferWithBuySellInfo

Name Description Schema

day
optional

string(date-time)

matchedBuyingFlexibleOfferQuantity
optional

number

matchedSellingFlexibleOfferQuantity
optional

number

totalBuyingFlexibleOfferQuantity
optional

number

totalSellingFlexibleOfferQuantity
optional

number

unmatchedBuyingFlexibleOfferQuantity
optional

number

unmatchedSellingFlexibleOfferQuantity
optional

number

2.69. DAMFlexibleOfferWithBuySellInfoContainer

Name Description Schema

getDamFlexibleOffer
optional

< DAMFlexibleOfferWithBuySellInfo > array

2.70. DAMFlexibleOfferWithBuySellInfoResponse

Name Description Schema

body
optional

Web Service Result Body

DAMFlexibleOfferWithBuySellInfoContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.71. DAMIncome

Name Description Schema

date
optional

string(date-time)

income
optional

Eşleşme tutar bilgisi.

number

period
optional

Eşleşme tutarının tarih bilgisi.

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.72. DAMIncomeContainer

Name Description Schema

incomes
optional

< DAMIncome > array

statistics
optional

< MarketStatistic > array

2.73. DAMIncomeResponse

Name Description Schema

body
optional

Web Service Result Body

DAMIncomeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.74. DAMVolume

Name Description Schema

date
optional

string(date-time)

period
optional

Eşleşme tutarının tarih bilgisi.

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

volume
optional

Eşleşme tutar bilgisi.

number

2.75. DAMVolumeContainer

Name Description Schema

statistics
optional

< MarketStatistic > array

volumes
optional

< DAMVolume > array

2.76. DAMVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

DAMVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.77. DPP

Name Description Schema

akarsu
optional

Akarsu kaynak tipinde KGÜP değeri bilgisi

number

barajli
optional

Barajlı kaynak tipinde KGÜP değeri bilgisi

number

biokutle
optional

Biokütle kaynak tipinde KGÜP değeri bilgisi

number

diger
optional

Diğer kaynak tipinde KGÜP değeri bilgisi

number

dogalgaz
optional

Doğalgaz kaynak tipinde KGÜP değeri bilgisi

number

fuelOil
optional

Fuel oil kaynak tipinde KGÜP değeri bilgisi

number

ithalKomur
optional

İthal kömür kaynak tipinde KGÜP değeri bilgisi

number

jeotermal
optional

Jeotermal kaynak tipinde KGÜP değeri bilgisi

number

linyit
optional

Linyit kaynak tipinde KGÜP değeri bilgisi

number

nafta
optional

Nafta kaynak tipinde KGÜP değeri bilgisi

number

ruzgar
optional

Rüzgar kaynak tipinde KGÜP değeri bilgisi

number

saat
optional

İlgili değerin geçerli olduğu saat bilgisi

string

tarih
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

tasKomur
optional

Taşkömür kaynak tipinde KGÜP değeri bilgisi

number

toplam
optional

Toplam kgüp değeri bilgisi.

number

2.78. DPPContainer

Name Description Schema

dppList
optional

KGÜP Listesi

< DPP > array

statistics
optional

< DPPStatistic > array

2.79. DPPResponse

KGÜP Servisi

Name Description Schema

body
optional

Web Service Result Body

DPPContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.80. DPPStatistic

Name Description Schema

akarsuAvg
optional

number

akarsuMax
optional

number

akarsuMin
optional

number

akarsuSum
optional

number

barajliAvg
optional

number

barajliMax
optional

number

barajliMin
optional

number

barajliSum
optional

number

biokutleAvg
optional

number

biokutleMax
optional

number

biokutleMin
optional

number

biokutleSum
optional

number

digerAvg
optional

number

digerMax
optional

number

digerMin
optional

number

digerSum
optional

number

dogalgazAvg
optional

number

dogalgazMax
optional

number

dogalgazMin
optional

number

dogalgazSum
optional

number

fuelOilAvg
optional

number

fuelOilMax
optional

number

fuelOilMin
optional

number

fuelOilSum
optional

number

ithalKomurAvg
optional

number

ithalKomurMax
optional

number

ithalKomurMin
optional

number

ithalKomurSum
optional

number

jeotermalAvg
optional

number

jeotermalMax
optional

number

jeotermalMin
optional

number

jeotermalSum
optional

number

linyitAvg
optional

number

linyitMax
optional

number

linyitMin
optional

number

linyitSum
optional

number

naftaAvg
optional

number

naftaMax
optional

number

naftaMin
optional

number

naftaSum
optional

number

ruzgarAvg
optional

number

ruzgarMax
optional

number

ruzgarMin
optional

number

ruzgarSum
optional

number

tarih
optional

string(date-time)

tasKomurAvg
optional

number

tasKomurMax
optional

number

tasKomurMin
optional

number

tasKomurSum
optional

number

toplamAvg
optional

number

toplamMax
optional

number

toplamMin
optional

number

toplamSum
optional

number

2.81. DailyIndexPrice

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

price
optional

number

priceEur
optional

number

priceUsd
optional

number

2.82. DailyIndexPriceStatistic

Name Description Schema

date
optional

string(date-time)

ggfEURAvg
optional

number

ggfEURMax
optional

number

ggfEURMin
optional

number

ggfEURSum
optional

number

ggfTLAvg
optional

number

ggfTLMax
optional

number

ggfTLMin
optional

number

ggfTLSum
optional

number

ggfUSDAvg
optional

number

ggfUSDMax
optional

number

ggfUSDMin
optional

number

ggfUSDSum
optional

number

2.83. DamActiveFullness

Name Description Schema

activeFullness
optional

number

basinName
optional

string

damName
optional

string

date
optional

string(date-time)

id
optional

number

2.84. DamActiveVolume

Name Description Schema

activeVolume
optional

number

basinName
optional

string

damName
optional

string

date
optional

string(date-time)

id
optional

number

2.85. DamDailyMeasurement

Name Description Schema

basinName
optional

string

createDate
optional

string(date-time)

createIp
optional

string

createUser
optional

string

damId
optional

integer(int64)

damName
optional

string

date
optional

string(date-time)

energyGeneration
optional

number

id
optional

integer(int64)

isDeleted
optional

integer(int32)

kot
optional

number

modifyDate
optional

string(date-time)

modifyIp
optional

string

modifyUser
optional

string

volume
optional

number

2.86. DamDailyMeasurementContainer

Name Description Schema

data
optional

< DamDailyMeasurement > array

2.87. DamDailyMeasurementResponse

Name Description Schema

body
optional

Web Service Result Body

DamDailyMeasurementContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.88. DamData

Name Description Schema

basinName
optional

string

cityName
optional

string

coordx
optional

number

coordy
optional

number

damName
optional

string

date
optional

string(date-time)

id
optional

number

installedPower
optional

number

maxOperationKot
optional

number

maxOperationVolume
optional

number

minOperationKot
optional

number

minOperationVolume
optional

number

turbineNumber
optional

number

unitFlowRate
optional

number

2.89. DamDataContainer

Name Description Schema

data
optional

< DamData > array

2.90. DamDataResponse

Name Description Schema

body
optional

Web Service Result Body

DamDataContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.91. DayAheadArithmeticAverage

Name Description Schema

averageMcp
optional

Aritmetk Ortalama PTF

number

date
optional

İlgili fiyatın geçerli olduğu tarih bilgisi.

string(date-time)

period
optional

Aritmetik alınacak dönem bilgisi. (Örn: Günlük,Aylık,vb.)

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.92. DayAheadMCPAritmeticAverageContainer

Name Description Schema

dayAheadMCPList
optional

Aritmetk ortalaması hesaplanmış PTF listesi

< DayAheadArithmeticAverage > array

statistics
optional

< MarketStatistic > array

2.93. DayAheadMCPAritmeticAverageResponse

Aritmetik Ortalama Servis Cevabı

Name Description Schema

body
optional

Web Service Result Body

DayAheadMCPAritmeticAverageContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.94. DayAheadMCPContainer

Name Description Schema

dayAheadMCPList
optional

PTF Listesi

< DayAheadMCPWithExchangeData > array

statistics
optional

< MarketStatistic > array

2.95. DayAheadMCPResponse

PTF

Name Description Schema

body
optional

Web Service Result Body

DayAheadMCPContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.96. DayAheadMCPWithExchangeData

Name Description Schema

date
optional

string(date-time)

price
optional

number

priceEur
optional

number

priceUsd
optional

number

2.97. DayAheadMarketTradeVolume

Name Description Schema

date
optional

İlgili tutarın geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

volumeOfAsk
optional

GÖP gerçekleşmiş sistem satış tutar bilgisi

number

volumeOfBid
optional

GÖP gerçekleşmiş sistem alış tutar bilgisi

number

2.98. DayAheadMarketTradeVolumeContainer

Name Description Schema

dayAheadMarketTradeVolumeList
optional

GÖP Ticaret Tutarları Listesi

< DayAheadMarketTradeVolume > array

statistics
optional

< MarketStatistic > array

2.99. DayAheadMarketTradeVolumeResponse

GÖP Ticaret Tutarları

Name Description Schema

body
optional

Web Service Result Body

DayAheadMarketTradeVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.100. DayAheadMarketVolume

Name Description Schema

blockBid
optional

GÖP sunulmuş blok tekliflerin alış yönünde kabul edilmiş miktar bilgisidir.

number

blockOffer
optional

GÖP sunulmuş blok tekliflerin alış yönünde kabul edilmiş miktar bilgisidir.

number

date
optional

İlgili ticaretin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

matchedBids
optional

number

matchedOffers
optional

number

period
optional

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

priceIndependentBid
optional

GÖP’e teklif edilmiş fiyattan bağımsız alış tekliflerinin toplam bilgisidir.

number

priceIndependentOffer
optional

GÖP’e teklif edilmiş fiyattan bağımsız satış tekliflerinin toplam bilgisidir.

number

quantityOfAsk
optional

GÖP’e teklif edilmiş alış tekliflerinin toplam bilgisidir.

number

quantityOfBid
optional

GÖP’e teklif edilmiş satış tekliflerinin toplam bilgisidir.

number

volume
optional

GÖP’de kabul edilmiş tekliflerin eşleşme miktarı bilgisidir.

number

2.101. DayAheadMarketVolumeContainer

Name Description Schema

dayAheadMarketVolumeList
optional

GÖP Ticaret Özeti Listesi

< DayAheadMarketVolume > array

statistics
optional

< DayAheadMarketVolumeStatistic > array

2.102. DayAheadMarketVolumeResponse

GÖP Ticaret Özeti

Name Description Schema

body
optional

Web Service Result Body

DayAheadMarketVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.103. DayAheadMarketVolumeStatistic

Name Description Schema

blockBidAvg
optional

number

blockBidMax
optional

number

blockBidMin
optional

number

blockBidSum
optional

number

blockOfferAvg
optional

number

blockOfferMax
optional

number

blockOfferMin
optional

number

blockOfferSum
optional

number

date
optional

string(date-time)

matchedBidsAvg
optional

number

matchedBidsMax
optional

number

matchedBidsMin
optional

number

matchedBidsSum
optional

number

matchedOffersAvg
optional

number

matchedOffersMax
optional

number

matchedOffersMin
optional

number

matchedOffersSum
optional

number

priceIndependentBidAvg
optional

number

priceIndependentBidMax
optional

number

priceIndependentBidMin
optional

number

priceIndependentBidSum
optional

number

priceIndependentOfferAvg
optional

number

priceIndependentOfferMax
optional

number

priceIndependentOfferMin
optional

number

priceIndependentOfferSum
optional

number

quantityOfAskAvg
optional

number

quantityOfAskMax
optional

number

quantityOfAskMin
optional

number

quantityOfAskSum
optional

number

quantityOfBidAvg
optional

number

quantityOfBidMax
optional

number

quantityOfBidMin
optional

number

quantityOfBidSum
optional

number

volumeAvg
optional

number

volumeMax
optional

number

volumeMin
optional

number

volumeSum
optional

number

2.104. DeliveryPeriod

Name Description Schema

periodName
optional

string

2.105. DeliveryYear

Name Description Schema

year
optional

string

2.106. DiffFunds

Name Description Schema

date
optional

İlgili fark tutarı bilgisinin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

originatingFromBids
optional

Alış yönünde oluşan fark tutarı bilgisi

number

originatingFromOffers
optional

Satış yönünde oluşan fark tutarı bilgisi

number

originatingFromRounding
optional

Yuvarlama yönünde oluşan fark tutarı bilgisi

number

total
optional

number

2.107. DiffFundsContainer

Name Description Schema

diffFundList
optional

GÖP Fark Tutarı Listesi

< DiffFunds > array

statistics
optional

DiffFundsStatistic

2.108. DiffFundsResponse

GÖP Fark Tutarı

Name Description Schema

body
optional

Web Service Result Body

DiffFundsContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.109. DiffFundsStatistic

Name Description Schema

originatingFromBidsAvg
optional

number

originatingFromBidsMax
optional

number

originatingFromBidsMin
optional

number

originatingFromBidsSum
optional

number

originatingFromOffersAvg
optional

number

originatingFromOffersMax
optional

number

originatingFromOffersMin
optional

number

originatingFromOffersSum
optional

number

originatingFromRoundingAvg
optional

number

originatingFromRoundingMax
optional

number

originatingFromRoundingMin
optional

number

originatingFromRoundingSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

2.110. Distribution

Dağıtım bölge bilgisi.

Name Description Schema

id
optional

Dağıtım bölgelerinin tekilliğini sağlayan ID bilgisi.

integer(int64)

name
optional

Dağıtım bölgesinin ad bilgisi.

string

2.111. DistributionCompany

Name Description Schema

id
optional

integer(int64)

name
optional

string

2.112. DistributionCompanyListContainer

Name Description Schema

distributionCompanyList
optional

< DistributionCompany > array

2.113. DistributionCompanyListResponse

Name Description Schema

body
optional

Web Service Result Body

DistributionCompanyListContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.114. DistributionContainer

Dağıtım bölgelerinin cevap bilgisi.

Name Description Schema

distributionList
optional

Dağıtım bölgelerinin listesi.

< Distribution > array

2.115. DistributionProfile

Profil Abone Grup Çarpan Katsayısı

Name Description Schema

date
optional

Çarpan değerinin geçerli olduğu tarih bilgisi.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

multiplier
optional

Profil abone grubunun çarpan katsayı değeri bilgisi.

number

2.116. DistributionProfileContainer

Profil abone grup cevabı.

Name Description Schema

distributionProfileList
optional

Profil Abone Grup Çarpan Katsayıları Listesi

< DistributionProfile > array

2.117. DistributionProfileResponse

Profil Abone Grup Çarpan Katsayıları

Name Description Schema

body
optional

Web Service Result Body

DistributionProfileContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.118. DistributionResponse

Yük Tahmin Planı servisi

Name Description Schema

body
optional

Web Service Result Body

DistributionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.119. DppInjectionUnitnameContainer

Name Description Schema

injectionUnitNames
optional

KGÜP UEVÇB Listesi

< UevcbNew > array

2.120. DppInjectionUnitnameResponse

KGÜP UEVÇB Servisi

Name Description Schema

body
optional

Web Service Result Body

DppInjectionUnitnameContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.121. DsgImbalanceQuantityContainer

Name Description Schema

imbalanceQuantityList
optional

< ImbalanceQuantityOrganization > array

2.122. DsgImbalanceQuantityOrgListContainer

Name Description Schema

orgList
optional

< Organization > array

2.123. DsgImbalanceQuantityOrgListResponse

Name Description Schema

body
optional

Web Service Result Body

DsgImbalanceQuantityOrgListContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.124. DsgImbalanceQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

DsgImbalanceQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.125. EligibleConsumerCount

Name Description Schema

id
optional

StPk

quantityOfNotUsingEligibleConsumer
optional

integer(int64)

quantityOfUsingEligibleConsumer
optional

integer(int64)

2.126. EligibleConsumerQuantityContainer

Serbest tüketici sayısı

Name Description Schema

eligibleConsumerQuantityList
optional

Aylık serbest tüketici sayısı listesi.

< EligibleConsumerCount > array

2.127. EligibleConsumerQuantityPeriod

Name Description Schema

id
optional

StPk

quantityOfNotUsingEligibleConsumer
optional

number

quantityOfUsingEligibleConsumer
optional

number

stCount
optional

integer(int64)

2.128. EligibleConsumerQuantityResponse

Serbest tüketici sayısı

Name Description Schema

body
optional

Web Service Result Body

EligibleConsumerQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.129. EnergyImbalance

Name Description Schema

date
optional

İlgili dengesizliğin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

negativeImbalance
optional

Negatif yönündeki dengesizlik miktar bilgisi

number

negativeImbalanceIncome
optional

Negatif yönündeki dengesizlik tutar bilgisi

number

positiveImbalance
optional

Pozitif yönündeki dengesizlik miktar bilgisi

number

positiveImbalanceIncome
optional

Pozitif yönündeki dengesizlik tutar bilgisi

number

2.130. EnergyImbalanceContainer

Name Description Schema

energyImbalances
optional

< EnergyImbalance > array

statistics
optional

< EnergyImbalanceStatistic > array

2.131. EnergyImbalanceResponse

Name Description Schema

body
optional

Web Service Result Body

EnergyImbalanceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.132. EnergyImbalanceStatistic

Name Description Schema

date
optional

İlgili dengesizliğin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

negativeImbalanceAvg
optional

number

negativeImbalanceIncomeAvg
optional

number

negativeImbalanceIncomeMax
optional

number

negativeImbalanceIncomeMin
optional

number

negativeImbalanceIncomeSum
optional

number

negativeImbalanceMax
optional

number

negativeImbalanceMin
optional

number

negativeImbalanceSum
optional

number

positiveImbalanceAvg
optional

number

positiveImbalanceIncomeAvg
optional

number

positiveImbalanceIncomeMax
optional

number

positiveImbalanceIncomeMin
optional

number

positiveImbalanceIncomeSum
optional

number

positiveImbalanceMax
optional

number

positiveImbalanceMin
optional

number

positiveImbalanceSum
optional

number

2.133. ExistBulletin

Name Description Schema

link
optional

Bulletin Url
Example : "https://www.epias.com.tr/wp-content/uploads/2020/12/Kasim-2020-Elektrik-Piyasalari-Raporu.pdf"

string

title
optional

Bulletin Title
Example : "Kasım 2020 Elektrik Piyasaları Aylık Raporu"

string

2.134. ExistBulletinContainer

Name Description Schema

bulletins
optional

< ExistBulletin > array

2.135. ExistBulletinResponse

Name Description Schema

body
optional

Web Service Result Body

ExistBulletinContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.136. ExportedYekgDoc

Name Description Schema

biomass
optional

number

date
optional

string(date-time)

geothermal
optional

number

hydro
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.137. ExportedYekgDocListContainer

Name Description Schema

dataList
optional

< ExportedYekgDoc > array

statistics
optional

< ExportedYekgDocStatistic > array

2.138. ExportedYekgDocListResponse

Name Description Schema

body
optional

Web Service Result Body

ExportedYekgDocListContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.139. ExportedYekgDocStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.140. FaultDetailModel

Name Description Schema

date
optional

string(date-time)

faultCausedEnergyLoss
optional

number

faultCausedPowerLoss
optional

number

hour
optional

integer(int64)

preFaultPower
optional

number

remainingCapacity
optional

number

2.141. FinalDPP

Name Description Schema

date
optional

İlgili kgüp değerinin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

dpp
optional

Toplam kgüp değeri bilgisi

number

2.142. FinalDPPContainer

Name Description Schema

finalDPPList
optional

Toplam KGÜP Listesi

< FinalDPP > array

2.143. FinalDPPResponse

Toplam KGÜP Servisi

Name Description Schema

body
optional

Web Service Result Body

FinalDPPContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.144. GDDKAmountContainer

Name Description Schema

gddkAmountList
optional

GDDK Tutarı Listesi

< GddkQuantity > array

2.145. GDDKAmountResponse

GDDK Tutarı Servisi

Name Description Schema

body
optional

Web Service Result Body

GDDKAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.146. GddkQuantity

Name Description Schema

gddkCreditAmount
optional

Alacak GDDK tutarı bilgisi

number

gddkDebtAmount
optional

Borç GDDK tutarı bilgisi

number

gddkNetAmount
optional

Net GDDK tutarı bilgisi

number

id
optional

GddkQuantityId

2.147. GddkQuantityId

Name Description Schema

date
optional

İlgili değerin geçerli olduğu dönem bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

version
optional

İlgili değerin geçerli olduğu versiyon bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.148. GipMatchDetail

Name Description Schema

blockMatchQuantity
optional

number

date
optional

string(date-time)

hourlyMatchQuantity
optional

number

2.149. GipMatchDetailStatistic

Name Description Schema

avgBlockMatchQuantity
optional

number

avgHourlyMatchQuantity
optional

number

date
optional

string(date-time)

maxBlockMatchQuantity
optional

number

maxHourlyMatchQuantity
optional

number

minBlockMatchQuantity
optional

number

minHourlyMatchQuantity
optional

number

sumBlockMatchQuantity
optional

number

sumHourlyMatchQuantity
optional

number

2.150. GipOfferQuantity

Name Description Schema

blockPurchaseQuantity
optional

number

blockSaleQuantity
optional

number

effectiveDate
optional

string(date-time)

hourlyPurchaseQuantity
optional

number

hourlySaleQuantity
optional

number

2.151. GipOfferQuantityStatistic

Name Description Schema

blockPurchaseQuantityAvg
optional

number

blockPurchaseQuantityMax
optional

number

blockPurchaseQuantityMin
optional

number

blockPurchaseQuantitySum
optional

number

blockSaleQuantityAvg
optional

number

blockSaleQuantityMax
optional

number

blockSaleQuantityMin
optional

number

blockSaleQuantitySum
optional

number

effectiveDate
optional

string(date-time)

hourlyPurchaseQuantityAvg
optional

number

hourlyPurchaseQuantityMax
optional

number

hourlyPurchaseQuantityMin
optional

number

hourlyPurchaseQuantitySum
optional

number

hourlySaleQuantityAvg
optional

number

hourlySaleQuantityMax
optional

number

hourlySaleQuantityMin
optional

number

hourlySaleQuantitySum
optional

number

2.152. HourlyConsumptionContainer

Name Description Schema

hourlyConsumptions
optional

< HourlyConsumptionModelEntity > array

statistics
optional

< HourlyConsumptionStatisticModel > array

2.153. HourlyConsumptionModelEntity

Name Description Schema

consumption
optional

Real time generation value.

number

date
optional

Data validate date.

string(date-time)

2.154. HourlyConsumptionResponse

Name Description Schema

body
optional

Web Service Result Body

HourlyConsumptionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.155. HourlyConsumptionStatisticModel

Name Description Schema

consumptionAvg
optional

number

consumptionMax
optional

number

consumptionMin
optional

number

consumptionSum
optional

number

date
optional

Data validate date.

string(date-time)

2.156. HourlyGenerationContainer

Name Description Schema

hourlyGenerations
optional

< HourlyGenerationModelEntity > array

statistics
optional

< HourlyGenerationModelStatistic > array

2.157. HourlyGenerationModelEntity

Gerçek Zamanlı Üretim Modeli

Name Description Schema

asphaltiteCoal
optional

Asphaltite Coal

number

biomass
optional

Biomass

number

blackCoal
optional

Black Coal

number

dammedHydro
optional

Dammed Hydro

number

date
optional

Verinin geçerli olduğu tarih bilgisi

string(date-time)

fueloil
optional

Fuel Oil

number

gasOil
optional

Gas Oil

number

geothermal
optional

Geothermal

number

importCoal
optional

Import Coal

number

importExport
optional

Import-Export

number

lignite
optional

Lignite

number

lng
optional

LNG

number

naphta
optional

Naphta

number

naturalGas
optional

Natural Gas

number

nucklear
optional

Nucklear

number

river
optional

River

number

sun
optional

Sun

number

total
optional

number

wasteheat
optional

number

wind
optional

Wind

number

2.158. HourlyGenerationModelStatistic

Gerçek Zamanlı Üretim Modeli

Name Description Schema

asphaltiteCoalAvg
optional

number

asphaltiteCoalMax
optional

number

asphaltiteCoalMin
optional

number

asphaltiteCoalSum
optional

number

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

blackCoalAvg
optional

number

blackCoalMax
optional

number

blackCoalMin
optional

number

blackCoalSum
optional

number

dammedHydroAvg
optional

number

dammedHydroMax
optional

number

dammedHydroMin
optional

number

dammedHydroSum
optional

number

date
optional

Verinin geçerli olduğu tarih bilgisi

string(date-time)

fueloilAvg
optional

number

fueloilMax
optional

number

fueloilMin
optional

number

fueloilSum
optional

number

gasOilAvg
optional

number

gasOilMax
optional

number

gasOilMin
optional

number

gasOilSum
optional

number

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

importCoalAvg
optional

number

importCoalMax
optional

number

importCoalMin
optional

number

importCoalSum
optional

number

importExportAvg
optional

number

importExportMax
optional

number

importExportMin
optional

number

importExportSum
optional

number

ligniteAvg
optional

number

ligniteMax
optional

number

ligniteMin
optional

number

ligniteSum
optional

number

lngAvg
optional

number

lngMax
optional

number

lngMin
optional

number

lngSum
optional

number

naphtaAvg
optional

number

naphtaMax
optional

number

naphtaMin
optional

number

naphtaSum
optional

number

naturalGasAvg
optional

number

naturalGasMax
optional

number

naturalGasMin
optional

number

naturalGasSum
optional

number

nucklearAvg
optional

number

nucklearMax
optional

number

nucklearMin
optional

number

nucklearSum
optional

number

riverAvg
optional

number

riverMax
optional

number

riverMin
optional

number

riverSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.159. HourlyGenerationResponse

Gerçek zamanlı üretim

Name Description Schema

body
optional

Web Service Result Body

HourlyGenerationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.160. IDMIncome

Name Description Schema

date
optional

Tarih bilgisi.

string(date-time)

income
optional

Eşleşme tutar bilgisi.

number

2.161. IDMIncomeContainer

Name Description Schema

incomes
optional

< IDMIncome > array

statistics
optional

< MarketStatistic > array

2.162. IDMIncomeResponse

Name Description Schema

body
optional

Web Service Result Body

IDMIncomeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.163. IDMIncomeSummary

Name Description Schema

date
optional

Eşleşme tutarının tarih bilgisi.

string(date-time)

income
optional

Eşleşme tutar bilgisi.

number

period
optional

Eşleşme tutarının tarih bilgisi.

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.164. IDMIncomeSummaryContainer

Name Description Schema

incomes
optional

< IDMIncomeSummary > array

statistics
optional

< MarketStatistic > array

2.165. IDMIncomeSummaryResponse

Name Description Schema

body
optional

Web Service Result Body

IDMIncomeSummaryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.166. IDMVolume

Name Description Schema

date
optional

Aritmetik alınacak dönem bilgisi. (Örn: Günlük,Aylık,vb.)

string(date-time)

period
optional

Aritmetik alınacak dönem bilgisi. (Örn: Günlük,Aylık,vb.)

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

volume
optional

Aritmetk Ortalama PTF

number

2.167. IDMVolumeContainer

Name Description Schema

statistics
optional

< MarketStatistic > array

volumes
optional

< IDMVolume > array

2.168. IDMVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

IDMVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.169. IdmAof

Name Description Schema

date
optional

GİP AOF bilgisinin geçerli olduğu saat bilgisi.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

price
optional

GİP ağırlık ortalama fiyat bilgisi.

number

2.170. IdmAofAverage

Name Description Schema

aof
optional

Aritmetk Ortalama PTF

number

date
optional

Aritmetik alınacak dönem bilgisi. (Örn: Günlük,Aylık,vb.)

string(date-time)

period
optional

Aritmetik alınacak dönem bilgisi. (Örn: Günlük,Aylık,vb.)

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.171. IdmAofAverageContainer

Name Description Schema

idmAofList
optional

GİP AOF Listesi

< IdmAofAverage > array

statistics
optional

< MarketStatistic > array

2.172. IdmAofContainer

Name Description Schema

idmAofList
optional

GİP AOF Listesi

< IdmAof > array

statistics
optional

< MarketStatistic > array

2.173. ImbalanceAmountContainer

Name Description Schema

imbalanceAmountList
optional

Dengesizlik Tutar Listesi

< ImbalanceAmountNew > array

2.174. ImbalanceAmountNew

Name Description Schema

date
optional

İlgili dengesizliğin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

negativeImbalance
optional

Negatif yönündeki dengesizlik tutar bilgisi

number

positiveImbalance
optional

Pozitif yönündeki dengesizlik tutar bilgisi

number

time
optional

İlgili dengesizliğin geçerli olduğu saat bilgisi

string

2.175. ImbalanceAmountResponse

Dengesizlik Tutar

Name Description Schema

body
optional

Web Service Result Body

ImbalanceAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.176. ImbalanceQuantityContainer

Name Description Schema

imbalanceQuantityList
optional

Dengesizlik Miktar Listesi

< ImbalanceQuantityNew > array

2.177. ImbalanceQuantityNew

Name Description Schema

date
optional

İlgili dengesizliğin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

negativeImbalance
optional

Negatif yönündeki dengesizlik miktar bilgisi

number

positiveImbalance
optional

Pozitif yönündeki dengesizlik miktar bilgisi

number

time
optional

İlgili dengesizliğin geçerli olduğu saat bilgisi

string

2.178. ImbalanceQuantityOrganization

Name Description Schema

date
optional

string(date-time)

negativImbalanceQuantity
optional

number

positiveImbalanceQuantity
optional

number

2.179. ImbalanceQuantityResponse

Dengesizlik Miktar

Name Description Schema

body
optional

Web Service Result Body

ImbalanceQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.180. InstalledCapacity

Name Description Schema

capacity
optional

Kurulu güç değeri bilgisi

number

capacityType
optional

Kurulu güç tip bilgisi

enum (YEKDEM, ALL)

period
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.181. InstalledCapacityContainer

Name Description Schema

installedCapacityList
optional

Kurulu Güç Listesi

< InstalledCapacity > array

2.182. InstalledCapacityOfRenewable

Name Description Schema

capacity
optional

Kurulu güç değeri bilgisi

number

capacityType
optional

Kurulu gücün ait olduğu kaynak tip ad bilgisi

string

capacityTypeId
optional

Kurulu gücün ait olduğu kaynak tip ID bilgisi

integer(int64)

period
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.183. InstalledCapacityOfRenewableContainer

Name Description Schema

installedCapacityOfRenewableList
optional

YEKDEM Kurulu Güç Listesi

< InstalledCapacityOfRenewable > array

ratios
optional

< InstalledCapacityOfRenewableRatio > array

statistics
optional

< InstalledCapacityOfRenewableSummary > array

2.184. InstalledCapacityOfRenewableRatio

Name Description Schema

capacity
optional

Kurulu güç değeri bilgisi

number

capacityType
optional

Kurulu gücün ait olduğu kaynak tip ad bilgisi

string

capacityTypeId
optional

Kurulu gücün ait olduğu kaynak tip ID bilgisi

integer(int64)

2.185. InstalledCapacityOfRenewableResponse

YEKDEM Kurulu Güç Servisi

Name Description Schema

body
optional

Web Service Result Body

InstalledCapacityOfRenewableContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.186. InstalledCapacityOfRenewableSummary

Name Description Schema

period
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

totalCapacity
optional

Kurulu güç değeri bilgisi

number

2.187. InstalledCapacityResponse

Kurulu Güç Servisi

Name Description Schema

body
optional

Web Service Result Body

InstalledCapacityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.188. InterimMCPContainer

Name Description Schema

interimMCPList
optional

GÖP Kesinleşmemiş PTF Listesi

< MarketTradePriceNotification > array

2.189. InterimMCPResponse

GÖP Kesinleşmemiş PTF

Name Description Schema

body
optional

Web Service Result Body

InterimMCPContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.190. IntraDayMatchDetailContainer

Name Description Schema

matchDetails
optional

< GipMatchDetail > array

statistics
optional

< GipMatchDetailStatistic > array

2.191. IntraDayMatchDetailResponse

Name Description Schema

body
optional

Web Service Result Body

IntraDayMatchDetailContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.192. IntraDayMinMaxPrice

Name Description Schema

date
optional

string(date-time)

maxAskPrice
optional

number

maxBidPrice
optional

number

maxMatchPrice
optional

number

minAskPrice
optional

number

minBidPrice
optional

number

minMatchPrice
optional

number

2.193. IntraDayMinMaxPriceContainer

Name Description Schema

minMaxPriceList
optional

< IntraDayMinMaxPrice > array

statistics
optional

< IntraDayMinMaxPriceStatistic > array

2.194. IntraDayMinMaxPriceResponse

Name Description Schema

body
optional

Web Service Result Body

IntraDayMinMaxPriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.195. IntraDayMinMaxPriceStatistic

Name Description Schema

date
optional

string(date-time)

maxAskPriceMax
optional

number

maxAskPriceMin
optional

number

maxBidPriceMax
optional

number

maxBidPriceMin
optional

number

maxMatchPriceMax
optional

number

maxMatchPriceMin
optional

number

minAskPriceMax
optional

number

minAskPriceMin
optional

number

minBidPriceMax
optional

number

minBidPriceMin
optional

number

minMatchPriceMax
optional

number

minMatchPriceMin
optional

number

2.196. IntraDayOfferQuantityContainer

Name Description Schema

offerQuantities
optional

< GipOfferQuantity > array

statistics
optional

< GipOfferQuantityStatistic > array

2.197. IntraDayOfferQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

IntraDayOfferQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.198. IntraDaySummary

Name Description Schema

contract
optional

string

date
optional

string(date-time)

id
optional

integer(int64)

maxAskPrice
optional

number

maxBidPrice
optional

number

maxMatchPrice
optional

number

minAskPrice
optional

number

minBidPrice
optional

number

minMatchPrice
optional

number

quantityOfAsk
optional

number

quantityOfBid
optional

number

tradingVolume
optional

number

volume
optional

number

2.199. IntraDaySummaryContainer

Name Description Schema

intraDaySummaryList
optional

< IntraDaySummary > array

statistics
optional

< IntraDaySummaryStatistic > array

2.200. IntraDaySummaryResponse

Name Description Schema

body
optional

Web Service Result Body

IntraDaySummaryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.201. IntraDaySummaryStatistic

Name Description Schema

date
optional

string(date-time)

maxAskPriceMax
optional

number

maxAskPriceMin
optional

number

maxBidPriceMax
optional

number

maxBidPriceMin
optional

number

maxMatchPriceMax
optional

number

maxMatchPriceMin
optional

number

minAskPriceMax
optional

number

minAskPriceMin
optional

number

minBidPriceMax
optional

number

minBidPriceMin
optional

number

minMatchPriceMax
optional

number

minMatchPriceMin
optional

number

quantityOfAskAvg
optional

number

quantityOfAskMax
optional

number

quantityOfAskMin
optional

number

quantityOfAskSum
optional

number

quantityOfBidAvg
optional

number

quantityOfBidMax
optional

number

quantityOfBidMin
optional

number

quantityOfBidSum
optional

number

tradingVolumeAvg
optional

number

tradingVolumeMax
optional

number

tradingVolumeMin
optional

number

tradingVolumeSum
optional

number

volumeAvg
optional

number

volumeMax
optional

number

volumeMin
optional

number

volumeSum
optional

number

2.202. IntraDayTradeHistory

Name Description Schema

conract
optional

Eşleşmenin gerçekleştiği kontrat bilgisi

string

date
optional

Eşleşmenin gerçekleştiği tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

id
optional

Eşleşmenin ID bilgisi.

integer(int64)

price
optional

Eşleşme fiyat bilgisi

number

quantity
optional

Eşleşme miktar bilgisi

number

2.203. IntraDayTradeHistoryContainer

Name Description Schema

intraDayTradeHistoryList
optional

GİP Eşleşme Bilgisi Listesi

< IntraDayTradeHistory > array

statistics
optional

< IntraDayTradeHistoryStatistic > array

2.204. IntraDayTradeHistoryResponse

GİP Eşleşme Bilgisi

Name Description Schema

body
optional

Web Service Result Body

IntraDayTradeHistoryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.205. IntraDayTradeHistoryStatistic

Name Description Schema

date
optional

Eşleşmenin gerçekleştiği tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

priceMax
optional

number

priceMin
optional

number

priceWeightedAverage
optional

number

quantityMax
optional

number

quantityMin
optional

number

quantitySum
optional

number

2.206. IntradayAofAverangeResponse

Name Description Schema

body
optional

Web Service Result Body

IdmAofAverageContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.207. IntradayAofResponse

Aritmetik Ortalama Servis Cevabı

Name Description Schema

body
optional

Web Service Result Body

IdmAofContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.208. LoadEstimationPlan

Yük Tahmin Planı

Name Description Schema

date
optional

Tarih
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

lep
optional

Yük Tahmin Planı

number

2.209. LoadEstimationPlanContainer

Yük Tahmin Planı servisi

Name Description Schema

loadEstimationPlanList
optional

Yük Tahmin Değeri

< LoadEstimationPlan > array

statistics
optional

< LoadEstimationPlanStatistic > array

2.210. LoadEstimationPlanResponse

Yük Tahmin Planı servisi

Name Description Schema

body
optional

Web Service Result Body

LoadEstimationPlanContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.211. LoadEstimationPlanStatistic

Yük Tahmin Planı

Name Description Schema

date
optional

Tarih
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

lepAvg
optional

number

lepMax
optional

number

lepMin
optional

number

lepSum
optional

number

2.212. LoadType

Name Description Schema

name
optional

string

2.213. MarketCompare

Name Description Schema

bilateralContracts
optional

Seçilen karşılaştırma perioduna göre saatlik ortalama ikili anlaşma bilgisi.

number

consumptionAvg
optional

number

consumptionSum
optional

number

date
optional

Seçilen karşılaştırma periodunun bulunduğu yıl bilgisi.

string(date-time)

dayTimeMcp
optional

Seçilen karşılaştırma perioduna göre gündüz (06.00-16.00) PTF ortalama bilgisi.

number

idmAof
optional

number

idmMatchingQuantity
optional

Seçilen karşılaştırma perioduna göre Gİp eşleşme miktar bilgisi.

number

matchingQuantity
optional

Seçilen karşılaştırma perioduna göre saatlik ortalama takas miktar bilgisi.

number

maxMcp
optional

Seçilen karşılaştırma perioduna göre maksimum PTF bilgisi.

number

mcpAvg
optional

Seçilen karşılaştırma perioduna göre ortalama PTF bilgisi.

number

minMcp
optional

Seçilen karşılaştırma perioduna göre minimum PTF bilgisi.

number

nightTimeMcp
optional

Seçilen karşılaştırma perioduna göre gece (22.00-05.00) PTF ortalama bilgisi.

number

peakTimeMcp
optional

Seçilen karşılaştırma perioduna göre puant (17.00-21.00) PTF ortalama bilgisi.

number

period
optional

Seçilen karşılaştırma periodu değeri.

integer(int64)

priceIndependentBid
optional

Seçilen karşılaştırma perioduna göre ortalama fiyattan bağımsız alış ortalama bilgisi.

number

priceIndependentOffer
optional

Seçilen karşılaştırma perioduna göre ortalama fiyattan bağımsız satış ortalama bilgisi.

number

smpAvg
optional

Seçilen karşılaştırma perioduna göre ortalama SMF bilgisi.

number

2.214. MarketCompareContainer

Name Description Schema

marketCompares
optional

< MarketCompare > array

2.215. MarketCompareDaily

Name Description Schema

bilateralContractsAvg
optional

Seçilen karşılaştırma perioduna göre saatlik ortalama ikili anlaşma bilgisi.

number

date
optional

Seçilen karşılaştırma periodunun bulunduğu yıl bilgisi.

string(date-time)

idmAofAvg
optional

Seçilen karşılaştırma perioduna göre GİP AOF bilgisi.

number

idmMatchingQuantitySum
optional

Seçilen karşılaştırma perioduna göre Gİp eşleşme miktar bilgisi.

number

matchingQuantityAvg
optional

Seçilen karşılaştırma perioduna göre saatlik ortalama takas miktar bilgisi.

number

mcpAvg
optional

Seçilen karşılaştırma perioduna göre ortalama PTF bilgisi.

number

smpAvg
optional

Seçilen karşılaştırma perioduna göre ortalama SMF bilgisi.

number

2.216. MarketCompareDailyContainer

Name Description Schema

marketCompares
optional

< MarketCompareDaily > array

2.217. MarketCompareDailyResponse

Name Description Schema

body
optional

Web Service Result Body

MarketCompareDailyContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.218. MarketCompareResponse

Name Description Schema

body
optional

Web Service Result Body

MarketCompareContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.219. MarketParticipantContainer

Name Description Schema

marketParticipantList
optional

< MarketParticipants > array

2.220. MarketParticipantResponse

Name Description Schema

body
optional

Web Service Result Body

MarketParticipantContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.221. MarketParticipants

Name Description Schema

damEntry
optional

Default : false

boolean

id
optional

integer(int64)

intraDayEntry
optional

Default : false

boolean

legalStatus
optional

Default : false

boolean

naturalGasMarketEntry
optional

Default : false

boolean

orgName
optional

string

orgShortName
optional

string

2.222. MarketStatistic

Name Description Schema

average
optional

number

date
optional

string(date-time)

max
optional

number

min
optional

number

summary
optional

number

weightedAverage
optional

number

2.223. MarketTradePriceNotification

Name Description Schema

date
optional

İlgili PTF’nin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

marketTradePrice
optional

Kesinleşmemiş piyasa takas fiyat bilgisi

number(double)

2.224. MarketVolume

Name Description Schema

balancedPowerMarketVolume
optional

Toplam DGP talimat miktar bilgisi (YAL+YAT-YAL Teslim Edilmeyen Miktar - YAT Teslim Edilmeyen Miktar).

number

bilateralContractAmount
optional

Toplam ikili anlaşma miktar bilgisi.

number

date
optional

Elektrik piyasasındaki hacimlerin geçerli olduğu tarih bilgisi.

string(date-time)

dayAheadMarketVolume
optional

Toplam gün öncesi piyasası eşleşme miktar bilgisi.

number

intradayVolume
optional

Toplam gün içi piyasası eşleşme miktar bilgisi.

number

period
optional

Elektrik piyasasındaki hacimlerin geçerli olduğu tarih bilgisi.

integer(int64)

2.225. MarketVolumeContainer

Name Description Schema

marketVolumeList
optional

< MarketVolume > array

ratios
optional

< MarketVolumeRatio > array

statistics
optional

< MarketVolumeStatistic > array

2.226. MarketVolumeRatio

Name Description Schema

balancedPowerMarketVolume
optional

Toplam DGP talimat miktar bilgisi (YAL+YAT-YAL Teslim Edilmeyen Miktar - YAT Teslim Edilmeyen Miktar).

number

bilateralContractAmount
optional

Toplam ikili anlaşma miktar bilgisi.

number

date
optional

Elektrik piyasasındaki hacimlerin geçerli olduğu tarih bilgisi.

string(date-time)

dayAheadMarketVolume
optional

Toplam gün öncesi piyasası eşleşme miktar bilgisi.

number

intradayVolume
optional

Toplam gün içi piyasası eşleşme miktar bilgisi.

number

period
optional

Elektrik piyasasındaki hacimlerin geçerli olduğu tarih bilgisi.

integer(int64)

2.227. MarketVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

MarketVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.228. MarketVolumeStatistic

Name Description Schema

balancedPowerMarketVolumeAvg
optional

number

balancedPowerMarketVolumeMax
optional

number

balancedPowerMarketVolumeMin
optional

number

balancedPowerMarketVolumeSum
optional

number

bilateralContractAmountAvg
optional

number

bilateralContractAmountMax
optional

number

bilateralContractAmountMin
optional

number

bilateralContractAmountSum
optional

number

date
optional

Elektrik piyasasındaki hacimlerin geçerli olduğu tarih bilgisi.

string(date-time)

dayAheadMarketVolumeAvg
optional

number

dayAheadMarketVolumeMax
optional

number

dayAheadMarketVolumeMin
optional

number

dayAheadMarketVolumeSum
optional

number

intradayVolumeAvg
optional

number

intradayVolumeMax
optional

number

intradayVolumeMin
optional

number

intradayVolumeSum
optional

number

2.229. MatchAmount

Name Description Schema

biomass
optional

number

date
optional

string(date-time)

geothermal
optional

number

hydro
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.230. MatchAmountContainer

Name Description Schema

dataList
optional

< MatchAmount > array

statistics
optional

< MatchAmountStatistic > array

2.231. MatchAmountResponse

Name Description Schema

body
optional

Web Service Result Body

MatchAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.232. MatchAmountStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.233. MatchingQuantity

Name Description Schema

basePriceBiddingQuantity
optional

number

contractName
optional

string

dailyIndexPriceBiddingQuantity
optional

number

date
optional

string(date-time)

defaultBiddingQuantity
optional

number

marketMatchingQuantity
optional

number

privateOperationQuantity
optional

number

syntheticBuyMatchingQuantity
optional

number

syntheticSellMatchingQuantity
optional

number

total
optional

number

2.234. MatchingQuantityStatistic

Name Description Schema

basePriceBiddingQuantityAvg
optional

number

basePriceBiddingQuantityMax
optional

number

basePriceBiddingQuantityMin
optional

number

basePriceBiddingQuantitySum
optional

number

dailyIndexPriceBiddingQuantityAvg
optional

number

dailyIndexPriceBiddingQuantityMax
optional

number

dailyIndexPriceBiddingQuantityMin
optional

number

dailyIndexPriceBiddingQuantitySum
optional

number

date
optional

string(date-time)

defaultBiddingQuantityAvg
optional

number

defaultBiddingQuantityMax
optional

number

defaultBiddingQuantityMin
optional

number

defaultBiddingQuantitySum
optional

number

marketMatchingQuantityAvg
optional

number

marketMatchingQuantityMax
optional

number

marketMatchingQuantityMin
optional

number

marketMatchingQuantitySum
optional

number

privateOperationQuantityAvg
optional

number

privateOperationQuantityMax
optional

number

privateOperationQuantityMin
optional

number

privateOperationQuantitySum
optional

number

syntheticBuyMatchingQuantityAvg
optional

number

syntheticBuyMatchingQuantityMax
optional

number

syntheticBuyMatchingQuantityMin
optional

number

syntheticBuyMatchingQuantitySum
optional

number

syntheticSellMatchingQuantityAvg
optional

number

syntheticSellMatchingQuantityMax
optional

number

syntheticSellMatchingQuantityMin
optional

number

syntheticSellMatchingQuantitySum
optional

number

2.235. McpSmp

Name Description Schema

date
optional

İlgili fiyatın geçerli olduğu tarih bilgisi.

string(date-time)

mcp
optional

Piyasa takas fiyat bilgisi.

number

mcpState
optional

Piyasa takas fiyatının kesinleşme durum bilgisini döner. INTERIM : Kesinleşmemiş, FINAL: Kesinleşmiş

enum (INTERIM, FINAL)

smp
optional

Sistem marjinal fiyat bilgisi.

number

smpDirection
optional

Sistem yönü.

enum (ENERGY_DEFICIT, IN_BALANCE, ENERGY_SURPLUS)

2.236. McpSmpContainer

Name Description Schema

mcpSmps
optional

< McpSmp > array

statistics
optional

< McpSmpStatistic > array

2.237. McpSmpResponse

Name Description Schema

body
optional

Web Service Result Body

McpSmpContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.238. McpSmpStatistic

Name Description Schema

date
optional

string(date-time)

mcpAvg
optional

number

mcpMax
optional

number

mcpMin
optional

number

mcpWeightedAverage
optional

number

smpAvg
optional

number

smpMax
optional

number

smpMin
optional

number

smpWeightedAverage
optional

number

2.239. MeterReadingCompany

Sayaç Okuyan Kurum

Name Description Schema

id
optional

Sayaç okuyan kurumun ID bilgisi.

integer(int64)

name
optional

Sayaç okuyan kurumun ad bilgisi.

string

status
optional

Sayaç okuyan kurumun durum bilgisi.
Example : "1: Onay Bekleyen, 2:Onaylı, 3:Pasif, 4:Reddedilmiş, 5:Askıda"

integer(int64)

2.240. MeterReadingCompanyContainer

Profil Abone Grup Çarpan Katsayıları

Name Description Schema

meterReadingCompanyList
optional

Sayaç Okuyan Kurum Listesi

< MeterReadingCompany > array

2.241. MeterReadingCompanyResponse

Sayaç Okuyan Kurum Cevabı

Name Description Schema

body
optional

Web Service Result Body

MeterReadingCompanyContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.242. MeterReadingType

Sayaç Okuma Tip

Name Description Schema

id
optional

Sayacın okuma tip ID bilgisi.

integer(int64)

name
optional

Sayacın okuma tip ad bilgisi.

string

2.243. MeterReadingTypeContainer

Sayaç Okuma Tipi

Name Description Schema

meterReadingTypeList
optional

Sayaç Okuma Tip Listesi

< MeterReadingType > array

2.244. MeterReadingTypeResponse

Sayaç Okuma Tip cevap bilgisidir.

Name Description Schema

body
optional

Web Service Result Body

MeterReadingTypeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.245. MinMaxMatchAmount

Name Description Schema

id
optional

MinMaxMatchAmountId

maxMatchPrice
optional

number

minMatchPrice
optional

number

2.246. MinMaxMatchAmountContainer

Name Description Schema

dataList
optional

< MinMaxMatchAmount > array

statistics
optional

< MinMaxMatchAmountStatistic > array

2.247. MinMaxMatchAmountId

Name Description Schema

date
optional

string(date-time)

resourceType
optional

string

2.248. MinMaxMatchAmountResponse

Name Description Schema

body
optional

Web Service Result Body

MinMaxMatchAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.249. MinMaxMatchAmountStatistic

Name Description Schema

date
optional

string(date-time)

maxMatchPriceAvg
optional

number

maxMatchPriceMax
optional

number

maxMatchPriceMin
optional

number

maxMatchPriceSum
optional

number

minMatchPriceAvg
optional

number

minMatchPriceMax
optional

number

minMatchPriceMin
optional

number

minMatchPriceSum
optional

number

2.250. MobileTopicResponse

Name Description Schema

body
optional

Web Service Result Body

TopicContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.251. NominalCapacity

Name Description Schema

bidQuantity
optional

Bid Quantity

number

date
optional

Date

string(date-time)

offerQuantity
optional

Offer Quantity

number

2.252. NominalCapacityContainer

Name Description Schema

nominalCapacitiyList
optional

Nominal Capacity Result Info

< NominalCapacity > array

2.253. NominalCapacityResponse

Nominal Capacity

Name Description Schema

body
optional

Web Service Result Body

NominalCapacityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.254. OpenPosition

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

openPosition
optional

number

2.255. OpenPositionStatistic

Name Description Schema

date
optional

string(date-time)

openPositionAvg
optional

number

openPositionMax
optional

number

openPositionMin
optional

number

openPositionSum
optional

number

2.256. Organization

Name Description Schema

organizationETSOCode
optional

Organizasyon EIC bilgisi

string

organizationId
optional

Organizasyon ID bilgisi

integer(int32)

organizationName
optional

Organizasyon ad bilgisi

string

organizationShortName
optional

Organizasyon kısa ad bilgisi

string

organizationStatus
optional

Organizasyon durum bilgisi

string

2.257. OrganizationContainer

Name Description Schema

organizations
optional

KGÜP Organizasyon Listesi

< Organization > array

2.258. OrganizationResponse

KGÜP Organizasyon Servisi

Name Description Schema

body
optional

Web Service Result Body

OrganizationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.259. OrganizationResponseModel

Name Description Schema

organizationETSOCode
optional

string

organizationId
optional

integer(int32)

organizationName
optional

string

organizationShortName
optional

string

organizationStatus
optional

string

powerPlantList
optional

< PowerPlantResponseModel > array

2.260. OrganizationWithPowerPlantContainer

Name Description Schema

organizations
optional

KGÜP Organizasyon Listesi

< OrganizationResponseModel > array

2.261. OrganizationWithPowerPlantResponse

Name Description Schema

body
optional

Web Service Result Body

OrganizationWithPowerPlantContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.262. Participant

Name Description Schema

date
optional

İlgili katılımcı sayısının geçerli olduğu dönem bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

id
optional

integer(int64)

licence
optional

Katılımcıların lisans tip bilgisi

string

licenceId
optional

integer(int64)

privateSector
optional

Özel sektöre ait katılımcıların sayısı

integer(int64)

privateSectorOfSum
optional

Özel sektördeki toplam katılımcı sayısı

integer(int64)

publicCompany
optional

Kamu sektörüne ait katılımcıların sayısı

integer(int64)

publicCompanyOfSum
optional

Kamu sektöründeki toplam katılımcı sayısı

integer(int64)

2.263. ParticipantContainer

Name Description Schema

participantList
optional

Lisans Tipine Göre Katılımcı Sayısı Listesi

< Participant > array

ratios
optional

< ParticipantRatio > array

2.264. ParticipantRatio

Name Description Schema

licence
optional

Katılımcıların lisans tip bilgisi

string

licenceId
optional

integer(int64)

ratio
optional

number

2.265. ParticipantResponse

Lisans Tipine Göre Katılımcı Bilgisi

Name Description Schema

body
optional

Web Service Result Body

ParticipantContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.266. PercentalConsumptionInfoDTO

Name Description Schema

aydinlatma
optional

number

diger
optional

number

genelToplam
optional

number

mesken
optional

number

sanayi
optional

number

tarimsalSulama
optional

number

ticarethane
optional

number

2.267. PercentalConsumptionInformation

Name Description Schema

aydinlatma
optional

integer(int64)

diger
optional

integer(int64)

genelToplam
optional

number

id
optional

PercentalConsumptionInformationId

mesken
optional

integer(int64)

sanayi
optional

integer(int64)

tarimsalSulama
optional

integer(int64)

ticarethane
optional

integer(int64)

turkiyedekiPayi
optional

number

2.268. PercentalConsumptionInformationContainer

Name Description Schema

consumptionRatioBasedOnProfileGroup
optional

PercentalConsumptionInfoDTO

percentalConsumptionInformationList
optional

< PercentalConsumptionInformation > array

2.269. PercentalConsumptionInformationId

Name Description Schema

drelatedDate
optional

string(date-time)

province
optional

string

sehirId
optional

integer(int64)

2.270. PercentalConsumptionInformationResponse

Name Description Schema

body
optional

Web Service Result Body

PercentalConsumptionInformationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.271. PfcAmountContainer

Name Description Schema

frequencyReservePriceList
optional

Primary Frequency Capacity Amount

< PfcAmountDTO > array

2.272. PfcAmountDTO

Name Description Schema

effectiveDate
optional

string(date-time)

hour
optional

integer(int32)

totalAmount
optional

number(double)

2.273. PfcAmountResponse

Hourly total determined reserve amount

Name Description Schema

body
optional

Web Service Result Body

PfcAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.274. PfcPriceContainer

Name Description Schema

frequencyReservePriceList
optional

Primary Frequency Capacity Price Rest Service

< PfcPriceDTO > array

2.275. PfcPriceDTO

Name Description Schema

effectiveDate
optional

string(date-time)

hour
optional

integer(int32)

price
optional

number(double)

2.276. PfcPriceResponse

Primary Frequency Capacity Price

Name Description Schema

body
optional

Web Service Result Body

PfcPriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.277. PowerOutage

Name Description Schema

date
optional

string(date-time)

distributionCompanyName
optional

string

district
optional

string

effectedNeighbourhoods
optional

string

effectedSubscribers
optional

integer(int64)

endTime
optional

string(date-time)

hourlyLoadAvg
optional

number

id
optional

integer(int64)

province
optional

string

reason
optional

string

startTime
optional

string(date-time)

2.278. PowerOutageContainer

Name Description Schema

powerOutageList
optional

< PowerOutage > array

2.279. PowerOutageResponse

Name Description Schema

body
optional

Web Service Result Body

PowerOutageContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.280. PowerPlant

Name Description Schema

eic
optional

Santral EIC bilgisi

string

id
optional

Santral ID bilgisi

integer(int64)

name
optional

Santral ad bilgisi

string

shortName
optional

Santral kısa ad bilgisi

string

2.281. PowerPlantContainer

Name Description Schema

powerPlantList
optional

Santral Listesi

< PowerPlant > array

2.282. PowerPlantResponse

Santral

Name Description Schema

body
optional

Web Service Result Body

PowerPlantContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.283. PowerPlantResponseModel

Name Description Schema

eic
optional

string

name
optional

string

shortName
optional

string

2.284. RealConsumptionResponse

Name Description Schema

body
optional

Web Service Result Body

RealTimeConsumptionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.285. RealTimeConsumptionContainer

Name Description Schema

hourlyConsumptions
optional

< RealTimeConsumptionModelEntity > array

statistics
optional

< RealTimeConsumptionStatisticModel > array

2.286. RealTimeConsumptionModelEntity

Name Description Schema

consumption
optional

Real time generation value.

number

date
optional

Data validate date.

string(date-time)

period
optional

Aritmetik alınacak dönem bilgisi.

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.287. RealTimeConsumptionStatisticModel

Name Description Schema

consumptionAvg
optional

number

consumptionMax
optional

number

consumptionMin
optional

number

consumptionSum
optional

number

date
optional

Data validate date.

string(date-time)

2.288. RealTimeGenerationContainer

Name Description Schema

realTimeGenerations
optional

< RealTimeGenerationModelEntity > array

statistics
optional

< RealTimeGenerationModelStatistic > array

2.289. RealTimeGenerationModelEntity

Gerçek Zamanlı Üretim Modeli

Name Description Schema

date
optional

Verinin geçerli olduğu tarih bilgisi

string(date-time)

generation
optional

Total generation

number

period
optional

Generation Period

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.290. RealTimeGenerationModelStatistic

Gerçek Zamanlı Üretim Modeli

Name Description Schema

date
optional

Verinin geçerli olduğu tarih bilgisi

string(date-time)

generationAvg
optional

number

generationMax
optional

number

generationMin
optional

number

generationSum
optional

number

2.291. RealTimeGenerationResponse

Gerçek zamanlı üretim

Name Description Schema

body
optional

Web Service Result Body

RealTimeGenerationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.292. RedemptionAmount

Name Description Schema

biomass
optional

number

date
optional

string(date-time)

geothermal
optional

number

hydro
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.293. RedemptionAmountContainer

Name Description Schema

dataList
optional

< RedemptionAmount > array

statistics
optional

< RedemptionAmountStatistic > array

2.294. RedemptionAmountResponse

Name Description Schema

body
optional

Web Service Result Body

RedemptionAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.295. RedemptionAmountStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.296. Region

Name Description Schema

id
optional

Bölge ID bilgisi

integer(int64)

region
optional

Bölgenin ad bilgisi

string

2.297. RegionContainer

Name Description Schema

regionList
optional

Bölge Listesi

< Region > array

2.298. RegionResponse

Bölge

Name Description Schema

body
optional

Web Service Result Body

RegionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.299. RenewableLicencedGenerationAmount

Name Description Schema

biogas
optional

number

biomass
optional

number

canalType
optional

number

date
optional

string(date-time)

geothermal
optional

number

lfg
optional

number

others
optional

number

reservoir
optional

number

riverType
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.300. RenewableLicencedGenerationAmountDTO

Name Description Schema

biogas
optional

Biogaz kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

biomass
optional

Biokütle kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

canalType
optional

Kanal tipi kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

geothermal
optional

Jeotermal kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

landfillGas
optional

Çöp gazı kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

others
optional

Diğer kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

reservoir
optional

Rezervuarlı tipi kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

riverType
optional

Nehir tipi kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

sun
optional

Güneş tipi kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

total
optional

Toplam gerçekleşmiş üretim değeri bilgisi

number

wind
optional

Rüzgar kaynak tipinde gerçekleşmiş üretim değeri bilgisi

number

2.301. RenewableLicencedGenerationAmountStatistic

Name Description Schema

biogasAvg
optional

number

biogasMax
optional

number

biogasMin
optional

number

biogasSum
optional

number

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

canalTypeAvg
optional

number

canalTypeMax
optional

number

canalTypeMin
optional

number

canalTypeSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

lfgAvg
optional

number

lfgMax
optional

number

lfgMin
optional

number

lfgSum
optional

number

othersAvg
optional

number

othersMax
optional

number

othersMin
optional

number

othersSum
optional

number

reservoirAvg
optional

number

reservoirMax
optional

number

reservoirMin
optional

number

reservoirSum
optional

number

riverTypeAvg
optional

number

riverTypeMax
optional

number

riverTypeMin
optional

number

riverTypeSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.302. RenewableLicencedGenerationAmountStatisticDTO

Name Description Schema

biogasAvg
optional

number

biogasMax
optional

number

biogasMin
optional

number

biogasSum
optional

number

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

canalTypeAvg
optional

number

canalTypeMax
optional

number

canalTypeMin
optional

number

canalTypeSum
optional

number

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

landfillGasAvg
optional

number

landfillGasMax
optional

number

landfillGasMin
optional

number

landfillGasSum
optional

number

othersAvg
optional

number

othersMax
optional

number

othersMin
optional

number

othersSum
optional

number

reservoirAvg
optional

number

reservoirMax
optional

number

reservoirMin
optional

number

reservoirSum
optional

number

riverTypeAvg
optional

number

riverTypeMax
optional

number

riverTypeMin
optional

number

riverTypeSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.303. RenewableRESGenerationAndForecast

Name Description Schema

createIp
optional

string

effectiveDate
optional

string(date-time)

forecast
optional

number

generation
optional

number

modifyIp
optional

string

quarter1
optional

number

quarter2
optional

number

quarter3
optional

number

quarter4
optional

number

2.304. RenewableRESGenerationAndForecastStatistic

Name Description Schema

date
optional

Verinin geçerli olduğu tarih bilgisi

string(date-time)

forecastAvg
optional

number

forecastMax
optional

number

forecastMin
optional

number

forecastSum
optional

number

generationAvg
optional

number

generationMax
optional

number

generationMin
optional

number

generationSum
optional

number

quarter1Avg
optional

number

quarter1Max
optional

number

quarter1Min
optional

number

quarter1Sum
optional

number

quarter2Avg
optional

number

quarter2Max
optional

number

quarter2Min
optional

number

quarter2Sum
optional

number

quarter3Avg
optional

number

quarter3Max
optional

number

quarter3Min
optional

number

quarter3Sum
optional

number

quarter4Avg
optional

number

quarter4Max
optional

number

quarter4Min
optional

number

quarter4Sum
optional

number

2.305. RenewableSMForecastContainer

Name Description Schema

renewableSMForecastList
optional

YEKDEM Üretim Tahmini Listesi

< RenewableSMForecastDTO > array

2.306. RenewableSMForecastDTO

Name Description Schema

biogas
optional

Biogaz kaynak tipindeki tahmin değeri bilgisi

number

biomass
optional

Bipkütle kaynak tipindeki tahmin değeri bilgisi

number

canalType
optional

Kanal tipi kaynak tipindeki tahmin değeri bilgisi

number

dammedHydroWithReservoir
optional

Baraj kaynak tipindeki tahmin değeri bilgisi

number

date
optional

İlgili tahminin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

geothermal
optional

Jeotermal kaynak tipindeki tahmin değeri bilgisi

number

landfillGas
optional

Çöp gazı kaynak tipindeki tahmin değeri bilgisi

number

riverType
optional

Nehir tipi kaynak tipindeki tahmin değeri bilgisi

number

total
optional

Toplam tahmin değeri bilgisi

number

wind
optional

Rüzgar kaynak tipindeki tahmin değeri bilgisi

number

2.307. RenewableSMForecastResponse

YEKDEM Üretim Tahmini Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMForecastContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.308. RenewableSMImbalanceCost

Name Description Schema

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

imbalanceCost
optional

Dengesizlik maliyet bilgisi.

number

2.309. RenewableSMImbalanceCostContainer

Name Description Schema

renewableSMImbalanceCostList
optional

YEKDEM Dengesizlik Maliyeti Listesi

< RenewableSMImbalanceCost > array

2.310. RenewableSMImbalanceCostResponse

YEKDEM Dengesizlik Maliyeti Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMImbalanceCostContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.311. RenewableSMImbalanceQuantity

Name Description Schema

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

imbalanceQuantity
optional

Dengesizlik miktar bilgisi.

number

2.312. RenewableSMImbalanceQuantityContainer

Name Description Schema

renewableSMImbalanceQuantityList
optional

YEKDEM Dengesizlik Miktarı Listesi

< RenewableSMImbalanceQuantity > array

2.313. RenewableSMImbalanceQuantityResponse

YEKDEM Dengesizlik Miktarı Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMImbalanceQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.314. RenewableSMLicensedInjectionQuantityContainer

Name Description Schema

renewableSMProductionList
optional

< RenewableLicencedGenerationAmountDTO > array

statistics
optional

< RenewableLicencedGenerationAmountStatisticDTO > array

2.315. RenewableSMLicensedInjectionQuantityResponse

(YEKDEM) Licensed Generation Amount Injection Quantity

Name Description Schema

body
optional

Web Service Result Body

RenewableSMLicensedInjectionQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.316. RenewableSMLicensedRealTimeGenerationContainer

Name Description Schema

renewableLicencedGenerationAmount
optional

(YEKDEM) Licensed Generation Amount Real Time Generation List

< RenewableLicencedGenerationAmount > array

statistics
optional

< RenewableLicencedGenerationAmountStatistic > array

2.317. RenewableSMLicensedRealTimeGenerationResponse

(YEKDEM) Licensed Generation Amount Real Time Generation With Power Plant Parameter

Name Description Schema

body
optional

Web Service Result Body

RenewableSMLicensedRealTimeGenerationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.318. RenewableSMPortfolioIncome

Name Description Schema

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

portfolioIncome
optional

Yekdem portföy gelir değeri bilgisi

number

2.319. RenewableSMPortfolioIncomeContainer

Name Description Schema

renewableSMPortfolioIncomeList
optional

Yekdem Portföy Geliri Listesi

< RenewableSMPortfolioIncome > array

2.320. RenewableSMPortfolioIncomeResponse

Yekdem Portföy Geliri Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMPortfolioIncomeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.321. RenewableSMSpotOrder

Name Description Schema

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

orderQuantity
optional

GÖP sunulmuş teklif miktar bilgisi.

number

2.322. RenewableSMSpotOrderContainer

Name Description Schema

renewableSMSpotOrderList
optional

YEKDEM Spot Teklif Listesi

< RenewableSMSpotOrder > array

2.323. RenewableSMSpotOrderResponse

YEKDEM Spot Teklif Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMSpotOrderContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.324. RenewableSMUnitCostForWeightedAvg

Name Description Schema

id
optional

RenewableSMUnitCostId

ptfWeightedAvg
optional

PTF Ağırlıklı Ortalama bilgisi

number

supplierUnitCost
optional

Birim maliyet bilgisi

number

unitCost
optional

Birim maliyet bilgisi

number

2.325. RenewableSMUnitCostForWeightedAvgContainer

Name Description Schema

renewableSMUnitCostList
optional

YEKDEM Birim Maliyet Listesi

< RenewableSMUnitCostForWeightedAvg > array

2.326. RenewableSMUnitCostId

Name Description Schema

donem
optional

İlgili değerin geçerli olduğu dönem bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

versiyon
optional

Version information to which relevant values valid.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.327. RenewableSMUnitCostResponse

YEKDEM Birim Maliyet Servisi

Name Description Schema

body
optional

Web Service Result Body

RenewableSMUnitCostForWeightedAvgContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.328. RenewablesSupport

Name Description Schema

licenseExemptCost
optional

number

period
optional

string(date-time)

portfolioIncome
optional

number

reneablesCost
optional

number

renewablesTotalCost
optional

number

unitCost
optional

number

2.329. RenewablesSupportContainer

Name Description Schema

renewablesSupports
optional

< RenewablesSupport > array

statistics
optional

< RenewablesSupportStatistic > array

2.330. RenewablesSupportResponse

Name Description Schema

body
optional

Web Service Result Body

RenewablesSupportContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.331. RenewablesSupportStatistic

Name Description Schema

licenseExemptCostAvg
optional

number

licenseExemptCostMax
optional

number

licenseExemptCostMin
optional

number

period
optional

string(date-time)

portfolioIncomeAvg
optional

number

portfolioIncomeMax
optional

number

portfolioIncomeMin
optional

number

reneablesCostAvg
optional

number

reneablesCostMax
optional

number

reneablesCostMin
optional

number

renewablesTotalCostAvg
optional

number

renewablesTotalCostMax
optional

number

renewablesTotalCostMin
optional

number

unitCostAvg
optional

number

unitCostMax
optional

number

unitCostMin
optional

number

2.332. RepealAmount

Name Description Schema

biomass
optional

number

date
optional

string(date-time)

geothermal
optional

number

hydro
optional

number

sun
optional

number

total
optional

number

wind
optional

number

2.333. RepealAmountContainer

Name Description Schema

dataList
optional

< RepealAmount > array

statistics
optional

< RepealAmountStatistic > array

2.334. RepealAmountResponse

Name Description Schema

body
optional

Web Service Result Body

RepealAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.335. RepealAmountStatistic

Name Description Schema

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

date
optional

string(date-time)

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

hydroAvg
optional

number

hydroMax
optional

number

hydroMin
optional

number

hydroSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.336. SMPContainer

Name Description Schema

smpList
optional

SMF Listesi

< Smp > array

statistics
optional

< MarketStatistic > array

2.337. SMPResponse

SMF

Name Description Schema

body
optional

Web Service Result Body

SMPContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.338. SSV

Name Description Schema

date
optional

İlgili uzlaştırmaya esas veriş miktarının geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

ssv
optional

Uzlaştırmaya esas veriş miktar bilgisi
Example : "2016-01-01T00:00:00.000+0200"

number

2.339. SSVCategorized

Name Description Schema

asphaltite
optional

Asfaltit kaynak tipinde UEVM değeri bilgisi

number

biomass
optional

Biokütle kaynak tipinde UEVM değeri bilgisi

number

dam
optional

Barajlı kaynak tipinde UEVM değeri bilgisi

number

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

fueloil
optional

Fuel oil kaynak tipinde UEVM değeri bilgisi

number

geothermal
optional

Jeotermal kaynak tipinde UEVM değeri bilgisi

number

importedCoal
optional

İthal kömür kaynak tipinde UEVM değeri bilgisi

number

international
optional

Uluslararası ithalat UEVM değeri bilgisi

number

internationalExport
optional

International export UEVM value information

number

lignite
optional

Linyit kaynak tipinde UEVM değeri bilgisi

number

lng
optional

LNG kaynak tipinde UEVM değeri bilgisi

number

naphtha
optional

Nafta kaynak tipinde UEVM değeri bilgisi

number

naturalGas
optional

Doğalgaz kaynak tipinde UEVM değeri bilgisi

number

other
optional

Diğer kaynak tipinde UEVM değeri bilgisi

number

river
optional

Akarsu kaynak tipinde UEVM değeri bilgisi

number

stonecoal
optional

Taşkömür kaynak tipinde UEVM değeri bilgisi

number

sun
optional

UEVM value information in solar source type

number

total
optional

Toplam kgüp değeri bilgisi.

number

wind
optional

Rüzgar kaynak tipinde UEVM değeri bilgisi

number

2.340. SSVCategorizedContainer

Name Description Schema

ssvList
optional

UEVM Kategori Listesi

< SSVCategorized > array

statistics
optional

< SSVCategorizedStatistic > array

2.341. SSVCategorizedResponse

UEVM Kategori Servisi

Name Description Schema

body
optional

Web Service Result Body

SSVCategorizedContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.342. SSVCategorizedStatistic

Name Description Schema

asphaltiteAvg
optional

number

asphaltiteMax
optional

number

asphaltiteMin
optional

number

asphaltiteSum
optional

number

biomassAvg
optional

number

biomassMax
optional

number

biomassMin
optional

number

biomassSum
optional

number

damAvg
optional

number

damMax
optional

number

damMin
optional

number

damSum
optional

number

date
optional

İlgili değerin geçerli olduğu tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

fueloilAvg
optional

number

fueloilMax
optional

number

fueloilMin
optional

number

fueloilSum
optional

number

geothermalAvg
optional

number

geothermalMax
optional

number

geothermalMin
optional

number

geothermalSum
optional

number

importedCoalAvg
optional

number

importedCoalMax
optional

number

importedCoalMin
optional

number

importedCoalSum
optional

number

internationalAvg
optional

number

internationalExportAvg
optional

number

internationalExportMax
optional

number

internationalExportMin
optional

number

internationalExportSum
optional

number

internationalMax
optional

number

internationalMin
optional

number

internationalSum
optional

number

ligniteAvg
optional

number

ligniteMax
optional

number

ligniteMin
optional

number

ligniteSum
optional

number

lngAvg
optional

number

lngMax
optional

number

lngMin
optional

number

lngSum
optional

number

naphthaAvg
optional

number

naphthaMax
optional

number

naphthaMin
optional

number

naphthaSum
optional

number

naturalGasAvg
optional

number

naturalGasMax
optional

number

naturalGasMin
optional

number

naturalGasSum
optional

number

otherAvg
optional

number

otherMax
optional

number

otherMin
optional

number

otherSum
optional

number

riverAvg
optional

number

riverMax
optional

number

riverMin
optional

number

riverSum
optional

number

stonecoalAvg
optional

number

stonecoalMax
optional

number

stonecoalMin
optional

number

stonecoalSum
optional

number

sunAvg
optional

number

sunMax
optional

number

sunMin
optional

number

sunSum
optional

number

totalAvg
optional

number

totalMax
optional

number

totalMin
optional

number

totalSum
optional

number

windAvg
optional

number

windMax
optional

number

windMin
optional

number

windSum
optional

number

2.343. SSVContainer

Name Description Schema

ssvList
optional

UEVM Listesi

< SSV > array

2.344. SSVResponse

UEVM Servisi

Name Description Schema

body
optional

Web Service Result Body

SSVContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.345. STContainer

Serbest tüketici sayıları

Name Description Schema

stList
optional

Profil abone grubuna göre serbest tüketici listesi

< EligibleConsumerQuantityPeriod > array

2.346. STResponse

Serbest tüketici sayıları

Name Description Schema

body
optional

Web Service Result Body

STContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.347. SWV

UEÇM

Name Description Schema

date
optional

UEÇM’nin geçerli olduğu tarih bilgisi.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

swv
optional

Uzlastırmaya esas çekiş miktar bilgisi.

number

2.348. SWVContainer

UEÇM

Name Description Schema

statistic
optional

SWVStatistic

swvList
optional

UEÇM listesi.

< SWV > array

2.349. SWVResponse

UEÇM

Name Description Schema

body
optional

Web Service Result Body

SWVContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.350. SWVStatistic

Name Description Schema

swvAvg
optional

number

swvMax
optional

number

swvMin
optional

number

swvSum
optional

number

2.351. SWVV2

ST UEÇM Modeli

Name Description Schema

st
optional

Serbest tüketiciye ait çekiş değeri bilgisidir.

number

vcGecTrh
optional

Serbest tüketiciye ait çekiş değerinin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.352. SWVV2Container

ST Uzlaştırmaya Esas Çekiş Miktaır

Name Description Schema

swvV2List
optional

ST UEÇM Listesi

< SWVV2 > array

2.353. SWVV2Response

ST UEÇM

Name Description Schema

body
optional

Web Service Result Body

SWVV2Container

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.354. SfcPriceContainer

Name Description Schema

frequencyReservePriceList
optional

Secondary Frequency Capacity Price Rest Service

< SfcPriceDTO > array

2.355. SfcPriceDTO

Name Description Schema

effectiveDate
optional

string(date-time)

hour
optional

integer(int32)

price
optional

number(double)

2.356. SfcPriceResponse

Secondary Frequency Capacity Price

Name Description Schema

body
optional

Web Service Result Body

SfcPriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.357. Smp

Name Description Schema

date
optional

İlgili SMF’nin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

nextHour
optional

string(date-time)

price
optional

Sistem marjinal fiyat bilgisi.

number

smpDirection
optional

Sistem yön bilgisi.

string

smpDirectionId
optional

Sistem yön ID bilgisi.

integer(int64)

2.358. SmpAverage

Name Description Schema

averageSmp
optional

DGP SMF aritmetik ortalam bilgisi.

number

date
optional

DGP SMF aritmetik ortalam geçerli olduğu tarih bilgisi.

string(date-time)

period
optional

DGP SMF aritmetik ortalam geçerli olduğu tarih bilgisi.

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

2.359. StPk

Name Description Schema

date
optional

Serbest tüketici sayısının geçerli olduğu ilgili dönem bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

profilAboneGrupAdi
optional

Profil abone grubu ad bilgisidir.

string

2.360. StpActualizationContainer

Name Description Schema

actualizations
optional

< ActualizationDto > array

statistics
optional

< ActualizationStatistic > array

2.361. StpActualizationNewContainer

Name Description Schema

actualizationList
optional

< Actualization > array

latestUpdate
optional

string(date-time)

2.362. StpAdditionalImbalanceQuantity

Name Description Schema

additionalQuantity
optional

İlave Dengeleyici Eşleşme Miktar Bilgisi

number

gasDay
optional

Gas günü bilgisi

string(date-time)

otherQuantity
optional

Katılımcıların yapmış oldğum toplam eşleşme miktar bilgisi

number

2.363. StpAdditionalImbalanceQuantityContainer

Name Description Schema

quantities
optional

< StpAdditionalImbalanceQuantity > array

2.364. StpAdditionalImbalanceQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

StpAdditionalImbalanceQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.365. StpAdditionalNotification

Name Description Schema

date
optional

İlave dengeleyici duyuru zamanı bilgisi

string(date-time)

id
optional

İlave dengeleyici bildiirmi ID bilgisi

integer(int64)

messageEn
optional

İlave dengeleyici mesaj bilgisi (İngilizce)

string

messageTr
optional

İlave dengeleyici mesaj bilgisi (Türkçe)

string

subjectEn
optional

İlave dengeleyici konu bilgisi (İngilizce)

string

subjectTr
optional

İlave dengeleyici konu bilgisi (Türkçe)

string

2.366. StpAdditionalNotificationContainer

Name Description Schema

additionalNotifications
optional

< StpAdditionalNotification > array

2.367. StpAdditionalNotificationResponse

Name Description Schema

body
optional

Web Service Result Body

StpAdditionalNotificationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.368. StpAllowanceContainer

Name Description Schema

allowances
optional

< StpAllowanceDto > array

statistics
optional

StpAllowanceStatistic

2.369. StpAllowanceDto

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

inputDataPyhsical
optional

Fiziki Giriş (Sm3) bilgisi

number

inputDataVirtual
optional

Sanal Giriş (Sm3) bilgisi

number

negativeImbalance
optional

Negatif dengesizlik miktar bilgisi

number

negativeImbalanceTradeValue
optional

Pozitif dengesizlik miktar bilgisi

number

outputDataPyhsical
optional

Fiziki Çıkış (Sm3) bilgisi

number

outputDataVirtual
optional

Sanal Çıkış (Sm3) bilgisi

number

positiveImbalance
optional

Pozitif dengesizlik miktar bilgisi

number

positiveImbalanceTradeValue
optional

Pozitif dengesizlik miktar bilgisi

number

systemDirection
optional

Sistem yön bilgisi

string

type
optional

Kullanılan tahsilat bilgisinin durum bilgisini verir. INITIAL :İlk Tahsilat, FINAL: Uzlaştırmaya Esas

enum (FINAL, INITIAL)

2.370. StpAllowanceResponse

Name Description Schema

body
optional

Web Service Result Body

StpAllowanceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.371. StpAllowanceStatistic

Name Description Schema

inputDataPyhsicalMax
optional

number

inputDataPyhsicalMin
optional

number

inputDataPyhsicalSum
optional

number

inputDataVirtualMax
optional

number

inputDataVirtualMin
optional

number

inputDataVirtualSum
optional

number

negativeImbalanceMax
optional

number

negativeImbalanceMin
optional

number

negativeImbalanceSum
optional

number

negativeImbalanceTradeValueMax
optional

number

negativeImbalanceTradeValueMin
optional

number

negativeImbalanceTradeValueSum
optional

number

outputDataPyhsicalMax
optional

number

outputDataPyhsicalMin
optional

number

outputDataPyhsicalSum
optional

number

outputDataVirtualMax
optional

number

outputDataVirtualMin
optional

number

outputDataVirtualSum
optional

number

positiveImbalanceMax
optional

number

positiveImbalanceMin
optional

number

positiveImbalanceSum
optional

number

positiveImbalanceTradeValueMax
optional

number

positiveImbalanceTradeValueMin
optional

number

positiveImbalanceTradeValueSum
optional

number

2.372. StpBalancingGasPriceResponse

Name Description Schema

body
optional

Web Service Result Body

StpBalaningGasPriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.373. StpBalaningGasPriceContainer

Name Description Schema

prices
optional

< StpDgfDto > array

statistics
optional

StpDgfStatistic

2.374. StpBast

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

zeroBalance
optional

Miktar (x1000 sm3) bilgisi

number

2.375. StpBastContainer

Name Description Schema

statistics
optional

StpBastStatistic

zeroBalances
optional

BAST Günlük Değerler

< StpBast > array

2.376. StpBastResponse

Name Description Schema

body
optional

Web Service Result Body

StpBastContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.377. StpBastStatistic

Name Description Schema

zeroBalanceMax
optional

number

zeroBalanceMin
optional

number

zeroBalanceSum
optional

number

2.378. StpBlueAndFourCodeContainer

Name Description Schema

operations
optional

< StpBlueAndFourCodeOperation > array

statistics
optional

StpBlueAndFourCodeOperationStatistic

2.379. StpBlueAndFourCodeOperation

Name Description Schema

amount
optional

Miktar (x1000 sm3) bilgisi

number

contractName
optional

Kontrat ad bilgisi

string

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

weightedAverage
optional

Ağırlıklı ortalama fiyat bilgisi

number

2.380. StpBlueAndFourCodeOperationStatistic

Name Description Schema

amountAvg
optional

number

amountMax
optional

number

amountMin
optional

number

amountSum
optional

number

gasDay
optional

string(date-time)

weightedAverageAvg
optional

number

weightedAverageMax
optional

number

weightedAverageMin
optional

number

2.381. StpBlueAndFourCodeResponse

Name Description Schema

body
optional

Web Service Result Body

StpBlueAndFourCodeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.382. StpCapacityContainer

Name Description Schema

capacityList
optional

< Capacity > array

latestUpdate
optional

string(date-time)

2.383. StpCapacityPointListContainer

Name Description Schema

capacityPointList
optional

< CapacityPoint > array

2.384. StpContractTradeAmountContainer

Name Description Schema

contractTradeAmounts
optional

< StpContractTradeAmountDto > array

statistics
optional

< StpContractTradeAmountStatistic > array

2.385. StpContractTradeAmountDto

Name Description Schema

gasDay
optional

Gas günü bilgisi

string(date-time)

matchingQuantity
optional

Eşleşme Miktar Bilgisi

number

period
optional

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

tradeValue
optional

İşlem Hacim Bilgisi

number

2.386. StpContractTradeAmountStatistic

Name Description Schema

gasDay
optional

Gas günü bilgisi

string(date-time)

matchingQuantityAvg
optional

number

matchingQuantityMax
optional

number

matchingQuantityMin
optional

number

matchingQuantitySum
optional

number

tradeValueAvg
optional

number

tradeValueMax
optional

number

tradeValueMin
optional

number

tradeValueSum
optional

number

2.387. StpContractTrandeAmountResponse

Name Description Schema

body
optional

Web Service Result Body

StpContractTradeAmountContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.388. StpDailyMatchingDto

Name Description Schema

contractName
optional

Kontrat ad bilgisi

string

dayAfterMatchingQuantity
optional

Gün ertesi eşleşme miktar bilgisi

number

dayAheadMatchingQuantity
optional

Gün öncesi eşleşme miktar bilgisi

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

gasDayMatchingQuantity
optional

Kontrat İşlem Hacim Bilgisi

number

gasReferenceMatchingQuantity
optional

GRF İşlem Hacim Bilgisi

number

intraDayMatchingQuantity
optional

Güniçi eşleşme miktar bilgisi

number

weeklyMatchingQuantity
optional

Kontrat İşlem Hacim Bilgisi

number

2.389. StpDailyMatchingQuantityContainer

Name Description Schema

statistics
optional

StpDailyMatchingQuantityStatistic

stpGifGefTradeAmounts
optional

< StpGifGefWithGRF > array

2.390. StpDailyMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

StpDailyMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.391. StpDailyMatchingQuantityStatistic

Name Description Schema

dayAfterMatchingQuantityAvg
optional

number

dayAfterMatchingQuantityMax
optional

number

dayAfterMatchingQuantityMin
optional

number

dayAfterMatchingQuantitySum
optional

number

dayAfterTradeValueAvg
optional

number

dayAfterTradeValueMax
optional

number

dayAfterTradeValueMin
optional

number

dayAfterTradeValueSum
optional

number

dayAheadMatchingQuantityAvg
optional

number

dayAheadMatchingQuantityMax
optional

number

dayAheadMatchingQuantityMin
optional

number

dayAheadMatchingQuantitySum
optional

number

dayAheadTradeValueAvg
optional

number

dayAheadTradeValueMax
optional

number

dayAheadTradeValueMin
optional

number

dayAheadTradeValueSum
optional

number

gasReferenceMatchingQuantityAvg
optional

number

gasReferenceMatchingQuantityMax
optional

number

gasReferenceMatchingQuantityMin
optional

number

gasReferenceMatchingQuantitySum
optional

number

gasReferenceTradeValueAvg
optional

number

gasReferenceTradeValueMax
optional

number

gasReferenceTradeValueMin
optional

number

gasReferenceTradeValueSum
optional

number

intraDayMatchingQuantityAvg
optional

number

intraDayMatchingQuantityMax
optional

number

intraDayMatchingQuantityMin
optional

number

intraDayMatchingQuantitySum
optional

number

intraDayTradeValueAvg
optional

number

intraDayTradeValueMax
optional

number

intraDayTradeValueMin
optional

number

intraDayTradeValueSum
optional

number

2.392. StpDailyMatchingStatistic

Name Description Schema

dayAfterMatchingQuantityAvg
optional

number

dayAfterMatchingQuantityMax
optional

number

dayAfterMatchingQuantityMin
optional

number

dayAfterMatchingQuantitySum
optional

number

dayAheadMatchingQuantityAvg
optional

number

dayAheadMatchingQuantityMax
optional

number

dayAheadMatchingQuantityMin
optional

number

dayAheadMatchingQuantitySum
optional

number

gasDayMatchingQuantityAvg
optional

number

gasDayMatchingQuantityMax
optional

number

gasDayMatchingQuantityMin
optional

number

gasDayMatchingQuantitySum
optional

number

gasReferenceMatchingQuantityAvg
optional

number

gasReferenceMatchingQuantityMax
optional

number

gasReferenceMatchingQuantityMin
optional

number

gasReferenceMatchingQuantitySum
optional

number

intraDayMatchingQuantityAvg
optional

number

intraDayMatchingQuantityMax
optional

number

intraDayMatchingQuantityMin
optional

number

intraDayMatchingQuantitySum
optional

number

2.393. StpDailyPriceContainer

Name Description Schema

statistics
optional

StpDailyPriceStatisticDto

stpDailyPriceDtos
optional

< StpDailyPriceDto > array

2.394. StpDailyPriceDto

Name Description Schema

contractName
optional

Kontrat ad bilgisi

string

dayAfterPrice
optional

Gün ertesi fiyat bilgisi

number

dayAheadPrice
optional

Gün öncesi fiyat bilgisi

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

gasReferencePrice
optional

Günlük Referans Fiyat Bilgisi

number

intraDayPrice
optional

Güniçi fiyat bilgisi

number

weightedAverage
optional

Ağırlıklı ortalama fiyat bilgisi

number

2.395. StpDailyPriceResponse

Name Description Schema

body
optional

Web Service Result Body

StpDailyPriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.396. StpDailyPriceStatisticDto

Name Description Schema

dayAfterPriceMax
optional

number

dayAfterPriceMin
optional

number

dayAheadPriceMax
optional

number

dayAheadPriceMin
optional

number

gasReferencePriceMax
optional

number

gasReferencePriceMin
optional

number

intraDayPriceMax
optional

number

intraDayPriceMin
optional

number

weightedAverageMax
optional

number

weightedAverageMin
optional

number

2.397. StpDailyTradeValueDto

Name Description Schema

contractName
optional

Kontrat ad bilgisi

string

contractTradeValue
optional

Kontrat İşlem Hacim Bilgisi

number

dayAfterTradeValue
optional

Gün ertesi eşleşme tutar bilgisi

number

dayAheadTradeValue
optional

Gün öncesi eşleşme tutar bilgisi

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

gasReferenceTradeValue
optional

GRF İşlem Hacim Bilgisi

number

intraDayTradeValue
optional

Güniçi eşleşme tutar bilgisi

number

2.398. StpDailyVolumeContainer

Name Description Schema

statistic
optional

StpDailyMatchingQuantityStatistic

stpGifGefTradeAmounts
optional

< StpGifGefWithGRF > array

2.399. StpDailyVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

StpDailyVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.400. StpDgfDto

Name Description Schema

additionalBalancingPurchase
optional

İlave Dengeleyici Alış Fiyat Bilgisi

number

additionalBalancingSale
optional

İlave Dengeleyici Satış Fiyat Bilgisi

number

balancingGasPurchase
optional

Dengeleyici Alış Fiyat Bilgisi

number

balancingGasSale
optional

Dengeleyici Satış Fiyat Bilgisi

number

finalAbp
optional

İlave Dengeleyici Alış Fiyat Bilgisi kesinleşme bilgisi
Default : false

boolean

finalAbs
optional

İlave Dengeleyici Satış Fiyat Bilgisi kesinleşme bilgisi
Default : false

boolean

finalBgp
optional

Dengeleyici Alış Fiyat Bilgisi kesinleşme bilgisi
Default : false

boolean

finalBgs
optional

Dengeleyici Satış Fiyat Bilgisi kesinleşme bilgisi
Default : false

boolean

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.401. StpDgfStatistic

Name Description Schema

additionalBalancingPurchaseMax
optional

number

additionalBalancingPurchaseMin
optional

number

additionalBalancingSaleMax
optional

number

additionalBalancingSaleMin
optional

number

balancingGasPurchaseMax
optional

number

balancingGasPurchaseMin
optional

number

balancingGasSaleMax
optional

number

balancingGasSaleMin
optional

number

2.402. StpGifGefWithGRF

Name Description Schema

contractName
optional

string

dayAfterMatchingQuantity
optional

number

dayAfterPrice
optional

number

dayAfterTradeValue
optional

number

dayAheadMatchingQuantity
optional

number

dayAheadPrice
optional

number

dayAheadTradeValue
optional

number

gasDay
optional

string(date-time)

gasReferenceMatchingQuantity
optional

number

gasReferenceTradeValue
optional

number

intraDayMatchingQuantity
optional

number

intraDayPrice
optional

number

intraDayTradeValue
optional

number

weightedAverage
optional

number

2.403. StpGrf

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

period
optional

= {}

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

price
optional

STP Fiyat Bilgisi

number

2.404. StpGrfContainer

Name Description Schema

prices
optional

< StpGrfModel > array

2.405. StpGrfMinMax

Name Description Schema

avgPrice
optional

GRF aritmetik ortalama fiyat bilgisi.

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

maxPrice
optional

GRF maksimum fiyat bilgisi

number

minPrice
optional

GRF minimum fiyat bilgisi

number

2.406. StpGrfModel

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

price
optional

STP Fiyat Bilgisi

number

priceType
optional

STP Fiyat Tipi ( GAS_REFERENCE : Günlük Referans Fiyat ,ADDITIONAL_BALANCING_PURCHASE: İlave Dengeleyici Alış Fiyat ,ADDITIONAL_BALANCING_SALE: İlave Dengeleyici Alış Fiyat , BALANCING_GAS_PURCHASE: Dengeleyici Gaz Alış Fiyatı, BALANCING_GAS_SALE:Dengeleyici Gaz Satış Fiyatı )

enum (GAS_REFERENCE, ADDITIONAL_BALANCING_PURCHASE, ADDITIONAL_BALANCING_SALE, BALANCING_GAS_PURCHASE, BALANCING_GAS_SALE, DAY_AHEAD, WEEKLY_GAS_REFERENCE)

state
optional

STP Fiyat Durum Bilgisi INITIAL :Kesinleşmemiş, FINAL: Kesinleşmiş

enum (EARLY, FINAL)

2.407. StpGrfResponse

Name Description Schema

body
optional

Web Service Result Body

StpGrfContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.408. StpImbalanceContainer

Name Description Schema

imbalances
optional

< StpImbalanceDto > array

statistics
optional

StpImbalanceStatistic

2.409. StpImbalanceDto

Name Description Schema

negativeImbalance
optional

Aylık Negatif Dengesiziklik Miktar Bilgisi

number

negativeImbalanceTradeValue
optional

Aylık Negatif Dengesiziklik Tutar Bilgisi

number

period
optional

Aylık Dengesiziklik Dönem Bilgisi

string(date-time)

positiveImbalance
optional

Aylık Pozitif Dengesiziklik Miktar Bilgisi

number

positiveImbalanceTradeValue
optional

Aylık Pozitif Dengesiziklik Tutar Bilgisi

number

type
optional

Kullanılan bilginin durum bilgisini verir. INITIAL :Kesinleşmemiş, FINAL: Kesinleşmiş

string

2.410. StpImbalanceResponse

Name Description Schema

body
optional

Web Service Result Body

StpImbalanceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.411. StpImbalanceStatistic

Name Description Schema

negativeImbalanceMax
optional

number

negativeImbalanceMin
optional

number

negativeImbalanceSum
optional

number

negativeImbalanceTradeValueMax
optional

number

negativeImbalanceTradeValueMin
optional

number

negativeImbalanceTradeValueSum
optional

number

positiveImbalanceMax
optional

number

positiveImbalanceMin
optional

number

positiveImbalanceSum
optional

number

positiveImbalanceTradeValueMax
optional

number

positiveImbalanceTradeValueMin
optional

number

positiveImbalanceTradeValueSum
optional

number

2.412. StpMarketStatistic

Name Description Schema

contractName
optional

Kontrat ad bilgisi

string

gasDay
optional

Gas günü bilgisi

string(date-time)

lastMatchPrice
optional

Son Eşleşme Fiyat Bilgisi

number

totalQuantity
optional

Toplam Eşleşme Miktar Bilgisi

number

weightedAveragePrice
optional

Ağırlıklı ortalama fiyat bilgisi

number

2.413. StpMarketStatisticContainer

Name Description Schema

marketStatistics
optional

< StpMarketStatistic > array

2.414. StpMarketStatisticResponse

Name Description Schema

body
optional

Web Service Result Body

StpMarketStatisticContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.415. StpMatchingQuantityContainer

Name Description Schema

matchingDtos
optional

< StpDailyMatchingDto > array

statistics
optional

StpDailyMatchingStatistic

2.416. StpMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

StpMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.417. StpMobilePrice

Name Description Schema

balancingGasPurchase
optional

Dengeleyici Alış Fiyat Bilgisi

number

balancingGasSale
optional

Dengeleyici Satış Fiyat Bilgisi

number

gasDay
optional

Gas günü bilgisi

string(date-time)

gasReferencePrice
optional

Günlük Referans Fiyat Bilgisi

number

imbalance
optional

Stok miktar bilgisi

number

2.418. StpMobilePriceContainer

Name Description Schema

prices
optional

< StpMobilePrice > array

2.419. StpMobilePriceResponse

Name Description Schema

body
optional

Web Service Result Body

StpMobilePriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.420. StpOrangeAndGreenCodeContainer

Name Description Schema

operations
optional

< StpOrangeAndGreenCodeOperation > array

statistics
optional

StpOrangeAndGreenCodeOperationStatistic

2.421. StpOrangeAndGreenCodeOperation

Name Description Schema

amount
optional

Miktar (x1000 sm3) bilgisi

number

contractGasDay
optional

string(date-time)

contractName
optional

Kontrat ad bilgisi

string

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

transactionDate
optional

İşlem tarihi bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

weightedAverage
optional

Ağırlıklı ortalama fiyat bilgisi

number

2.422. StpOrangeAndGreenCodeOperationStatistic

Name Description Schema

amountAvg
optional

number

amountMax
optional

number

amountMin
optional

number

amountSum
optional

number

weightedAverageAvg
optional

number

weightedAverageMax
optional

number

weightedAverageMin
optional

number

2.423. StpOrangeAndGreenCodeResponse

Name Description Schema

body
optional

Web Service Result Body

StpOrangeAndGreenCodeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.424. StpPastInvoiceContainer

Name Description Schema

pastInvoices
optional

< StpPastInvoiceDto > array

2.425. StpPastInvoiceDto

Name Description Schema

credit
optional

GDDK Alacak Tutar Bilgisi

number

debt
optional

GDDK Borç Tutar Bilgisi

number

period
optional

GDDK yapılmış dönem bilgisi

string(date-time)

version
optional

GDDK uygulanmış dönem bilgisi

string(date-time)

2.426. StpPastInvoiceResponse

Name Description Schema

body
optional

Web Service Result Body

StpPastInvoiceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.427. StpPriceAvgContainer

Name Description Schema

prices
optional

< StpGrf > array

statistics
optional

< StpGrfMinMax > array

2.428. StpPriceAvgResponse

Name Description Schema

body
optional

Web Service Result Body

StpPriceAvgContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.429. StpTotalMatchingQuantityContainer

Name Description Schema

statistics
optional

< StpTotalVolumeStatistic > array

totalMatchingQuantity
optional

< StpTradeVolume > array

2.430. StpTotalMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

StpTotalMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.431. StpTotalVolumeContainer

Name Description Schema

statistics
optional

< StpTotalVolumeStatistic > array

stpTradeVolume
optional

< StpTradeVolume > array

2.432. StpTotalVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

StpTotalVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.433. StpTotalVolumeStatistic

Name Description Schema

gasDay
optional

Gas günü bilgisi

string(date-time)

totalMatchAmountAvg
optional

number

totalMatchAmountMax
optional

number

totalMatchAmountMin
optional

number

totalMatchAmountSum
optional

number

tradeVolumeAvg
optional

number

tradeVolumeMax
optional

number

tradeVolumeMin
optional

number

tradeVolumeSum
optional

number

2.434. StpTradeValueContainer

Name Description Schema

statistics
optional

StpTradeValueStatistic

tradeValues
optional

< StpDailyTradeValueDto > array

2.435. StpTradeValueResponse

Name Description Schema

body
optional

Web Service Result Body

StpTradeValueContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.436. StpTradeValueStatistic

Name Description Schema

contractTradeValueAvg
optional

number

contractTradeValueMax
optional

number

contractTradeValueMin
optional

number

contractTradeValueSum
optional

number

dayAfterTradeValueAvg
optional

number

dayAfterTradeValueMax
optional

number

dayAfterTradeValueMin
optional

number

dayAfterTradeValueSum
optional

number

dayAheadTradeValueAvg
optional

number

dayAheadTradeValueMax
optional

number

dayAheadTradeValueMin
optional

number

dayAheadTradeValueSum
optional

number

gasReferenceTradeValueAvg
optional

number

gasReferenceTradeValueMax
optional

number

gasReferenceTradeValueMin
optional

number

gasReferenceTradeValueSum
optional

number

intraDayTradeValueAvg
optional

number

intraDayTradeValueMax
optional

number

intraDayTradeValueMin
optional

number

intraDayTradeValueSum
optional

number

2.437. StpTradeVolume

Name Description Schema

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

period
optional

integer(int64)

periodType
optional

enum (DAILY, WEEKLY, MONTHLY, QUARTER, HALF_YEAR, YEAR)

totalMatchAmount
optional

İşlem Hacim Bilgisi

number

tradeVolume
optional

İşlem Hacim Bilgisi

number

2.438. StpTranmissionActualizationNewResponse

Name Description Schema

body
optional

Web Service Result Body

StpActualizationNewContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.439. StpTranmissionActualizationResponse

Name Description Schema

body
optional

Web Service Result Body

StpActualizationContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.440. StpTranmissionCapacityPointListResponse

Name Description Schema

body
optional

Web Service Result Body

StpCapacityPointListContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.441. StpTranmissionCapacityResponse

Name Description Schema

body
optional

Web Service Result Body

StpCapacityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.442. StpTranmissionTransportResponse

Name Description Schema

body
optional

Web Service Result Body

StpTransmissionTransportContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.443. StpTranmissionVirtualTradeResponse

Name Description Schema

body
optional

Web Service Result Body

StpVirtualTradeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.444. StpTransactionHistory

Name Description Schema

contractName
optional

Kontrat ad bilgisi

string

id
optional

Eşleşme ID bilgisi

string

mathcingDate
optional

Eşleşme zaman bilgisi

string(date-time)

price
optional

Eşleşme Fiyat bilgisi

number

quantity
optional

Eşleşme Miktar Bilgisi

number

2.445. StpTransactionHistoryContainer

Name Description Schema

statistics
optional

StpTransactionHistoryStatistics

transactionHistories
optional

< StpTransactionHistory > array

2.446. StpTransactionHistoryResponse

Name Description Schema

body
optional

Web Service Result Body

StpTransactionHistoryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.447. StpTransactionHistoryStatistics

Name Description Schema

priceAvg
optional

number

priceMax
optional

number

priceMin
optional

number

quantityAvg
optional

number

quantityMax
optional

number

quantityMin
optional

number

quantitySum
optional

number

2.448. StpTransmissionTransportContainer

Name Description Schema

statistics
optional

< TransportInputOutputAmountStatistic > array

transport
optional

< TransportInputOutputAmountDto > array

2.449. StpVirtualTradeContainer

Name Description Schema

latestUpdate
optional

string(date-time)

transferList
optional

< VirtualTradeTransfer > array

2.450. StpWeeklyMatch

Name Description Schema

emTotal
optional

number

hiem
optional

number

hsem
optional

number

htem
optional

number

week
optional

string

2.451. StpWeeklyMatchStatistic

Name Description Schema

emTotalAvg
optional

number

emTotalMax
optional

number

emTotalMin
optional

number

emTotalSum
optional

number

hiemAvg
optional

number

hiemMax
optional

number

hiemMin
optional

number

hiemSum
optional

number

hsemAvg
optional

number

hsemMax
optional

number

hsemMin
optional

number

hsemSum
optional

number

htemAvg
optional

number

htemMax
optional

number

htemMin
optional

number

htemSum
optional

number

2.452. StpWeeklyMatchingQuantityContainer

Name Description Schema

statistic
optional

StpWeeklyMatchStatistic

stpWeeklyMatchList
optional

< StpWeeklyMatch > array

2.453. StpWeeklyMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

StpWeeklyMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.454. StpWeeklyRefPrice

Name Description Schema

week
optional

string

weekTotalPrice
optional

number

weekdayPrice
optional

number

weekendPrice
optional

number

weeklyRefPrice
optional

number

2.455. StpWeeklyRefPriceStatistic

Name Description Schema

weekTotalPriceMax
optional

number

weekTotalPriceMin
optional

number

weekdayPriceMax
optional

number

weekdayPriceMin
optional

number

weekendPriceMax
optional

number

weekendPriceMin
optional

number

weeklyRefPriceMax
optional

number

weeklyRefPriceMin
optional

number

2.456. StpWeeklyReferencePriceContainer

Name Description Schema

statistics
optional

StpWeeklyRefPriceStatistic

weeklyRefPriceList
optional

< StpWeeklyRefPrice > array

2.457. StpWeeklyReferencePriceResponse

Name Description Schema

body
optional

Web Service Result Body

StpWeeklyReferencePriceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.458. StpWeeklyTradeVolume

Name Description Schema

hiih
optional

number

hsih
optional

number

htih
optional

number

ihTotal
optional

number

week
optional

string

2.459. StpWeeklyTradeVolumeStatistic

Name Description Schema

hiihAvg
optional

number

hiihMax
optional

number

hiihMin
optional

number

hiihSum
optional

number

hsihAvg
optional

number

hsihMax
optional

number

hsihMin
optional

number

hsihSum
optional

number

htihAvg
optional

number

htihMax
optional

number

htihMin
optional

number

htihSum
optional

number

ihTotalAvg
optional

number

ihTotalMax
optional

number

ihTotalMin
optional

number

ihTotalSum
optional

number

2.460. StpWeeklyVolumeContainer

Name Description Schema

statistic
optional

StpWeeklyTradeVolumeStatistic

stpWeeklyMatchList
optional

< StpWeeklyTradeVolume > array

2.461. StpWeeklyVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

StpWeeklyVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.462. SubscriberProfileGroup

Profil Abone Grup

Name Description Schema

id
optional

Profil abone grup ID bilgisi.

integer(int64)

name
optional

Profil abone grup ad bilgisi.

string

2.463. SubscriberProfileGroupContainer

Profil abone grup cevabı.

Name Description Schema

subscriberProfileGroupList
optional

Profil abone grup liste bilgisi.

< SubscriberProfileGroup > array

2.464. SubscriberProfileGroupResponse

Profil abone grup cevabı.

Name Description Schema

body
optional

Web Service Result Body

SubscriberProfileGroupContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.465. SupplyDemandContainer

Name Description Schema

supplyDemandCurves
optional

Arz-Talep Eğrisi

< SupplyDemandCurve > array

2.466. SupplyDemandCurve

Name Description Schema

date
optional

İlgili tekliflerin geçerli olduğu tarih bilgisidir.
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

demand
optional

GÖP sunulmuş ilgili fiyatdaki toplam talep miktarı

number(double)

price
optional

GÖP sunulmuş teklifin fiyatı

number(double)

supply
optional

GÖP sunulmuş ilgili fiyatdaki toplam arz miktarı

number(double)

2.467. SupplyDemandResponse

Arz-Talep Eğrisi

Name Description Schema

body
optional

Web Service Result Body

SupplyDemandContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.468. TcatParticipantCapacityContainer

Name Description Schema

data
optional

< TcatParticipantCapacityRequest > array

2.469. TcatParticipantCapacityRequest

Name Description Schema

allocatedCapacity
optional

number

auctionCode
optional

string

bidCount
optional

number

clearancePrice
optional

number

day
optional

string(date-time)

id
optional

integer(int64)

participantCount
optional

number

requestedCapacity
optional

number

td
optional

string

transferDatetime
optional

string(date-time)

winnerCount
optional

number

2.470. TcatParticipantCapacityResponse

Name Description Schema

body
optional

Web Service Result Body

TcatParticipantCapacityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.471. TopicContainer

Name Description Schema

topics
optional

< Topics > array

2.472. Topics

Name Description Schema

id
optional

integer(int64)

language
optional

enum (TR, EN)

topicDescription
optional

string

topicName
optional

string

2.473. TransactionHistory

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

matchTime
optional

string(date-time)

matchingPrice
optional

number

matchingQuantity
optional

number

total
optional

number

transactionType
optional

string

2.474. TransactionHistoryStatistic

Name Description Schema

date
optional

string(date-time)

matchingPriceAvg
optional

number

matchingPriceMax
optional

number

matchingPriceMin
optional

number

matchingPriceSum
optional

number

matchingQuantityAvg
optional

number

matchingQuantityMax
optional

number

matchingQuantityMin
optional

number

matchingQuantitySum
optional

number

2.475. TransportInputOutputAmountDto

Name Description Schema

entryNomination
optional

Taşıma giriş miktarı bildirimi gaz giriş miktarı (Sm3)

number

exitNomination
optional

Taşıma giriş miktarı bildirimi gaz çıkış miktarı (Sm3)

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.476. TransportInputOutputAmountStatistic

Name Description Schema

entryNominationAvg
optional

Taşıma giriş miktarı bildirimi gaz giriş miktarı (Sm3)

number

entryNominationMax
optional

Taşıma giriş miktarı bildirimi gaz giriş miktarı (Sm3)

number

entryNominationMin
optional

Taşıma giriş miktarı bildirimi gaz giriş miktarı (Sm3)

number

exitNominationAvg
optional

Taşıma giriş miktarı bildirimi gaz çıkış miktarı (Sm3)

number

exitNominationMax
optional

Taşıma giriş miktarı bildirimi gaz çıkış miktarı (Sm3)

number

exitNominationMin
optional

Taşıma giriş miktarı bildirimi gaz çıkış miktarı (Sm3)

number

gasDay
optional

Gas günü bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

2.477. UMMType

Name Description Schema

id
optional

Mesaj tipinin ID bilgisi

integer(int64)

type
optional

Mesaj tipin ad bilgisi

string

2.478. UMMTypeContainer

Name Description Schema

ummTypeList
optional

Piyasa Mesaj Sistemi Mesaj Tip Listesi

< UMMType > array

2.479. UMMTypeResponse

Piyasa Mesaj Sistemi Mesaj Tip Servisi

Name Description Schema

body
optional

Web Service Result Body

UMMTypeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.480. Uevcb

Name Description Schema

eic
optional

UEVÇB EIC bilgisi

string

id
optional

UEVÇB ID bilgisi

integer(int64)

name
optional

UEVÇB ad bilgisi

string

2.481. UevcbContainer

Name Description Schema

uevcbList
optional

UEVÇB Listesi

< Uevcb > array

2.482. UevcbNew

Name Description Schema

eic
optional

UEVÇB Eic bilgisi

string

id
optional

UEVÇB ID bilgisi

integer(int64)

name
optional

UEVÇB ad bilgisi

string

2.483. UevcbResponse

UEVÇB Servisi

Name Description Schema

body
optional

Web Service Result Body

UevcbContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.484. UnderSupplyLiabilityConsumption

Tedarik Yükümlülüğü Kapsamındaki UEÇM Miktarı

Name Description Schema

body
optional

Web Service Result Body

UnderSupplyLiabilityConsumptionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.485. UnderSupplyLiabilityConsumptionContainer

UEÇM

Name Description Schema

statistic
optional

SWVStatistic

swvList
optional

Tedarik Yükümlülüğü Kapsamındaki UEÇM Miktarı

< SWV > array

2.486. UrgentMarketMessageContainer

Name Description Schema

urgentMarketMessageList
optional

Piyasa Mesaj Sistem Listesi

< UrgentMarketMessageModel > array

2.487. UrgentMarketMessageModel

Name Description Schema

capacityAtCaseTime
optional

Olay sırasındaki kapasite bilgisi

number

caseAddDate
optional

Olayın eklenme tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

caseEndDate
optional

Olayın bitiş tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

caseStartDate
optional

Olayın başlangıc tarih bilgisi
Example : "2016-01-01T00:00:00.000+0200"

string(date-time)

caseVaguenessTime
optional

Olayın belirsizlik süre bilgisi

integer(int64)

city
optional

string

cityId
optional

integer(int64)

faultDetails
optional

< FaultDetailModel > array

fuelType
optional

string

fuelTypeId
optional

integer(int64)

id
optional

integer(int64)

messageType
optional

Eklenen olayın tipi.

integer(int64)

operatorPower
optional

Ilgili uevcb’nin işletmedeki güç bilgisi

number

orgName
optional

string

powerPlantName
optional

Olayın gerçekleştiği santral bilgisi

string

reason
optional

Olayın gerekçe bilgisi

string

region
optional

Olayın gerçekleştiği bölge bilgisi

string

uevcbName
optional

Olayın gerçekleştiği UEVÇB bilgisi

string

validityStatus
optional

Eklenen olayın aktif pasif bilgisi

integer(int64)

2.488. UrgentMarketMessageResponse

Piyasa Mesaj Sistem

Name Description Schema

body
optional

Web Service Result Body

UrgentMarketMessageContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.489. UserTopicContainer

Name Description Schema

topic
optional

UserTopics

2.490. UserTopicResponse

Name Description Schema

body
optional

Web Service Result Body

UserTopicContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.491. UserTopics

Name Description Schema

topics
optional

< string > array

2.492. VepAvailableDeliveryPeriodByDateContainer

Name Description Schema

deliveryPeriodList
optional

< DeliveryPeriod > array

2.493. VepAvailableDeliveryPeriodByDateResponse

Name Description Schema

body
optional

Web Service Result Body

VepAvailableDeliveryPeriodByDateContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.494. VepAvailableLoadTypeByDateContainer

Name Description Schema

loadTypeList
optional

< LoadType > array

2.495. VepAvailableLoadTypeByDateResponse

Name Description Schema

body
optional

Web Service Result Body

VepAvailableLoadTypeByDateContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.496. VepAvailableYearByDateContainer

Name Description Schema

yearList
optional

< DeliveryYear > array

2.497. VepAvailableYearByDateResponse

Name Description Schema

body
optional

Web Service Result Body

VepAvailableYearByDateContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.498. VepContractPriceSummaryContainer

Name Description Schema

dataList
optional

< ContractPriceSummary > array

statistics
optional

< ContractPriceSummaryStatistic > array

2.499. VepContractPriceSummaryResponse

Name Description Schema

body
optional

Web Service Result Body

VepContractPriceSummaryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.500. VepGGFContainer

Name Description Schema

dataList
optional

< DailyIndexPrice > array

statistics
optional

< DailyIndexPriceStatistic > array

2.501. VepGGFResponse

Name Description Schema

body
optional

Web Service Result Body

VepGGFContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.502. VepMatchingQuantityContainer

Name Description Schema

dataList
optional

< MatchingQuantity > array

statistics
optional

< MatchingQuantityStatistic > array

2.503. VepMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

VepMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.504. VepOpenPositionContainer

Name Description Schema

dataList
optional

< OpenPosition > array

statistics
optional

< OpenPositionStatistic > array

2.505. VepOpenPositionResponse

Name Description Schema

body
optional

Web Service Result Body

VepOpenPositionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.506. VepTransactionHistoryContainer

Name Description Schema

dataList
optional

< TransactionHistory > array

statistics
optional

< TransactionHistoryStatistic > array

2.507. VepTransactionHistoryResponse

Name Description Schema

body
optional

Web Service Result Body

VepTransactionHistoryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.508. VepVolumeContainer

Name Description Schema

dataList
optional

< Volume > array

statistics
optional

< VolumeStatistic > array

2.509. VepVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

VepVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.510. VgpAvailableDeliveryPeriodContainer

Name Description Schema

deliveryPeriodList
optional

< VgpDeliveryPeriod > array

2.511. VgpAvailableDeliveryPeriodResponse

Name Description Schema

body
optional

Web Service Result Body

VgpAvailableDeliveryPeriodContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.512. VgpAvailableYearContainer

Name Description Schema

yearList
optional

< VgpDeliveryYear > array

2.513. VgpAvailableYearResponse

Name Description Schema

body
optional

Web Service Result Body

VgpAvailableYearContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.514. VgpContractPriceSummary

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

dipPrice
optional

number

firstMatchingPrice
optional

number

latestMatchingPrice
optional

number

maxMatchingPrice
optional

number

minMatchingPrice
optional

number

2.515. VgpContractPriceSummaryContainer

Name Description Schema

dataList
optional

< VgpContractPriceSummary > array

statistics
optional

< VgpContractPriceSummaryStatistic > array

2.516. VgpContractPriceSummaryResponse

Name Description Schema

body
optional

Web Service Result Body

VgpContractPriceSummaryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.517. VgpContractPriceSummaryStatistic

Name Description Schema

date
optional

string(date-time)

dipPriceAvg
optional

number

dipPriceMax
optional

number

dipPriceMin
optional

number

dipPriceSum
optional

number

firstMatchingPriceAvg
optional

number

firstMatchingPriceMax
optional

number

firstMatchingPriceMin
optional

number

firstMatchingPriceSum
optional

number

latestMatchingPriceAvg
optional

number

latestMatchingPriceMax
optional

number

latestMatchingPriceMin
optional

number

latestMatchingPriceSum
optional

number

maxMatchingPriceAvg
optional

number

maxMatchingPriceMax
optional

number

maxMatchingPriceMin
optional

number

maxMatchingPriceSum
optional

number

minMatchingPriceAvg
optional

number

minMatchingPriceMax
optional

number

minMatchingPriceMin
optional

number

minMatchingPriceSum
optional

number

2.518. VgpDailyIndexPrice

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

price
optional

number

priceEur
optional

number

priceUsd
optional

number

2.519. VgpDailyIndexPriceStatistic

Name Description Schema

date
optional

string(date-time)

ggfEURAvg
optional

number

ggfEURMax
optional

number

ggfEURMin
optional

number

ggfEURSum
optional

number

ggfTLAvg
optional

number

ggfTLMax
optional

number

ggfTLMin
optional

number

ggfTLSum
optional

number

ggfUSDAvg
optional

number

ggfUSDMax
optional

number

ggfUSDMin
optional

number

ggfUSDSum
optional

number

2.520. VgpDeliveryPeriod

Name Description Schema

periodName
optional

string

2.521. VgpDeliveryYear

Name Description Schema

year
optional

string

2.522. VgpGGFContainer

Name Description Schema

dataList
optional

< VgpDailyIndexPrice > array

statistics
optional

< VgpDailyIndexPriceStatistic > array

2.523. VgpGGFResponse

Name Description Schema

body
optional

Web Service Result Body

VgpGGFContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.524. VgpMatchingQuantity

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

marketMatchingQuantity
optional

number

2.525. VgpMatchingQuantityContainer

Name Description Schema

dataList
optional

< VgpMatchingQuantity > array

statistics
optional

< VgpMatchingQuantityStatistic > array

2.526. VgpMatchingQuantityResponse

Name Description Schema

body
optional

Web Service Result Body

VgpMatchingQuantityContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.527. VgpMatchingQuantityStatistic

Name Description Schema

date
optional

string(date-time)

marketMatchingQuantityAvg
optional

number

marketMatchingQuantityMax
optional

number

marketMatchingQuantityMin
optional

number

marketMatchingQuantitySum
optional

number

2.528. VgpOpenPosition

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

openPosition
optional

number

2.529. VgpOpenPositionContainer

Name Description Schema

dataList
optional

< VgpOpenPosition > array

statistics
optional

< VgpOpenPositionStatistic > array

2.530. VgpOpenPositionResponse

Name Description Schema

body
optional

Web Service Result Body

VgpOpenPositionContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.531. VgpOpenPositionStatistic

Name Description Schema

date
optional

string(date-time)

openPositionAvg
optional

number

openPositionMax
optional

number

openPositionMin
optional

number

openPositionSum
optional

number

2.532. VgpTransactionHistory

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

matchTime
optional

string(date-time)

matchingPrice
optional

number

matchingQuantity
optional

number

2.533. VgpTransactionHistoryContainer

Name Description Schema

dataList
optional

< VgpTransactionHistory > array

statistics
optional

< VgpTransactionHistoryStatistic > array

2.534. VgpTransactionHistoryResponse

Name Description Schema

body
optional

Web Service Result Body

VgpTransactionHistoryContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.535. VgpTransactionHistoryStatistic

Name Description Schema

date
optional

string(date-time)

matchingPriceAvg
optional

number

matchingPriceMax
optional

number

matchingPriceMin
optional

number

matchingPriceSum
optional

number

matchingQuantityAvg
optional

number

matchingQuantityMax
optional

number

matchingQuantityMin
optional

number

matchingQuantitySum
optional

number

2.536. VgpVolume

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

volume
optional

number

2.537. VgpVolumeContainer

Name Description Schema

dataList
optional

< VgpVolume > array

statistics
optional

< VgpVolumeStatistic > array

2.538. VgpVolumeResponse

Name Description Schema

body
optional

Web Service Result Body

VgpVolumeContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.539. VgpVolumeStatistic

Name Description Schema

date
optional

string(date-time)

volumeAvg
optional

number

volumeMax
optional

number

volumeMin
optional

number

volumeSum
optional

number

2.540. VirtualTradeTransfer

Name Description Schema

date
optional

string(date-time)

dayBefore
optional

integer(int64)

endOfDay
optional

integer(int64)

id
optional

integer(int64)

transfer
optional

integer(int64)

2.541. Volume

Name Description Schema

contractName
optional

string

date
optional

string(date-time)

ozelIslemBildirimHacmi
optional

number

total
optional

number

volume
optional

number

2.542. VolumeStatistic

Name Description Schema

date
optional

string(date-time)

volumeAvg
optional

number

volumeMax
optional

number

volumeMin
optional

number

volumeSum
optional

number

2.543. WPPProductionPlanContainer

Name Description Schema

data
optional

< RenewableRESGenerationAndForecast > array

statistics
optional

< RenewableRESGenerationAndForecastStatistic > array

2.544. WPPProductionPlanResponse

Name Description Schema

body
optional

Web Service Result Body

WPPProductionPlanContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.545. YekgAof

Name Description Schema

aofEur
optional

number

aofTl
optional

number

aofUsd
optional

number

id
optional

YekgAofId

2.546. YekgAofContainer

Name Description Schema

dataList
optional

< YekgAof > array

statistics
optional

< YekgAofStatistic > array

2.547. YekgAofId

Name Description Schema

date
optional

string(date-time)

resourceType
optional

string

2.548. YekgAofResponse

Name Description Schema

body
optional

Web Service Result Body

YekgAofContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string

2.549. YekgAofStatistic

Name Description Schema

aofEurAvg
optional

number

aofEurMax
optional

number

aofEurMin
optional

number

aofEurSum
optional

number

aofTlAvg
optional

number

aofTlMax
optional

number

aofTlMin
optional

number

aofTlSum
optional

number

aofUsdAvg
optional

number

aofUsdMax
optional

number

aofUsdMin
optional

number

aofUsdSum
optional

number

date
optional

string(date-time)

2.550. ZeroBalance

Name Description Schema

date
optional

string(date-time)

downRegulation
optional

number

kupst
optional

number

manual
optional

number

negativeImbalance
optional

number

renewableImbalance
optional

number

upRegulation
optional

number

zeroBalanceAdjustment
optional

number

2.551. ZeroBalanceContainer

Name Description Schema

statistics
optional

< ZeroBalanceMonthlyStatistic > array

zeroBalances
optional

< ZeroBalance > array

2.552. ZeroBalanceMonthlyStatistic

Name Description Schema

date
optional

string(date-time)

downRegulationAvg
optional

number

energtImbalanceCostAvg
optional

number

kupstAvg
optional

number

manuelAvg
optional

number

renewablesEnergyImbalanceCostAvg
optional

number

totalAvg
optional

number

upRegulationAvg
optional

number

2.553. ZeroBalanceResponse

Name Description Schema

body
optional

Web Service Result Body

ZeroBalanceContainer

resultCode
optional

Web Service Result Code
Example : "0 - success"

string

resultDescription
optional

Web Service Result Description
Example : "success"

string