GET api/v1/Rapor/Satislar?DepoKodu={DepoKodu}&BaslangicTarihi={BaslangicTarihi}&BitisTarihi={BitisTarihi}
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DepoKodu | string |
Required |
|
| BaslangicTarihi | string |
Required |
|
| BitisTarihi | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseClassOfListOfSatislar| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| query_date | date |
None. |
|
| Result | Collection of Satislar |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"query_date": "2025-12-19T07:45:17.0872668Z",
"result": [
{
"$id": "2",
"satislar": [
{
"$id": "3",
"tarih": "sample string 1",
"tutar": 2.0,
"musteriSayi": 3,
"sepetOrtalamasi": 4.0,
"belgeTipi": "sample string 5"
},
{
"$ref": "3"
}
],
"nakit": 1.0,
"krediKarti": 2.0,
"yemekCeki": 3.0,
"diger": 4.0,
"genelToplam": 5.0,
"ycSayi": 6,
"adi": "sample string 7",
"kodu": 8,
"aktarimSorunuVar": true
},
{
"$ref": "2"
}
]
}