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": "8fdcf7d2-c9f2-4ee4-9b29-255c1999899a",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "56e8bab5-4d6e-4626-890a-3208b0b5cc1d",
"AttributeI": "43ea3c38-d52b-417e-a441-73e46b007711",
"AttributeII": "446e20d5-81ab-4d60-83b7-0a743dd67b00",
"AttributeIII": "58429689-0f78-4893-babf-1dd78ea6631c",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "071ce7b8-2904-49c1-96e6-fe85710d8506",
"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"
}