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": "de8d9e52-ee33-4061-b5c5-b1ed2a267f50",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "c770a63e-4a36-439a-97e1-d4e1d5a27197",
"AttributeI": "41ae51e9-14ea-4148-9c83-0d1e0247e004",
"AttributeII": "fa59c62c-e70d-4d9e-a7c0-f0cb51d7dd08",
"AttributeIII": "869745d7-d25f-4228-a4c1-53028bf3f781",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "9040fff3-3f93-469a-ae25-4c6ce95bf689",
"Page": 10,
"PageSize": 11,
"Offset": 99,
"SortName": "sample string 12",
"SortOrder": "sample string 13"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}