POST api/report/monthly-stock-analysis
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "293d0a2b-329c-41b5-8bc3-19d2f614d1c0",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespMonthStock| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| Data | Collection of MonthlyStock |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"Data": [
{
"StockMonth": "sample string 1",
"FromDate": "2026-02-06T18:10:33.5173835+08:00",
"ToDate": "2026-02-06T18:10:33.5173835+08:00",
"TotalStock": 4,
"NewStock": 5,
"OutStock": 6,
"ClosingStock": 7
},
{
"StockMonth": "sample string 1",
"FromDate": "2026-02-06T18:10:33.5173835+08:00",
"ToDate": "2026-02-06T18:10:33.5173835+08:00",
"TotalStock": 4,
"NewStock": 5,
"OutStock": 6,
"ClosingStock": 7
}
]
}