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": "53c3152f-9e81-4801-959c-fdac7cfb9afb",
"Attr1": "327aa9bc-9944-4b25-90cf-9da4bc19ea6d",
"Attr2": "2d62e1df-d0a2-4260-b5a3-110f80add71f",
"Attr3": "c9cd2b3c-f716-4d8f-98a7-c4c3f0da651b",
"SortBy": "sample string 10",
"MerchantId": "ff52d6ab-90f3-49f0-b738-3032bf514be4",
"AttributeI": "7bbb8ccd-b095-4cba-bebd-ef9f91d9f684",
"AttributeII": "17bf96ee-9bdd-426d-91d9-dd35561994c1",
"AttributeIII": "a2cc64a9-93bb-4e52-a089-595c228c3eae",
"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": "6e5086c8-7dd3-4ab6-a152-7841b5cea1d4",
"ProductCode": "sample string 2",
"ProductId": "6934c15d-373f-47a4-8f01-8828faffad53",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-22 06:01:54",
"CreateDate": "2026-07-22 06:01:54",
"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": "22f37201-88df-4793-a8ca-f6790a03a770"
},
{
"SKU": "6e5086c8-7dd3-4ab6-a152-7841b5cea1d4",
"ProductCode": "sample string 2",
"ProductId": "6934c15d-373f-47a4-8f01-8828faffad53",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-22 06:01:54",
"CreateDate": "2026-07-22 06:01:54",
"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": "22f37201-88df-4793-a8ca-f6790a03a770"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}