Genel Bakış

Versiyon bilgisi

Versiyon : 1.0.0

URI şeması

Sunucu : epys-prp.epias.com.tr
Kök Dizin : /grid
Şemalar : HTTPS

Etiketler

  • ecMeterController

  • helperController

  • meterController

  • portfolioController

  • regionController

  • substationController

  • ulegMeterController

Doküman Hakkında

Bu dokümanda grid servislerinin tanımları ve bu servislerin nasıl çağrılacağı anlatılmaktadır.

1. EPYS Grid Servisleri Hakkında

EPYS grid uygulaması REST servisler üzerine kuruludur. JSON ve XML isteklerini kabul eder ve gelen isteğe göre JSON yada XML cevap döner.

Uygulamanın kullanıcı arayüzünde görmüş olduğunuz bilgilerin tamamı dışarıya açık olan bu servislerden alınmaktadır. Bu arayüzü kullanmadan da sahip olduğunuz uygulamalar ile sistemi kullanmanız mümkündür.

Uygulamayı çağırabilmek için EKYS de kayıtlı bir kullanıcınız olmalı ve bu kullanıcının ilgili servisleri çağırabilmek için yeterli yetkisi olmalıdır. Uygulamaya gelen tüm istekler Merkezi Yetkilendirme Sunucusu’ndan (https://cas.epias.com.tr) TGT alınarak gönderilmelidir.

2. İstemci Oluşturmak

Servis dokümantasyonu Swagger ile hazırlanmıştır. Test ortamı için https://epys-prp.epias.com.tr/grid/technical/swagger.json gerçek ortam için https://epys.epias.com.tr/grid/technical/swagger.json dosyasını kullanarak https://generator.swagger.io adresinden kullandığınız dile uygun istemci kodlarını oluşturabilirsiniz.

3. EPYS Grid Uygulaması Servis Çağrımı

TGT (Ticket Granting Ticket) kullanıcının oturumunu kontrol eder. TGT Servisinden alacağınız değer 45 dakika boyunca kullanmasanız bile aktiftir. TGT değerini her kullanışınızda 45 dakikalık süre tekrar başlar.

TGT tekrar kullanılabilen bir değerdir. Her istek için TGT almanıza gerek yoktur. Her istek için TGT almanız halinde CAS (Merkezi Yetkilendirme Sunucusu) tarafından bloke edilebilirsiniz.

3.1. Ticket Granting Ticket (TGT) Oluşturma

TGT oluşturmak için https://cas.epias.com.tr/cas/v1/tickets?format=text (test ortamı için https://testcas.epias.com.tr/cas/v1/tickets?format=text) adresine aşağıdaki değerleri POST metodu ile göndermeniz gerekmektedir.

Gönderilen HTTP isteğinin header kısmında Content-Type karşılığında ise application/x-www-form-urlencoded yazmalıdır.

parametre değer

username

EKYS Kullanıcı Adı

password

EKYS Şifresi

örnek http isteği
POST /cas/v1/tickets HTTP/1.1
Host: cas.epias.com.tr
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded

username=DGPYSUSER&password=DGPYSSIFRE

Servisten HTTP 200 cevabını beklemelisiniz. Sonuç olarak aşağıdaki gibi bir örnek dönecektir.

örnek cevap
TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr

3.2. Service Ticket (ST) Oluşturma

ST oluşturabilmeniz için öncelikle geçerli TGT bilgisi almış olmanız gerekmektedir. Alınan TGT bilgisi ile https://cas.epias.com.tr/cas/v1/tickets/TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr adresine aşağıdaki değerleri *POST metodu ile göndermeniz gerekmektedir. ST oluşturabilmeniz için kullanıcak service bilgisi aşağıdaki gibidir. Service ticket bilgisi tek kullanımlık olup 15 saniye içinde kullanılmaz ise geçerliliğini kaybetmektedir.

ortam service

PROD

https://epys.epias.com.tr

TEST

https://epys-prp.epias.com.tr

Gönderilen HTTP isteğinin header kısmında Content-Type karşılığında ise application/x-www-form-urlencoded yazmalıdır.

TEST ORTAMI İÇİN

parametre değer

service

https://epys-prp.epias.com.tr

örnek http isteği
POST /cas/v1/tickets/TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr HTTP/1.1
Host: testcas.epias.com.tr
Content-Type: application/x-www-form-urlencoded
Content-Length: 39

service=https://epys-prp.epias.com.tr

CANLI ORTAMI İÇİN (PROD)

parametre değer

service

https://epys.epias.com.tr

örnek http isteği
POST /cas/v1/tickets/TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr HTTP/1.1
Host: cas.epias.com.tr
Content-Type: application/x-www-form-urlencoded
Content-Length: 39

service=https://epys.epias.com.tr

Servisten HTTP 200 cevabını beklemelisiniz. Sonuç olarak aşağıdaki gibi bir örnek dönecektir.

örnek cevap
ST-30853663-c3OsaqpG16IDVGIA3cbs-cashazel-n201

3.3. EPYS Talep Uygulaması Örnek Mesaj Yapısı

EPYS servislerinin standart bir mesaj yapısı bulunmaktadır. Gönderdiğiniz tüm isteklerde bu formata uygun veri göndermelisiniz.

Öncelikle her isteğin HTTP header alanına aşağıdaki değerleri eklemelisiniz.

TGT ve ST bilgilerini aynı anda gönderme zorunluluğunuz yoktur. İkisinden herhangi birini ya da her ikisini birden gönderebilirsiniz
parametre değer

TGT

(Ticket Granting Ticket) (TGT) Örneğin : TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr

ST

(Service Ticket) (ST) Örneğin : ST-30853663-c3OsaqpG16IDVGIA3cbs-cashazel-n201

Accept

application/json veya application/xml

Content-Type

application/json veya application/xml

servise has parametreleri içeren body alanıdır. Tüm servisler için farklılık gösterebilir.

Aşağıdaki örnekte teslim gününün doğru olup olmadığını kontrol eden bir mesaj bulunmaktadır.

Servise gelen ve giden tüm mesajlardaki tarih alanları ISO-8601 formatındadır. Format yyyy-MM-dd’T’HH:mm:ssXXX şeklinde olmalıdır. Timezone değeri Yaz Saati Uygulamasında için +03:00 Kış Saatin Uygulamasında +02:00 olarak değişmektedir. Örnek bir zaman değeri şu şekildedir. 2016-03-25T00:00:00+03:00
Örnek ISO8601 Parser Java 8
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;

public class DateUtil
{

    public static Date fromISO8601Date(String v)
    {
        if (null == v) return null;
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
        try
        {
            return sdf.parse(v);
        } catch (ParseException e)
        {
            throw new RuntimeException(e);
        }
    }

    public static String toISO8601Date(Date v)
    {
        if (null == v) return null;
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
        return sdf.format(v);
    }
}
Örnek HTTP Mesajı
POST /grid/v1/substation/query HTTP/1.1
Host: epys.epias.com.tr
Accept: application/json
Content-Type: application/json
TGT: TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr
Cache-Control: no-cache
{
  "effectiveDate": "2023-01-01T00:00:00+03:00"
}
Örnek JSON Mesajı
{
    "status": "200 OK",
    "correlationId": "fb35e909-88c6-4ac1-89f9-a30ae0ef7c1c",
    "spanIds": "(grid)8193",
    "hostName": "10.42.8.26",
    "clientIp": "10.10.10.10",
    "userName": "USER1",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2023-01-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 20000,
                    "eic": "40A0000000200006",
                    "city": {
                        "id": 60,
                        "name": "Ankara"
                    },
                    "firstRecord": true,
                    "name": "TM1",
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "region": {
                        "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                        "effectiveDateEnd": null,
                        "id": 1,
                        "eic": "40Y000000000001D",
                        "name": "TR1",
                        "periodDateStart": "2009-01-01T00:00:00+02:00",
                        "periodDateEnd": null
                    },
                    "relatedCity1": {
                        "id": 140,
                        "name": "Bolu"
                    },
                    "relatedCity2": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    }
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "DESC"
                }
            },
            "sortableFields": [
                "effectiveDateStart",
                "effectiveDateEnd"
            ]
        }
    }
}

Gönderilen tüm isteklere dönen cevaplar da iki bölümden oluşur. Birinci bölüm isteğin başarılı olup olmadığını dönen status değeri. İkinci bölüm ise body alanında sonucu dönen kısım.

Her sonuç mesajında aşağıdaki alanlar sabit olarak bulunur.

parametre tip değer açıklama

status

string

"200 OK" başarılı diğer hallerde hatakodu içerir

Aldığınız hatanın HTTP status kodunu dönmektedir.

error

list

başarılı durumda liste null dönmektedir

Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

correlationId

string

yapmış olduğunuz isteği tekilleştirmeye yarar spanIds ile birlikte

hata almanız durumunad bu bilgi ile birlikte spanIds göndermeniz zorunludur.

spanIds

string

yapmış olduğunuz isteği tekilleştirmeye yarar correlationId ile birlikte

hata almanız durumunad bu bilgi ile birlikte correlationId göndermeniz zorunludur.

COM-, REG-, SUB-, MTR-, COREPG- veya OPHIS- hata kodları ile başlayan hata mesajları gönderdiğiniz istek ile ilgili bir sorun olduğunu belirtir. İsteğinizi gözden geçirmelisiniz veya iş kurallarını kontrol etmelisiniz. APP- hata kodu ile başlayan hata mesajları sistemde bir hata olduğunu belirtir.Bizimle irtibata geçmelisiniz.
Örnek Başarılı JSON Cevap Mesajı
{
   "status":"200 OK",
   "correlationId":"b09d8806-46b9-4703-b185-2167bf74e55e",
   "spanIds":"14826",
   "hostName":"1.1.1.1",
   "clientIp":"127.0.0.1",
   "userName":"TESTUSER",
   "successMessage":null,
   "errors":null,
   "body":{
      "content":{
          "completed": true
      }
   }
}
Örnek Hatalı JSON Cevap Mesajı
{
  "status": "400 BAD_REQUEST",
  "correlationId": "b09d8806-46b9-4703-b185-2167bf74e55e!",
  "spanIds": "38048",
  "hostName":"1.1.1.1",
  "clientIp":"127.0.0.1",
  "userName": "TESTUSER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "SUB-10017",
      "errorMessage": "Trafo bulunamadı iş kuralı hatası!"
    }
  ],
  "body": {}
}

4. Sorgulama (query) ve Dışarı Aktar (export) Servisleri Sayfalama Yapısı

Sayfalandırma, sonuç veri setinin tamamını almak için programlı olarak tüm sayfaları talep etme yöntemlerini ifade eder. Sayfalandırma, tek bir yanıtta döndürülebilecek olandan daha fazla sonuç döndüren query veya export gibi servislerde kullanılan bir özelliktir. Bu servislerde veriler bir dizi sayfa (page) halinde döndürülür. EPYS Grid uygulamasında sorgulama (query) ve dışarı aktar (export) servisleri için iki farklı sayfalama yapısı kullanılmıştır.

4.1. Sorgulama (query) Servislerindeki Sayfalama Yapısı

Bu sayfa yapısında;

alan adı açıklama

number

sayfa numarasını,

size

sayfada listelenmesi istenen öğe adetini,

sort

öğelerin 'field' daki alana ve 'direction' daki yön tercihine göre sıralı olarak listelenmesi isteğini

sort:direction

sıralama yön tercihini (artan yönde sıralama için 'ASC', azalan yönde sıralama için 'DESC')

sort:field

sıralama yapılırken kullanılacak alan ismini (servis cevabındaki 'sortableFields' dizisinde listelenen alan isimlerinden biri seçilebilir)

ifade etmektedir.

Sorgulama (query) Servisleri Örnek Sayfa Yapısı
{
    "number": 1,
    "size": 10,
    "sort": {
        "direction": "ASC",
        "field": "effectiveDateStart"
    }
}

İstek (request) ve cevap (response) lardaki sayfa (page) yapısı aynı olup, cevap (response) içeriğindeki page öğesinde ek olarak listelenen toplam kayıt adetini gösterecek şekilde 'total' alanı mevcuttur.

alan adı açıklama

total

sayfada listelenen öğe adetini, ('total' küçük veya eşit 'size')

ifade etmektedir.

Sorgulama (query) servisleri ile veri listelenirken art arda yapılan isteklerde sadece 'number' alanındaki sayfa numarasının bir artırılması yeterlidir.

4.2. Dışarı Aktar (export) Servislerindeki Sayfalama Yapısı

Dışarı Aktar (export) Servisleri, veri indermek (download) amacıyla, art arda yapılan isteklere daha hızlı cevaplar dönebilmek amacıyla sorgulama (query) servislerine alternatif olarak sunulmuşlardır. Bu sebeple, sorgulama (query) servislerinden farklı bir sayfalama yapısına sahiptir.

Bu sayfa yapısında;

alan adı açıklama

offsetId

öğelerin listelenmeye başlayacağı sıra numarasını (servis ilk defa çağrlırken alacağı değer 'null' olmalıdır),

limit

sayfada listelenmesi istenen öğe adetini,

ifade etmektedir.

Dışarı Aktar (export) Servisleri Örnek Sayfa Yapısı
{
  "offsetId": null,
  "limit": 100
}

Sayfa yapısındaki 'offsetId' ilk sayfayı çağırırken 'null' olarak bırakılmalı, ikinci ve sonraki sayfaları çağırırken kendinden önce yapılan isteğin cevabında yer alan 'offsetId' değerini almalıdır. İstek (request) ve cevap (response) lardaki sayfa (page) yapısı aynı olup, cevap (response) içeriğindeki page öğesinde ek olarak listelenen toplam kayıt adetini gösterecek şekilde 'size' alanı mevcuttur.

alan adı açıklama

size

sayfada listelenen öğe adetini, ('size' küçük veya eşit 'limit')

ifade etmektedir.

5. Servis Detayları

Bu bölümden kategorilerine göre Servis çağırım detayları ile ilgili bilgilere ulaşabilirsiniz.

5.1. Ölçüm Noktası Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan ölçüm noktalarına ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

PK - DAĞITIM

OSB - DAĞITIM

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "c5afbc24-77fe-4414-b6e7-f2874ac55d35",
    "spanIds": "(grid)3669",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroup": null,
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": null,
                    "consumptionPointType": {
                        "id": 1,
                        "value": "ELIGIBLE_CONSUMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": "..Abone Adı..",
                        "authorizedPersonName2": "",
                        "authorizedPersonNo1": "..Abone Kimlik No..",
                        "authorizedPersonNo2": "",
                        "customerNo": "..Abone No..",
                        "title": "..Abone Unvan..",
                        "status": {
                            "id": 1,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        },
                        "category": {
                            "id": 3,
                            "value": "COMPANY",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Özel Şirket"
                                }
                            ]
                        },
                        "startDate": "2022-02-01T00:00:00+03:00",
                        "endDate": "2022-04-30T23:59:00+03:00"
                    },
                    "customerHistory": [
                        {
                            "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "authorizedPersonName1": "..Abone Adı..",
                            "authorizedPersonName2": "",
                            "authorizedPersonNo1": "..Abone Kimlik No..",
                            "authorizedPersonNo2": "",
                            "customerNo": "..Abone No..",
                            "title": "..Abone Unvan..",
                            "status": {
                                "id": 1,
                                "value": "ACTIVE",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Aktif"
                                    }
                                ]
                            },
                            "category": {
                                "id": 3,
                                "value": "COMPANY",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Özel Şirket"
                                    }
                                ]
                            },
                            "startDate": "2022-05-01T00:00:00+03:00",
                            "endDate": null
                        },
                        ...
                    ],
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lastResortConsumerGroup": null,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingDataType": {
                        "id": 1,
                        "value": "REAL_READING",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Gerçek Okuma"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingPeriod": 35,
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierType": {
                        "id": 1,
                        "value": "LAST_RESORT_SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Son Kaynak Tedariki"
                            }
                        ]
                    },
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    }
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "cfd13f33-8e98-40f0-b6c7-8b21b4c2b2b3",
    "spanIds": "(grid)93907",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroup": null,
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            },
                            {
                                "language": "en-US",
                                "text": "Withdraw"
                            }
                        ]
                    },
                    "consumptionPointType": {
                        "id": 1,
                        "value": "ELIGIBLE_CONSUMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": null,
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": null,
                        "authorizedPersonName2": null,
                        "authorizedPersonNo1": null,
                        "authorizedPersonNo2": null,
                        "customerNo": " 8*********",
                        "title": " T** **** ****** T*******.",
                        "status": null,
                        "category": null,
                        "startDate": null,
                        "endDate": null
                    },
                    "customerHistory": null,
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lastResortConsumerGroup": null,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingDataType": {
                        "id": 1,
                        "value": "REAL_READING",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Gerçek Okuma"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingPeriod": 35,
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierType": {
                        "id": 1,
                        "value": "LAST_RESORT_SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Son Kaynak Tedariki"
                            }
                        ]
                    },
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    }
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}

5.2. Ölçüm Noktası (Sadece Ölçüm Noktası Verilerini) Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan ölçüm noktalarına ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servisleri ile istek (request) içeriği aynı olup ve cevap (response) içeriği bu servislerden farklıdır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin cevap (response) içeriğinde yer alan; tip (lookup) açıklamaları, isim, isim kırılımları, abone vb. doğrudan sayaca ait olmayan alanları içermez. Sorgulama (query) ve Dışarı Aktar (export) servislerine oranla daha hızlı ve küçük boyutlu cevaplar sağladığı için büyük miktarlardaki sayaç verilerinin indirilmesinde tercih edilmelidir. Dışarı Aktar (export) servisi ile aynı sayfalama yöntemine sahiptir.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

