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": "2793953f-8d23-4920-bb9c-e3d0cc6720b3",
"Attr1": "c9da1efa-1d10-494a-a67c-46513ee97a31",
"Attr2": "a234f65b-d7bb-4337-9935-582e7f01beed",
"Attr3": "ee493a17-423c-49f8-81a4-0c9b94a86b69",
"SortBy": "sample string 10",
"MerchantId": "a0da710f-328a-49d3-8878-8119dbd32beb",
"AttributeI": "e74d6161-adc2-4a58-a0bb-6e8ad8db41d9",
"AttributeII": "8731cb27-4830-4419-a04d-86ec545ec3a6",
"AttributeIII": "32fa0e96-ffbc-4d7f-8610-8d8e810ce765",
"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": "7c49973e-2267-4852-8aca-f9fab8ff4629",
"ProductCode": "sample string 2",
"ProductId": "ae8cfce0-33be-4629-a622-35bb9a51356e",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-04-20 09:54:05",
"CreateDate": "2026-04-20 09:54:05",
"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": "2c859937-cd7c-4366-97cc-b42a2e7e0054"
},
{
"SKU": "7c49973e-2267-4852-8aca-f9fab8ff4629",
"ProductCode": "sample string 2",
"ProductId": "ae8cfce0-33be-4629-a622-35bb9a51356e",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-04-20 09:54:05",
"CreateDate": "2026-04-20 09:54:05",
"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": "2c859937-cd7c-4366-97cc-b42a2e7e0054"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}