GET api/MonthlyProDetails/GetAllMonthlyProByAreaIdandDate?Day={Day}&Month={Month}&Year={Year}&AreaId={AreaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Day | integer |
Required |
|
| Month | integer |
Required |
|
| Year | integer |
Required |
|
| AreaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MonthlyProDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustId | integer |
None. |
|
| CustName | string |
None. |
|
| productId | integer |
None. |
|
| ProductName | string |
None. |
|
| quantity | decimal number |
None. |
|
| date | date |
None. |
|
| amount | decimal number |
None. |
|
| isDelete | boolean |
None. |
|
| status | string |
None. |
|
| productSize | integer |
None. |
|
| Description | string |
None. |
|
| Unit_Id | integer |
None. |
|
| Unit | string |
None. |
|
| AreaId | integer |
None. |
|
| Mobile | string |
None. |
|
| Seq_Num | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"CustId": 2,
"CustName": "sample string 3",
"productId": 4,
"ProductName": "sample string 5",
"quantity": 6.0,
"date": "2025-12-06T10:03:18.4223023",
"amount": 8.0,
"isDelete": true,
"status": "sample string 10",
"productSize": 11,
"Description": "sample string 12",
"Unit_Id": 13,
"Unit": "sample string 14",
"AreaId": 15,
"Mobile": "sample string 16",
"Seq_Num": 17.0
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"CustId":2,"CustName":"sample string 3","productId":4,"ProductName":"sample string 5","quantity":6.0,"date":"2025-12-06T10:03:18.4223023","amount":8.0,"isDelete":true,"status":"sample string 10","productSize":11,"Description":"sample string 12","Unit_Id":13,"Unit":"sample string 14","AreaId":15,"Mobile":"sample string 16","Seq_Num":17.0},{"$ref":"1"}]