PK - DAĞITIM

OSB - DAĞITIM

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "549bb053-be32-4da7-bb90-3a6fce76e262",
    "spanIds": "(grid)38262",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroupId": null,
                    "busbarVoltageTypeId": 5,
                    "configurationTypeId": null,
                    "consumptionPointTypeId": 1,
                    "consumptionPointStatusId": 2,
                    "contractPower": 155,
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityTypeId": 1,
                    "lastResortConsumerGroupId": null,
                    "lineCircuitCountTypeId1": null,
                    "lineCircuitCountTypeId2": null,
                    "lineCircuitCountTypeId3": null,
                    "lineConductorTypeId1": null,
                    "lineConductorTypeId2": null,
                    "lineConductorTypeId3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainTariffGroupId": 2,
                    "measurementTypeId": 1,
                    "meteringVoltageTypeId": 9,
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroupId": 73,
                    "readingDataTypeId": 1,
                    "readingOrganizationId": 1023,
                    "readingPeriod": 35,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "remoteReadingStatusId": 2,
                    "statusId": 2,
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierTypeId": 1,
                    "tariffClassTypeId": 1,
                    "uniqueCode": "5**00",
                    "usageStatusTypeId": 2,
                    "usageTypeId": 2,
                    "versionNumber": null,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawPositionTypeId": 32
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "22156e11-61f6-4fe6-a2ec-9724eb0acc3b",
    "spanIds": "(grid)91717",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroupId": null,
                    "busbarVoltageTypeId": 5,
                    "configurationTypeId": 1,
                    "consumptionPointTypeId": 1,
                    "consumptionPointStatusId": 2,
                    "contractPower": 155,
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityTypeId": 1,
                    "lastResortConsumerGroupId": null,
                    "lineCircuitCountTypeId1": null,
                    "lineCircuitCountTypeId2": null,
                    "lineCircuitCountTypeId3": null,
                    "lineConductorTypeId1": null,
                    "lineConductorTypeId2": null,
                    "lineConductorTypeId3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainTariffGroupId": 2,
                    "measurementTypeId": 1,
                    "meteringVoltageTypeId": 9,
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroupId": 73,
                    "readingDataTypeId": 1,
                    "readingOrganizationId": 1023,
                    "readingPeriod": 35,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "remoteReadingStatusId": 2,
                    "statusId": 2,
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierTypeId": 1,
                    "tariffClassTypeId": 1,
                    "uniqueCode": "5**00",
                    "usageStatusTypeId": 2,
                    "usageTypeId": 2,
                    "versionNumber": null,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawPositionTypeId": 32
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}

5.3. Ölçüm Noktası Dışarı Aktar Servisi Offset ID Listele

İsteklerin art arda gönderilmesini gerektiren ölçüm noktası export ve plain-export dışarı aktar servislerine paralel olarak istek yapabilmek için kullanılır. Ölçüm Noktası Dışarı Aktar servislerine gönderilen istek (request) ile bu servis çağrıldığında, Dışarı Aktar servislerinin sayfa parametresi olan offsetId değerlerini toplu şekilde listeler. offsetId değerleri bu servise gönderilen filtre ve sayfa limit değerleri baz alınarak hesaplanır. Bu sebeple ölçüm noktası export veya plain-export servisleri aynı istek ile çağrılmalıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

PK - DAĞITIM

OSB - DAĞITIM

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Listele

Sayaç Okuyan Kurum İsteği
{
    "statusId": 2,
    "effectiveDate": "9999-01-01T00:00:00+03:00",
    "page": {
        "offsetId": null,
        "limit": 10000
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "c0d0e51c-04ed-44b0-bdc1-47648fc0bb62",
    "spanIds": "(grid)16847",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "offsetIds": [
                0,
                65628451,
                155677601,
                284227301,
                451778401,
                492842901,
                532841401,
                562121951,
                631562351,
                773692401,
                852579201,
                864418401,
                1009139901,
                1029618751,
                1173906451,
                1345890251,
                1530095701,
                1552951951,
                1930199151,
                1945204401,
                1953765851,
                1960060701,
                1965687801,
                1971561351,
                1978757101,
                1990541551,
                2168944651,
                2206314301,
                2290716551
            ]
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "statusId": 2,
    "effectiveDate": "9999-01-01T00:00:00+03:00",
    "page": {
        "offsetId": null,
        "limit": 10000
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "e4695d0c-6f79-4ddc-a874-5f65616a41d8",
    "spanIds": "(grid)98413",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "offsetIds": [
                0,
                659350651,
                667208951,
                672992951,
                728376751,
                931435551,
                950336201,
                991043151,
                1153879101,
                1203189901,
                1270986751,
                1624368601,
                1643867101,
                1665896951,
                1695639601,
                1736032601,
                2014300751,
                2223088801,
                2232060501,
                2237214251,
                2243767701,
                2257089301,
                2296540001,
                2329201801
            ]
        }
    }
}

5.4. Ölçüm Noktası Listele

İstenen adette ("page"→"size") kriterleri sağlayan ölçüm noktalarına ait bilgileri listelemek için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

PK - DAĞITIM

OSB - DAĞITIM

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "c5afbc24-77fe-4414-b6e7-f2874ac55d35",
    "spanIds": "(grid)3669",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroup": null,
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": null,
                    "consumptionPointType": {
                        "id": 1,
                        "value": "ELIGIBLE_CONSUMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": "..Abone Adı..",
                        "authorizedPersonName2": "",
                        "authorizedPersonNo1": "..Abone Kimlik No..",
                        "authorizedPersonNo2": "",
                        "customerNo": "..Abone No..",
                        "title": "..Abone Unvan..",
                        "status": {
                            "id": 1,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        },
                        "category": {
                            "id": 3,
                            "value": "COMPANY",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Özel Şirket"
                                }
                            ]
                        },
                        "startDate": "2022-02-01T00:00:00+03:00",
                        "endDate": "2022-04-30T23:59:00+03:00"
                    },
                    "customerHistory": [
                        {
                            "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "authorizedPersonName1": "..Abone Adı..",
                            "authorizedPersonName2": "",
                            "authorizedPersonNo1": "..Abone Kimlik No..",
                            "authorizedPersonNo2": "",
                            "customerNo": "..Abone No..",
                            "title": "..Abone Unvan..",
                            "status": {
                                "id": 1,
                                "value": "ACTIVE",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Aktif"
                                    }
                                ]
                            },
                            "category": {
                                "id": 3,
                                "value": "COMPANY",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Özel Şirket"
                                    }
                                ]
                            },
                            "startDate": "2022-05-01T00:00:00+03:00",
                            "endDate": null
                        },
                        ...
                    ],
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lastResortConsumerGroup": null,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingDataType": {
                        "id": 1,
                        "value": "REAL_READING",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Gerçek Okuma"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingPeriod": 35,
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierType": {
                        "id": 1,
                        "value": "LAST_RESORT_SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Son Kaynak Tedariki"
                            }
                        ]
                    },
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    }
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": null
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "cfd13f33-8e98-40f0-b6c7-8b21b4c2b2b3",
    "spanIds": "(grid)93907",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "bilateralConsumerGroup": null,
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            },
                            {
                                "language": "en-US",
                                "text": "Withdraw"
                            }
                        ]
                    },
                    "consumptionPointType": {
                        "id": 1,
                        "value": "ELIGIBLE_CONSUMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": null,
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": null,
                        "authorizedPersonName2": null,
                        "authorizedPersonNo1": null,
                        "authorizedPersonNo2": null,
                        "customerNo": " 8*********",
                        "title": " T** **** ****** T*******.",
                        "status": null,
                        "category": null,
                        "startDate": null,
                        "endDate": null
                    },
                    "customerHistory": null,
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lastResortConsumerGroup": null,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingDataType": {
                        "id": 1,
                        "value": "REAL_READING",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Gerçek Okuma"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingPeriod": 35,
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierType": {
                        "id": 1,
                        "value": "LAST_RESORT_SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Son Kaynak Tedariki"
                            }
                        ]
                    },
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    }
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": null
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}

5.5. Ölçüm Noktası Manuel Kayıt Yap

Yeni bir ölçüm noktası kaydetmek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Manuel Kayıt - Manuel Kayıt Yap

Sayaç Okuyan Kurum İsteği
{
    "effectiveDateStart": "2023-04-01T00:00:00+03:00",
    "effectiveDateEnd": null,
    "usageStatusTypeId": 2,
    "consumptionPointTypeId": 1,
    "provinceId": null,
    "districtId": 1186,
    "address": "..Adres..",
    "addressCode": 1234567890,
    "lastResortConsumerGroupId": 1,
    "bilateralConsumerGroupId": 1,
    "mainTariffGroupId": 2,
    "tariffClassTypeId": 1,
    "contractPower": 10,
    "readingTypeId": 2,
    "profileSubscriptionGroupId": 112,
    "readingDataTypeId": 1,
    "readingPeriod": 30,
    "facilityTypeId": 1,
    "remoteReadingStatusId": 1,
    "loadProfileFeature": false,
    "annualAverageConsumption": 12,
    "substationId": 20004,
    "mainMeterId": null,
    "meteringVoltageTypeId": 7,
    "busbarVoltageTypeId": 7,
    "exceptionalSubstationStatus": false,
    "substationPower": null,
    "substationInputVoltage": null,
    "substationOutputVoltage": null,
    "withdrawPositionTypeId": 7,
    "noLoadLoss": null,
    "loadLoss": null,
    "uniqueCode": "123456",
    "readingOrganizationId": 1023,
    "descriptions": [
        {
            "language": "tr-TR",
            "description": "..Test.."
        }
    ]
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "402c06a8-ea0c-492f-89cf-53c24740d796",
    "spanIds": "(grid)50507",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "id": 200000060,
            "text": "40Z000200000***0"
        }
    }
}

5.6. Ölçüm Noktası Durumu Güncelle

Mevcut bir ölçüm noktasının durumunu güncellemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Durumu Güncelle

Sayaç Okuyan Kurum İsteği
{
    "effectiveId": 200000060,
    "effectiveDate": "2023-04-02T00:00:00+03:00",
    "statusId": 3,
    "descriptions": [
        {
            "language": "tr-TR",
            "description": "..Test.."
        }
    ]
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "e1813286-3f3a-4354-8a2c-88f8215590ff",
    "spanIds": "(grid)63686",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "completed": true
        }
    }
}

5.7. Ölçüm Noktası Güncelle

Mevcut bir ölçüm noktasına ait bilgileri güncellemek için kullanılır. Servis isteğinde sadece güncelenmek istenen alanlara ait bilgilerin yer alması gerekmektedir. İçeriği silinmek istenen alan adları 'deletedFields' adlı liste içinde yer alması gerekmektedir.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Ölçüm Noktası Görüntüleme - Ölçüm Noktası Güncelle

Sayaç Okuyan Kurum İsteği
{
    "effectiveId": 200000060,
    "effectiveDateStart": "2023-04-02T00:00:00+03:00",
    "effectiveDateEnd": null,
    "contractPower": 12,
    "withdrawPositionTypeId": 13,
    "deletedFields": [
        "addressCode"
    ],
    "descriptions": [
        {
            "language": "tr-TR",
            "description": "..Test.."
        }
    ]
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "bf8f0058-42c8-4cb5-b6f5-f3ef1f065279",
    "spanIds": "(grid)262",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "completed": true
        }
    }
}

5.8. Mevcut Çoklu Seçim Anahtar Sorgulama Servisi

Mevcut çoklu seçim anahtar verilerini sorgular. Servis parametre detaylarına buradan erişebilirsiniz.

Not: Bu servisi çağırabilmek için herhangi bir yetkiye sahip olmak gerekmemektedir.

Yetkiler

Abone İşlemleri - Mevcut Çoklu Seçim Anahtar Sorgulama Servisi Admin Yetkisi

Response
{
    "status": "200 OK",
    "correlationId": "6108fbdd-7eb4-440e-b523-473005ab9c95",
    "spanIds": "(customer)50964",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "types": [
                {
                    "lookupType": "categoryType",
                    "lookupDescription": ""
                },
                {
                    "lookupType": "bilateralAgreementState",
                    "lookupDescription": ""
                },
                {
                    "lookupType": "updateReason",
                    "lookupDescription": ""
                },
                {
                    "lookupType": "customerStatus",
                    "lookupDescription": ""
                },
                {
                    "lookupType": "myPortfolioState",
                    "lookupDescription": ""
                },
                {
                    "lookupType": "processType",
                    "lookupDescription": ""
                }
            ]
        }
    }
}

5.9. Çoklu Seçim Detay Sorgulama Servisi

Çoklu seçim detay verilerini sorgular. Servis parametre detaylarına buradan erişebilirsiniz.

Not: Bu servisi çağırabilmek için herhangi bir yetkiye sahip olmak gerekmemektedir.

Yetkiler

Abone İşlemleri - Çoklu Seçim Detay Sorgulama Servisi Admin Yetkisi

Request
{
    "lookupType":"INPUT_MULTIPLE_CHOICE_KEY"
}
Response
{
    "status": "200 OK",
    "correlationId": "1f1f0072-4a1e-4da5-8158-23a34af944ba",
    "spanIds": "(customer)71027",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": null,
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "values": null
        }
    }
}

5.10. Sayaç Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan sayaçlara ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

K3 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

PK - İLETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Sayaç Listeleme - Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "a094759f-8b2d-44b3-8140-ecc3ceba7fe3",
    "spanIds": "(grid)62351",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": null,
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": "..Abone Adı..",
                        "authorizedPersonName2": "",
                        "authorizedPersonNo1": "..Abone Kimlik No..",
                        "authorizedPersonNo2": "",
                        "customerNo": "..Abone No..",
                        "title": "..Abone Unvan..",
                        "status": {
                            "id": 1,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        },
                        "category": {
                            "id": 3,
                            "value": "COMPANY",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Özel Şirket"
                                }
                            ]
                        },
                        "startDate": "2022-02-01T00:00:00+03:00",
                        "endDate": "2022-04-30T23:59:00+03:00"
                    },
                    "customerHistory": [
                        {
                            "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "authorizedPersonName1": "..Abone Adı..",
                            "authorizedPersonName2": "",
                            "authorizedPersonNo1": "..Abone Kimlik No..",
                            "authorizedPersonNo2": "",
                            "customerNo": "..Abone No..",
                            "title": "..Abone Unvan..",
                            "status": {
                                "id": 1,
                                "value": "ACTIVE",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Aktif"
                                    }
                                ]
                            },
                            "category": {
                                "id": 3,
                                "value": "COMPANY",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Özel Şirket"
                                    }
                                ]
                            },
                            "startDate": "2022-05-01T00:00:00+03:00",
                            "endDate": null
                        },
                        ...
                    ],
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityType": {
                        "id": 1,
                        "value": "NORMAL",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Normal Tesis"
                            }
                        ]
                    },
                    "firstRecord": false,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "organizationName": "ORGANIZATION_NAME",
                    "organizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 5**0
                        }
                    ],
                    "oizOrganizationId": null,
                    "oizOrganizationName": null,
                    "oizOrganizationNameBreakdown": null,
                    "powerPlantId": null,
                    "powerPlantName": null,
                    "powerPlantNameBreakdown": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "serial": "Seri No belirtilmemi?",
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierOrganizationName": null,
                    "supplierOrganizationNameBreakdown": null,
                    "supplierType": {
                        "id": 2,
                        "value": "BILATERAL_AGREEMENT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "İkili Anlaşma"
                            }
                        ]
                    },
                    "supplyDeductionSettlementPointId": null,
                    "supplyDeductionSettlementPointName": null,
                    "supplyDeductionSettlementPointNameBreakdown": null,
                    "supplyPositionType": null,
                    "supplySettlementPointId": null,
                    "supplySettlementPointName": null,
                    "supplySettlementPointNameBreakdown": null,
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    },
                    "withdrawSettlementPointId": 2**5,
                    "withdrawSettlementPointName": "KATEGORI C-DAGITIM",
                    "withdrawSettlementPointNameBreakdown": [
                        {
                            "name": "KATEGORI C-DAGITIM",
                            "effectiveDateStart": "2013-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2**5
                        }
                    ]
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "8211cd00-3745-4205-b03c-033955ddaea4",
    "spanIds": "(grid)35710",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            },
                            {
                                "language": "en-US",
                                "text": "Withdraw"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": null,
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": null,
                        "authorizedPersonName2": null,
                        "authorizedPersonNo1": null,
                        "authorizedPersonNo2": null,
                        "customerNo": " 8*********",
                        "title": " T** **** ****** T*******.",
                        "status": null,
                        "category": null,
                        "startDate": null,
                        "endDate": null
                    },
                    "customerHistory": null,
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityType": {
                        "id": 1,
                        "value": "NORMAL",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Normal Tesis"
                            }
                        ]
                    },
                    "firstRecord": false,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "organizationName": "ORGANIZATION_NAME",
                    "organizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 5**0
                        }
                    ],
                    "oizOrganizationId": null,
                    "oizOrganizationName": null,
                    "oizOrganizationNameBreakdown": null,
                    "powerPlantId": null,
                    "powerPlantName": null,
                    "powerPlantNameBreakdown": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "NAME_OF_INSTITUTION",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "NAME_OF_INSTITUTION",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "serial": "Seri No belirtilmemi?",
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierOrganizationName": null,
                    "supplierOrganizationNameBreakdown": null,
                    "supplierType": {
                        "id": 2,
                        "value": "BILATERAL_AGREEMENT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "İkili Anlaşma"
                            }
                        ]
                    },
                    "supplyDeductionSettlementPointId": null,
                    "supplyDeductionSettlementPointName": null,
                    "supplyDeductionSettlementPointNameBreakdown": null,
                    "supplyPositionType": null,
                    "supplySettlementPointId": null,
                    "supplySettlementPointName": null,
                    "supplySettlementPointNameBreakdown": null,
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    },
                    "withdrawSettlementPointId": 2**5,
                    "withdrawSettlementPointName": "KATEGORI C-DAGITIM",
                    "withdrawSettlementPointNameBreakdown": [
                        {
                            "name": "KATEGORI C-DAGITIM",
                            "effectiveDateStart": "2013-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2**5
                        }
                    ]
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}

