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": "8e6e31c4-81c0-46b3-aa09-625197bbacb6",
"Attr1": "34cf4831-a524-4f06-b542-e0f0134c0a69",
"Attr2": "24f4fdab-ad35-4a08-af0b-8a961c374821",
"Attr3": "8406ae1d-1b3d-4bd3-a79f-086cb48a90b6",
"SortBy": "sample string 10",
"MerchantId": "5024a171-9ffa-407c-925d-07b0b2b8c5c0",
"AttributeI": "fa8cc048-0a4f-468e-b4c9-1dad78958d87",
"AttributeII": "7703e94d-46ef-4683-aca4-2f5629fd33c2",
"AttributeIII": "b5903aeb-28e3-4e82-a1e2-c002768d319d",
"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": "b73f43a8-6efb-4f46-9e61-e791323c428b",
"ProductCode": "sample string 2",
"ProductId": "cfc40ee5-1173-4dcf-8cfe-a8aa92e8b726",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-09-16 11:17:49",
"CreateDate": "2026-09-16 11:17:49",
"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": "42874b86-a757-4e36-8b63-ecc16a025a4b"
},
{
"SKU": "b73f43a8-6efb-4f46-9e61-e791323c428b",
"ProductCode": "sample string 2",
"ProductId": "cfc40ee5-1173-4dcf-8cfe-a8aa92e8b726",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2026-09-16 11:17:49",
"CreateDate": "2026-09-16 11:17:49",
"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": "42874b86-a757-4e36-8b63-ecc16a025a4b"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}