POST AdminApi/Inventory/SearchInvFlowLst
Request Information
URI Parameters
None.
Body Parameters
InvFlowPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | InvFlowSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"ProductCode": "sample string 1",
"ProductName": "sample string 2",
"TransBeginDate": "sample string 3",
"TransEndDate": "sample string 4",
"TransTypeList": "sample string 5",
"CategoryId": "a7aa5121-ce0c-4d5d-b7a6-7297522e073b",
"Attr1": "a5a9fa6c-94b0-4865-ada4-2265425e6070",
"Attr2": "4d3c0210-48c2-4fe2-a7d3-18f76499c965",
"Attr3": "21046424-6a08-4afe-9bca-155d961259d9",
"SortBy": "sample string 10",
"MerchantId": "f93b56ec-464f-428c-b09d-f9bdefe07eb3",
"AttributeI": "5df9c32a-4976-467e-8dc1-f4c8cc88df32",
"AttributeII": "36f4f796-7597-4bad-b671-c8a410b1ba00",
"AttributeIII": "a95ccf0f-94ba-42d7-bc75-1d32418b23ed",
"Page": 15,
"PageSize": 16,
"Offset": 224,
"SortName": "sample string 17",
"SortOrder": "sample string 18"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfInvFlowView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of InvFlowView |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"SKU": "ecc53ff5-f62c-42ed-9e3c-88940c1b9c24",
"ProductCode": "sample string 2",
"ProductId": "8510387f-43b8-4a65-9c61-27b961b6e432",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-02-24 14:21:01",
"CreateDate": "2026-02-24 14:21:01",
"TransQty": 9,
"RefNo": "sample string 10",
"Handler": "sample string 11",
"BatchNo": "sample string 12",
"Remarks": "sample string 13",
"ImgPath": "sample string 14",
"WhName": "sample string 15",
"IOTypeDesc": "sample string 16",
"TransTypeDesc": "sample string 17",
"TransType": 1,
"IOType": 0,
"BizId": "594ec1fd-4a8a-4abd-9e0a-ddc15f445489"
},
{
"SKU": "ecc53ff5-f62c-42ed-9e3c-88940c1b9c24",
"ProductCode": "sample string 2",
"ProductId": "8510387f-43b8-4a65-9c61-27b961b6e432",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-02-24 14:21:01",
"CreateDate": "2026-02-24 14:21:01",
"TransQty": 9,
"RefNo": "sample string 10",
"Handler": "sample string 11",
"BatchNo": "sample string 12",
"Remarks": "sample string 13",
"ImgPath": "sample string 14",
"WhName": "sample string 15",
"IOTypeDesc": "sample string 16",
"TransTypeDesc": "sample string 17",
"TransType": 1,
"IOType": 0,
"BizId": "594ec1fd-4a8a-4abd-9e0a-ddc15f445489"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}