POST api/report/monthly-stock-analysis
Request Information
URI Parameters
None.
Body Parameters
UserRequestName | Description | Type | Additional information |
---|---|---|---|
UserSeq | integer |
None. |
|
UserUId | globally unique identifier |
None. |
|
TokenNo | string |
None. |
|
seqNo | integer |
None. |
|
value | string |
None. |
|
Code | string |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSeq": 1, "UserUId": "a5ae9211-3b51-4a5b-940a-1532b30a1b4b", "TokenNo": "sample string 3", "seqNo": 4, "value": "sample string 5", "Code": "sample string 6", "Type": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RespMonthStockName | 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": "2025-07-01T01:32:11.6861541-04:00", "ToDate": "2025-07-01T01:32:11.6861541-04:00", "TotalStock": 4, "NewStock": 5, "OutStock": 6, "ClosingStock": 7 }, { "StockMonth": "sample string 1", "FromDate": "2025-07-01T01:32:11.6861541-04:00", "ToDate": "2025-07-01T01:32:11.6861541-04:00", "TotalStock": 4, "NewStock": 5, "OutStock": 6, "ClosingStock": 7 } ] }