POST AdminApi/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": "f9810382-d4d4-4129-a0a9-1e09d0e6b053",
"Attr1": "e558e813-bccc-42e1-96c6-5fc3fd9274d4",
"Attr2": "8dc77cdf-c920-4236-bbc6-ed002127c085",
"Attr3": "90508184-3096-4122-855e-f5c2995b1d10",
"SortBy": "sample string 10",
"MerchantId": "b8654c12-7f5e-4a6e-9b49-4ed21ccd5496",
"AttributeI": "38323218-92d6-4004-9e84-c79e8ca79cc6",
"AttributeII": "935a8430-a774-485d-9026-aa196c7b5e79",
"AttributeIII": "7544f445-39db-45a9-a8cf-8183b1344d7c",
"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": "fad74429-6199-4e64-83ba-482f9d1cb254",
"ProductCode": "sample string 2",
"ProductId": "83f38d12-2ed4-4b52-b0d2-b3b1c8e32e58",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-08-17 02:03:39",
"CreateDate": "2026-08-17 02:03:39",
"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": "77368e28-0278-43d9-b255-95c6f31efb89"
},
{
"SKU": "fad74429-6199-4e64-83ba-482f9d1cb254",
"ProductCode": "sample string 2",
"ProductId": "83f38d12-2ed4-4b52-b0d2-b3b1c8e32e58",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-08-17 02:03:39",
"CreateDate": "2026-08-17 02:03:39",
"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": "77368e28-0278-43d9-b255-95c6f31efb89"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}