POST api/ConfiguredItem
Creates Configured Item and BOM from Configuration Code, CustomerNum, and ShipToAddressCode
Request Information
Request body formats
application/json, text/json
Sample:
{ "Configuration_String": "sample string 1", "Customer_Num": "sample string 2", "ShipTo_Address_Code": "sample string 3", "Item_Number": "sample string 4" }
Response Information
Item Master for Configured Item, and the Manufacturing BOM
Response body formats
application/json, text/json
Sample:
{ "ItemMaster": { "Item_Number": "sample string 1", "Item_Description": "sample string 2", "Note_Index": 3.0, "Item_Short_Name": "sample string 4", "Item_Type": "sample string 5", "Item_Generic_Description": "sample string 6", "Standard_Cost": 7.0, "Current_Cost": 8.0, "List_Price": 1.0, "Item_Shipping_Weight": 1.0, "Item_Qty_Dec": 1, "Item_Curr_Dec": 1, "Item_Tax_Schedule_ID": "sample string 9", "Item_Class_Code": "sample string 10", "Item_Tracking_Option": "sample string 11", "Lot_Type": "sample string 12", "Allow_Backorders": true, "Valuation_Method": 13, "UOfM_Schedule": "sample string 14", "Alternate_Item1": "sample string 15", "Alternate_Item2": "sample string 16", "USCATVLS_1": "sample string 17", "USCATVLS_2": "sample string 18", "USCATVLS_3": "sample string 19", "USCATVLS_4": "sample string 20", "USCATVLS_5": "sample string 21", "USCATVLS_6": "sample string 22", "Modified_Date": "2025-04-04T00:19:59.223-04:00", "Created_Date": "2025-04-04T00:19:59.223-04:00", "Warranty_Days": 25, "Price_Level": "sample string 26", "Location": "sample string 27", "Item_Code": "sample string 28", "Tax_Commodity_Code": "sample string 29", "Price_Group": "sample string 30", "Price_Method": 31, "Purchasing_U_of_M": "sample string 32", "Selling_U_of_M": "sample string 33", "ABC_Code": 34, "Purchase_Item_Tax_Schedu": "sample string 35", "Purchase_Tax_Options": 1, "Sales_Tax_Option": 36, "Item_Planning_Type": 37, "Country_Origin": "sample string 38", "Note": "sample string 39", "Replaced_By": "sample string 40", "Item_Blocked": true, "Item_Master_Type": "sample string 41", "Configuration_ID": 1, "Configuration_String_Code": "sample string 42", "Inactive": 64, "Inventory_Acct_Index": 44, "Inventory_Offset_Acct_Index": 45, "Cost_Of_Goods_Sold_Acct_Index": 46, "Sales_Acct_Index": 47, "Markdowns_Acct_Index": 48, "Sales_Returns_Acct_Index": 49, "In_Use_Acct_Index": 50, "In_Service_Acct_Index": 51, "Damaged_Acct_Index": 52, "Variance_Acct_Index": 53, "Drop_Ship_Items_Acct_Index": 54, "Purchase_Price_Variance_Acct_Index": 55, "Unrealized_Purch_Price_Var_Acct_Index": 56, "Inventory_Returns_Acct_Index": 57, "Assembly_Variance_Acct_Index": 58, "Standard_Cost_Revaluation_Acct_Index": 59, "Kit_COGS_Account_Source": 60, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, "BOM": { "Mfg_BOM_Number": "sample string 1", "BOM_Category": 2, "BOM_Type": 3, "BOM_Name": "sample string 4", "Revision_Level": "sample string 5", "Effective_Date": "2025-04-04T00:19:59.223-04:00", "Backflush_Item": 64, "Default_Issue_From": "sample string 8", "Default_Issue_To": "sample string 9", "Net_Phantom_Inventory": 64, "Date_Modified": "2025-04-04T00:19:59.223-04:00", "Modified_By": "sample string 12", "MFG_Note_Index": 13.0, "Is_Historical": 14, "Revision_Level_Seq": 15, "Configuration_ID": 1, "Configuration_String_Code": "sample string 16", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null } }