SupplyFormNameDefault
Method: PUT
Description:
Updates the default Supply Form Name of a part in MaterialPropertiesOnPart table. If wildcard ('*') is provided as mnfPartNo, updates the Supply Form Name of all parts that match the provided partNo.
Resource URL:
http://localhost:8014/MaterialManagement/SupplyFormNameDefault/{partNo}&{mnfPartNo}&{supplyFormName}
Parameters:
partNo
number of the part to update
String
mnfPartNo
number of the part's manufacturer
String
supplyFormName
The new supply form name for the specified part
String
Examples:
http://localhost:8014/MaterialManagement/SupplyFormNameDefault/P0001&M1&9"
All REST Resources