5.11. Sayaç (Sadece Sayaç Verilerini) Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan sayaçlara ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servisleri ile istek (request) içeriği aynı olup ve cevap (response) içeriği bu servislerden farklıdır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin cevap (response) içeriğinde yer alan; tip (lookup) açıklamaları, isim, isim kırılımları, abone vb. doğrudan sayaca ait olmayan alanları içermez. Sorgulama (query) ve Dışarı Aktar (export) servislerine oranla daha hızlı ve küçük boyutlu cevaplar sağladığı için büyük miktarlardaki sayaç verilerinin indirilmesinde tercih edilmelidir. Dışarı Aktar (export) servisi ile aynı sayfalama yöntemine sahiptir.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

K3 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

PK - İLETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Sayaç Listeleme - Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "27a32aed-0ec6-4fda-b220-ffd88607d0d2",
    "spanIds": "(grid)29275",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageTypeId": 5,
                    "configurationTypeId": null,
                    "consumptionPointStatusId": 2,
                    "contractPower": 155,
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityTypeId": 1,
                    "lineCircuitCountTypeId1": null,
                    "lineCircuitCountTypeId2": null,
                    "lineCircuitCountTypeId3": null,
                    "lineConductorTypeId1": null,
                    "lineConductorTypeId2": null,
                    "lineConductorTypeId3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainTariffGroupId": 2,
                    "measurementTypeId": 1,
                    "meteringVoltageTypeId": 9,
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "oizOrganizationId": null,
                    "profileSubscriptionGroupId": 73,
                    "readingOrganizationId": 1023,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "remoteReadingStatusId": 2,
                    "serial": "Seri No belirtilmemi?",
                    "statusId": 2,
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierTypeId": 2,
                    "supplyDeductionSettlementPointId": null,
                    "supplyPositionTypeId": null,
                    "supplySettlementPointId": null,
                    "tariffClassTypeId": 1,
                    "uniqueCode": "5**00",
                    "usageStatusTypeId": 2,
                    "usageTypeId": 2,
                    "versionNumber": null,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawPositionTypeId": 32,
                    "withdrawSettlementPointId": 2**5
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "f5584d9a-1636-43f3-a99f-d6e06848b44a",
    "spanIds": "(grid)98714",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageTypeId": 5,
                    "configurationTypeId": 1,
                    "consumptionPointStatusId": 2,
                    "contractPower": 155,
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "facilityTypeId": 1,
                    "lineCircuitCountTypeId1": null,
                    "lineCircuitCountTypeId2": null,
                    "lineCircuitCountTypeId3": null,
                    "lineConductorTypeId1": null,
                    "lineConductorTypeId2": null,
                    "lineConductorTypeId3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainTariffGroupId": 2,
                    "measurementTypeId": 1,
                    "meteringVoltageTypeId": 9,
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "oizOrganizationId": null,
                    "profileSubscriptionGroupId": 73,
                    "readingOrganizationId": 1023,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "remoteReadingStatusId": 2,
                    "serial": "Seri No belirtilmemi?",
                    "statusId": 2,
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierTypeId": 2,
                    "supplyDeductionSettlementPointId": null,
                    "supplyPositionTypeId": null,
                    "supplySettlementPointId": null,
                    "tariffClassTypeId": 1,
                    "uniqueCode": "5**00",
                    "usageStatusTypeId": 2,
                    "usageTypeId": 2,
                    "versionNumber": null,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawPositionTypeId": 32,
                    "withdrawSettlementPointId": 2**5
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 783997,
                "size": 1
            }
        }
    }
}

5.12. Sayaç Dışarı Aktar Servisi Offset ID Listele

İsteklerin art arda gönderilmesini gerektiren sayaç export ve plain-export dışarı aktar servislerine paralel olarak istek yapabilmek için kullanılır. Sayaç Dışarı Aktar servislerine gönderilen istek (request) ile bu servis çağrıldığında, Dışarı Aktar servislerinin sayfa parametresi olan offsetId değerlerini toplu şekilde listeler. offsetId değerleri bu servise gönderilen filtre ve sayfa limit değerleri baz alınarak hesaplanır. Bu sebeple sayaç export veya plain-export servisleri aynı istek ile çağrılmalıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

K3 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

PK - İLETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Sayaç Listeleme - Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "statusId": 2,
    "effectiveDate": "9999-01-01T00:00:00+03:00",
    "page": {
        "offsetId": null,
        "limit": 10000
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "c0d0e51c-04ed-44b0-bdc1-47648fc0bb62",
    "spanIds": "(grid)16847",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "offsetIds": [
                0,
                65628451,
                155677601,
                284227301,
                451778401,
                492842901,
                532841401,
                562121951,
                631562351,
                773692401,
                852579201,
                864418401,
                1009139901,
                1029618751,
                1173906451,
                1345890251,
                1530095701,
                1552951951,
                1930199151,
                1945204401,
                1953765851,
                1960060701,
                1965687801,
                1971561351,
                1978757101,
                1990541551,
                2168944651,
                2206314301,
                2290716551
            ]
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "statusId": 2,
    "effectiveDate": "9999-01-01T00:00:00+03:00",
    "page": {
        "offsetId": null,
        "limit": 10000
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "e4695d0c-6f79-4ddc-a874-5f65616a41d8",
    "spanIds": "(grid)98413",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "offsetIds": [
                0,
                659350651,
                667208951,
                672992951,
                728376751,
                931435551,
                950336201,
                991043151,
                1153879101,
                1203189901,
                1270986751,
                1624368601,
                1643867101,
                1665896951,
                1695639601,
                1736032601,
                2014300751,
                2223088801,
                2232060501,
                2237214251,
                2243767701,
                2257089301,
                2296540001,
                2329201801
            ]
        }
    }
}

5.13. Sayaç Listele

İstenen adette ("page"→"size") kriterleri sağlayan sayaçlara ait bilgileri listelemek için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

K3 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

PK - İLETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Sayaç Listeleme - Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "d0e4da6f-6806-49fe-9284-b90e9e2add77",
    "spanIds": "(grid)21334",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": null,
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": "..Abone Adı..",
                        "authorizedPersonName2": "",
                        "authorizedPersonNo1": "..Abone Kimlik No..",
                        "authorizedPersonNo2": "",
                        "customerNo": "..Abone No..",
                        "title": "..Abone Unvan..",
                        "status": {
                            "id": 1,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        },
                        "category": {
                            "id": 3,
                            "value": "COMPANY",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Özel Şirket"
                                }
                            ]
                        },
                        "startDate": "2022-02-01T00:00:00+03:00",
                        "endDate": "2022-04-30T23:59:00+03:00"
                    },
                    "customerHistory": [
                        {
                            "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "authorizedPersonName1": "..Abone Adı..",
                            "authorizedPersonName2": "",
                            "authorizedPersonNo1": "..Abone Kimlik No..",
                            "authorizedPersonNo2": "",
                            "customerNo": "..Abone No..",
                            "title": "..Abone Unvan..",
                            "status": {
                                "id": 1,
                                "value": "ACTIVE",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Aktif"
                                    }
                                ]
                            },
                            "category": {
                                "id": 3,
                                "value": "COMPANY",
                                "localizations": [
                                    {
                                        "language": "tr-TR",
                                        "text": "Özel Şirket"
                                    }
                                ]
                            },
                            "startDate": "2022-05-01T00:00:00+03:00",
                            "endDate": null
                        },
                        ...
                    ],
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "organizationName": "ORGANIZATION_NAME",
                    "organizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 5**0
                        }
                    ],
                    "oizOrganizationId": null,
                    "oizOrganizationName": null,
                    "oizOrganizationNameBreakdown": null,
                    "powerPlantId": null,
                    "powerPlantName": null,
                    "powerPlantNameBreakdown": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "INSTITUTION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "INSTITUTION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "serial": "Seri No belirtilmemi?",
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A000000000***0",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierOrganizationName": null,
                    "supplierOrganizationNameBreakdown": null,
                    "supplierType": {
                        "id": 2,
                        "value": "BILATERAL_AGREEMENT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "İkili Anlaşma"
                            }
                        ]
                    },
                    "supplyDeductionSettlementPointId": null,
                    "supplyDeductionSettlementPointName": null,
                    "supplyDeductionSettlementPointNameBreakdown": null,
                    "supplyPositionType": null,
                    "supplySettlementPointId": null,
                    "supplySettlementPointName": null,
                    "supplySettlementPointNameBreakdown": null,
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    },
                    "withdrawSettlementPointId": 2**5,
                    "withdrawSettlementPointName": "KATEGORI C-DAGITIM",
                    "withdrawSettlementPointNameBreakdown": [
                        {
                            "name": "KATEGORI C-DAGITIM",
                            "effectiveDateStart": "2013-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2**5
                        }
                    ]
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": null
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z000000005**2M",
    "id": 5**2,
    "uniqueCode": "5***00",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "supplierTypeId": 1,
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "baa73165-58e5-4a8d-9c67-c05542226446",
    "spanIds": "(grid)54337",
    "hostName": "10.42.14.170",
    "clientIp": "10.10.10.10",
    "userName": "PKUSER1",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-05-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 5**2,
                    "eic": "40Z000000005**2M",
                    "address": "..Adres..",
                    "addressCode": null,
                    "annualAverageConsumption": 514749.12,
                    "brand": "Üretici belirtilmemi?",
                    "busbarVoltageType": {
                        "voltageType": {
                            "id": 5,
                            "value": "V_36",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "36"
                                }
                            ]
                        },
                        "voltage": 36
                    },
                    "configurationType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            },
                            {
                                "language": "en-US",
                                "text": "Withdraw"
                            }
                        ]
                    },
                    "consumptionPointStatus": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "contractPower": 155,
                    "customer": {
                        "effectiveDateStart": null,
                        "effectiveDateEnd": null,
                        "authorizedPersonName1": null,
                        "authorizedPersonName2": null,
                        "authorizedPersonNo1": null,
                        "authorizedPersonNo2": null,
                        "customerNo": " 8*********",
                        "title": " T** **** ****** T*******.",
                        "status": null,
                        "category": null,
                        "startDate": null,
                        "endDate": null
                    },
                    "customerHistory": null,
                    "district": {
                        "id": 1186,
                        "name": "Beyoğlu",
                        "relativeUnit": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        }
                    },
                    "districtId": 1186,
                    "exceptionalSubstationStatus": true,
                    "firstRecord": false,
                    "lineCircuitCountType1": null,
                    "lineCircuitCountType2": null,
                    "lineCircuitCountType3": null,
                    "lineConductorType1": null,
                    "lineConductorType2": null,
                    "lineConductorType3": null,
                    "lineCrossSection1": null,
                    "lineCrossSection2": null,
                    "lineCrossSection3": null,
                    "lineLength1": null,
                    "lineLength2": null,
                    "lineLength3": null,
                    "loadLoss": null,
                    "loadProfileFeature": true,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "mainTariffGroup": {
                        "id": 2,
                        "value": "BUSINESS",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kamu ile Özel Hizmet Sektörü ve Diğer"
                            }
                        ]
                    },
                    "measurementType": {
                        "id": 1,
                        "value": "WITHDRAW",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Çekiş"
                            }
                        ]
                    },
                    "meteringVoltageType": {
                        "voltageType": {
                            "id": 9,
                            "value": "V_0_4",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "0.4"
                                }
                            ]
                        },
                        "voltage": 0.4
                    },
                    "name": "..Ad..",
                    "noLoadLoss": null,
                    "organizationId": 5**0,
                    "organizationName": "K1 ** PERAKENDE SATIŞ A.Ş.",
                    "organizationNameBreakdown": [
                        {
                            "name": "K1 ** PERAKENDE SATIŞ A.Ş.",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 5**0
                        }
                    ],
                    "oizOrganizationId": null,
                    "oizOrganizationName": null,
                    "oizOrganizationNameBreakdown": null,
                    "powerPlantId": null,
                    "powerPlantName": null,
                    "powerPlantNameBreakdown": null,
                    "profileSubscriptionGroup": {
                        "id": 73,
                        "value": "PSG_73",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Ticarethane - AG"
                            }
                        ]
                    },
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "BOĞAZİÇİ ELEKTRİK DAĞITIM A.Ş.(ED)",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "BOĞAZİÇİ ELEKTRİK DAĞITIM A.Ş.(ED)",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "remoteReadingStatus": {
                        "id": 2,
                        "value": "AMR",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "OSOS a Dahil"
                            }
                        ]
                    },
                    "serial": "Seri No belirtilmemi?",
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 739,
                        "eic": "40A0000000007390",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "YILDIZTEPE",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000001D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 739,
                    "substationInputVoltage": 36,
                    "substationOutputVoltage": 0.4,
                    "substationPower": 0.259,
                    "supplierOrganizationId": null,
                    "supplierOrganizationName": null,
                    "supplierOrganizationNameBreakdown": null,
                    "supplierType": {
                        "id": 2,
                        "value": "BILATERAL_AGREEMENT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "İkili Anlaşma"
                            }
                        ]
                    },
                    "supplyDeductionSettlementPointId": null,
                    "supplyDeductionSettlementPointName": null,
                    "supplyDeductionSettlementPointNameBreakdown": null,
                    "supplyPositionType": null,
                    "supplySettlementPointId": null,
                    "supplySettlementPointName": null,
                    "supplySettlementPointNameBreakdown": null,
                    "tariffClassType": {
                        "id": 1,
                        "value": "SINGLE_TERM",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Tek Terimli"
                            }
                        ]
                    },
                    "uniqueCode": "5***00",
                    "usageStatusType": {
                        "id": 2,
                        "value": "IN_USE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "usageType": {
                        "id": 2,
                        "value": "ELIGIBLE_CUSTOMER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici (Normal)"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "withdrawDeductionSettlementPointId": 2331,
                    "withdrawDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "withdrawDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "withdrawPositionType": {
                        "withdrawPositionType": {
                            "id": 32,
                            "value": "METER_30",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "30 Nolu Sayaç"
                                }
                            ]
                        },
                        "connectionPositionDescriptionType": {
                            "id": 3,
                            "value": "LV_DISTRIBUTION",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "AG DAĞITIM"
                                }
                            ]
                        },
                        "organizationTypeId": 5,
                        "distributionLossStatus": false,
                        "lineLossStatus": false,
                        "substationLossStatus": false,
                        "substationNoLoadLossStatus": false
                    },
                    "withdrawSettlementPointId": 2**5,
                    "withdrawSettlementPointName": "KATEGORI C-DAGITIM",
                    "withdrawSettlementPointNameBreakdown": [
                        {
                            "name": "KATEGORI C-DAGITIM",
                            "effectiveDateStart": "2013-05-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2**5
                        }
                    ]
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": null
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}

5.14. Ana Sayaç Listele

İstenen adette ("page"→"size") kriterleri sağlayan ana sayaçlara ait bilgileri listelemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

K3 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

PK - İLETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Sayaç Listeleme - Ana Sayaç Listele

İstek
{
    "effectiveDate": "2023-04-01T00:00:00+03:00",
    "oizOrganizationId": 2**5,
    "id": 4**3,
    "page": {
        "number": 1,
        "size": 10,
        "sort": {
            "direction": "ASC",
            "field": "effectiveDateStart"
        }
    }
}
Cevap
{
    "status": "200 OK",
    "correlationId": "e55bd325-450c-4b84-9f75-a5e736daeb0d",
    "spanIds": "(grid)23842",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-11-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 4**3,
                    "eic": "40Z000000004**34",
                    "name": "..Ad..",
                    "oizOrganizationId": 2**5,
                    "oizOrganizationName": "..Ad..",
                    "oizOrganizationNameBreakdown": [
                        {
                            "name": "..Ad..",
                            "effectiveDateStart": "2010-06-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2**5
                        }
                    ],
                    "readingOrganizationId": 6**,
                    "readingOrganizationName": "*. BÖLGE MÜDÜRLÜĞÜ",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "*. BÖLGE MÜDÜRLÜĞÜ",
                            "effectiveDateStart": "2022-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 6**
                        }
                    ],
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 697,
                        "eic": "40A000000000***R",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "İKİTELLİ 154 TM",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 697,
                    "uniqueCode": "I4**3",
                    "usageType": {
                        "id": 12,
                        "value": "OIZ_MAIN_METER",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Serbest Tüketici - OSB Ana Sayaç"
                            }
                        ]
                    }
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "ASC"
                }
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}

