GET api/v1/Rapor/BelgeDetay?BelgeID={BelgeID}
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BelgeID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseClassOfBelgeDetay| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| query_date | date |
None. |
|
| Result | BelgeDetay |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"query_date": "2025-12-19T07:44:18.717647Z",
"result": {
"$id": "2",
"hareketler": [
{
"$id": "3",
"barkod": "sample string 1",
"adet": 2.0,
"kdv": 3.0,
"tutar": 4.0,
"tip": "sample string 5",
"satir": 6
},
{
"$ref": "3"
}
],
"odemeler": [
{
"$id": "4",
"odemeTipi": "sample string 1",
"tutar": 2.0
},
{
"$ref": "4"
}
],
"iskontolar": [
{
"$id": "5",
"satir": 1,
"barkod": "sample string 2",
"indMiktar": 3.0
},
{
"$ref": "5"
}
],
"magaza": "sample string 1",
"belgeID": "sample string 2",
"sicil_No": "sample string 3",
"kasaNo": 4,
"tarih": "sample string 5",
"belgeTipi": "sample string 6",
"belge_No": "sample string 7",
"toplam": 8.0,
"iptal": true,
"indirimTutar": 10.0
}
}