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": "8fd6c44c-42ed-4b3f-bf24-41a9f327f026",
"Attr1": "aaaa0bea-0268-4ce8-9c0b-d8b150588ec1",
"Attr2": "1bc4cbf6-962b-4384-b637-6944825841d0",
"Attr3": "b8cb7cd1-5999-4b5b-b464-10c09f2abac7",
"SortBy": "sample string 10",
"MerchantId": "121641de-e316-475f-af3d-0c1dbf3afb4c",
"AttributeI": "3bf6d660-e231-48d8-ab42-bb2de95d4000",
"AttributeII": "fd303504-3438-49c6-a19e-95d9dd806f32",
"AttributeIII": "23980ff9-fd94-4eb8-83e9-6dae00593c8f",
"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": "803edc99-e588-4d5f-b745-0fa1751d82e7",
"ProductCode": "sample string 2",
"ProductId": "3b789f20-21c5-41db-ba39-8d2756010621",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-22 06:01:38",
"CreateDate": "2026-07-22 06:01:38",
"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": "23e37c8b-4145-4b4f-bcb2-c1a9b5ef498f"
},
{
"SKU": "803edc99-e588-4d5f-b745-0fa1751d82e7",
"ProductCode": "sample string 2",
"ProductId": "3b789f20-21c5-41db-ba39-8d2756010621",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-07-22 06:01:38",
"CreateDate": "2026-07-22 06:01:38",
"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": "23e37c8b-4145-4b4f-bcb2-c1a9b5ef498f"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}