📊Raporlama
Sisteme işediğiniz verilerin içinden belli bir tarih aralığı, otel/etkinlik ismi veya tipine göre rapor oluşturmak için kullanabileceğiniz servisler
Sisteme işlenen veriler içinden belli filitreler ile rapor oluşturma
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": "00000000-0000-0000-0000-000000000000",
"start": "",
"end": "",
"status": "PENDING", //PENDING, IN_PROGRESS, COMPLETED
"type": null,
"name": null,
"link": null,
"rowCount": 0,
"totalEmission": 10
}
{
"id": "00000000-0000-0000-0000-000000000000",
"start": "",
"end": "",
"status": "COMPLETED", //PENDING, IN_PROGRESS, COMPLETED
"type": null,
"name": null,
"link": "...",
"rowCount": 1361133,
"totalEmission": 13611330
}Daha önceden oluşturduğunuz bir raporun durumunu görmek için
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated