GET api/v1/Rapor/SaatlikSatislar?BaslangicTarihi={BaslangicTarihi}&BitisTarihi={BitisTarihi}
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BaslangicTarihi | string |
Required |
|
| BitisTarihi | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseClassOfListOfSaatlikSatisRaporu| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| query_date | date |
None. |
|
| Result | Collection of SaatlikSatisRaporu |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"query_date": "2025-12-19T07:45:17.0872668Z",
"result": [
{
"$id": "2",
"bolgeMuduru": "sample string 1",
"tarih": "2025-12-19T07:45:17.0872668Z",
"six_To_Eight": 3.0,
"eigth_To_Eight_Half": 4.0,
"eight_Half_To_Nine": 5.0,
"nine_To_Ten": 6.0,
"ten_To_Twelve": 7.0,
"twelve_To_Fourteen": 8.0,
"fourteen_To_Sixteen": 9.0,
"sixteen_To_Eighteen": 10.0,
"eighteen_To_Nineteen": 11.0,
"nineteen_To_Twenty": 12.0,
"twenty_To_TwentyOne": 13.0,
"twentyOne_To_TwentyOne_Half": 14.0,
"twentyOne_Half_To_TwentyTwo": 15.0,
"twentyTwo_To_TwentyFour": 16.0,
"genelToplam": 17.0,
"adi": "sample string 18",
"kodu": 19,
"aktarimSorunuVar": true
},
{
"$ref": "2"
}
]
}