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": "b2327a3d-7fe3-4be3-a7a3-9d78bcd12d8c",
"ProductCode": "sample string 2",
"ProductName": "sample string 3",
"CategoryId": "5213def8-6e32-41ea-86a1-9a645507b81e",
"AttributeI": "65827d89-e795-4249-bfc8-bfd7be2b1fbb",
"AttributeII": "1b878a78-df4f-4e49-a464-5da1a8f53119",
"AttributeIII": "11df4d27-eda2-4292-b225-6ef636c84b87",
"SalesQtyUpperLimit": 1,
"SalesQtyLowerLimit": 1,
"SalesQtySortType": "sample string 8",
"MerchantId": "e05934ab-c5a8-4bbc-8fef-7d10be5cfbf6",
"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"
}