GET api/Sale/GetCurrentMonthSale
Get Curretn Month sale
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
return MonthlyCategorySale
MonthlyCategorySale| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| GrandTotal | decimal number |
None. |
|
| NetTotal | decimal number |
None. |
|
| Categories | Collection of SaleDetail |
None. |
|
| DailySales | Collection of SaleDetail |
None. |
|
| HourlySales | Collection of SaleDetail |
None. |
|
| OutletSales | Collection of OutletSale |
None. |
Response Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"GrandTotal": 2.0,
"NetTotal": 3.0,
"Categories": [
{
"$id": "2",
"GroupName": "sample string 1",
"GrossTotal": 2.0,
"NetTotal": 3.0,
"CreationDate": "2026-06-21T22:54:47.8464685+02:00",
"SaleDay": "2026-06-21T22:54:47.8464685+02:00",
"SaleHour": 6,
"DataType": "sample string 7",
"OutletId": "9d079a8c-72e0-4a6e-9495-653ee4b86304"
},
{
"$ref": "2"
}
],
"DailySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"HourlySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"OutletSales": [
{
"$id": "3",
"OutletId": "cddd6582-c486-4457-a79d-3eb7a974b41a",
"SaleDate": "2026-06-21T22:54:47.8464685+02:00",
"OutletName": "sample string 3",
"GrossTotal": 4.0,
"NetTotal": 5.0
},
{
"$ref": "3"
}
]
}