GET api/v1/Rapor/EnCokSatilanUrunler?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
ResponseClassOfUrunRaporu| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| query_date | date |
None. |
|
| Result | UrunRaporu |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"query_date": "2025-12-19T07:46:52.3706876Z",
"result": {
"$id": "2",
"gramaj": [
{
"$id": "3",
"urunAdi": "sample string 1",
"barkod": "sample string 2",
"adet": 3.1,
"miktar": 4.1
},
{
"$ref": "3"
}
],
"adet": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"karma": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"adi": "sample string 1",
"kodu": 2,
"aktarimSorunuVar": true
}
}