5.15. Talep Edilebilir Yaptırım Sayaç Listesi Görüntüle

Dönem içerisinde yaptırım kaynaklı portföy boşaltma yapıldığında, talep edilebilecek sayaçların listesini vermek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Talep Edilebilir Yaptırım Sayaç Listesi Görüntüle

Request
{
  "periodDate": "2024-07-01T00:00:00+03:00",
  "page": {
    "number": 1,
    "size": 10,
    "total": 69,
    "sort": null
  }
}
Response
{
    "status": "200 OK",
    "correlationId": "31e296dd-390b-47bf-adb1-54b7d4843854",
    "spanIds": "(grid)78266",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2023-08-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:36.939929+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***F",
                    "meterId": 200000234,
                    "portfolioMovementReasonType": {
                        "id": 8,
                        "value": "SANCTION_INVOICE_DEFAULT",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 9347,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***8"
                },
                {
                    "effectiveDateStart": "2023-07-26T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***3",
                    "meterId": 200000956,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1010,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***6"
                },
                {
                    "effectiveDateStart": "2023-07-26T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***1",
                    "meterId": 200000678,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1010,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***7"
                },
                {
                    "effectiveDateStart": "2023-07-26T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***Y",
                    "meterId": 200000345,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1010,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***9"
                },
                {
                    "effectiveDateStart": "2023-07-26T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***C",
                    "meterId": 200000123,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1010,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***0"
                },
                {
                    "effectiveDateStart": "2023-06-08T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***T",
                    "meterId": 200000312,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1017,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***0"
                },
                {
                    "effectiveDateStart": "2023-07-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***V",
                    "meterId": 200000321,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1017,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***8"
                },
                {
                    "effectiveDateStart": "2023-07-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***5",
                    "meterId": 200000453,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1017,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***1"
                },
                {
                    "effectiveDateStart": "2023-07-28T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***X",
                    "meterId": 200000978,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 1010,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000***1"
                },
                {
                    "effectiveDateStart": "2023-08-02T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-08-14T12:33:38.6394+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***P",
                    "meterId": 200000576,
                    "portfolioMovementReasonType": {
                        "id": 6,
                        "value": "SANCTION_INSUFFICIENT_ADDITIONAL_COLLATERAL",
                        "localizations": []
                    },
                    "portfolioMovementType": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationId": 656,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "MTR20000*8"
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 66,
                "sort": null
            },
            "sortableFields": [
                "effectiveDateStart",
                "effectiveDateEnd"
            ]
        }
    }
}

5.16. Tedarikçi-Serbest Tüketici Hareketleri Kesin Liste Görüntüle

Portföye giren ve/veya çıkan sayaçları listelemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K1 - Görevli Tedarik Şirketi

K2 - Görevli Tedarik Şirketi

Tedarik

ÜRETİM

OSB - ÜRETİM

PK - DAĞITIM

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Tedarikçi-Serbest Tüketici Hareketleri - Kesin Liste Görüntüle

Request
{
    "portfolioMovementTypeId": 2,
    "periodDate": "2023-12-01T00:00:00+03:00",
    "page": {
        "number": 1,
        "size": 10,
        "sort": {
            "direction": "DESC",
            "field": "effectiveDateStart"
        }
    }
}
Response
{
    "status": "200 OK",
    "correlationId": "9e9086c6-e753-4c54-962a-69598f072679",
    "spanIds": "(grid)21759",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2023-12-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": null,
                    "customerTitle": null,
                    "currentOrganizationEic": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-06-08T11:37:19.230939+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***W",
                    "meterId": 200000233,
                    "periodDate": "2023-12-01T00:00:00+03:00",
                    "portfolioMovementReasonType": {
                        "id": 5,
                        "value": "FINALIZATION_PROCEDURE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kesinleştirme Prosedürü"
                            }
                        ]
                    },
                    "portfolioMovementType": {
                        "id": 2,
                        "value": "PORTFOLIO_EXIT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Portföyden Çıkan Serbest Tüketiciler"
                            }
                        ]
                    },
                    "previousOrganizationEic": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationEic": "40X0000000010**A",
                    "readingOrganizationId": 10**,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "UNIQUE_CODE"
                },
                {
                    "effectiveDateStart": "2023-12-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": " 4*********0",
                    "customerTitle": " O*b K************1",
                    "currentOrganizationEic": null,
                    "currentOrganizationId": null,
                    "currentOrganizationName": null,
                    "entryDate": "2023-06-08T11:37:19.230939+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***1",
                    "meterId": 200000230,
                    "periodDate": "2023-12-01T00:00:00+03:00",
                    "portfolioMovementReasonType": {
                        "id": 5,
                        "value": "FINALIZATION_PROCEDURE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kesinleştirme Prosedürü"
                            }
                        ]
                    },
                    "portfolioMovementType": {
                        "id": 2,
                        "value": "PORTFOLIO_EXIT",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Portföyden Çıkan Serbest Tüketiciler"
                            }
                        ]
                    },
                    "previousOrganizationEic": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationEic": "40X0000000010**A",
                    "readingOrganizationId": 10**,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "UNIQUE_CODE"
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 2,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "DESC"
                }
            },
            "sortableFields": [
                "effectiveDateStart",
                "effectiveDateEnd"
            ]
        }
    }
}

5.17. Serbest Tüketici Hareketleri Kesin Liste Görüntüle

Sayaç verisi yükleme yükümlülüğüne giren ve/veya çıkan sayaçları listelemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

ST - Serbest Tüketici Hareketleri - Kesin Liste Görüntüle

Request
{
    "periodDate": "2023-11-01T00:00:00+03:00",
    "portfolioMovementTypeId": 6,
    "page": {
        "number": 1,
        "size": 50,
        "sort": {
            "direction": "DESC",
            "field": "effectiveDateStart"
        }
    }
}
Response
{
    "status": "200 OK",
    "correlationId": "b15742d9-414c-4016-a62d-cb254174917f",
    "spanIds": "(grid)73176",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2023-11-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "customerNo": "1***2",
                    "customerTitle": "t***3",
                    "currentOrganizationEic": "40X***",
                    "currentOrganizationId": 9***,
                    "currentOrganizationName": "ORGANIZATION_NAME",
                    "entryDate": "2023-10-15T10:01:42.032544+03:00",
                    "mainMeterId": null,
                    "meterEic": "40Z000200000***O",
                    "meterId": 200000***,
                    "periodDate": "2023-11-01T00:00:00+03:00",
                    "portfolioMovementReasonType": {
                        "id": 1,
                        "value": "MANUEL",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Manuel Kayıt"
                            }
                        ]
                    },
                    "portfolioMovementType": {
                        "id": 6,
                        "value": "ENTER_OBLIGATION_TO_LOAD_METER_DATA",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Sayaç Verisi Yükleme Yükümlülüğüne Giren Serbest Tüketiciler"
                            }
                        ]
                    },
                    "previousOrganizationEic": null,
                    "previousOrganizationId": null,
                    "previousOrganizationName": null,
                    "readingOrganizationEic": "40X***",
                    "readingOrganizationId": 10**,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "uniqueCode": "UNIQUE_CODE"
                }
            ],
            "page": {
                "number": 1,
                "size": 50,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "ASC"
                }
            },
            "sortableFields": [
                "effectiveDateStart",
                "effectiveDateEnd"
            ]
        }
    }
}

5.18. Bölge Tablosu Sorgula / Görüntüle

Teklif bölgelerine ait bilgileri listelemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Piyasa Katılımcısı

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Bölge Listeleme - Bölge Tablosu Sorgula / Görüntüle

Request
{
    "periodDate": null,
    "page": {
        "number": 1,
        "size": 10,
        "sort": {
            "field": "periodDateStart",
            "direction": "DESC"
        }
    }
}
Response
{
    "status": "200 OK",
    "correlationId": "85f6feb0-b559-4f8a-b016-5ac385c8cc52",
    "spanIds": "(grid)63660",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                    "effectiveDateEnd": null,
                    "id": 1,
                    "eic": "40Y000000000***D",
                    "name": "TR1",
                    "periodDateStart": "2009-01-01T00:00:00+02:00",
                    "periodDateEnd": null
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": {
                    "field": "periodDateStart",
                    "direction": "DESC"
                }
            },
            "sortableFields": [
                "periodDateEnd",
                "periodDateStart"
            ]
        }
    }
}

5.19. Trafo Listeleme Tablosu Görüntüle

Trafo merkezlerine ait bilgileri listelemek için kullanılır.

Servis parametre detaylarına buradan erişebilirsiniz.

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - Trafo Listeleme Tablosu Görüntüle

Request
{
    "effectiveDate": "2021-01-01T00:00:00+03:00",
    "containsEffectiveId": null,
    "containsEic": "40A000000008***G",
    "containsName": "KAVACIK",
    "statusId": 2,
    "recordUsageStatusId": 1,
    "regionId": 1,
    "cityId": "340",
    "containsRelatedCityId": null,
    "page": {
        "number": 1,
        "size": 10,
        "sort": {
            "field": "effectiveDateStart",
            "direction": "DESC"
        },
        "total": 1
    }
}
Response
{
    "status": "200 OK",
    "correlationId": "c558b8d7-d525-4a26-bcbe-baf1845ad5dc",
    "spanIds": "(grid)26189",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                    "effectiveDateEnd": null,
                    "id": 8542,
                    "eic": "40A000000008***G",
                    "city": {
                        "id": 340,
                        "name": "İstanbul-Asya"
                    },
                    "firstRecord": true,
                    "name": "******* ** TM",
                    "recordUsageStatus": {
                        "id": 1,
                        "value": "IN_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanımda"
                            }
                        ]
                    },
                    "region": {
                        "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                        "effectiveDateEnd": null,
                        "id": 1,
                        "eic": "40Y000000000***D",
                        "name": "TR1",
                        "periodDateStart": "2009-01-01T00:00:00+02:00",
                        "periodDateEnd": null
                    },
                    "relatedCity1": null,
                    "relatedCity2": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    }
                }
            ],
            "page": {
                "number": 1,
                "size": 10,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "DESC"
                }
            },
            "sortableFields": [
                "effectiveDateStart",
                "effectiveDateEnd"
            ]
        }
    }
}

5.20. LÜY Sayaç Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan LÜY sayaçlara ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - LÜY Sayaç Listeleme - LÜY Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "7997acf8-e8da-4fcd-9a52-d722e5e45dc7",
    "spanIds": "(grid)13893",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationType": null,
                    "firstRecord": false,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "measurementType": {
                        "id": 2,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            }
                        ]
                    },
                    "name": "",
                    "organizationId": 1**6,
                    "organizationName": "ORGANIZATION_NAME",
                    "organizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1**6
                        }
                    ],
                    "powerPlantId": 1**9,
                    "powerPlantName": "K3_**_GÜNEŞ",
                    "powerPlantNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                            "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                            "effectiveId": 1**9
                        }
                    ],
                    "rank": null,
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "INSTITUTION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "INSTITUTION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 2,
                        "value": "OUT_OF_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanım dışı"
                            }
                        ]
                    },
                    "regulationClause": null,
                    "servicePower": 6.088,
                    "settlementPeriod": null,
                    "subscriptionGroup": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 670,
                        "eic": "40A000000000***A",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "AKÇANSA",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 670,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplyDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "supplyDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "supplySettlementPointId": 3**7,
                    "supplySettlementPointName": "K3_**_GÜNEŞ",
                    "supplySettlementPointNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2019-07-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 3**7
                        }
                    ],
                    "tariffClassType": null,
                    "uniqueCode": "M**0",
                    "usageType": {
                        "id": 13,
                        "value": "UNLICENSED_ELECTRICITY_GENERATION",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Lisanssız Elektrik Üretim"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "voltageClassification": null
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 2768965,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "c8b55543-35d0-4d53-a388-d1dbda5f4a1c",
    "spanIds": "(grid)41877",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationType": {
                        "id": 3,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            },
                            {
                                "language": "en-US",
                                "text": "Supply"
                            }
                        ]
                    },
                    "firstRecord": false,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "measurementType": {
                        "id": 2,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            }
                        ]
                    },
                    "name": "",
                    "organizationId": 1**6,
                    "organizationName": "K3 ** PERAKENDE SATIŞ A.Ş.",
                    "organizationNameBreakdown": [
                        {
                            "name": "K3 ** PERAKENDE SATIŞ A.Ş.",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1**6
                        }
                    ],
                    "powerPlantId": 1**9,
                    "powerPlantName": "K3_**_GÜNEŞ",
                    "powerPlantNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                            "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                            "effectiveId": 1**9
                        }
                    ],
                    "rank": null,
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 2,
                        "value": "OUT_OF_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanım dışı"
                            }
                        ]
                    },
                    "regulationClause": null,
                    "servicePower": 6.088,
                    "settlementPeriod": null,
                    "subscriptionGroup": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 670,
                        "eic": "40A000000000***A",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "AKÇANSA",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 670,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplyDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "supplyDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "supplySettlementPointId": 3**7,
                    "supplySettlementPointName": "K3_**_GÜNEŞ",
                    "supplySettlementPointNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2019-07-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 3**7
                        }
                    ],
                    "tariffClassType": null,
                    "uniqueCode": "M**0",
                    "usageType": {
                        "id": 13,
                        "value": "UNLICENSED_ELECTRICITY_GENERATION",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Lisanssız Elektrik Üretim"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "voltageClassification": null
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 2768965,
                "size": 1
            }
        }
    }
}

5.21. LÜY Sayaç (Sadece LÜY Sayaç Verilerini) Dışa Aktar

İstenen adette ("page"→"limit") kriterleri sağlayan LÜY sayaçlara ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servisleri ile istek (request) içeriği aynı olup ve cevap (response) içeriği bu servislerden farklıdır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin cevap (response) içeriğinde yer alan; tip (lookup) açıklamaları, isim, isim kırılımları, abone vb. doğrudan sayaca ait olmayan alanları içermez. Sorgulama (query) ve Dışarı Aktar (export) servislerine oranla daha hızlı ve küçük boyutlu cevaplar sağladığı için büyük miktarlardaki sayaç verilerinin indirilmesinde tercih edilmelidir. Dışarı Aktar (export) servisi ile aynı sayfalama yöntemine sahiptir.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K3 - Görevli Tedarik Şirketi

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - LÜY Sayaç Listeleme - LÜY Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "bfc6a986-7ff5-4b44-b10b-88c98d1b5b94",
    "spanIds": "(grid)92591",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationTypeId": null,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "measurementTypeId": 2,
                    "name": "",
                    "organizationId": 1**6,
                    "rankId": null,
                    "readingOrganizationId": 1023,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "regulationClauseId": null,
                    "servicePower": 6.088,
                    "settlementPeriodId": null,
                    "subscriptionGroupId": null,
                    "statusId": 2,
                    "substationId": 670,
                    "supplierTypeId": 0,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplySettlementPointId": 3**7,
                    "tariffClassTypeId": null,
                    "uniqueCode": "M**0",
                    "usageTypeId": 13,
                    "versionNumber": null,
                    "voltageClassificationId": null
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 2768965,
                "size": 1
            }
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "offsetId": null,
        "limit": 10
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "d03a425a-ca6f-4d66-a9c4-d5fdcc2012dd",
    "spanIds": "(grid)45841",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationTypeId": 3,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "measurementTypeId": 2,
                    "name": "",
                    "organizationId": 1**6,
                    "rankId": null,
                    "readingOrganizationId": 1023,
                    "readingTypeId": 2,
                    "reconciliationParticipationStatusId": 1,
                    "regionId": 1,
                    "regulationClauseId": null,
                    "servicePower": 6.088,
                    "settlementPeriodId": null,
                    "subscriptionGroupId": null,
                    "statusId": 2,
                    "substationId": 670,
                    "supplierTypeId": 0,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplySettlementPointId": 3**7,
                    "tariffClassTypeId": null,
                    "uniqueCode": "M**0",
                    "usageTypeId": 13,
                    "versionNumber": null,
                    "voltageClassificationId": null
                }
            ],
            "page": {
                "limit": 10,
                "offsetId": 2768965,
                "size": 1
            }
        }
    }
}

5.22. LÜY Sayaç Listele

İstenen adette ("page"→"limit") kriterleri sağlayan LÜY sayaçlara ait bilgileri dışa aktarmak için kullanılır. Sorgulama (query) ve Dışarı Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.

Servis parametre detaylarına buradan erişebilirsiniz.

Katılımcılar:

K3 - Görevli Tedarik Şirketi

Sayaç Okuyan Kurum

Not: Bu servisi çağırabilmek için aşağıdaki yetkiye sahip olmak gerekmektedir.

Yetkiler

Kayıt - LÜY Sayaç Listeleme - LÜY Sayaç Listele

