POST Api/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": "d8c474e9-7e16-430a-972c-807413078e26",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "5da89eb5-18e8-433b-b691-4acb334e7dc2",
"AttributeI": "41be055c-abc1-4cb5-8bda-413268434cf0",
"AttributeII": "5f8f41a2-bb14-4252-9592-44c336beacab",
"AttributeIII": "3bba809a-4ff0-47d1-b672-6ddcb5a122f9",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "8b855bba-bc61-45d4-926e-878c6b1758d9",
"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"
}