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": "8077b714-7365-4766-8a80-8f7e1f8c589c",
"Attr1": "36d0765d-6b10-47d0-abad-2691a2af8379",
"Attr2": "6846c591-161a-4f8c-a5d6-1463ceb9fcd4",
"Attr3": "ac532ef1-0ac5-4f27-bfbf-d404281a9fc5",
"SortBy": "sample string 10",
"MerchantId": "86669e69-f810-473c-bf3d-cb96007d51b0",
"AttributeI": "dba5be38-deb4-4705-96bf-0c8d7f0c0db1",
"AttributeII": "cba79f72-53f0-4bda-ba50-d27c89a494e7",
"AttributeIII": "e64c12f8-8da8-49aa-a7fc-b519b716df9d",
"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": "af095756-687d-4c4c-8e3c-f49de20c5a3c",
"ProductCode": "sample string 2",
"ProductId": "5c81908e-5543-414c-abd3-c2d3d875f4cc",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-02-24 14:21:19",
"CreateDate": "2026-02-24 14:21:19",
"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": "2c3e3039-86f5-4d31-96e5-ba72fea7b5f5"
},
{
"SKU": "af095756-687d-4c4c-8e3c-f49de20c5a3c",
"ProductCode": "sample string 2",
"ProductId": "5c81908e-5543-414c-abd3-c2d3d875f4cc",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-02-24 14:21:19",
"CreateDate": "2026-02-24 14:21:19",
"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": "2c3e3039-86f5-4d31-96e5-ba72fea7b5f5"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}