Sayaç Okuyan Kurum İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 10,
        "sort": {
            "direction": "ASC",
            "field": "effectiveDateStart"
        }
    }
}
Sayaç Okuyan Kurum Cevabı
{
    "status": "200 OK",
    "correlationId": "527a902f-f857-4434-bbcd-b35ac918dcad",
    "spanIds": "(grid)81157",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationType": null,
                    "firstRecord": false,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "measurementType": {
                        "id": 2,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            }
                        ]
                    },
                    "name": "",
                    "organizationId": 1**6,
                    "organizationName": "K3 ** PERAKENDE SATIŞ A.Ş.",
                    "organizationNameBreakdown": [
                        {
                            "name": "K3 ** PERAKENDE SATIŞ A.Ş.",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1**6
                        }
                    ],
                    "powerPlantId": 1**9,
                    "powerPlantName": "K3_**_GÜNEŞ",
                    "powerPlantNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                            "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                            "effectiveId": 1**9
                        }
                    ],
                    "rank": null,
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 2,
                        "value": "OUT_OF_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanım dışı"
                            }
                        ]
                    },
                    "regulationClause": null,
                    "servicePower": 6.088,
                    "settlementPeriod": null,
                    "subscriptionGroup": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 670,
                        "eic": "40A000000000***A",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "AKÇANSA",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 670,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplyDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "supplyDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "supplySettlementPointId": 3**7,
                    "supplySettlementPointName": "K3_**_GÜNEŞ",
                    "supplySettlementPointNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2019-07-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 3**7
                        }
                    ],
                    "tariffClassType": null,
                    "uniqueCode": "M**0",
                    "usageType": {
                        "id": 13,
                        "value": "UNLICENSED_ELECTRICITY_GENERATION",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Lisanssız Elektrik Üretim"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "voltageClassification": null
                }
            ],
            "page": {
                "number": 1,
                "size": 5,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "ASC"
                }
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}
Piyasa Katılımcısı İsteği
{
    "eic": "40Z0000006**0A",
    "id": 6**0,
    "uniqueCode": "M**0",
    "statusId": 2,
    "periodDateStart": "2022-05-01T00:00:00+03:00",
    "periodDateEnd": "2022-05-31T00:00:00+03:00",
    "effectiveDate": null,
    "page": {
        "number": 1,
        "size": 5,
        "sort": {
            "direction": "ASC",
            "field": "effectiveDateStart"
        }
    }
}
Piyasa Katılımcısı Cevabı
{
    "status": "200 OK",
    "correlationId": "df24da3e-4eba-41ed-93d1-d7601ea5a100",
    "spanIds": "(grid)67205",
    "hostName": "*.*.*.*",
    "clientIp": "*.*.*.*",
    "userName": "USER_NAME",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                    "id": 6**0,
                    "eic": "40Z0000006**0A",
                    "belongsToLegalEntityOfReadingOrganization": null,
                    "configurationType": {
                        "id": 3,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            },
                            {
                                "language": "en-US",
                                "text": "Supply"
                            }
                        ]
                    },
                    "firstRecord": false,
                    "lossFactorStatus": false,
                    "mainMeterId": null,
                    "mainMeter": null,
                    "measurementType": {
                        "id": 2,
                        "value": "SUPPLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Veriş"
                            }
                        ]
                    },
                    "name": "",
                    "organizationId": 1**6,
                    "organizationName": "K3 ** PERAKENDE SATIŞ A.Ş.",
                    "organizationNameBreakdown": [
                        {
                            "name": "K3 ** PERAKENDE SATIŞ A.Ş.",
                            "effectiveDateStart": "2017-11-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1**6
                        }
                    ],
                    "powerPlantId": 1**9,
                    "powerPlantName": "K3_**_GÜNEŞ",
                    "powerPlantNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2022-02-01T00:00:00+03:00",
                            "effectiveDateEnd": "2022-06-01T00:00:00+03:00",
                            "effectiveId": 1**9
                        }
                    ],
                    "rank": null,
                    "readingOrganizationId": 1023,
                    "readingOrganizationName": "ORGANIZATION_NAME",
                    "readingOrganizationNameBreakdown": [
                        {
                            "name": "ORGANIZATION_NAME",
                            "effectiveDateStart": "2015-11-30T23:00:00+02:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 1023
                        }
                    ],
                    "readingType": {
                        "id": 2,
                        "value": "HOURLY",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Saatlik"
                            }
                        ]
                    },
                    "reconciliationParticipationStatus": {
                        "id": 1,
                        "value": "INCLUDED",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Uzlaştırmaya Dahil"
                            }
                        ]
                    },
                    "reconciliationPeriod": null,
                    "recordUsageStatus": {
                        "id": 2,
                        "value": "OUT_OF_SERVICE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Kullanım dışı"
                            }
                        ]
                    },
                    "regulationClause": null,
                    "servicePower": 6.088,
                    "settlementPeriod": null,
                    "subscriptionGroup": null,
                    "status": {
                        "id": 2,
                        "value": "ACTIVE",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Aktif"
                            }
                        ]
                    },
                    "substation": {
                        "effectiveDateStart": "2021-01-01T00:00:00+03:00",
                        "effectiveDateEnd": null,
                        "id": 670,
                        "eic": "40A000000000***A",
                        "city": {
                            "id": 341,
                            "name": "İstanbul-Avrupa"
                        },
                        "firstRecord": false,
                        "name": "AKÇANSA",
                        "recordUsageStatus": {
                            "id": 1,
                            "value": "IN_SERVICE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Kullanımda"
                                }
                            ]
                        },
                        "region": {
                            "effectiveDateStart": "2009-01-01T00:00:00+02:00",
                            "effectiveDateEnd": null,
                            "id": 1,
                            "eic": "40Y000000000***D",
                            "name": "TR1",
                            "periodDateStart": "2009-01-01T00:00:00+02:00",
                            "periodDateEnd": null
                        },
                        "relatedCity1": null,
                        "relatedCity2": null,
                        "status": {
                            "id": 2,
                            "value": "ACTIVE",
                            "localizations": [
                                {
                                    "language": "tr-TR",
                                    "text": "Aktif"
                                }
                            ]
                        }
                    },
                    "substationId": 670,
                    "supplyDeductionSettlementPointId": 2331,
                    "supplyDeductionSettlementPointName": "SETTLEMENT_POINT_NAME",
                    "supplyDeductionSettlementPointNameBreakdown": [
                        {
                            "name": "SETTLEMENT_POINT_NAME",
                            "effectiveDateStart": "2006-08-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 2331
                        }
                    ],
                    "supplySettlementPointId": 3**7,
                    "supplySettlementPointName": "K3_**_GÜNEŞ",
                    "supplySettlementPointNameBreakdown": [
                        {
                            "name": "K3_**_GÜNEŞ",
                            "effectiveDateStart": "2019-07-01T00:00:00+03:00",
                            "effectiveDateEnd": null,
                            "effectiveId": 3**7
                        }
                    ],
                    "tariffClassType": null,
                    "uniqueCode": "M**0",
                    "usageType": {
                        "id": 13,
                        "value": "UNLICENSED_ELECTRICITY_GENERATION",
                        "localizations": [
                            {
                                "language": "tr-TR",
                                "text": "Lisanssız Elektrik Üretim"
                            }
                        ]
                    },
                    "versionNumber": 1,
                    "voltageClassification": null
                }
            ],
            "page": {
                "number": 1,
                "size": 5,
                "total": 1,
                "sort": {
                    "field": "effectiveDateStart",
                    "direction": "ASC"
                }
            },
            "sortableFields": [
                "effectiveDateEnd",
                "effectiveDateStart"
            ]
        }
    }
}

6. Dizinler

6.1. Ölçüm Noktası Kayıt Sayma Servisi

POST /v1/ec-meter/count

6.1.1. Açıklama

Sorgulamak istediğiniz toplam ölçüm noktası kayıt adedini bu servis ile alabilirsiniz.

6.1.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.1.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.1.4. Kullanılanlar

  • application/json

  • application/xml

6.1.5. Üretilenler

  • application/json

  • application/xml

6.1.6. Etiketler

  • ecMeterController

6.2. Ölçüm Noktası Sayma Servisi

POST /v1/ec-meter/count-meter

6.2.1. Açıklama

Sorgulamak istediğiniz toplam ölçüm noktası adedini bu servis ile alabilirsiniz.

6.2.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.2.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.2.4. Kullanılanlar

  • application/json

  • application/xml

6.2.5. Üretilenler

  • application/json

  • application/xml

6.2.6. Etiketler

  • ecMeterController

6.3. Ölçüm Noktası Dışarı Aktarma Servisi

POST /v1/ec-meter/export

6.3.1. Açıklama

Dışarı aktarmak istediğiniz ölçüm noktası bilgilerini bu servis ile alabilirsiniz.

6.3.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.3.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.3.4. Kullanılanlar

  • application/json

  • application/xml

6.3.5. Üretilenler

  • application/json

  • application/xml

6.3.6. Etiketler

  • ecMeterController

6.4. Ölçüm Noktası Dışarı Aktar Servisleri Offset ID Listeleme Servisi

POST /v1/ec-meter/fetch-export-offset-ids

6.4.1. Açıklama

Dışarı aktarma servisinin sayfa parametresi olan offsetId listesini bu servis ile alabilirsiniz.

6.4.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.4.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.4.4. Kullanılanlar

  • application/json

  • application/xml

6.4.5. Üretilenler

  • application/json

  • application/xml

6.4.6. Etiketler

  • ecMeterController

6.5. Ölçüm Noktası Dışarı Aktarma Servisi

POST /v1/ec-meter/plain-export

6.5.1. Açıklama

Dışarı aktarmak istediğiniz ölçüm noktası bilgilerini bu servis ile alabilirsiniz.

6.5.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.5.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.5.4. Kullanılanlar

  • application/json

  • application/xml

6.5.5. Üretilenler

  • application/json

  • application/xml

6.5.6. Etiketler

  • ecMeterController

6.6. Ölçüm Noktası Sorgulama Servisi

POST /v1/ec-meter/query

6.6.1. Açıklama

Sorgulamak istediğiniz ölçüm noktası bilgilerini bu servis ile alabilirsiniz.

6.6.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.6.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.6.4. Kullanılanlar

  • application/json

  • application/xml

6.6.5. Üretilenler

  • application/json

  • application/xml

6.6.6. Etiketler

  • ecMeterController

6.7. Ölçüm Noktası Kayıt Servisi

POST /v1/ec-meter/save

6.7.1. Açıklama

Yeni bir ölçüm noktasını bu servis ile kaydedebilirsiniz.

6.7.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.7.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.7.4. Kullanılanlar

  • application/json

  • application/xml

6.7.5. Üretilenler

  • application/json

  • application/xml

6.7.6. Etiketler

  • ecMeterController

6.8. Ölçüm Noktası Durum Güncelleme Servisi

POST /v1/ec-meter/status-update

6.8.1. Açıklama

Mevcut bir ölçüm noktasının durumunu bu servis ile güncelleyebilirsiniz.

6.8.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.8.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.8.4. Kullanılanlar

  • application/json

  • application/xml

6.8.5. Üretilenler

  • application/json

  • application/xml

6.8.6. Etiketler

  • ecMeterController

6.9. Ölçüm Noktası Güncelleme Servisi

POST /v1/ec-meter/update

6.9.1. Açıklama

Mevcut bir ölçüm noktasını bu servis ile güncelleyebilirsiniz.

6.9.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.9.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.9.4. Kullanılanlar

  • application/json

  • application/xml

6.9.5. Üretilenler

  • application/json

  • application/xml

6.9.6. Etiketler

  • ecMeterController

6.10. Talep Edilebilir Yaptırım Sayaçları Sorgulama Servisi

POST /v1/exceptional-meter-portfolio/query

6.10.1. Açıklama

Talep edilebilir yaptırım sayaç bilgilerini bu servis ile alabilirsiniz.

6.10.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.10.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.10.4. Kullanılanlar

  • application/json

  • application/xml

6.10.5. Üretilenler

  • application/json

  • application/xml

6.10.6. Etiketler

  • portfolioController

6.11. Mevcut Çoklu Seçim Anahtar Sorgulama Servisi

GET /v1/lookup

6.11.1. Açıklama

Mevcut çoklu seçim anahtar verilerini sorgular.

6.11.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.11.3. Üretilenler

  • application/json

  • application/xml

6.12. Çoklu Seçim Detay Sorgulama Servisi

POST /v1/lookup/query

6.12.1. Açıklama

Çoklu seçim detay verilerini sorgular.

6.12.2. Parametreler

Tip İsim Şema

Header

accept-language
opsiyonel

string

Body

body
opsiyonel

6.12.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.12.4. Kullanılanlar

  • application/json

  • application/xml

6.12.5. Üretilenler

  • application/json

  • application/xml

6.13. Sayaç Alan İsimleri Çekme Servisi

GET /v1/meter-field/fetch

6.13.1. Açıklama

Sayaç alan isim bilgilerini bu servis ile çekebilirsiniz.

6.13.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.13.3. Üretilenler

  • application/json

  • application/xml

6.13.4. Etiketler

  • helperController

6.14. Sayaç Kayıt Sayma Servisi

POST /v1/meter/count

6.14.1. Açıklama

Sorgulamak istediğiniz toplam sayaç kayıt adedini bu servis ile alabilirsiniz.

6.14.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.14.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.14.4. Kullanılanlar

  • application/json

  • application/xml

6.14.5. Üretilenler

  • application/json

  • application/xml

6.14.6. Etiketler

  • meterController

6.15. Sayaç Sayma Servisi

POST /v1/meter/count-meter

6.15.1. Açıklama

Sorgulamak istediğiniz toplam sayaç adedini bu servis ile alabilirsiniz.

6.15.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.15.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.15.4. Kullanılanlar

  • application/json

  • application/xml

6.15.5. Üretilenler

  • application/json

  • application/xml

6.15.6. Etiketler

  • meterController

6.16. Sayaç Dışarı Aktarma Servisi

POST /v1/meter/export

6.16.1. Açıklama

Dışarı aktarmak istediğiniz sayaç bilgilerini bu servis ile alabilirsiniz.

6.16.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.16.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.16.4. Kullanılanlar

  • application/json

  • application/xml

6.16.5. Üretilenler

  • application/json

  • application/xml

6.16.6. Etiketler

  • meterController

6.17. Sayaç Dışarı Aktar Servisleri Offset ID Listeleme Servisi

POST /v1/meter/fetch-export-offset-ids

6.17.1. Açıklama

Dışarı aktarma servisinin sayfa parametresi olan offsetId listesini bu servis ile alabilirsiniz.

6.17.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.17.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.17.4. Kullanılanlar

  • application/json

  • application/xml

6.17.5. Üretilenler

  • application/json

  • application/xml

6.17.6. Etiketler

  • meterController

6.18. Sayaç Dışarı Aktarma Servisi

POST /v1/meter/plain-export

6.18.1. Açıklama

Dışarı aktarmak istediğiniz sayaç bilgilerini bu servis ile alabilirsiniz.

6.18.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.18.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.18.4. Kullanılanlar

  • application/json

  • application/xml

6.18.5. Üretilenler

  • application/json

  • application/xml

6.18.6. Etiketler

  • meterController

6.19. Sayaç Sorgulama Servisi

POST /v1/meter/query

6.19.1. Açıklama

Sorgulamak istediğiniz sayaç bilgilerini bu servis ile alabilirsiniz.

6.19.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.19.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.19.4. Kullanılanlar

  • application/json

  • application/xml

6.19.5. Üretilenler

  • application/json

  • application/xml

6.19.6. Etiketler

  • meterController

6.20. Ana Sayaç Sorgulama Servisi

POST /v1/meter/query-main-meter

6.20.1. Açıklama

Sorgulamak istediğiniz ana sayaç bilgilerini bu servis ile alabilirsiniz.

6.20.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.20.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.20.4. Kullanılanlar

  • application/json

  • application/xml

6.20.5. Üretilenler

  • application/json

  • application/xml

6.20.6. Etiketler

  • meterController

6.21. Sayaç Okuma Tipleri Çekme Servisi

GET /v1/meter/reading-type/fetch

6.21.1. Açıklama

Sayaç okuma tip bilgilerini bu servis ile çekebilirsiniz.

6.21.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.21.3. Üretilenler

  • application/json

  • application/xml

6.21.4. Etiketler

  • helperController

6.22. Sayaç Veriş Pozisyon Tipleri Çekme Servisi

GET /v1/meter/supply-position-type/fetch

6.22.1. Açıklama

Sayaç veriş pozisyon tip bilgilerini bu servis ile çekebilirsiniz.

6.22.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.22.3. Üretilenler

  • application/json

  • application/xml

6.22.4. Etiketler

  • helperController

6.23. Sayaç Veriş Pozisyon Tipleri Çekme Servisi

GET /v1/meter/usage-type/fetch

6.23.1. Açıklama

Sayaç veriş pozisyon tip bilgilerini bu servis ile çekebilirsiniz.

6.23.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.23.3. Üretilenler

  • application/json

  • application/xml

6.23.4. Etiketler

  • helperController

6.24. Sayaç Çekiş Pozisyon Tipleri Çekme Servisi

GET /v1/meter/withdraw-position-type/fetch

6.24.1. Açıklama

Sayaç çekiş pozisyon tip bilgilerini bu servis ile çekebilirsiniz.

6.24.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.24.3. Üretilenler

  • application/json

  • application/xml

6.24.4. Etiketler

  • helperController

6.25. Portföy Sorgulama Servisi

POST /v1/portfolio/query

6.25.1. Açıklama

Portföyünüzdeki sayaçları bu servis ile alabilirsiniz.

6.25.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.25.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.25.4. Kullanılanlar

  • application/json

  • application/xml

6.25.5. Üretilenler

  • application/json

  • application/xml

