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 |
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.
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 |
|
TEST |
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 |
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 |
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.
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 |
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);
}
}
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"
}
{
"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. |
{
"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
}
}
}
{
"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ışa 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ışa 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.
{
"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ışa Aktar (export) Servislerindeki Sayfalama Yapısı
Dışa 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.
{
"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ışa Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.
Export servisi sayfalama için kullanılan "offsetId", "limit" veya "offsetIdEnd", "offsetIdStart" değerlerine ihtiyaç duyması sebebiyle seri çağrılmak zorundadır. Yüksek miktarda veri dışa aktarılmak istendiğinde servis seri çağrılmak zorunda olduğu için süreç uzayacaktır. Bu problemi aşmak için Ölçüm Noktası Dışa Aktar Servisi Offset ID Listele servisi kullanılmalıdır. Bu servis export servisi çağrılırken kullanılan ("page" → "offsetId"), ("page" → "offsetIdEnd"), ("page" → "offsetIdStart") alanlarının alabileceği değerleri geri döndürmektedir. Bu şekilde export servisi paralel olarak çağrılabilir hale gelir.
Sayfalar arasında ilerlemek için "offsetId", "limit" yeterli olsada, bu alanlar yerine "offsetIdEnd", "offsetIdStart" alanlarının kullanılması önerilir.
Örneğin;
Ölçüm Noktası Dışa Aktar Servisi Offset ID Listele servisinden aşağıdaki gibi cevap alınmış olsun;
"body": { "content": { "offsetIds": [ 0, 4569418513, 4570927604, 4572001544, 4572649667, ..., 4649428026, 4649458589 ] } }
Ölçüm Noktası Dışa Aktar servisinden ilk sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": 4569418513, "offsetIdStart": 0, "limit": null }
Ölçüm Noktası Dışa Aktar servisinden ikinci sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": 4570927604, "offsetIdStart": 4569418513, "limit": null }
Ölçüm Noktası Dışa Aktar servisinden son sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": null, "offsetIdStart": 4649458589, "limit": null }
Bu şekilde her bir sayfada Ölçüm Noktası Dışa Aktar Servisi Offset ID Listele servisi çağrılırken kullanılan ("page"→"limit") değeri kadar kayıt olacak şekilde Ölçüm Noktası Dışa Aktar servisi paralel olarak çağrılıp cevap alınabilir.
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ışa 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ışa 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ışa 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ışa 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ışa Aktar Servisi Offset ID Listele
İsteklerin art arda gönderilmesini gerektiren ölçüm noktası export ve plain-export dışa aktar servislerine paralel olarak istek yapabilmek için kullanılır. Ölçüm Noktası Dışa Aktar servislerine gönderilen istek (request) ile bu servis çağrıldığında, Dışa 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ışa 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ışa Aktar (export) servislerinin istek (request) ve cevap (response) içerikleri aynı olup sadece sayfalama yöntemleri farklıdır.
Export servisi sayfalama için kullanılan "offsetId", "limit" veya "offsetIdEnd", "offsetIdStart" değerlerine ihtiyaç duyması sebebiyle seri çağrılmak zorundadır. Yüksek miktarda veri dışa aktarılmak istendiğinde servis seri çağrılmak zorunda olduğu için süreç uzayacaktır. Bu problemi aşmak için Sayaç Dışa Aktar Servisi Offset ID Listele servisi kullanılmalıdır. Bu servis export servisi çağrılırken kullanılan ("page" → "offsetId"), ("page" → "offsetIdEnd"), ("page" → "offsetIdStart") alanlarının alabileceği değerleri geri döndürmektedir. Bu şekilde export servisi paralel olarak çağrılabilir hale gelir.
Sayfalar arasında ilerlemek için "offsetId", "limit" yeterli olsada, bu alanlar yerine "offsetIdEnd", "offsetIdStart" alanlarının kullanılması önerilir.
Örneğin;
Sayaç Dışa Aktar Servisi Offset ID Listele servisinden aşağıdaki gibi cevap alınmış olsun;
"body": { "content": { "offsetIds": [ 0, 4569418513, 4570927604, 4572001544, 4572649667, ..., 4649428026, 4649458589 ] } }
Sayaç Dışa Aktar servisinden ilk sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": 4569418513, "offsetIdStart": 0, "limit": null }
Sayaç Dışa Aktar servisinden ikinci sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": 4570927604, "offsetIdStart": 4569418513, "limit": null }
Sayaç Dışa Aktar servisinden son sayfaya ait verilerin alınması için "page" nesnesi aşağıdaki gibi doldurulmalıdır.
"page": { "offsetId": null, "offsetIdEnd": null, "offsetIdStart": 4649458589, "limit": null }
Bu şekilde her bir sayfada Sayaç Dışa Aktar Servisi Offset ID Listele servisi çağrılırken kullanılan ("page"→"limit") değeri kadar kayıt olacak şekilde Sayaç Dışa Aktar servisi paralel olarak çağrılıp cevap alınabilir.
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ışa 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ışa 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ışa 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ışa 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ışa Aktar Servisi Offset ID Listele
İsteklerin art arda gönderilmesini gerektiren sayaç export ve plain-export dışa aktar servislerine paralel olarak istek yapabilmek için kullanılır. Sayaç Dışa Aktar servislerine gönderilen istek (request) ile bu servis çağrıldığında, Dışa 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ışa 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ışa 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ışa 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ışa 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ışa 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ışa 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ışa 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 |
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 |
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ışa Aktarma Servisi
POST /v1/ec-meter/export
6.3.1. Açıklama
Dışa aktarmak istediğiniz ölçüm noktası bilgilerini bu servis ile alabilirsiniz.
6.3.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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ışa Aktar Servisleri Offset ID Listeleme Servisi
POST /v1/ec-meter/fetch-export-offset-ids
6.4.1. Açıklama
Dışa aktarma servisinin sayfa parametresi olan offsetId listesini bu servis ile alabilirsiniz.
6.4.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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ışa Aktarma Servisi
POST /v1/ec-meter/plain-export
6.5.1. Açıklama
Dışa aktarmak istediğiniz ölçüm noktası bilgilerini bu servis ile alabilirsiniz.
6.5.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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 |
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 |
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 |
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 |
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 |
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 |
string |
Body |
body |
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 |
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 |
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ışa Aktarma Servisi
POST /v1/meter/export
6.16.1. Açıklama
Dışa aktarmak istediğiniz sayaç bilgilerini bu servis ile alabilirsiniz.
6.16.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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ışa Aktar Servisleri Offset ID Listeleme Servisi
POST /v1/meter/fetch-export-offset-ids
6.17.1. Açıklama
Dışa aktarma servisinin sayfa parametresi olan offsetId listesini bu servis ile alabilirsiniz.
6.17.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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ışa Aktarma Servisi
POST /v1/meter/plain-export
6.18.1. Açıklama
Dışa aktarmak istediğiniz sayaç bilgilerini bu servis ile alabilirsiniz.
6.18.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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 |
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 |
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 |
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 |
Şehir ID Bilgisi |
integer (int64) |
Query |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
Query |
readingTypeId |
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 |
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 |
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 |
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ışa Aktarma Servisi
POST /v1/uleg-meter/export
6.33.1. Açıklama
Dışa aktarmak istediğiniz LÜY sayaç bilgilerini bu servis ile alabilirsiniz.
6.33.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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ışa Aktarma Servisi
POST /v1/uleg-meter/plain-export
6.34.1. Açıklama
Dışa aktarmak istediğiniz LÜY sayaç bilgilerini bu servis ile alabilirsiniz.
6.34.2. Parametreler
Tip | İsim | Şema |
---|---|---|
Body |
body |
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 |
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 |
integer (int64) |
name |
string |
7.3. ConductorTypeDto
İsim | Açıklama | Şema |
---|---|---|
coefficient |
Özdirenç Katsayısı |
number |
conductorType |
İletken Tipi |
7.4. CountResponseDto
İsim | Açıklama | Şema |
---|---|---|
count |
Toplam Sayı |
integer (int64) |
7.5. CustomerDto
İsim | Açıklama | Şema |
---|---|---|
authorizedPersonName1 |
Birinci Yetkili Kişi Ad/Soyad |
string |
authorizedPersonName2 |
İkinci Yetkili Kişi Ad/Soyad |
string |
authorizedPersonNo1 |
Birinci Yetkili Kişi TCKN |
string |
authorizedPersonNo2 |
İkinci Yetkili Kişi TCKN |
string |
category |
Abone Kategori Tipi |
|
customerNo |
Abone No |
string |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
endDate |
Abone Portföy Bitiş Tarihi |
string (date-time) |
startDate |
Abone Portföy Başlangıç Tarihi |
string (date-time) |
status |
Abone Durumu |
|
title |
Abone Ünvan |
string |
7.6. DescriptionDto
İsim | Açıklama | Şema |
---|---|---|
description |
Tanım |
string |
language |
Dil |
string |
7.7. DistrictDto
İsim | Açıklama | Şema |
---|---|---|
id |
İlçe ID |
integer (int64) |
name |
İlçe Ad |
string |
relativeUnit |
İlçenin İl Bilgisi |
7.8. EcMeterExportRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Dışa Aktar Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
portfolioTypeId |
Portföy Tip ID |
integer (int64) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplierTypeId |
Tedarik Tip ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.9. EcMeterQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Sorgulama Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
portfolioTypeId |
Portföy Tip ID |
integer (int64) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplierTypeId |
Tedarik Tip ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.10. EcMeterRequestDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroupId |
İkili Anlaşma Tüketici Grubu ID |
integer (int64) |
busbarVoltageTypeId |
Bara Gerilim ID |
integer (int64) |
consumptionPointTypeId |
Tüketim Noktası Tip ID |
integer (int64) |
contractPower |
Sözleşme Gücü |
number |
descriptions |
Açıklamalar |
< DescriptionDto > array |
districtId |
İlçe ID |
integer (int64) |
effectiveDateStart |
Geçerlilik Tarihi Başlangıç |
string (date-time) |
exceptionalSubstationStatus |
Özel Trafo Durumu |
boolean |
facilityTypeId |
Tesis Tip ID |
integer (int64) |
lastResortConsumerGroupId |
Son Kaynak Tüketici Grubu ID |
integer (int64) |
lineCircuitCountTypeId1 |
|
integer (int64) |
lineCircuitCountTypeId2 |
|
integer (int64) |
lineCircuitCountTypeId3 |
|
integer (int64) |
lineConductorTypeId1 |
|
integer (int64) |
lineConductorTypeId2 |
|
integer (int64) |
lineConductorTypeId3 |
|
integer (int64) |
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroupId |
Ana Tarife Grubu ID |
integer (int64) |
meteringVoltageTypeId |
Bağlantı Noktası Gerilim Tip ID |
integer (int64) |
noLoadLoss |
Boştaki Kayıp |
number |
profileSubscriptionGroupId |
Profil Abone Grubu ID |
integer (int64) |
readingDataTypeId |
Uzlaştırma Veri Tip ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingPeriod |
Okuma Periyodu |
integer (int32) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
remoteReadingStatusId |
Uzaktan Okuma Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
tariffClassTypeId |
Tarife Sınıf ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageStatusTypeId |
Kullanım Durum ID |
integer (int64) |
withdrawPositionTypeId |
Çekiş Pozisyon ID |
integer (int64) |
7.11. EcMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroup |
İkili Anlaşma Tüketici Grubu |
|
busbarVoltageType |
Bara Gerilim |
|
configurationType |
Tedarik Konfigurasyon Tipi |
|
consumptionPointStatus |
Tüketim Noktası Durumu |
|
consumptionPointType |
Tüketim Noktası Tipi |
|
contractPower |
Sözleşme Gücü |
number |
customer |
Abone |
|
customerHistory |
Abone Geçmişi |
< CustomerDto > array |
district |
İlçe |
|
districtId |
İlçe ID |
integer (int64) |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
exceptionalSubstationStatus |
Özel Trafo Durumu |
boolean |
facilityType |
Tesis Tipi |
|
firstRecord |
İlk Kayıt |
boolean |
id |
ID |
integer (int64) |
lastResortConsumerGroup |
Son Kaynak Tüketici Grubu |
|
lineCircuitCountType1 |
|
|
lineCircuitCountType2 |
|
|
lineCircuitCountType3 |
|
|
lineConductorType1 |
|
|
lineConductorType2 |
|
|
lineConductorType3 |
|
|
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeter |
Ana Sayaç |
|
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroup |
Ana Tarife Grubu |
|
measurementType |
Ölçüm Tipi |
|
meteringVoltageType |
Bağlantı Noktası Gerilim Tipi |
|
name |
Sayaç Tesis Ad |
string |
noLoadLoss |
Boştaki Kayıp |
number |
profileSubscriptionGroup |
Profil Abone Grubu |
|
readingDataType |
Sayaç Okuma Veri Tipi |
|
readingOrganizationEic |
Sayac Okuyan Kurum EIC |
string |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingOrganizationName |
Sayac Okuyan Kurum Ad |
string |
readingOrganizationNameBreakdown |
Sayac Okuyan Kurum Ad Kırılımları |
< NameBreakdownResponseDto > array |
readingPeriod |
Okuma Periyodu |
integer (int32) |
readingType |
Sayaç Okuma Tipi |
|
reconciliationParticipationStatus |
Uzlaştırmaya Dahil Durumu |
|
reconciliationPeriod |
Uzlaştırma Dönemi |
|
recordUsageStatus |
Kayıt Kullanım Durumu |
|
remoteReadingStatus |
Uzaktan Okuma Durumu |
|
status |
Durum |
|
substation |
Trafo Merkezi |
|
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
supplierType |
Tedarik Tipi |
|
supplyDeductionSettlementPointOrganizationId |
Veriş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
supplySettlementPointOrganizationId |
Veriş UEVÇB Organizasyon ID |
integer (int64) |
tariffClassType |
Tarife Sınıfı |
|
uniqueCode |
Tekil Kod |
string |
usageStatusType |
Kullanım Durumu |
|
usageType |
Kullanım Tipi |
|
versionNumber |
Versiyon Numarası |
integer (int32) |
withdrawDeductionSettlementPointEic |
Çekiş Tenzil UEVÇB EIC |
string |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawDeductionSettlementPointName |
Çekiş Tenzil UEVÇB Ad |
string |
withdrawDeductionSettlementPointNameBreakdown |
Çekiş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
withdrawDeductionSettlementPointOrganizationId |
Çekiş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
withdrawPositionType |
Çekiş Pozisyon |
|
withdrawSettlementPointOrganizationId |
Çekiş UEVÇB Organizasyon ID |
integer (int64) |
7.12. EcMeterStatusUpdateRequestDto
İsim | Açıklama | Şema |
---|---|---|
descriptions |
Açıklamalar |
< DescriptionDto > array |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveId |
ID |
integer (int64) |
statusId |
Durum ID |
integer (int64) |
7.13. EcMeterUpdateRequestDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroupId |
İkili Anlaşma Tüketici Grubu ID |
integer (int64) |
busbarVoltageTypeId |
Bara Gerilim ID |
integer (int64) |
consumptionPointTypeId |
Tüketim Noktası Tip ID |
integer (int64) |
contractPower |
Sözleşme Gücü |
number |
deletedFields |
Silinen Alanlar |
< string > array |
descriptions |
Açıklamalar |
< DescriptionDto > array |
districtId |
İlçe ID |
integer (int64) |
effectiveDateEnd |
Geçerlilik Tarihi Bitiş |
string (date-time) |
effectiveDateStart |
Geçerlilik Tarihi Başlangıç |
string (date-time) |
effectiveId |
ID |
integer (int64) |
facilityTypeId |
Tesis Tip ID |
integer (int64) |
lastResortConsumerGroupId |
Son Kaynak Tüketici Grubu ID |
integer (int64) |
lineCircuitCountTypeId1 |
|
integer (int64) |
lineCircuitCountTypeId2 |
|
integer (int64) |
lineCircuitCountTypeId3 |
|
integer (int64) |
lineConductorTypeId1 |
|
integer (int64) |
lineConductorTypeId2 |
|
integer (int64) |
lineConductorTypeId3 |
|
integer (int64) |
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroupId |
Ana Tarife Grubu ID |
integer (int64) |
meteringVoltageTypeId |
Bağlantı Noktası Gerilim Tip ID |
integer (int64) |
noLoadLoss |
Boştaki Kayıp |
number |
profileSubscriptionGroupId |
Profil Abone Grubu ID |
integer (int64) |
readingDataResetConfirmation |
Okuma Verisi Silme Onayı |
boolean |
readingDataTypeId |
Uzlaştırma Veri Tip ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingPeriod |
Okuma Periyodu |
integer (int32) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
remoteReadingStatusId |
Uzaktan Okuma Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
tariffClassTypeId |
Tarife Sınıf ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageStatusTypeId |
Kullanım Durum ID |
integer (int64) |
withdrawPositionTypeId |
Çekiş Pozisyon ID |
integer (int64) |
7.14. ExceptionalMeterPortfolioQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
meterEic |
EIC |
string |
meterId |
ID |
integer (int64) |
page |
||
periodDate |
Dönem Tarihi |
string (date-time) |
7.15. ExportOffsetIdsResponseDto
İsim | Açıklama | Şema |
---|---|---|
offsetIds |
Dışa Aktar Servis Offset ID Listesi |
< integer (int64) > array |
7.16. ExportPageResponse
İsim | Şema |
---|---|
items |
< object > array |
page |
7.17. ExportPageResponseEcMeterResponseDto
İsim | Şema |
---|---|
items |
< EcMeterResponseDto > array |
page |
7.18. ExportPageResponseMeterResponseDto
İsim | Şema |
---|---|
items |
< MeterResponseDto > array |
page |
7.19. ExportPageResponsePlainEcMeterResponseDto
İsim | Şema |
---|---|
items |
< PlainEcMeterResponseDto > array |
page |
7.20. ExportPageResponsePlainMeterResponseDto
İsim | Şema |
---|---|
items |
< PlainMeterResponseDto > array |
page |
7.21. ExportPageResponsePlainUlegMeterResponseDto
İsim | Şema |
---|---|
items |
< PlainUlegMeterResponseDto > array |
page |
7.22. ExportPageResponseUlegMeterResponseDto
İsim | Şema |
---|---|
items |
< UlegMeterResponseDto > array |
page |
7.23. IdTextDto
İsim | Açıklama | Şema |
---|---|---|
id |
ID |
integer (int64) |
text |
EIC |
string |
7.24. LocalizationDTO
İsim | Açıklama | Şema |
---|---|---|
language |
Çoklu Seçim Dili |
string |
text |
Çoklu Seçim Açıklama (Dile Göre) |
string |
7.25. LookupDTO
İsim | Açıklama | Şema |
---|---|---|
id |
Çoklu Seçim ID |
integer (int64) |
localizations |
Çoklu Seçim Yerelleştirme Listesi |
< LocalizationDTO > array |
value |
Çoklu Seçim Değer |
string |
7.26. LookupRequest
İsim | Açıklama | Şema |
---|---|---|
lookupType |
Çoklu Seçim Anahtarı |
string |
7.27. LookupResponse
İsim | Açıklama | Şema |
---|---|---|
values |
Çoklu Seçim Değer Listesi |
< LookupDTO > array |
7.28. LookupTypeDTO
İsim | Açıklama | Şema |
---|---|---|
lookupDescription |
Çoklu Seçim Anahtar Açıklama |
string |
lookupType |
Çoklu Seçim Anahtarı |
string |
7.29. LookupTypeResponse
İsim | Açıklama | Şema |
---|---|---|
types |
Çoklu Seçim Anahtar Listesi |
< LookupTypeDTO > array |
7.30. MainMeterQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
page |
Sorgulama Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.31. MainMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
oizOrganizationEic |
OSB Ana Organizasyon EIC |
string |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
oizOrganizationName |
OSB Ana Organizasyon Ad |
string |
oizOrganizationNameBreakdown |
OSB Ana Organizasyon Ad Kırılımları |
< NameBreakdownResponseDto > array |
readingOrganizationEic |
Sayac Okuyan Kurum EIC |
string |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingOrganizationName |
Sayac Okuyan Kurum Ad |
string |
readingOrganizationNameBreakdown |
Sayac Okuyan Kurum Ad Kırılımları |
< NameBreakdownResponseDto > array |
recordUsageStatus |
Kayıt Kullanım Durumu |
|
status |
Durum |
|
substation |
Trafo Merkezi |
|
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointEic |
Veriş Tenzil UEVÇB EIC |
string |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplyDeductionSettlementPointName |
Veriş Tenzil UEVÇB Ad |
string |
supplyDeductionSettlementPointNameBreakdown |
Veriş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplyDeductionSettlementPointOrganizationId |
Veriş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
supplySettlementPointEic |
Veriş UEVÇB EIC |
string |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
supplySettlementPointName |
Veriş UEVÇB Ad |
string |
supplySettlementPointNameBreakdown |
Veriş UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplySettlementPointOrganizationId |
Veriş UEVÇB Organizasyon ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageType |
Kullanım Tipi |
|
withdrawDeductionSettlementPointEic |
Çekiş Tenzil UEVÇB EIC |
string |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawDeductionSettlementPointName |
Çekiş Tenzil UEVÇB Ad |
string |
withdrawDeductionSettlementPointNameBreakdown |
Çekiş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
withdrawDeductionSettlementPointOrganizationId |
Çekiş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
withdrawSettlementPointEic |
Çekiş UEVÇB EIC |
string |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
withdrawSettlementPointName |
Çekiş UEVÇB Ad |
string |
withdrawSettlementPointNameBreakdown |
Çekiş UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
withdrawSettlementPointOrganizationId |
Çekiş UEVÇB Organizasyon ID |
integer (int64) |
7.32. MeterExportRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsSupplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsSupplySettlementPointId |
Veriş UEVÇB ID İçeren |
integer (int64) |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Dışa Aktar Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
portfolioTypeId |
Portföy Tip ID |
integer (int64) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationPeriodDate |
Uzlaştırma Dönem Tarihi |
string (date-time) |
reconciliationVersionTypeId |
Uzlaştırma Versiyon Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
serial |
Sayaç Seri No |
string |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageTypeIds |
=Kullanım Tip ID leri |
< integer (int64) > array |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.33. MeterQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsSupplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsSupplySettlementPointId |
Veriş UEVÇB ID İçeren |
integer (int64) |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Sorgulama Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
portfolioTypeId |
Portföy Tip ID |
integer (int64) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationPeriodDate |
Uzlaştırma Dönem Tarihi |
string (date-time) |
reconciliationVersionTypeId |
Uzlaştırma Versiyon Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
serial |
Sayaç Seri No |
string |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageTypeIds |
=Kullanım Tip ID leri |
< integer (int64) > array |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.34. MeterReconPeriodDto
İsim | Açıklama | Şema |
---|---|---|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
referencePeriodDate |
Referans Uzlaştırma Dönemi |
string (date-time) |
7.35. MeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroup |
İkili Anlaşma Tüketici Grubu |
|
brand |
Sayaç Marka |
string |
busbarVoltageType |
Bara Gerilim |
|
configurationType |
Tedarik Konfigurasyon Tipi |
|
consumptionPointStatus |
Tüketim Noktası Durumu |
|
contractPower |
Sözleşme Gücü |
number |
customer |
Abone |
|
customerHistory |
Abone Geçmişi |
< CustomerDto > array |
district |
İlçe |
|
districtId |
İlçe ID |
integer (int64) |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
exceptionalSubstationStatus |
Özel Trafo Durumu |
boolean |
firstRecord |
İlk Kayıt |
boolean |
id |
ID |
integer (int64) |
lastResortConsumerGroup |
Son Kaynak Tüketici Grubu |
|
lineCircuitCountType1 |
|
|
lineCircuitCountType2 |
|
|
lineCircuitCountType3 |
|
|
lineConductorType1 |
|
|
lineConductorType2 |
|
|
lineConductorType3 |
|
|
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeter |
Ana Sayaç |
|
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroup |
Ana Tarife Grubu |
|
measurementType |
Ölçüm Tipi |
|
meteringVoltageType |
Bağlantı Noktası Gerilim Tipi |
|
name |
Sayaç Tesis Ad |
string |
noLoadLoss |
Boştaki Kayıp |
number |
oizOrganizationEic |
OSB Ana Organizasyon EIC |
string |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
oizOrganizationName |
OSB Ana Organizasyon Ad |
string |
oizOrganizationNameBreakdown |
OSB Ana Organizasyon Ad Kırılımları |
< NameBreakdownResponseDto > array |
organizationEic |
Organizasyon EIC |
string |
organizationId |
Organizasyon ID |
integer (int64) |
organizationName |
Organizasyon Ad |
string |
organizationNameBreakdown |
Organizasyon Ad Kırılımları |
< NameBreakdownResponseDto > array |
powerPlantEic |
Santral EIC |
string |
powerPlantId |
Santral ID |
integer (int64) |
powerPlantName |
Santral Ad |
string |
powerPlantNameBreakdown |
Santral Ad Kırılımları |
< NameBreakdownResponseDto > array |
profileSubscriptionGroup |
Profil Abone Grubu |
|
readingDataType |
Sayaç Okuma Veri Tipi |
|
readingOrganizationEic |
Sayac Okuyan Kurum EIC |
string |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingOrganizationName |
Sayac Okuyan Kurum Ad |
string |
readingOrganizationNameBreakdown |
Sayac Okuyan Kurum Ad Kırılımları |
< NameBreakdownResponseDto > array |
readingType |
Sayaç Okuma Tipi |
|
reconciliationParticipationStatus |
Uzlaştırmaya Dahil Durumu |
|
reconciliationPeriod |
Uzlaştırma Dönemi |
|
recordUsageStatus |
Kayıt Kullanım Durumu |
|
remoteReadingStatus |
Uzaktan Okuma Durumu |
|
serial |
Sayaç Seri No |
string |
status |
Durum |
|
substation |
Trafo Merkezi |
|
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
supplierOrganizationEic |
Tedarikçi Organizasyon EIC |
string |
supplierOrganizationId |
Tedarikçi Organizasyon ID |
integer (int64) |
supplierOrganizationName |
Tedarikçi Organizasyon Ad |
string |
supplierOrganizationNameBreakdown |
Tedarikçi Organizasyon Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplierType |
Tedarik Tipi |
|
supplyDeductionSettlementPointEic |
Veriş Tenzil UEVÇB EIC |
string |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplyDeductionSettlementPointName |
Veriş Tenzil UEVÇB Ad |
string |
supplyDeductionSettlementPointNameBreakdown |
Veriş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplyDeductionSettlementPointOrganizationId |
Veriş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
supplyPositionType |
Veriş Pozisyon |
|
supplySettlementPointEic |
Veriş UEVÇB EIC |
string |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
supplySettlementPointName |
Veriş UEVÇB Ad |
string |
supplySettlementPointNameBreakdown |
Veriş UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplySettlementPointOrganizationId |
Veriş UEVÇB Organizasyon ID |
integer (int64) |
tariffClassType |
Tarife Sınıfı |
|
uniqueCode |
Tekil Kod |
string |
usageStatusType |
Kullanım Durumu |
|
usageType |
Kullanım Tipi |
|
versionNumber |
Versiyon Numarası |
integer (int32) |
withdrawDeductionSettlementPointEic |
Çekiş Tenzil UEVÇB EIC |
string |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawDeductionSettlementPointName |
Çekiş Tenzil UEVÇB Ad |
string |
withdrawDeductionSettlementPointNameBreakdown |
Çekiş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
withdrawDeductionSettlementPointOrganizationId |
Çekiş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
withdrawPositionType |
Çekiş Pozisyon |
|
withdrawSettlementPointEic |
Çekiş UEVÇB EIC |
string |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
withdrawSettlementPointName |
Çekiş UEVÇB Ad |
string |
withdrawSettlementPointNameBreakdown |
Çekiş UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
withdrawSettlementPointOrganizationId |
Çekiş UEVÇB Organizasyon ID |
integer (int64) |
7.36. NameBreakdownResponseDto
İsim | Açıklama | Şema |
---|---|---|
effectiveDateEnd |
Geçerlilik Tarihi Bitiş |
string (date-time) |
effectiveDateStart |
Geçerlilik Tarihi Başlangıç |
string (date-time) |
effectiveId |
ID |
integer (int64) |
eic |
EIC |
string |
name |
Ad |
string |
7.37. Page
İsim | Şema |
---|---|
limit |
integer (int64) |
offsetId |
integer (int64) |
offsetIdEnd |
integer (int64) |
offsetIdStart |
integer (int64) |
size |
integer (int64) |
7.38. PlainEcMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroupId |
İkili Anlaşma Tüketici Grubu ID |
integer (int64) |
busbarVoltageTypeId |
Bara Gerilim ID |
integer (int64) |
configurationTypeId |
Tedarik Konfigurasyon Tip ID |
integer (int64) |
consumptionPointStatusId |
Tüketim Noktası Durum ID |
integer (int64) |
consumptionPointTypeId |
Tüketim Noktası Tip ID |
integer (int64) |
contractPower |
Sözleşme Gücü |
number |
districtId |
İlçe ID |
integer (int64) |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
exceptionalSubstationStatus |
Özel Trafo Durumu |
boolean |
facilityTypeId |
Tesis Tip ID |
integer (int64) |
id |
ID |
integer (int64) |
lastResortConsumerGroupId |
Son Kaynak Tüketici Grubu ID |
integer (int64) |
lineCircuitCountTypeId1 |
|
integer (int64) |
lineCircuitCountTypeId2 |
|
integer (int64) |
lineCircuitCountTypeId3 |
|
integer (int64) |
lineConductorTypeId1 |
|
integer (int64) |
lineConductorTypeId2 |
|
integer (int64) |
lineConductorTypeId3 |
|
integer (int64) |
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroupId |
Ana Tarife Grubu ID |
integer (int64) |
measurementTypeId |
Ölçüm Tip ID |
integer (int64) |
meteringVoltageTypeId |
Bağlantı Noktası Gerilim Tip ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
noLoadLoss |
Boştaki Kayıp |
number |
profileSubscriptionGroupId |
Profil Abone Grubu ID |
integer (int64) |
readingDataTypeId |
Uzlaştırma Veri Tip ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingPeriod |
Okuma Periyodu |
integer (int32) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationParticipationStatusId |
Uzlaştırmaya Dahil Durum ID |
integer (int64) |
regionId |
Bölge ID |
integer (int64) |
remoteReadingStatusId |
Uzaktan Okuma Durum ID |
integer (int64) |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
supplierTypeId |
Tedarik Tip ID |
integer (int64) |
tariffClassTypeId |
Tarife Sınıf ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageStatusTypeId |
Kullanım Durum ID |
integer (int64) |
usageTypeId |
Kullanım Tip ID |
integer (int64) |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawPositionTypeId |
Çekiş Pozisyon ID |
integer (int64) |
7.39. PlainMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
address |
Adres |
string |
addressCode |
Adres Kodu |
integer (int64) |
annualAverageConsumption |
Yıllık Ortalama Tüketim |
number |
annualEstimatedConsumptionT1 |
T1 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT2 |
T2 Yıllık Tahmini Tüketim |
number |
annualEstimatedConsumptionT3 |
T3 Yıllık Tahmini Tüketim |
number |
bilateralConsumerGroupId |
İkili Anlaşma Tüketici Grubu ID |
integer (int64) |
brand |
Sayaç Marka |
string |
busbarVoltageTypeId |
Bara Gerilim ID |
integer (int64) |
configurationTypeId |
Tedarik Konfigurasyon Tip ID |
integer (int64) |
consumptionPointStatusId |
Tüketim Noktası Durum ID |
integer (int64) |
contractPower |
Sözleşme Gücü |
number |
districtId |
İlçe ID |
integer (int64) |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
exceptionalSubstationStatus |
Özel Trafo Durumu |
boolean |
id |
ID |
integer (int64) |
lastResortConsumerGroupId |
Son Kaynak Tüketici Grubu ID |
integer (int64) |
lineCircuitCountTypeId1 |
|
integer (int64) |
lineCircuitCountTypeId2 |
|
integer (int64) |
lineCircuitCountTypeId3 |
|
integer (int64) |
lineConductorTypeId1 |
|
integer (int64) |
lineConductorTypeId2 |
|
integer (int64) |
lineConductorTypeId3 |
|
integer (int64) |
lineCrossSection1 |
|
number |
lineCrossSection2 |
|
number |
lineCrossSection3 |
|
number |
lineLength1 |
|
number |
lineLength2 |
|
number |
lineLength3 |
|
number |
loadLoss |
Yükteki Kayıp |
number |
loadProfileFeature |
Yük Profil Kayit Özelliği |
boolean |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
mainTariffGroupId |
Ana Tarife Grubu ID |
integer (int64) |
measurementTypeId |
Ölçüm Tip ID |
integer (int64) |
meteringVoltageTypeId |
Bağlantı Noktası Gerilim Tip ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
noLoadLoss |
Boştaki Kayıp |
number |
oizOrganizationId |
OSB Ana Organizasyon ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
profileSubscriptionGroupId |
Profil Abone Grubu ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationParticipationStatusId |
Uzlaştırmaya Dahil Durum ID |
integer (int64) |
regionId |
Bölge ID |
integer (int64) |
remoteReadingStatusId |
Uzaktan Okuma Durum ID |
integer (int64) |
serial |
Sayaç Seri No |
string |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
substationInputVoltage |
Trafo Giriş Gerilimi |
number |
substationOutputVoltage |
Trafo Çıkış Gerilimi |
number |
substationPower |
Trafo Gücü |
number |
supplierOrganizationId |
Tedarikçi Organizasyon ID |
integer (int64) |
supplierTypeId |
Tedarik Tip ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplyPositionTypeId |
Veriş Pozisyon ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
tariffClassTypeId |
Tarife Sınıf ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageStatusTypeId |
Kullanım Durum ID |
integer (int64) |
usageTypeId |
Kullanım Tip ID |
integer (int64) |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawPositionTypeId |
Çekiş Pozisyon ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.40. PlainUlegMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
belongsToLegalEntityOfReadingOrganization |
Sayaç Okuyan Kurumun Tüzel Kişiliğine Aittir |
boolean |
configurationTypeId |
Tedarik Konfigurasyon Tip ID |
integer (int64) |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
measurementTypeId |
Ölçüm Tip ID |
integer (int64) |
name |
Sayaç Tesis Ad |
string |
organizationId |
Organizasyon ID |
integer (int64) |
rankId |
LÜY Kademe Tip ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationParticipationStatusId |
Uzlaştırmaya Dahil Durum ID |
integer (int64) |
regionId |
Bölge ID |
integer (int64) |
regulationClauseId |
LÜY Yönetmelik İlgili Madde ID |
integer (int64) |
servicePower |
LÜY İşletmedeki Güç |
number |
settlementPeriodId |
LÜY Mahsuplaşma Tip ID |
integer (int64) |
statusId |
Durum ID |
integer (int64) |
subscriptionGroupId |
LÜY Abone Grubu ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplierTypeId |
Tedarik Tip ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
tariffClassTypeId |
Tarife Sınıf ID |
integer (int64) |
uniqueCode |
Tekil Kod |
string |
usageTypeId |
Kullanım Tip ID |
integer (int64) |
voltageClassificationId |
LÜY Gerilim Tip ID |
integer (int64) |
7.41. PortfolioDto
İsim | Açıklama | Şema |
---|---|---|
currentOrganizationEic |
Mevcut Organizasyon EIC |
string |
currentOrganizationId |
Mevcut Organizasyon ID |
integer (int64) |
currentOrganizationName |
Mevcut Organizasyon Ad |
string |
customerNo |
Abone No |
string |
customerTitle |
Abone Ünvan |
string |
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
entryDate |
Portföye Giriş Tarihi |
string (date-time) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
meterEic |
EIC |
string |
meterId |
ID |
integer (int64) |
periodDate |
Portföye Giriş Tarihi |
string (date-time) |
portfolioMovementReasonType |
Portföy Hareketi Sebep Tipi |
|
portfolioMovementType |
Portföy Hareket Tipi |
|
previousOrganizationEic |
Önceki Organizasyon EIC |
string |
previousOrganizationId |
Önceki Organizasyon ID |
integer (int64) |
previousOrganizationName |
Önceki Organizasyon Ad |
string |
readingOrganizationEic |
Sayac Okuyan Kurum EIC |
string |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingOrganizationName |
Sayac Okuyan Kurum Ad |
string |
uniqueCode |
Tekil Kod |
string |
7.42. PortfolioQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
entryDateEnd |
Portföyden Çıkış Tarihi |
string (date-time) |
entryDateStart |
Portföye Giriş Başlangıç Tarihi |
string (date-time) |
meterEic |
EIC |
string |
meterId |
ID |
integer (int64) |
page |
||
periodDate |
Dönem Tarihi |
string (date-time) |
portfolioMovementReasonTypeIds |
Portföy Hareketi Sebep Tip ID leri |
< integer (int64) > array |
portfolioMovementTypeId |
Portföy Hareket Tip ID |
integer (int64) |
7.43. ReadingPortfolioQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
currentOrganizationId |
Mevcut Organizasyon ID |
integer (int64) |
entryDateEnd |
Portföyden Çıkış Tarihi |
string (date-time) |
entryDateStart |
Portföye Giriş Başlangıç Tarihi |
string (date-time) |
meterEic |
EIC |
string |
meterId |
ID |
integer (int64) |
page |
||
periodDate |
Dönem Tarihi |
string (date-time) |
portfolioMovementReasonTypeIds |
Portföy Hareketi Sebep Tip ID leri |
< integer (int64) > array |
portfolioMovementTypeId |
Portföy Hareket Tip ID |
integer (int64) |
previousOrganizationId |
Önceki Organizasyon ID |
integer (int64) |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
7.44. ReadingTypeDto
İsim | Açıklama | Şema |
---|---|---|
measurementTypes |
Ölçüm Tipleri |
< LookupDTO > array |
readingType |
Sayaç Okuma Tipi |
7.45. RegionDto
İsim | Açıklama | Şema |
---|---|---|
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
Bölge EIC |
string |
id |
Bölge ID |
integer (int64) |
name |
Bölge Ad |
string |
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
7.46. RegionQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
effectiveId |
Bölge ID |
integer (int64) |
eic |
Bölge EIC |
string |
name |
Bölge Ad |
string |
page |
||
periodDate |
Dönem Tarihi |
string (date-time) |
7.47. RestResponse
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.48. RestResponseBody
İsim | Şema |
---|---|
content |
object |
7.49. RestResponseBodyCountResponseDto
İsim | Şema |
---|---|
content |
7.50. RestResponseBodyExportOffsetIdsResponseDto
İsim | Şema |
---|---|
content |
7.51. RestResponseBodyExportPageResponseEcMeterResponseDto
İsim | Şema |
---|---|
content |
7.52. RestResponseBodyExportPageResponseMeterResponseDto
İsim | Şema |
---|---|
content |
7.53. RestResponseBodyExportPageResponsePlainEcMeterResponseDto
İsim | Şema |
---|---|
content |
7.54. RestResponseBodyExportPageResponsePlainMeterResponseDto
İsim | Şema |
---|---|
content |
7.55. RestResponseBodyExportPageResponsePlainUlegMeterResponseDto
İsim | Şema |
---|---|
content |
7.56. RestResponseBodyExportPageResponseUlegMeterResponseDto
İsim | Şema |
---|---|
content |
7.57. RestResponseBodyIdTextDto
İsim | Şema |
---|---|
content |
7.58. RestResponseBodyLookupDTO
İsim | Şema |
---|---|
content |
7.59. RestResponseBodyLookupResponse
İsim | Şema |
---|---|
content |
7.60. RestResponseBodyLookupTypeResponse
İsim | Şema |
---|---|
content |
7.61. RestResponseBodyObject
İsim | Şema |
---|---|
content |
object |
7.62. RestResponseBodyReadingTypeDto
İsim | Şema |
---|---|
content |
7.63. RestResponseBodyResultDto
İsim | Şema |
---|---|
content |
7.64. RestResponseBodySortablePageResponseEcMeterResponseDto
İsim | Şema |
---|---|
content |
7.65. RestResponseBodySortablePageResponseMainMeterResponseDto
İsim | Şema |
---|---|
content |
7.66. RestResponseBodySortablePageResponseMeterResponseDto
İsim | Şema |
---|---|
content |
7.67. RestResponseBodySortablePageResponsePortfolioDto
İsim | Şema |
---|---|
content |
7.68. RestResponseBodySortablePageResponseRegionDto
İsim | Şema |
---|---|
content |
7.69. RestResponseBodySortablePageResponseSubstationDto
İsim | Şema |
---|---|
content |
7.70. RestResponseBodySortablePageResponseUlegMeterResponseDto
İsim | Şema |
---|---|
content |
7.71. RestResponseBodySupplyPositionTypeDto
İsim | Şema |
---|---|
content |
7.72. RestResponseBodyUsageTypeDto
İsim | Şema |
---|---|
content |
7.73. RestResponseBodyWithdrawPositionTypeDto
İsim | Şema |
---|---|
content |
7.74. RestResponseCountResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.75. RestResponseError
İsim | Açıklama | Şema |
---|---|---|
errorCode |
Alınan hatanın kod bilgisi |
string |
errorMessage |
Alınan hatanın açıklaması |
string |
7.76. RestResponseExportOffsetIdsResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.77. RestResponseExportPageResponseEcMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.78. RestResponseExportPageResponseMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.79. RestResponseExportPageResponsePlainEcMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.80. RestResponseExportPageResponsePlainMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.81. RestResponseExportPageResponsePlainUlegMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.82. RestResponseExportPageResponseUlegMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.83. RestResponseIdTextDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.84. RestResponseLookupDTO
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.85. RestResponseLookupResponse
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.86. RestResponseLookupTypeResponse
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.87. RestResponseReadingTypeDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.88. RestResponseResultDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.89. RestResponseSortablePageResponseEcMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.90. RestResponseSortablePageResponseMainMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.91. RestResponseSortablePageResponseMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.92. RestResponseSortablePageResponsePortfolioDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.93. RestResponseSortablePageResponseRegionDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.94. RestResponseSortablePageResponseSubstationDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.95. RestResponseSortablePageResponseUlegMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.96. RestResponseSupplyPositionTypeDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.97. RestResponseUsageTypeDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.98. RestResponseWithdrawPositionTypeDto
İsim | Açıklama | Şema |
---|---|---|
body |
Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir. |
|
clientIp |
İsteği yapan clientin ip bilgisi |
string |
correlationId |
Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur. |
string |
dispatch |
string |
|
errors |
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 |
string |
|
spanIds |
string |
|
status |
Yapılan isteğin HTTP status kodunu dönmektedir. |
string |
successMessage |
string |
|
unsuccessfulList |
Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir. |
< BaseDTO > array |
userName |
İsteği yapan kullanıcı bilgisi |
string |
7.99. ResultDto
İsim | Açıklama | Şema |
---|---|---|
completed |
Sonuç |
boolean |
eic |
EIC |
string |
id |
ID |
integer (int64) |
7.100. SortDTO
İsim | Açıklama | Şema |
---|---|---|
direction |
${VALUE_SORT_DIRECTION} |
enum (ASC, DESC) |
field |
${VALUE_SORT_FIELD} |
string |
7.101. SortablePageResponse
İsim | Şema |
---|---|
items |
< object > array |
page |
|
sortableFields |
< string > array |
7.102. SortablePageResponseEcMeterResponseDto
İsim | Şema |
---|---|
items |
< EcMeterResponseDto > array |
page |
|
sortableFields |
< string > array |
7.103. SortablePageResponseMainMeterResponseDto
İsim | Şema |
---|---|
items |
< MainMeterResponseDto > array |
page |
|
sortableFields |
< string > array |
7.104. SortablePageResponseMeterResponseDto
İsim | Şema |
---|---|
items |
< MeterResponseDto > array |
page |
|
sortableFields |
< string > array |
7.105. SortablePageResponsePortfolioDto
İsim | Şema |
---|---|
items |
< PortfolioDto > array |
page |
|
sortableFields |
< string > array |
7.106. SortablePageResponseRegionDto
İsim | Şema |
---|---|
items |
< RegionDto > array |
page |
|
sortableFields |
< string > array |
7.107. SortablePageResponseSubstationDto
İsim | Şema |
---|---|
items |
< SubstationDto > array |
page |
|
sortableFields |
< string > array |
7.108. SortablePageResponseUlegMeterResponseDto
İsim | Şema |
---|---|
items |
< UlegMeterResponseDto > array |
page |
|
sortableFields |
< string > array |
7.109. SubstationDto
İsim | Açıklama | Şema |
---|---|---|
city |
Trafo Şehri |
|
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
Trafo EIC |
string |
firstRecord |
İlk Kayıt |
boolean |
id |
ID |
integer (int64) |
name |
Trafo Ad |
string |
recordUsageStatus |
Kayıt Kullanım Durumu |
|
region |
Trafo Bölge |
|
relatedCity1 |
Trafo İlgili Şehir 1 |
|
relatedCity2 |
Trafo İlgili Şehir 2 |
|
status |
Durum |
7.110. SubstationQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
cityId |
Trafo Şehir ID |
integer (int64) |
containsEffectiveId |
Trafo ID İçeren |
integer (int64) |
containsEic |
Trafo EIC İçeren |
string |
containsName |
Trafo Ad İçeren |
string |
containsRelatedCityId |
Trafo İlgili Şehir ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveId |
Trafo Merkezi ID |
integer (int64) |
eic |
Trafo EIC |
string |
name |
Trafo Ad |
string |
page |
||
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
regionId |
Trafo Bölge ID |
integer (int64) |
relatedCityId |
Trafo İlgili Şehir ID |
integer (int64) |
statusId |
Durum ID |
integer (int64) |
7.111. SupplyPositionTypeDto
İsim | Açıklama | Şema |
---|---|---|
lineLossStatus |
Hat Kaybı Parametresi |
boolean |
substationLossStatus |
Trafo Kayıp Parametresi |
boolean |
supplyPositionType |
Veriş Pozisyon |
|
transmissionLossStatus |
İSKK Kaybı Parametresi |
boolean |
7.112. UlegMeterExportRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsSupplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsSupplySettlementPointId |
Veriş UEVÇB ID İçeren |
integer (int64) |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Dışa Aktar Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationPeriodDate |
Uzlaştırma Dönem Tarihi |
string (date-time) |
reconciliationVersionTypeId |
Uzlaştırma Versiyon Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.113. UlegMeterQueryRequestDto
İsim | Açıklama | Şema |
---|---|---|
containsEic |
EIC İçeren |
string |
containsId |
ID İçeren |
integer (int64) |
containsMainMeterId |
Ana Sayaç ID İçeren |
integer (int64) |
containsOrganizationId |
Organizasyon ID İçeren |
integer (int64) |
containsSerial |
Sayaç Seri No İçeren |
string |
containsSupplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsSupplySettlementPointId |
Veriş UEVÇB ID İçeren |
integer (int64) |
containsWithdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID İçeren |
integer (int64) |
containsWithdrawSettlementPointId |
Çekiş UEVÇB ID İçeren |
integer (int64) |
effectiveDate |
Geçerlilik Tarihi |
string (date-time) |
effectiveDateStartGreaterThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya İleri |
string (date-time) |
effectiveDateStartLessThanOrEqual |
Geçerlilik Başlangıç Tarihine Eşit veya Geri |
string (date-time) |
eic |
EIC |
string |
id |
ID |
integer (int64) |
mainMeterId |
Ana Sayaç ID |
integer (int64) |
organizationId |
Organizasyon ID |
integer (int64) |
page |
Sorgulama Sayfası |
|
periodDateEnd |
Dönem Bitiş Tarihi |
string (date-time) |
periodDateStart |
Dönem Başlangıç Tarihi |
string (date-time) |
readingOrganizationId |
integer (int64) |
|
readingTypeId |
Sayaç Okuma Tip ID |
integer (int64) |
reconciliationPeriodDate |
Uzlaştırma Dönem Tarihi |
string (date-time) |
reconciliationVersionTypeId |
Uzlaştırma Versiyon Tip ID |
integer (int64) |
recordUsageStatusId |
Kayıt Kullanım Durum ID |
integer (int64) |
settlementPointIds |
UEVÇB ID leri |
< integer (int64) > array |
statusId |
Durum ID |
integer (int64) |
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
withdrawDeductionSettlementPointId |
Çekiş Tenzil UEVÇB ID |
integer (int64) |
withdrawSettlementPointId |
Çekiş UEVÇB ID |
integer (int64) |
7.114. UlegMeterResponseDto
İsim | Açıklama | Şema |
---|---|---|
belongsToLegalEntityOfReadingOrganization |
Sayaç Okuyan Kurumun Tüzel Kişiliğine Aittir |
boolean |
configurationType |
Tedarik Konfigurasyon Tipi |
|
effectiveDateEnd |
Örnek : |
string (date-time) |
effectiveDateStart |
Örnek : |
string (date-time) |
eic |
EIC |
string |
firstRecord |
İlk Kayıt |
boolean |
id |
ID |
integer (int64) |
lossFactorStatus |
İSKK Durumu |
boolean |
mainMeter |
Ana Sayaç |
|
mainMeterId |
Ana Sayaç ID |
integer (int64) |
measurementType |
Ölçüm Tipi |
|
name |
Sayaç Tesis Ad |
string |
organizationEic |
Organizasyon EIC |
string |
organizationId |
Organizasyon ID |
integer (int64) |
organizationName |
Organizasyon Ad |
string |
organizationNameBreakdown |
Organizasyon Ad Kırılımları |
< NameBreakdownResponseDto > array |
powerPlantEic |
Santral EIC |
string |
powerPlantId |
Santral ID |
integer (int64) |
powerPlantName |
Santral Ad |
string |
powerPlantNameBreakdown |
Santral Ad Kırılımları |
< NameBreakdownResponseDto > array |
rank |
LÜY Kademe Tipi |
|
readingOrganizationEic |
Sayac Okuyan Kurum EIC |
string |
readingOrganizationId |
Sayac Okuyan Kurum ID |
integer (int64) |
readingOrganizationName |
Sayac Okuyan Kurum Ad |
string |
readingOrganizationNameBreakdown |
Sayac Okuyan Kurum Ad Kırılımları |
< NameBreakdownResponseDto > array |
readingType |
Sayaç Okuma Tipi |
|
reconciliationParticipationStatus |
Uzlaştırmaya Dahil Durumu |
|
reconciliationPeriod |
Uzlaştırma Dönemi |
|
recordUsageStatus |
Kayıt Kullanım Durumu |
|
regulationClause |
LÜY Yönetmelik İlgili Madde |
|
servicePower |
LÜY İşletmedeki Güç |
number |
settlementPeriod |
LÜY Mahsuplaşma Tipi |
|
status |
Durum |
|
subscriptionGroup |
LÜY Abone Grubu |
|
substation |
Trafo Merkezi |
|
substationId |
Trafo Merkezi ID |
integer (int64) |
supplyDeductionSettlementPointEic |
Veriş Tenzil UEVÇB EIC |
string |
supplyDeductionSettlementPointId |
Veriş Tenzil UEVÇB ID |
integer (int64) |
supplyDeductionSettlementPointName |
Veriş Tenzil UEVÇB Ad |
string |
supplyDeductionSettlementPointNameBreakdown |
Veriş Tenzil UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplyDeductionSettlementPointOrganizationId |
Veriş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
supplySettlementPointEic |
Veriş UEVÇB EIC |
string |
supplySettlementPointId |
Veriş UEVÇB ID |
integer (int64) |
supplySettlementPointName |
Veriş UEVÇB Ad |
string |
supplySettlementPointNameBreakdown |
Veriş UEVÇB Ad Kırılımları |
< NameBreakdownResponseDto > array |
supplySettlementPointOrganizationId |
Veriş UEVÇB Organizasyon ID |
integer (int64) |
tariffClassType |
Tarife Sınıfı |
|
uniqueCode |
Tekil Kod |
string |
usageType |
Kullanım Tipi |
|
versionNumber |
Versiyon Numarası |
integer (int32) |
voltageClassification |
LÜY Gerilim Tipi |
|
withdrawDeductionSettlementPointOrganizationId |
Çekiş Tenzil UEVÇB Organizasyon ID |
integer (int64) |
withdrawSettlementPointOrganizationId |
Çekiş UEVÇB Organizasyon ID |
integer (int64) |
7.115. UsageTypeDto
İsim | Açıklama | Şema |
---|---|---|
measurementTypes |
Ölçüm Tipleri |
< LookupDTO > array |
usageType |
Kullanım Tipi |
7.116. VoltageTypeDto
İsim | Açıklama | Şema |
---|---|---|
voltage |
Voltaj |
number |
voltageType |
Voltaj Tipi |
7.117. WithdrawPositionTypeDto
İsim | Açıklama | Şema |
---|---|---|
connectionPositionDescriptionType |
Bağlantı Pozisyon Açıklama Tipi |
|
distributionLossStatus |
Dagitim Kaybı Parametresi |
boolean |
lineLossStatus |
Hat Kaybı Parametresi |
boolean |
organizationTypeId |
Organizasyon Tip ID |
integer (int64) |
substationLossStatus |
Trafo Kayıp Parametresi |
boolean |
substationNoLoadLossStatus |
Trafo Boştaki Kayıp Parametresi |
boolean |
withdrawPositionType |
Çekiş Pozisyon |