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": "97d67423-4f7e-4865-a3a8-b7ea29477dd9",
"Attr1": "200a9d39-2d05-4011-a383-69b71e0a96d2",
"Attr2": "c770191b-5bb3-4a73-b764-979208861ccc",
"Attr3": "42e2c1b3-b7b3-4795-a0fb-0d65cab191f7",
"SortBy": "sample string 10",
"MerchantId": "b27be72f-0465-40a3-8462-22c39bd48833",
"AttributeI": "0daa0cda-f8b7-4743-9177-8df7224f0acd",
"AttributeII": "c57cbab0-0a76-4314-9888-854203af2a42",
"AttributeIII": "9612ad9b-f7d7-4110-ab78-37571f2f7b47",
"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": "e9dcd8be-ed5f-464a-a90b-0fa27c42662a",
"ProductCode": "sample string 2",
"ProductId": "44c80858-1751-4fd5-a629-c3f46b045a57",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-06-15 12:42:15",
"CreateDate": "2026-06-15 12:42:15",
"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": "204627fc-1d83-4dc8-9108-e90dd930b34e"
},
{
"SKU": "e9dcd8be-ed5f-464a-a90b-0fa27c42662a",
"ProductCode": "sample string 2",
"ProductId": "44c80858-1751-4fd5-a629-c3f46b045a57",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-06-15 12:42:15",
"CreateDate": "2026-06-15 12:42:15",
"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": "204627fc-1d83-4dc8-9108-e90dd930b34e"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}