6.25.6. Etiketler

  • portfolioController

6.26. Profil Abone Grubu Sorgulama Servisi

GET /v1/profile-subscription-group/fetch

6.26.1. Açıklama

Şeçilen şehre göre profil abone gruplarını bu servis ile alabilirsiniz.

6.26.2. Parametreler

Tip İsim Açıklama Şema

Query

cityId
gerekli

Şehir ID Bilgisi

integer (int64)

Query

effectiveDate
gerekli

Geçerlilik Tarihi

string (date-time)

Query

readingTypeId
gerekli

Okuma Tipi ID Bilgisi

integer (int64)

6.26.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.26.4. Üretilenler

  • application/json

  • application/xml

6.26.5. Etiketler

  • helperController

6.27. Sayaç Verisi Yükleme Yükümlülüğü Sorgulama Servisi

POST /v1/reading-portfolio/query

6.27.1. Açıklama

Sayaç Verisi Yükleme Yükümlülüğünüzdeki sayaçları bu servis ile alabilirsiniz.

6.27.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.27.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.27.4. Kullanılanlar

  • application/json

  • application/xml

6.27.5. Üretilenler

  • application/json

  • application/xml

6.27.6. Etiketler

  • portfolioController

6.28. Teklif Bölgesi Konfigürasyon Alan İsimleri Çekme Servisi

GET /v1/region-conf-field/fetch

6.28.1. Açıklama

Teklif bölgesi konfigürasyon alan isim bilgilerini bu servis ile çekebilirsiniz.

6.28.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.28.3. Üretilenler

  • application/json

  • application/xml

6.28.4. Etiketler

  • helperController

6.29. Teklif Bölgesi Alan İsimleri Çekme Servisi

GET /v1/region-field/fetch

6.29.1. Açıklama

Teklif bölgesi alan isim bilgilerini bu servis ile çekebilirsiniz.

6.29.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.29.3. Üretilenler

  • application/json

  • application/xml

6.29.4. Etiketler

  • helperController

6.30. Teklif Bölgesi Sorgulama Servisi

POST /v1/region/query

6.30.1. Açıklama

Sorgulamak istediğiniz teklif bölgesi bilgilerini bu servis ile alabilirsiniz.

6.30.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.30.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.30.4. Kullanılanlar

  • application/json

  • application/xml

6.30.5. Üretilenler

  • application/json

  • application/xml

6.30.6. Etiketler

  • regionController

6.31. Trafo Merkezi Alan İsimleri Çekme Servisi

GET /v1/substation-field/fetch

6.31.1. Açıklama

Trafo merkezi alan isim bilgilerini bu servis ile çekebilirsiniz.

6.31.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.31.3. Üretilenler

  • application/json

  • application/xml

6.31.4. Etiketler

  • helperController

6.32. Trafo Merkezi Sorgulama Servisi

POST /v1/substation/query

6.32.1. Açıklama

Sorgulamak istediğiniz trafo merkezi bilgilerini bu servis ile alabilirsiniz.

6.32.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.32.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.32.4. Kullanılanlar

  • application/json

  • application/xml

6.32.5. Üretilenler

  • application/json

  • application/xml

6.32.6. Etiketler

  • substationController

6.33. LÜY Sayaç Dışarı Aktarma Servisi

POST /v1/uleg-meter/export

6.33.1. Açıklama

Dışarı aktarmak istediğiniz LÜY sayaç bilgilerini bu servis ile alabilirsiniz.

6.33.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.33.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.33.4. Kullanılanlar

  • application/json

  • application/xml

6.33.5. Üretilenler

  • application/json

  • application/xml

6.33.6. Etiketler

  • ulegMeterController

6.34. LÜY Sayaç Dışarı Aktarma Servisi

POST /v1/uleg-meter/plain-export

6.34.1. Açıklama

Dışarı aktarmak istediğiniz LÜY sayaç bilgilerini bu servis ile alabilirsiniz.

6.34.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.34.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.34.4. Kullanılanlar

  • application/json

  • application/xml

6.34.5. Üretilenler

  • application/json

  • application/xml

6.34.6. Etiketler

  • ulegMeterController

6.35. LÜY Sayaç Sorgulama Servisi

POST /v1/uleg-meter/query

6.35.1. Açıklama

Sorgulamak istediğiniz LÜY sayaç bilgilerini bu servis ile alabilirsiniz.

6.35.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

6.35.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

6.35.4. Kullanılanlar

  • application/json

  • application/xml

6.35.5. Üretilenler

  • application/json

  • application/xml

6.35.6. Etiketler

  • ulegMeterController

7. Tanımlar

7.1. BaseDTO

Tip : object

7.2. CityDTO

İsim Şema

id
opsiyonel

integer (int64)

name
opsiyonel

string

7.3. ConductorTypeDto

İsim Açıklama Şema

coefficient
opsiyonel

Özdirenç Katsayısı

number

conductorType
opsiyonel

İletken Tipi

7.4. CountResponseDto

İsim Açıklama Şema

count
opsiyonel

Toplam Sayı

integer (int64)

7.5. CustomerDto

İsim Açıklama Şema

authorizedPersonName1
opsiyonel

Birinci Yetkili Kişi Ad/Soyad

string

authorizedPersonName2
opsiyonel

İkinci Yetkili Kişi Ad/Soyad

string

authorizedPersonNo1
opsiyonel

Birinci Yetkili Kişi TCKN

string

authorizedPersonNo2
opsiyonel

İkinci Yetkili Kişi TCKN

string

category
opsiyonel

Abone Kategori Tipi

customerNo
opsiyonel

Abone No

string

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

endDate
opsiyonel

Abone Portföy Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

startDate
opsiyonel

Abone Portföy Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

status
opsiyonel

Abone Durumu

title
opsiyonel

Abone Ünvan

string

7.6. DescriptionDto

İsim Açıklama Şema

description
gerekli

Tanım

string

language
gerekli

Dil

string

7.7. DistrictDto

İsim Açıklama Şema

id
opsiyonel

İlçe ID

integer (int64)

name
opsiyonel

İlçe Ad

string

relativeUnit
opsiyonel

İlçenin İl Bilgisi

7.8. EcMeterExportRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Dışa Aktar Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioTypeId
opsiyonel

Portföy Tip ID

integer (int64)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplierTypeId
opsiyonel

Tedarik Tip ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.9. EcMeterQueryRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Sorgulama Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioTypeId
opsiyonel

Portföy Tip ID

integer (int64)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplierTypeId
opsiyonel

Tedarik Tip ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.10. EcMeterRequestDto

İsim Açıklama Şema

address
gerekli

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
gerekli

Yıllık Ortalama Tüketim

number

bilateralConsumerGroupId
opsiyonel

İkili Anlaşma Tüketici Grubu ID

integer (int64)

busbarVoltageTypeId
gerekli

Bara Gerilim ID

integer (int64)

consumptionPointTypeId
gerekli

Tüketim Noktası Tip ID

integer (int64)

contractPower
gerekli

Sözleşme Gücü

number

descriptions
gerekli

Açıklamalar

< DescriptionDto > array

districtId
gerekli

İlçe ID

integer (int64)

effectiveDateStart
gerekli

Geçerlilik Tarihi Başlangıç
Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

exceptionalSubstationStatus
gerekli

Özel Trafo Durumu

boolean

facilityTypeId
gerekli

Tesis Tip ID

integer (int64)

lastResortConsumerGroupId
opsiyonel

Son Kaynak Tüketici Grubu ID

integer (int64)

lineCircuitCountTypeId1
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId2
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId3
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineConductorTypeId1
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId2
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId3
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
gerekli

Yük Profil Kayit Özelliği

boolean

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroupId
gerekli

Ana Tarife Grubu ID

integer (int64)

meteringVoltageTypeId
gerekli

Bağlantı Noktası Gerilim Tip ID

integer (int64)

noLoadLoss
opsiyonel

Boştaki Kayıp

number

profileSubscriptionGroupId
gerekli

Profil Abone Grubu ID

integer (int64)

readingDataTypeId
gerekli

Uzlaştırma Veri Tip ID

integer (int64)

readingOrganizationId
gerekli

Sayac Okuyan Kurum ID

integer (int64)

readingPeriod
gerekli

Okuma Periyodu

integer (int32)

readingTypeId
gerekli

Sayaç Okuma Tip ID

integer (int64)

remoteReadingStatusId
gerekli

Uzaktan Okuma Durum ID

integer (int64)

substationId
gerekli

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

tariffClassTypeId
gerekli

Tarife Sınıf ID

integer (int64)

uniqueCode
gerekli

Tekil Kod

string

usageStatusTypeId
gerekli

Kullanım Durum ID

integer (int64)

withdrawPositionTypeId
gerekli

Çekiş Pozisyon ID

integer (int64)

7.11. EcMeterResponseDto

İsim Açıklama Şema

address
opsiyonel

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
opsiyonel

Yıllık Ortalama Tüketim

number

bilateralConsumerGroup
opsiyonel

İkili Anlaşma Tüketici Grubu

busbarVoltageType
opsiyonel

Bara Gerilim

configurationType
opsiyonel

Tedarik Konfigurasyon Tipi

consumptionPointStatus
opsiyonel

Tüketim Noktası Durumu

consumptionPointType
opsiyonel

Tüketim Noktası Tipi

contractPower
opsiyonel

Sözleşme Gücü

number

customer
opsiyonel

Abone

customerHistory
opsiyonel

Abone Geçmişi

< CustomerDto > array

district
opsiyonel

İlçe

districtId
opsiyonel

İlçe ID

integer (int64)

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

exceptionalSubstationStatus
opsiyonel

Özel Trafo Durumu

boolean

facilityType
opsiyonel

Tesis Tipi

firstRecord
opsiyonel

İlk Kayıt

boolean

id
opsiyonel

ID

integer (int64)

lastResortConsumerGroup
opsiyonel

Son Kaynak Tüketici Grubu

lineCircuitCountType1
opsiyonel

  1. Hat Devre Sayısı

lineCircuitCountType2
opsiyonel

  1. Hat Devre Sayısı

lineCircuitCountType3
opsiyonel

  1. Hat Devre Sayısı

lineConductorType1
opsiyonel

  1. İletken Tipi Özdirenç

lineConductorType2
opsiyonel

  1. İletken Tipi Özdirenç

lineConductorType3
opsiyonel

  1. İletken Tipi Özdirenç

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
opsiyonel

Yük Profil Kayit Özelliği

boolean

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeter
opsiyonel

Ana Sayaç

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroup
opsiyonel

Ana Tarife Grubu

measurementType
opsiyonel

Ölçüm Tipi

meteringVoltageType
opsiyonel

Bağlantı Noktası Gerilim Tipi

name
opsiyonel

Sayaç Tesis Ad

string

noLoadLoss
opsiyonel

Boştaki Kayıp

number

profileSubscriptionGroup
opsiyonel

Profil Abone Grubu

readingDataType
opsiyonel

Sayaç Okuma Veri Tipi

readingOrganizationEic
opsiyonel

Sayac Okuyan Kurum EIC

string

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingOrganizationName
opsiyonel

Sayac Okuyan Kurum Ad

string

readingOrganizationNameBreakdown
opsiyonel

Sayac Okuyan Kurum Ad Kırılımları

readingPeriod
opsiyonel

Okuma Periyodu

integer (int32)

readingType
opsiyonel

Sayaç Okuma Tipi

reconciliationParticipationStatus
opsiyonel

Uzlaştırmaya Dahil Durumu

reconciliationPeriod
opsiyonel

Uzlaştırma Dönemi

recordUsageStatus
opsiyonel

Kayıt Kullanım Durumu

remoteReadingStatus
opsiyonel

Uzaktan Okuma Durumu

status
opsiyonel

Durum

substation
opsiyonel

Trafo Merkezi

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

supplierType
opsiyonel

Tedarik Tipi

tariffClassType
opsiyonel

Tarife Sınıfı

uniqueCode
opsiyonel

Tekil Kod

string

usageStatusType
opsiyonel

Kullanım Durumu

usageType
opsiyonel

Kullanım Tipi

versionNumber
opsiyonel

Versiyon Numarası

integer (int32)

withdrawDeductionSettlementPointEic
opsiyonel

Çekiş Tenzil UEVÇB EIC

string

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawDeductionSettlementPointName
opsiyonel

Çekiş Tenzil UEVÇB Ad

string

withdrawDeductionSettlementPointNameBreakdown
opsiyonel

Çekiş Tenzil UEVÇB Ad Kırılımları

withdrawPositionType
opsiyonel

Çekiş Pozisyon

7.12. EcMeterStatusUpdateRequestDto

İsim Açıklama Şema

descriptions
gerekli

Açıklamalar

< DescriptionDto > array

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveId
opsiyonel

ID

integer (int64)

statusId
opsiyonel

Durum ID

integer (int64)

7.13. EcMeterUpdateRequestDto

İsim Açıklama Şema

address
opsiyonel

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
opsiyonel

Yıllık Ortalama Tüketim

number

bilateralConsumerGroupId
opsiyonel

İkili Anlaşma Tüketici Grubu ID

integer (int64)

busbarVoltageTypeId
opsiyonel

Bara Gerilim ID

integer (int64)

consumptionPointTypeId
opsiyonel

Tüketim Noktası Tip ID

integer (int64)

contractPower
opsiyonel

Sözleşme Gücü

number

deletedFields
opsiyonel

Silinen Alanlar

< string > array

descriptions
opsiyonel

Açıklamalar

< DescriptionDto > array

districtId
opsiyonel

İlçe ID

integer (int64)

effectiveDateEnd
opsiyonel

Geçerlilik Tarihi Bitiş
Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Geçerlilik Tarihi Başlangıç
Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveId
gerekli

ID

integer (int64)

facilityTypeId
opsiyonel

Tesis Tip ID

integer (int64)

lastResortConsumerGroupId
opsiyonel

Son Kaynak Tüketici Grubu ID

integer (int64)

lineCircuitCountTypeId1
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId2
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId3
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineConductorTypeId1
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId2
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId3
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
opsiyonel

Yük Profil Kayit Özelliği

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroupId
opsiyonel

Ana Tarife Grubu ID

integer (int64)

meteringVoltageTypeId
opsiyonel

Bağlantı Noktası Gerilim Tip ID

integer (int64)

noLoadLoss
opsiyonel

Boştaki Kayıp

number

profileSubscriptionGroupId
opsiyonel

Profil Abone Grubu ID

integer (int64)

readingDataResetConfirmation
opsiyonel

Okuma Verisi Silme Onayı

boolean

readingDataTypeId
opsiyonel

Uzlaştırma Veri Tip ID

integer (int64)

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingPeriod
opsiyonel

Okuma Periyodu

integer (int32)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

remoteReadingStatusId
opsiyonel

Uzaktan Okuma Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

tariffClassTypeId
opsiyonel

Tarife Sınıf ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageStatusTypeId
opsiyonel

Kullanım Durum ID

integer (int64)

withdrawPositionTypeId
opsiyonel

Çekiş Pozisyon ID

integer (int64)

7.14. ExceptionalMeterPortfolioQueryRequestDto

İsim Açıklama Şema

meterEic
opsiyonel

EIC

string

meterId
opsiyonel

ID

integer (int64)

page
opsiyonel

periodDate
opsiyonel

Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

7.15. ExportOffsetIdsResponseDto

İsim Açıklama Şema

offsetIds
opsiyonel

Dışarı Aktar Servis Offset ID Listesi

< integer (int64) > array

7.16. ExportPageResponse

İsim Şema

items
opsiyonel

< object > array

page
opsiyonel

7.17. ExportPageResponseEcMeterResponseDto

İsim Şema

items
opsiyonel

< EcMeterResponseDto > array

page
opsiyonel

7.18. ExportPageResponseMeterResponseDto

İsim Şema

items
opsiyonel

< MeterResponseDto > array

page
opsiyonel

7.19. ExportPageResponsePlainEcMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

7.20. ExportPageResponsePlainMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

7.21. ExportPageResponsePlainUlegMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

7.22. ExportPageResponseUlegMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

7.23. IdTextDto

İsim Açıklama Şema

id
opsiyonel

ID

integer (int64)

text
opsiyonel

EIC

string

7.24. LocalizationDTO

İsim Açıklama Şema

language
opsiyonel

Çoklu Seçim Dili

string

text
opsiyonel

Çoklu Seçim Açıklama (Dile Göre)

string

7.25. LookupDTO

İsim Açıklama Şema

id
opsiyonel

Çoklu Seçim ID

integer (int64)

localizations
opsiyonel

Çoklu Seçim Yerelleştirme Listesi

< LocalizationDTO > array

value
opsiyonel

Çoklu Seçim Değer

string

7.26. LookupRequest

İsim Açıklama Şema

lookupType
gerekli

Çoklu Seçim Anahtarı

string

7.27. LookupResponse

İsim Açıklama Şema

values
opsiyonel

Çoklu Seçim Değer Listesi

< LookupDTO > array

7.28. LookupTypeDTO

İsim Açıklama Şema

lookupDescription
opsiyonel

Çoklu Seçim Anahtar Açıklama

string

lookupType
opsiyonel

Çoklu Seçim Anahtarı

string

7.29. LookupTypeResponse

İsim Açıklama Şema

types
opsiyonel

Çoklu Seçim Anahtar Listesi

< LookupTypeDTO > array

7.30. MainMeterQueryRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

