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": "e17003fd-bace-476e-8330-20520eec8027",
"Attr1": "311a7b20-3a6b-499f-9ba7-de6d2a613e92",
"Attr2": "7341d559-b98e-4f3c-be12-a3a67237e675",
"Attr3": "c062bdb5-8a4b-440f-8430-6a507d558155",
"SortBy": "sample string 10",
"MerchantId": "10f13a5b-87a8-46c0-be6b-b53ebefabf79",
"AttributeI": "a254711f-53d0-4dc3-9081-dcd93a1f7424",
"AttributeII": "a004d7f9-0101-49e1-95de-d46a9758c1e5",
"AttributeIII": "8d3aaf05-aa40-45a5-8526-80efc6d3b14c",
"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": "e84bc7be-c333-4968-8711-16cfd7dbbf40",
"ProductCode": "sample string 2",
"ProductId": "beb9fbeb-f673-48ea-a1ea-57ab4d7e40f0",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-06-15 12:42:16",
"CreateDate": "2026-06-15 12:42:16",
"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": "5dac4228-3bd7-42a7-90c7-f4e964a34ccb"
},
{
"SKU": "e84bc7be-c333-4968-8711-16cfd7dbbf40",
"ProductCode": "sample string 2",
"ProductId": "beb9fbeb-f673-48ea-a1ea-57ab4d7e40f0",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-06-15 12:42:16",
"CreateDate": "2026-06-15 12:42:16",
"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": "5dac4228-3bd7-42a7-90c7-f4e964a34ccb"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}