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": "bc84f183-8842-4f3b-9d61-b4fa80051007",
"Attr1": "dd76eac8-f28e-4422-ade2-26e8efd1c8fb",
"Attr2": "af8ba22c-032a-41c2-a85c-039190c0dc26",
"Attr3": "0300f92b-8bcf-43f4-b940-8f07d97670d4",
"SortBy": "sample string 10",
"MerchantId": "5841e444-ea8c-4b10-bb1c-b86d1c73657a",
"AttributeI": "3f68bd4b-8d79-4a63-866c-264b0018daef",
"AttributeII": "faf70d75-c8a9-42c2-934b-903bedfa683b",
"AttributeIII": "5f342bd9-9f53-49c1-b36f-ce68612ff604",
"Page": 15,
"PageSize": 16,
"Offset": 224,
"SortName": "sample string 17",
"SortOrder": "sample string 18"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "b21e03a2-a259-48e5-becf-0a1bdbe39c13",
"ProductCode": "sample string 2",
"ProductId": "d1e43ef7-6ef9-4715-9856-1e56386d088c",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-10-28 19:02:48",
"CreateDate": "2025-10-28 19:02:48",
"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": "2124a5fe-1be8-4f8f-bbba-026c9a483f43"
},
{
"SKU": "b21e03a2-a259-48e5-becf-0a1bdbe39c13",
"ProductCode": "sample string 2",
"ProductId": "d1e43ef7-6ef9-4715-9856-1e56386d088c",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-10-28 19:02:48",
"CreateDate": "2025-10-28 19:02:48",
"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": "2124a5fe-1be8-4f8f-bbba-026c9a483f43"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}