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": "202ab816-3665-4d31-b17b-2eadacd21482",
"Attr1": "ffa3a8d8-40c6-4482-97c4-f141c029c442",
"Attr2": "e22022ae-d991-4001-b403-94bac0d8c304",
"Attr3": "c0b4f7e4-c94c-4008-891b-5b23dcdb94b7",
"SortBy": "sample string 10",
"MerchantId": "5cd7415d-b5bf-4813-aafd-5561e7736557",
"AttributeI": "ce9e17ac-7754-4814-82b2-2bf5b3d355e9",
"AttributeII": "7b44c9bb-8b46-40a6-ab8c-960b3be38451",
"AttributeIII": "691aa06c-6055-40f6-b5fe-d6e281e8364c",
"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": "7625e97f-ce28-47be-9fd8-166a8475103d",
"ProductCode": "sample string 2",
"ProductId": "3dd7ff50-1be1-449f-ae48-a2e09d849761",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-04-20 09:54:09",
"CreateDate": "2026-04-20 09:54:09",
"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": "fbf3e2fc-05dd-4c35-8616-437460d21212"
},
{
"SKU": "7625e97f-ce28-47be-9fd8-166a8475103d",
"ProductCode": "sample string 2",
"ProductId": "3dd7ff50-1be1-449f-ae48-a2e09d849761",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-04-20 09:54:09",
"CreateDate": "2026-04-20 09:54:09",
"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": "fbf3e2fc-05dd-4c35-8616-437460d21212"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}