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:

partNonumber of the part to updateString
mnfPartNonumber of the part's manufacturerString
supplyFormNameThe new supply form name for the specified partString


Examples:

http://localhost:8014/MaterialManagement/SupplyFormNameDefault/P0001&M1&9"



All REST Resources