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": "b5a1ca0c-b357-47c5-82cb-ac53be39dc5e",
"Attr1": "8fb0b5a4-1923-4636-8500-590b5dc0e247",
"Attr2": "8fe718af-157b-4201-a93f-c1c8e69cbe0c",
"Attr3": "38b63605-09e0-45b4-bad4-5abd203f7831",
"SortBy": "sample string 10",
"MerchantId": "06d3b3ff-f534-44b4-89b8-5cfedaa7cbb4",
"AttributeI": "f127a047-b074-43eb-ac10-440427480a17",
"AttributeII": "94900f8a-80fc-4c43-bfb0-7e10b71eb796",
"AttributeIII": "21cb38f0-3fc3-4b50-87d6-2535099f32b3",
"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": "087cf707-c265-437c-9902-11d6c86600c3",
"ProductCode": "sample string 2",
"ProductId": "bc8ed050-0353-4238-923a-3a2cc2bd9f20",
"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": "ad6e4a48-b135-4d84-a3cd-51dc37b54151"
},
{
"SKU": "087cf707-c265-437c-9902-11d6c86600c3",
"ProductCode": "sample string 2",
"ProductId": "bc8ed050-0353-4238-923a-3a2cc2bd9f20",
"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": "ad6e4a48-b135-4d84-a3cd-51dc37b54151"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}