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": "c2a41a7b-1cd2-4789-876a-e0bece968d58",
"Attr1": "3cc8c97c-9746-4e56-8d11-3f37731a3e49",
"Attr2": "4b6421bf-fe4a-42cd-9d7b-c9a18586727e",
"Attr3": "29b93319-2c2a-4f8f-b081-1f75a2e57ba1",
"SortBy": "sample string 10",
"MerchantId": "24496e16-7214-4f19-9262-8b932d4e06dc",
"AttributeI": "dda01509-d736-480e-a67a-0d6772723b78",
"AttributeII": "bb2a11c5-5184-4fc8-b6d4-f1ae939bc3eb",
"AttributeIII": "3a6b5839-826e-4fdd-98a6-a49c19031928",
"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": "1dbf5c74-3def-4cf0-ab9c-883fb0c53070",
"ProductCode": "sample string 2",
"ProductId": "f7533eb4-1100-4fa3-b98d-a938d9193981",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-12-30 14:07:26",
"CreateDate": "2025-12-30 14:07:26",
"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": "045a3f62-41fe-4a3d-8169-73f21b83a6e7"
},
{
"SKU": "1dbf5c74-3def-4cf0-ab9c-883fb0c53070",
"ProductCode": "sample string 2",
"ProductId": "f7533eb4-1100-4fa3-b98d-a938d9193981",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-12-30 14:07:26",
"CreateDate": "2025-12-30 14:07:26",
"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": "045a3f62-41fe-4a3d-8169-73f21b83a6e7"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}