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-09-20T13:22:43.7588185+02:00",
"SaleDay": "2026-09-20T13:22:43.7588185+02:00",
"SaleHour": 6,
"DataType": "sample string 7",
"OutletId": "29fdfdc8-33cf-4a1d-832a-a90bbc7158a4"
},
{
"$ref": "2"
}
],
"DailySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"HourlySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"OutletSales": [
{
"$id": "3",
"OutletId": "455c030a-0b50-4d48-9a96-93e978175e24",
"SaleDate": "2026-09-20T13:22:43.7588185+02:00",
"OutletName": "sample string 3",
"GrossTotal": 4.0,
"NetTotal": 5.0
},
{
"$ref": "3"
}
]
}