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-02-04T04:13:50.4387181+01:00",
"SaleDay": "2026-02-04T04:13:50.4387181+01:00",
"SaleHour": 6,
"DataType": "sample string 7",
"OutletId": "34f4d69e-5f97-4b40-bd27-e470c0bdfcae"
},
{
"$ref": "2"
}
],
"DailySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"HourlySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"OutletSales": [
{
"$id": "3",
"OutletId": "bb8ed68a-7217-46a2-a0c8-6b6e8f4f3fb1",
"SaleDate": "2026-02-04T04:13:50.4387181+01:00",
"OutletName": "sample string 3",
"GrossTotal": 4.0,
"NetTotal": 5.0
},
{
"$ref": "3"
}
]
}