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-03-21T23:46:24.6931895+01:00",
"SaleDay": "2026-03-21T23:46:24.6931895+01:00",
"SaleHour": 6,
"DataType": "sample string 7",
"OutletId": "54586d8a-310d-4717-99a9-69e672ebb335"
},
{
"$ref": "2"
}
],
"DailySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"HourlySales": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"OutletSales": [
{
"$id": "3",
"OutletId": "7b439940-0673-46a0-be0a-e89fbcebc3e0",
"SaleDate": "2026-03-21T23:46:24.6931895+01:00",
"OutletName": "sample string 3",
"GrossTotal": 4.0,
"NetTotal": 5.0
},
{
"$ref": "3"
}
]
}