POST api/ItemMaster/{Item_Number}/{New_Item_Number}/Copy
Copy existing Item to new Item and update from ItemMaster body before saving.
'CopyFlags' is an optional header for setting flags to also copy the following related Business Objects. Multiple flags should use a pipe delimiter ('|').
Available Flags:
- CopyStandardPricing
- CopyCustomerItemNumbers
- CopyVendorItems
- CopyWarehouses
- CopyKitComponents
- CopyVendorSpecialCosting OR
- All - Copy all of the above
CopyFlags can also be passed in URL Parameters:
ex/ [...]/Copy?CopyFlags=CopyStandardPricing|CopyVendorItems
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Item_Number | No documentation available. |
Define this parameter in the request URI. |
New_Item_Number | No documentation available. |
Define this parameter in the request URI. |
pItemMaster | No documentation available. |
None. |