page
opsiyonel

Sorgulama Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

7.31. MainMeterResponseDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

oizOrganizationEic
opsiyonel

OSB Ana Organizasyon EIC

string

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

oizOrganizationName
opsiyonel

OSB Ana Organizasyon Ad

string

oizOrganizationNameBreakdown
opsiyonel

OSB Ana Organizasyon Ad Kırılımları

readingOrganizationEic
opsiyonel

Sayac Okuyan Kurum EIC

string

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingOrganizationName
opsiyonel

Sayac Okuyan Kurum Ad

string

readingOrganizationNameBreakdown
opsiyonel

Sayac Okuyan Kurum Ad Kırılımları

recordUsageStatus
opsiyonel

Kayıt Kullanım Durumu

status
opsiyonel

Durum

substation
opsiyonel

Trafo Merkezi

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointEic
opsiyonel

Veriş Tenzil UEVÇB EIC

string

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplyDeductionSettlementPointName
opsiyonel

Veriş Tenzil UEVÇB Ad

string

supplyDeductionSettlementPointNameBreakdown
opsiyonel

Veriş Tenzil UEVÇB Ad Kırılımları

supplySettlementPointEic
opsiyonel

Veriş UEVÇB EIC

string

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

supplySettlementPointName
opsiyonel

Veriş UEVÇB Ad

string

supplySettlementPointNameBreakdown
opsiyonel

Veriş UEVÇB Ad Kırılımları

uniqueCode
opsiyonel

Tekil Kod

string

usageType
opsiyonel

Kullanım Tipi

withdrawDeductionSettlementPointEic
opsiyonel

Çekiş Tenzil UEVÇB EIC

string

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawDeductionSettlementPointName
opsiyonel

Çekiş Tenzil UEVÇB Ad

string

withdrawDeductionSettlementPointNameBreakdown
opsiyonel

Çekiş Tenzil UEVÇB Ad Kırılımları

withdrawSettlementPointEic
opsiyonel

Çekiş UEVÇB EIC

string

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

withdrawSettlementPointName
opsiyonel

Çekiş UEVÇB Ad

string

withdrawSettlementPointNameBreakdown
opsiyonel

Çekiş UEVÇB Ad Kırılımları

7.32. MeterExportRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsSupplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID İçeren

integer (int64)

containsSupplySettlementPointId
opsiyonel

Veriş UEVÇB ID İçeren

integer (int64)

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Dışa Aktar Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioTypeId
opsiyonel

Portföy Tip ID

integer (int64)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationPeriodDate
opsiyonel

Uzlaştırma Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

reconciliationVersionTypeId
opsiyonel

Uzlaştırma Versiyon Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

serial
opsiyonel

Sayaç Seri No

string

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageTypeIds
opsiyonel

=Kullanım Tip ID leri

< integer (int64) > array

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.33. MeterQueryRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsSupplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID İçeren

integer (int64)

containsSupplySettlementPointId
opsiyonel

Veriş UEVÇB ID İçeren

integer (int64)

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Sorgulama Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioTypeId
opsiyonel

Portföy Tip ID

integer (int64)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationPeriodDate
opsiyonel

Uzlaştırma Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

reconciliationVersionTypeId
opsiyonel

Uzlaştırma Versiyon Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

serial
opsiyonel

Sayaç Seri No

string

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageTypeIds
opsiyonel

=Kullanım Tip ID leri

< integer (int64) > array

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.34. MeterReconPeriodDto

İsim Açıklama Şema

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

referencePeriodDate
opsiyonel

Referans Uzlaştırma Dönemi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

7.35. MeterResponseDto

İsim Açıklama Şema

address
opsiyonel

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
opsiyonel

Yıllık Ortalama Tüketim

number

bilateralConsumerGroup
opsiyonel

İkili Anlaşma Tüketici Grubu

brand
opsiyonel

Sayaç Marka

string

busbarVoltageType
opsiyonel

Bara Gerilim

configurationType
opsiyonel

Tedarik Konfigurasyon Tipi

consumptionPointStatus
opsiyonel

Tüketim Noktası Durumu

contractPower
opsiyonel

Sözleşme Gücü

number

customer
opsiyonel

Abone

customerHistory
opsiyonel

Abone Geçmişi

< CustomerDto > array

district
opsiyonel

İlçe

districtId
opsiyonel

İlçe ID

integer (int64)

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

exceptionalSubstationStatus
opsiyonel

Özel Trafo Durumu

boolean

firstRecord
opsiyonel

İlk Kayıt

boolean

id
opsiyonel

ID

integer (int64)

lastResortConsumerGroup
opsiyonel

Son Kaynak Tüketici Grubu

lineCircuitCountType1
opsiyonel

  1. Hat Devre Sayısı

lineCircuitCountType2
opsiyonel

  1. Hat Devre Sayısı

lineCircuitCountType3
opsiyonel

  1. Hat Devre Sayısı

lineConductorType1
opsiyonel

  1. İletken Tipi Özdirenç

lineConductorType2
opsiyonel

  1. İletken Tipi Özdirenç

lineConductorType3
opsiyonel

  1. İletken Tipi Özdirenç

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
opsiyonel

Yük Profil Kayit Özelliği

boolean

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeter
opsiyonel

Ana Sayaç

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroup
opsiyonel

Ana Tarife Grubu

measurementType
opsiyonel

Ölçüm Tipi

meteringVoltageType
opsiyonel

Bağlantı Noktası Gerilim Tipi

name
opsiyonel

Sayaç Tesis Ad

string

noLoadLoss
opsiyonel

Boştaki Kayıp

number

oizOrganizationEic
opsiyonel

OSB Ana Organizasyon EIC

string

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

oizOrganizationName
opsiyonel

OSB Ana Organizasyon Ad

string

oizOrganizationNameBreakdown
opsiyonel

OSB Ana Organizasyon Ad Kırılımları

organizationEic
opsiyonel

Organizasyon EIC

string

organizationId
opsiyonel

Organizasyon ID

integer (int64)

organizationName
opsiyonel

Organizasyon Ad

string

organizationNameBreakdown
opsiyonel

Organizasyon Ad Kırılımları

powerPlantEic
opsiyonel

Santral EIC

string

powerPlantId
opsiyonel

Santral ID

integer (int64)

powerPlantName
opsiyonel

Santral Ad

string

powerPlantNameBreakdown
opsiyonel

Santral Ad Kırılımları

profileSubscriptionGroup
opsiyonel

Profil Abone Grubu

readingDataType
opsiyonel

Sayaç Okuma Veri Tipi

readingOrganizationEic
opsiyonel

Sayac Okuyan Kurum EIC

string

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingOrganizationName
opsiyonel

Sayac Okuyan Kurum Ad

string

readingOrganizationNameBreakdown
opsiyonel

Sayac Okuyan Kurum Ad Kırılımları

readingType
opsiyonel

Sayaç Okuma Tipi

reconciliationParticipationStatus
opsiyonel

Uzlaştırmaya Dahil Durumu

reconciliationPeriod
opsiyonel

Uzlaştırma Dönemi

recordUsageStatus
opsiyonel

Kayıt Kullanım Durumu

remoteReadingStatus
opsiyonel

Uzaktan Okuma Durumu

serial
opsiyonel

Sayaç Seri No

string

status
opsiyonel

Durum

substation
opsiyonel

Trafo Merkezi

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

supplierOrganizationEic
opsiyonel

Tedarikçi Organizasyon EIC

string

supplierOrganizationId
opsiyonel

Tedarikçi Organizasyon ID

integer (int64)

supplierOrganizationName
opsiyonel

Tedarikçi Organizasyon Ad

string

supplierOrganizationNameBreakdown
opsiyonel

Tedarikçi Organizasyon Ad Kırılımları

supplierType
opsiyonel

Tedarik Tipi

supplyDeductionSettlementPointEic
opsiyonel

Veriş Tenzil UEVÇB EIC

string

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplyDeductionSettlementPointName
opsiyonel

Veriş Tenzil UEVÇB Ad

string

supplyDeductionSettlementPointNameBreakdown
opsiyonel

Veriş Tenzil UEVÇB Ad Kırılımları

supplyPositionType
opsiyonel

Veriş Pozisyon

supplySettlementPointEic
opsiyonel

Veriş UEVÇB EIC

string

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

supplySettlementPointName
opsiyonel

Veriş UEVÇB Ad

string

supplySettlementPointNameBreakdown
opsiyonel

Veriş UEVÇB Ad Kırılımları

tariffClassType
opsiyonel

Tarife Sınıfı

uniqueCode
opsiyonel

Tekil Kod

string

usageStatusType
opsiyonel

Kullanım Durumu

usageType
opsiyonel

Kullanım Tipi

versionNumber
opsiyonel

Versiyon Numarası

integer (int32)

withdrawDeductionSettlementPointEic
opsiyonel

Çekiş Tenzil UEVÇB EIC

string

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawDeductionSettlementPointName
opsiyonel

Çekiş Tenzil UEVÇB Ad

string

withdrawDeductionSettlementPointNameBreakdown
opsiyonel

Çekiş Tenzil UEVÇB Ad Kırılımları

withdrawPositionType
opsiyonel

Çekiş Pozisyon

withdrawSettlementPointEic
opsiyonel

Çekiş UEVÇB EIC

string

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

withdrawSettlementPointName
opsiyonel

Çekiş UEVÇB Ad

string

withdrawSettlementPointNameBreakdown
opsiyonel

Çekiş UEVÇB Ad Kırılımları

7.36. NameBreakdownResponseDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

Geçerlilik Tarihi Bitiş
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Geçerlilik Tarihi Başlangıç
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveId
opsiyonel

ID

integer (int64)

eic
opsiyonel

EIC

string

name
opsiyonel

Ad

string

7.37. Page

İsim Şema

limit
opsiyonel

integer (int64)

offsetId
opsiyonel

integer (int64)

size
opsiyonel

integer (int64)

7.38. PlainEcMeterResponseDto

İsim Açıklama Şema

address
opsiyonel

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
opsiyonel

Yıllık Ortalama Tüketim

number

bilateralConsumerGroupId
opsiyonel

İkili Anlaşma Tüketici Grubu ID

integer (int64)

busbarVoltageTypeId
opsiyonel

Bara Gerilim ID

integer (int64)

configurationTypeId
opsiyonel

Tedarik Konfigurasyon Tip ID

integer (int64)

consumptionPointStatusId
opsiyonel

Tüketim Noktası Durum ID

integer (int64)

consumptionPointTypeId
opsiyonel

Tüketim Noktası Tip ID

integer (int64)

contractPower
opsiyonel

Sözleşme Gücü

number

districtId
opsiyonel

İlçe ID

integer (int64)

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

exceptionalSubstationStatus
opsiyonel

Özel Trafo Durumu

boolean

facilityTypeId
opsiyonel

Tesis Tip ID

integer (int64)

id
opsiyonel

ID

integer (int64)

lastResortConsumerGroupId
opsiyonel

Son Kaynak Tüketici Grubu ID

integer (int64)

lineCircuitCountTypeId1
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId2
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId3
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineConductorTypeId1
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId2
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId3
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
opsiyonel

Yük Profil Kayit Özelliği

boolean

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroupId
opsiyonel

Ana Tarife Grubu ID

integer (int64)

measurementTypeId
opsiyonel

Ölçüm Tip ID

integer (int64)

meteringVoltageTypeId
opsiyonel

Bağlantı Noktası Gerilim Tip ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

noLoadLoss
opsiyonel

Boştaki Kayıp

number

profileSubscriptionGroupId
opsiyonel

Profil Abone Grubu ID

integer (int64)

readingDataTypeId
opsiyonel

Uzlaştırma Veri Tip ID

integer (int64)

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingPeriod
opsiyonel

Okuma Periyodu

integer (int32)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationParticipationStatusId
opsiyonel

Uzlaştırmaya Dahil Durum ID

integer (int64)

regionId
opsiyonel

Bölge ID

integer (int64)

remoteReadingStatusId
opsiyonel

Uzaktan Okuma Durum ID

integer (int64)

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

supplierTypeId
opsiyonel

Tedarik Tip ID

integer (int64)

tariffClassTypeId
opsiyonel

Tarife Sınıf ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageStatusTypeId
opsiyonel

Kullanım Durum ID

integer (int64)

usageTypeId
opsiyonel

Kullanım Tip ID

integer (int64)

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawPositionTypeId
opsiyonel

Çekiş Pozisyon ID

integer (int64)

7.39. PlainMeterResponseDto

İsim Açıklama Şema

address
opsiyonel

Adres

string

addressCode
opsiyonel

Adres Kodu

integer (int64)

annualAverageConsumption
opsiyonel

Yıllık Ortalama Tüketim

number

bilateralConsumerGroupId
opsiyonel

İkili Anlaşma Tüketici Grubu ID

integer (int64)

brand
opsiyonel

Sayaç Marka

string

busbarVoltageTypeId
opsiyonel

Bara Gerilim ID

integer (int64)

configurationTypeId
opsiyonel

Tedarik Konfigurasyon Tip ID

integer (int64)

consumptionPointStatusId
opsiyonel

Tüketim Noktası Durum ID

integer (int64)

contractPower
opsiyonel

Sözleşme Gücü

number

districtId
opsiyonel

İlçe ID

integer (int64)

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

exceptionalSubstationStatus
opsiyonel

Özel Trafo Durumu

boolean

id
opsiyonel

ID

integer (int64)

lastResortConsumerGroupId
opsiyonel

Son Kaynak Tüketici Grubu ID

integer (int64)

lineCircuitCountTypeId1
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId2
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineCircuitCountTypeId3
opsiyonel

  1. Hat Devre Sayısı ID

integer (int64)

lineConductorTypeId1
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId2
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineConductorTypeId3
opsiyonel

  1. İletken Tipi Özdirenç ID

integer (int64)

lineCrossSection1
opsiyonel

  1. Hat Kesiti

number

lineCrossSection2
opsiyonel

  1. Hat Kesiti

number

lineCrossSection3
opsiyonel

  1. Hat Kesiti

number

lineLength1
opsiyonel

  1. Hat Uzunluk

number

lineLength2
opsiyonel

  1. Hat Uzunluk

number

lineLength3
opsiyonel

  1. Hat Uzunluk

number

loadLoss
opsiyonel

Yükteki Kayıp

number

loadProfileFeature
opsiyonel

Yük Profil Kayit Özelliği

boolean

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

mainTariffGroupId
opsiyonel

Ana Tarife Grubu ID

integer (int64)

measurementTypeId
opsiyonel

Ölçüm Tip ID

integer (int64)

meteringVoltageTypeId
opsiyonel

Bağlantı Noktası Gerilim Tip ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

noLoadLoss
opsiyonel

Boştaki Kayıp

number

oizOrganizationId
opsiyonel

OSB Ana Organizasyon ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

profileSubscriptionGroupId
opsiyonel

Profil Abone Grubu ID

integer (int64)

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationParticipationStatusId
opsiyonel

Uzlaştırmaya Dahil Durum ID

integer (int64)

regionId
opsiyonel

Bölge ID

integer (int64)

remoteReadingStatusId
opsiyonel

Uzaktan Okuma Durum ID

integer (int64)

serial
opsiyonel

Sayaç Seri No

string

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

substationInputVoltage
opsiyonel

Trafo Giriş Gerilimi

number

substationOutputVoltage
opsiyonel

Trafo Çıkış Gerilimi

number

substationPower
opsiyonel

Trafo Gücü

number

supplierOrganizationId
opsiyonel

Tedarikçi Organizasyon ID

integer (int64)

supplierTypeId
opsiyonel

Tedarik Tip ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplyPositionTypeId
opsiyonel

Veriş Pozisyon ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

tariffClassTypeId
opsiyonel

Tarife Sınıf ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageStatusTypeId
opsiyonel

Kullanım Durum ID

integer (int64)

usageTypeId
opsiyonel

Kullanım Tip ID

integer (int64)

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawPositionTypeId
opsiyonel

Çekiş Pozisyon ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.40. PlainUlegMeterResponseDto

İsim Açıklama Şema

belongsToLegalEntityOfReadingOrganization
opsiyonel

Sayaç Okuyan Kurumun Tüzel Kişiliğine Aittir

boolean

configurationTypeId
opsiyonel

Tedarik Konfigurasyon Tip ID

integer (int64)

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

measurementTypeId
opsiyonel

Ölçüm Tip ID

integer (int64)

name
opsiyonel

Sayaç Tesis Ad

string

organizationId
opsiyonel

Organizasyon ID

integer (int64)

rankId
opsiyonel

LÜY Kademe Tip ID

integer (int64)

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationParticipationStatusId
opsiyonel

Uzlaştırmaya Dahil Durum ID

integer (int64)

regionId
opsiyonel

Bölge ID

integer (int64)

regulationClauseId
opsiyonel

LÜY Yönetmelik İlgili Madde ID

integer (int64)

servicePower
opsiyonel

LÜY İşletmedeki Güç

number

settlementPeriodId
opsiyonel

LÜY Mahsuplaşma Tip ID

integer (int64)

statusId
opsiyonel

Durum ID

integer (int64)

subscriptionGroupId
opsiyonel

LÜY Abone Grubu ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplierTypeId
opsiyonel

Tedarik Tip ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

tariffClassTypeId
opsiyonel

Tarife Sınıf ID

integer (int64)

