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": "25af480f-5cd4-4e1b-b936-474e5ae0bfda",
"Attr1": "68169fb9-52ed-4bcd-bc51-85364efbbac6",
"Attr2": "61ecc9d2-db3b-4d85-8839-2b44a242cf19",
"Attr3": "660b85ea-c882-4b19-9d39-3f3064236d9d",
"SortBy": "sample string 10",
"MerchantId": "0e78059c-7f5c-4153-afab-6d06cafb8d10",
"AttributeI": "0ef51431-6d25-476f-a17d-a64b61185eb6",
"AttributeII": "fa07c33d-bf72-47c1-bc19-0dc6c84d5367",
"AttributeIII": "5863f7a1-3724-445e-b182-1ce2eef6e80c",
"Page": 15,
"PageSize": 16,
"Offset": 224,
"SortName": "sample string 17",
"SortOrder": "sample string 18"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "9df741cf-66c1-40d2-bead-983e9edc1a10",
"ProductCode": "sample string 2",
"ProductId": "dfced772-6231-4e19-951e-8ae3e601c77e",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-10-28 19:02:57",
"CreateDate": "2025-10-28 19:02:57",
"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": "7ac75231-e7a0-4c87-8d5c-823a66215145"
},
{
"SKU": "9df741cf-66c1-40d2-bead-983e9edc1a10",
"ProductCode": "sample string 2",
"ProductId": "dfced772-6231-4e19-951e-8ae3e601c77e",
"Attr1Desc": "sample string 4",
"Attr2Desc": "sample string 5",
"Attr3Desc": "sample string 6",
"ActionType": "sample string 17",
"TransDate": "2025-10-28 19:02:57",
"CreateDate": "2025-10-28 19:02:57",
"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": "7ac75231-e7a0-4c87-8d5c-823a66215145"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}