POST Api/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": "cec7f3d3-2ae8-4a03-b5ec-b95a15c2424a",
"Attr1": "bb80e4e9-9345-4571-9040-b9c15d00580d",
"Attr2": "3421095e-2c7f-4007-8b44-9ce6a61ea3a7",
"Attr3": "f4378679-28cf-47d1-b136-cb291b218a6f",
"SortBy": "sample string 10",
"MerchantId": "e4e86cd3-5e01-4a80-90a4-891cece618a6",
"AttributeI": "a305806b-abf6-44a7-9d02-1d8a41a627d3",
"AttributeII": "6b784fcf-3d18-4b3d-a0fc-75c52f767142",
"AttributeIII": "56c9e2ac-4a1a-412d-96f6-fca348d08e97",
"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": "fd484610-5e26-40ce-95ec-45fabbf8eec9",
"ProductCode": "sample string 2",
"ProductId": "d3f0ba4d-80f0-4709-9b87-b1fa2bff26df",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-30 16:31:27",
"CreateDate": "2026-07-30 16:31:27",
"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": "9d2774a4-6d5d-4d83-9815-0f1e8f82d101"
},
{
"SKU": "fd484610-5e26-40ce-95ec-45fabbf8eec9",
"ProductCode": "sample string 2",
"ProductId": "d3f0ba4d-80f0-4709-9b87-b1fa2bff26df",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-30 16:31:27",
"CreateDate": "2026-07-30 16:31:27",
"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": "9d2774a4-6d5d-4d83-9815-0f1e8f82d101"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}