uniqueCode
opsiyonel

Tekil Kod

string

usageTypeId
opsiyonel

Kullanım Tip ID

integer (int64)

voltageClassificationId
opsiyonel

LÜY Gerilim Tip ID

integer (int64)

7.41. PortfolioDto

İsim Açıklama Şema

currentOrganizationEic
opsiyonel

Mevcut Organizasyon EIC

string

currentOrganizationId
opsiyonel

Mevcut Organizasyon ID

integer (int64)

currentOrganizationName
opsiyonel

Mevcut Organizasyon Ad

string

customerNo
opsiyonel

Abone No

string

customerTitle
opsiyonel

Abone Ünvan

string

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

entryDate
opsiyonel

Portföye Giriş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

meterEic
opsiyonel

EIC

string

meterId
opsiyonel

ID

integer (int64)

periodDate
opsiyonel

Portföye Giriş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioMovementReasonType
opsiyonel

Portföy Hareketi Sebep Tipi

portfolioMovementType
opsiyonel

Portföy Hareket Tipi

previousOrganizationEic
opsiyonel

Önceki Organizasyon EIC

string

previousOrganizationId
opsiyonel

Önceki Organizasyon ID

integer (int64)

previousOrganizationName
opsiyonel

Önceki Organizasyon Ad

string

readingOrganizationEic
opsiyonel

Sayac Okuyan Kurum EIC

string

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingOrganizationName
opsiyonel

Sayac Okuyan Kurum Ad

string

uniqueCode
opsiyonel

Tekil Kod

string

7.42. PortfolioQueryRequestDto

İsim Açıklama Şema

entryDateEnd
opsiyonel

Portföyden Çıkış Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

entryDateStart
opsiyonel

Portföye Giriş Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

meterEic
opsiyonel

EIC

string

meterId
opsiyonel

ID

integer (int64)

page
opsiyonel

periodDate
opsiyonel

Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioMovementReasonTypeIds
opsiyonel

Portföy Hareketi Sebep Tip ID leri

< integer (int64) > array

portfolioMovementTypeId
opsiyonel

Portföy Hareket Tip ID

integer (int64)

7.43. ReadingPortfolioQueryRequestDto

İsim Açıklama Şema

currentOrganizationId
opsiyonel

Mevcut Organizasyon ID

integer (int64)

entryDateEnd
opsiyonel

Portföyden Çıkış Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

entryDateStart
opsiyonel

Portföye Giriş Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

meterEic
opsiyonel

EIC

string

meterId
opsiyonel

ID

integer (int64)

page
opsiyonel

periodDate
opsiyonel

Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

portfolioMovementReasonTypeIds
opsiyonel

Portföy Hareketi Sebep Tip ID leri

< integer (int64) > array

portfolioMovementTypeId
opsiyonel

Portföy Hareket Tip ID

integer (int64)

previousOrganizationId
opsiyonel

Önceki Organizasyon ID

integer (int64)

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

7.44. ReadingTypeDto

İsim Açıklama Şema

measurementTypes
opsiyonel

Ölçüm Tipleri

< LookupDTO > array

readingType
opsiyonel

Sayaç Okuma Tipi

7.45. RegionDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

Bölge EIC

string

id
opsiyonel

Bölge ID

integer (int64)

name
opsiyonel

Bölge Ad

string

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi

string (date-time)

7.46. RegionQueryRequestDto

İsim Açıklama Şema

effectiveId
opsiyonel

Bölge ID

integer (int64)

eic
opsiyonel

Bölge EIC

string

name
opsiyonel

Bölge Ad

string

page
opsiyonel

periodDate
opsiyonel

Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

7.47. RestResponse

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.48. RestResponseBody

İsim Şema

content
opsiyonel
sadece okuma

object

7.49. RestResponseBodyCountResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.50. RestResponseBodyExportOffsetIdsResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.51. RestResponseBodyExportPageResponseEcMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.52. RestResponseBodyExportPageResponseMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.53. RestResponseBodyExportPageResponsePlainEcMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.54. RestResponseBodyExportPageResponsePlainMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.55. RestResponseBodyExportPageResponsePlainUlegMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.56. RestResponseBodyExportPageResponseUlegMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.57. RestResponseBodyIdTextDto

İsim Şema

content
opsiyonel
sadece okuma

7.58. RestResponseBodyLookupDTO

İsim Şema

content
opsiyonel
sadece okuma

7.59. RestResponseBodyLookupResponse

İsim Şema

content
opsiyonel
sadece okuma

7.60. RestResponseBodyLookupTypeResponse

İsim Şema

content
opsiyonel
sadece okuma

7.61. RestResponseBodyObject

İsim Şema

content
opsiyonel
sadece okuma

object

7.62. RestResponseBodyReadingTypeDto

İsim Şema

content
opsiyonel
sadece okuma

7.63. RestResponseBodyResultDto

İsim Şema

content
opsiyonel
sadece okuma

7.64. RestResponseBodySortablePageResponseEcMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.65. RestResponseBodySortablePageResponseMainMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.66. RestResponseBodySortablePageResponseMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.67. RestResponseBodySortablePageResponsePortfolioDto

İsim Şema

content
opsiyonel
sadece okuma

7.68. RestResponseBodySortablePageResponseRegionDto

İsim Şema

content
opsiyonel
sadece okuma

7.69. RestResponseBodySortablePageResponseSubstationDto

İsim Şema

content
opsiyonel
sadece okuma

7.70. RestResponseBodySortablePageResponseUlegMeterResponseDto

İsim Şema

content
opsiyonel
sadece okuma

7.71. RestResponseBodySupplyPositionTypeDto

İsim Şema

content
opsiyonel
sadece okuma

7.72. RestResponseBodyUsageTypeDto

İsim Şema

content
opsiyonel
sadece okuma

7.73. RestResponseBodyWithdrawPositionTypeDto

İsim Şema

content
opsiyonel
sadece okuma

7.74. RestResponseCountResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.75. RestResponseError

İsim Açıklama Şema

errorCode
opsiyonel

Alınan hatanın kod bilgisi

string

errorMessage
opsiyonel

Alınan hatanın açıklaması

string

7.76. RestResponseExportOffsetIdsResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.77. RestResponseExportPageResponseEcMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.78. RestResponseExportPageResponseMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.79. RestResponseExportPageResponsePlainEcMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.80. RestResponseExportPageResponsePlainMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.81. RestResponseExportPageResponsePlainUlegMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.82. RestResponseExportPageResponseUlegMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.83. RestResponseIdTextDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.84. RestResponseLookupDTO

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.85. RestResponseLookupResponse

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.86. RestResponseLookupTypeResponse

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.87. RestResponseReadingTypeDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.88. RestResponseResultDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.89. RestResponseSortablePageResponseEcMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.90. RestResponseSortablePageResponseMainMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.91. RestResponseSortablePageResponseMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.92. RestResponseSortablePageResponsePortfolioDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.93. RestResponseSortablePageResponseRegionDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.94. RestResponseSortablePageResponseSubstationDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.95. RestResponseSortablePageResponseUlegMeterResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.96. RestResponseSupplyPositionTypeDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.97. RestResponseUsageTypeDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.98. RestResponseWithdrawPositionTypeDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

7.99. ResultDto

İsim Açıklama Şema

completed
opsiyonel

Sonuç

boolean

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

7.100. SortDTO

İsim Açıklama Şema

direction
opsiyonel

${VALUE_SORT_DIRECTION}
Örnek : "ASC"

enum (ASC, DESC)

field
opsiyonel

${VALUE_SORT_FIELD}
Örnek : "${EXAMPLE_SORT_FIELD}"

string

7.101. SortablePageResponse

İsim Şema

items
opsiyonel

< object > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.102. SortablePageResponseEcMeterResponseDto

İsim Şema

items
opsiyonel

< EcMeterResponseDto > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.103. SortablePageResponseMainMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.104. SortablePageResponseMeterResponseDto

İsim Şema

items
opsiyonel

< MeterResponseDto > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.105. SortablePageResponsePortfolioDto

İsim Şema

items
opsiyonel

< PortfolioDto > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.106. SortablePageResponseRegionDto

İsim Şema

items
opsiyonel

< RegionDto > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.107. SortablePageResponseSubstationDto

İsim Şema

items
opsiyonel

< SubstationDto > array

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.108. SortablePageResponseUlegMeterResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

sortableFields
opsiyonel

< string > array

7.109. SubstationDto

İsim Açıklama Şema

city
opsiyonel

Trafo Şehri

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

Trafo EIC

string

firstRecord
opsiyonel

İlk Kayıt

boolean

id
opsiyonel

ID

integer (int64)

name
opsiyonel

Trafo Ad

string

recordUsageStatus
opsiyonel

Kayıt Kullanım Durumu

region
opsiyonel

Trafo Bölge

relatedCity1
opsiyonel

Trafo İlgili Şehir 1

relatedCity2
opsiyonel

Trafo İlgili Şehir 2

status
opsiyonel

Durum

7.110. SubstationQueryRequestDto

İsim Açıklama Şema

cityId
opsiyonel

Trafo Şehir ID

integer (int64)

containsEffectiveId
opsiyonel

Trafo ID İçeren

integer (int64)

containsEic
opsiyonel

Trafo EIC İçeren

string

containsName
opsiyonel

Trafo Ad İçeren

string

containsRelatedCityId
opsiyonel

Trafo İlgili Şehir ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveId
opsiyonel

Trafo Merkezi ID

integer (int64)

eic
opsiyonel

Trafo EIC

string

name
opsiyonel

Trafo Ad

string

page
opsiyonel

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

regionId
opsiyonel

Trafo Bölge ID

integer (int64)

relatedCityId
opsiyonel

Trafo İlgili Şehir ID

integer (int64)

statusId
opsiyonel

Durum ID

integer (int64)

7.111. SupplyPositionTypeDto

İsim Açıklama Şema

lineLossStatus
opsiyonel

Hat Kaybı Parametresi

boolean

substationLossStatus
opsiyonel

Trafo Kayıp Parametresi

boolean

supplyPositionType
opsiyonel

Veriş Pozisyon

transmissionLossStatus
opsiyonel

İSKK Kaybı Parametresi

boolean

7.112. UlegMeterExportRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsSupplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID İçeren

integer (int64)

containsSupplySettlementPointId
opsiyonel

Veriş UEVÇB ID İçeren

integer (int64)

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Dışa Aktar Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationPeriodDate
opsiyonel

Uzlaştırma Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

reconciliationVersionTypeId
opsiyonel

Uzlaştırma Versiyon Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.113. UlegMeterQueryRequestDto

İsim Açıklama Şema

containsEic
opsiyonel

EIC İçeren

string

containsId
opsiyonel

ID İçeren

integer (int64)

containsMainMeterId
opsiyonel

Ana Sayaç ID İçeren

integer (int64)

containsOrganizationId
opsiyonel

Organizasyon ID İçeren

integer (int64)

containsSerial
opsiyonel

Sayaç Seri No İçeren

string

containsSupplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID İçeren

integer (int64)

containsSupplySettlementPointId
opsiyonel

Veriş UEVÇB ID İçeren

integer (int64)

containsWithdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID İçeren

integer (int64)

containsWithdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID İçeren

integer (int64)

effectiveDate
opsiyonel

Geçerlilik Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartGreaterThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya İleri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStartLessThanOrEqual
opsiyonel

Geçerlilik Başlangıç Tarihine Eşit veya Geri
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

id
opsiyonel

ID

integer (int64)

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

organizationId
opsiyonel

Organizasyon ID

integer (int64)

page
opsiyonel

Sorgulama Sayfası

periodDateEnd
opsiyonel

Dönem Bitiş Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

periodDateStart
opsiyonel

Dönem Başlangıç Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

readingOrganizationId
opsiyonel

integer (int64)

readingTypeId
opsiyonel

Sayaç Okuma Tip ID

integer (int64)

reconciliationPeriodDate
opsiyonel

Uzlaştırma Dönem Tarihi
Örnek : "2023-01-01T00:00:00+03:00"

string (date-time)

reconciliationVersionTypeId
opsiyonel

Uzlaştırma Versiyon Tip ID

integer (int64)

recordUsageStatusId
opsiyonel

Kayıt Kullanım Durum ID

integer (int64)

settlementPointIds
opsiyonel

UEVÇB ID leri

< integer (int64) > array

statusId
opsiyonel

Durum ID

integer (int64)

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

withdrawDeductionSettlementPointId
opsiyonel

Çekiş Tenzil UEVÇB ID

integer (int64)

withdrawSettlementPointId
opsiyonel

Çekiş UEVÇB ID

integer (int64)

7.114. UlegMeterResponseDto

İsim Açıklama Şema

belongsToLegalEntityOfReadingOrganization
opsiyonel

Sayaç Okuyan Kurumun Tüzel Kişiliğine Aittir

boolean

configurationType
opsiyonel

Tedarik Konfigurasyon Tipi

effectiveDateEnd
opsiyonel

Örnek : "2019-12-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Örnek : "2019-01-01T00:00:00+03:00"

string (date-time)

eic
opsiyonel

EIC

string

firstRecord
opsiyonel

İlk Kayıt

boolean

id
opsiyonel

ID

integer (int64)

lossFactorStatus
opsiyonel

İSKK Durumu

boolean

mainMeter
opsiyonel

Ana Sayaç

mainMeterId
opsiyonel

Ana Sayaç ID

integer (int64)

measurementType
opsiyonel

Ölçüm Tipi

name
opsiyonel

Sayaç Tesis Ad

string

organizationEic
opsiyonel

Organizasyon EIC

string

organizationId
opsiyonel

Organizasyon ID

integer (int64)

organizationName
opsiyonel

Organizasyon Ad

string

organizationNameBreakdown
opsiyonel

Organizasyon Ad Kırılımları

powerPlantEic
opsiyonel

Santral EIC

string

powerPlantId
opsiyonel

Santral ID

integer (int64)

powerPlantName
opsiyonel

Santral Ad

string

powerPlantNameBreakdown
opsiyonel

Santral Ad Kırılımları

rank
opsiyonel

LÜY Kademe Tipi

readingOrganizationEic
opsiyonel

Sayac Okuyan Kurum EIC

string

readingOrganizationId
opsiyonel

Sayac Okuyan Kurum ID

integer (int64)

readingOrganizationName
opsiyonel

Sayac Okuyan Kurum Ad

string

readingOrganizationNameBreakdown
opsiyonel

Sayac Okuyan Kurum Ad Kırılımları

readingType
opsiyonel

Sayaç Okuma Tipi

reconciliationParticipationStatus
opsiyonel

Uzlaştırmaya Dahil Durumu

reconciliationPeriod
opsiyonel

Uzlaştırma Dönemi

recordUsageStatus
opsiyonel

Kayıt Kullanım Durumu

regulationClause
opsiyonel

LÜY Yönetmelik İlgili Madde

servicePower
opsiyonel

LÜY İşletmedeki Güç

number

settlementPeriod
opsiyonel

LÜY Mahsuplaşma Tipi

status
opsiyonel

Durum

subscriptionGroup
opsiyonel

LÜY Abone Grubu

substation
opsiyonel

Trafo Merkezi

substationId
opsiyonel

Trafo Merkezi ID

integer (int64)

supplyDeductionSettlementPointEic
opsiyonel

Veriş Tenzil UEVÇB EIC

string

supplyDeductionSettlementPointId
opsiyonel

Veriş Tenzil UEVÇB ID

integer (int64)

supplyDeductionSettlementPointName
opsiyonel

Veriş Tenzil UEVÇB Ad

string

supplyDeductionSettlementPointNameBreakdown
opsiyonel

Veriş Tenzil UEVÇB Ad Kırılımları

supplySettlementPointEic
opsiyonel

Veriş UEVÇB EIC

string

supplySettlementPointId
opsiyonel

Veriş UEVÇB ID

integer (int64)

supplySettlementPointName
opsiyonel

Veriş UEVÇB Ad

string

supplySettlementPointNameBreakdown
opsiyonel

Veriş UEVÇB Ad Kırılımları

tariffClassType
opsiyonel

Tarife Sınıfı

uniqueCode
opsiyonel

Tekil Kod

string

usageType
opsiyonel

Kullanım Tipi

versionNumber
opsiyonel

Versiyon Numarası

integer (int32)

voltageClassification
opsiyonel

LÜY Gerilim Tipi

7.115. UsageTypeDto

İsim Açıklama Şema

measurementTypes
opsiyonel

Ölçüm Tipleri

< LookupDTO > array

usageType
opsiyonel

Kullanım Tipi

7.116. VoltageTypeDto

İsim Açıklama Şema

voltage
opsiyonel

Voltaj

number

voltageType
opsiyonel

Voltaj Tipi

7.117. WithdrawPositionTypeDto

İsim Açıklama Şema

connectionPositionDescriptionType
opsiyonel

Bağlantı Pozisyon Açıklama Tipi

distributionLossStatus
opsiyonel

Dagitim Kaybı Parametresi

boolean

lineLossStatus
opsiyonel

Hat Kaybı Parametresi

boolean

organizationTypeId
opsiyonel

Organizasyon Tip ID

integer (int64)

substationLossStatus
opsiyonel

Trafo Kayıp Parametresi

boolean

substationNoLoadLossStatus
opsiyonel

Trafo Boştaki Kayıp Parametresi

boolean

withdrawPositionType
opsiyonel

Çekiş Pozisyon