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": "3166ac73-6f2c-4e42-9929-2e02fed94fe9",
"Attr1": "32e9e71d-d0ee-40ee-b4c4-979fb13d004c",
"Attr2": "770307a1-3bb8-4424-91ee-79229ce60a23",
"Attr3": "ef18b360-b533-4846-bff7-53e130140144",
"SortBy": "sample string 10",
"MerchantId": "25358d1d-5a63-4ad5-9640-d6a8c191d20e",
"AttributeI": "ba260cdb-1e96-49e8-8334-f3aa09ddc38f",
"AttributeII": "f62c8fbf-f260-467c-ac09-ec93413cce9a",
"AttributeIII": "ab60e38f-b036-4f35-a444-4474be81d041",
"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": "00abb8e8-631a-4369-a32c-717dda7f66e4",
"ProductCode": "sample string 2",
"ProductId": "c832f513-26f8-4b89-841e-197dfab3d44d",
"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": "73e7937d-8ffe-48e7-a049-d89d63138457"
},
{
"SKU": "00abb8e8-631a-4369-a32c-717dda7f66e4",
"ProductCode": "sample string 2",
"ProductId": "c832f513-26f8-4b89-841e-197dfab3d44d",
"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": "73e7937d-8ffe-48e7-a049-d89d63138457"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}