PUT api/GetInventorySearch
Executes sppGetInventorySearch stored procedure and returns results
Request Information
Request body formats
application/json, text/json
Sample:
{ "Item_Number": "sample string 1", "Description": "sample string 2", "Generic_Descr": "sample string 3", "Customer_Num": "sample string 4", "Location": "sample string 5", "Inactive": true, "Prev_Purchased": true, "SalesDocSearch": true, "Address": "sample string 9", "MatchBeginning": true }
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "SaveMessage": "sample string 1", "ErrorMessage": "sample string 2", "Item_Number": "sample string 1", "Description": "sample string 2", "Short_Descr": "sample string 3", "Generic_Descr": "sample string 4", "NonInv": true, "Item_Class": "sample string 6", "Item_Type": "sample string 7", "Item_Shipping_Weight": 8.0, "UOfM_Sched": "sample string 9", "Avail": 10.0, "Onhand": 11.0, "Allocated": 12.0, "Backordered": 13.0, "Onorder": 14.0, "Safety": 15.0, "Allocatable": 16.0, "In_Transit": 17.0, "List_Price": 18.0, "Last_Sold_On": "2025-04-04T00:08:15.238-04:00", "Sold_Most_By": "sample string 20", "User_1": "sample string 21", "User_2": "sample string 22", "User_3": "sample string 23", "User_4": "sample string 24", "User_5": "sample string 25", "User_6": "sample string 26", "Item_Curr_Dec": 27, "Item_Qty_Dec": 28, "IsAvail": true, "Selling_UOfM": "sample string 30", "Purchasing_UOfM": "sample string 31", "Replaced_By": "sample string 32", "Item_Blocked": true, "Inactive": true, "Purchase_Item_Tax_Schedu": "sample string 35", "Purchase_Tax_Options": 36, "Item_Tax_Schedule_ID": "sample string 37", "Sales_Tax_Option": 38, "ABC_Code": "sample string 39", "Base_UOfM": "sample string 40", "Selling_Multiple": 41.0, "Current_Cost": 42.0, "Standard_Cost": 43.0, "Country_Origin": "sample string 44", "Country_Description": "sample string 45", "Queue": "sample string 46", "CanDeepCopy": false, "AA_Tiered_Mapping_Matched_On": "sample string 47", "IsNew": true, "FunctionalCurrency": true }, { "SaveMessage": "sample string 1", "ErrorMessage": "sample string 2", "Item_Number": "sample string 1", "Description": "sample string 2", "Short_Descr": "sample string 3", "Generic_Descr": "sample string 4", "NonInv": true, "Item_Class": "sample string 6", "Item_Type": "sample string 7", "Item_Shipping_Weight": 8.0, "UOfM_Sched": "sample string 9", "Avail": 10.0, "Onhand": 11.0, "Allocated": 12.0, "Backordered": 13.0, "Onorder": 14.0, "Safety": 15.0, "Allocatable": 16.0, "In_Transit": 17.0, "List_Price": 18.0, "Last_Sold_On": "2025-04-04T00:08:15.238-04:00", "Sold_Most_By": "sample string 20", "User_1": "sample string 21", "User_2": "sample string 22", "User_3": "sample string 23", "User_4": "sample string 24", "User_5": "sample string 25", "User_6": "sample string 26", "Item_Curr_Dec": 27, "Item_Qty_Dec": 28, "IsAvail": true, "Selling_UOfM": "sample string 30", "Purchasing_UOfM": "sample string 31", "Replaced_By": "sample string 32", "Item_Blocked": true, "Inactive": true, "Purchase_Item_Tax_Schedu": "sample string 35", "Purchase_Tax_Options": 36, "Item_Tax_Schedule_ID": "sample string 37", "Sales_Tax_Option": 38, "ABC_Code": "sample string 39", "Base_UOfM": "sample string 40", "Selling_Multiple": 41.0, "Current_Cost": 42.0, "Standard_Cost": 43.0, "Country_Origin": "sample string 44", "Country_Description": "sample string 45", "Queue": "sample string 46", "CanDeepCopy": false, "AA_Tiered_Mapping_Matched_On": "sample string 47", "IsNew": true, "FunctionalCurrency": true }, { "SaveMessage": "sample string 1", "ErrorMessage": "sample string 2", "Item_Number": "sample string 1", "Description": "sample string 2", "Short_Descr": "sample string 3", "Generic_Descr": "sample string 4", "NonInv": true, "Item_Class": "sample string 6", "Item_Type": "sample string 7", "Item_Shipping_Weight": 8.0, "UOfM_Sched": "sample string 9", "Avail": 10.0, "Onhand": 11.0, "Allocated": 12.0, "Backordered": 13.0, "Onorder": 14.0, "Safety": 15.0, "Allocatable": 16.0, "In_Transit": 17.0, "List_Price": 18.0, "Last_Sold_On": "2025-04-04T00:08:15.238-04:00", "Sold_Most_By": "sample string 20", "User_1": "sample string 21", "User_2": "sample string 22", "User_3": "sample string 23", "User_4": "sample string 24", "User_5": "sample string 25", "User_6": "sample string 26", "Item_Curr_Dec": 27, "Item_Qty_Dec": 28, "IsAvail": true, "Selling_UOfM": "sample string 30", "Purchasing_UOfM": "sample string 31", "Replaced_By": "sample string 32", "Item_Blocked": true, "Inactive": true, "Purchase_Item_Tax_Schedu": "sample string 35", "Purchase_Tax_Options": 36, "Item_Tax_Schedule_ID": "sample string 37", "Sales_Tax_Option": 38, "ABC_Code": "sample string 39", "Base_UOfM": "sample string 40", "Selling_Multiple": 41.0, "Current_Cost": 42.0, "Standard_Cost": 43.0, "Country_Origin": "sample string 44", "Country_Description": "sample string 45", "Queue": "sample string 46", "CanDeepCopy": false, "AA_Tiered_Mapping_Matched_On": "sample string 47", "IsNew": true, "FunctionalCurrency": true } ]