POST AdminApi/Inventory/SearchInvSummaryLst
Request Information
URI Parameters
None.
Body Parameters
InvSummaryPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CatelogID | integer |
None. |
|
| Condition | InvSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatelogID": 1,
"Condition": {
"Sku": "737cca83-89a6-412c-86e5-9005f73623d4",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "1578544d-4f9b-4892-94e8-0c0c57981224",
"AttributeI": "b459628f-3e9e-4aef-ae52-b169901067ff",
"AttributeII": "d5d8318a-e46a-4006-940c-41cc0d57df59",
"AttributeIII": "e4945962-d9e9-4ab7-9e6e-a49ac54acdf6",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "aecb507e-9f6f-4edb-9648-4bd8f533995f",
"Page": 10,
"PageSize": 11,
"Offset": 99,
"SortName": "sample string 12",
"SortOrder": "sample string 13"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfInvSummaryView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of InvSummaryView |
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": [
{
"ProdImage": "sample string 1",
"ProdCode": "sample string 2",
"ProdName": "sample string 3",
"InventoryTotalQty": 4,
"ReservedTotalQty": 5,
"HoldingTotalQty": 6.0,
"SalesTotalQty": 7
},
{
"ProdImage": "sample string 1",
"ProdCode": "sample string 2",
"ProdName": "sample string 3",
"InventoryTotalQty": 4,
"ReservedTotalQty": 5,
"HoldingTotalQty": 6.0,
"SalesTotalQty": 7
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}