Deleting Product Effectivities for a Co-produce Object
This example shows you how to delete two product effectivities for a specific Co-produce object. Use the following POST URI.
URI
POST /Windchill/servlet/odata/BomTransformation/Coproduces('OR:wt.part.WTPart:198389')/PTC.BomTransformation.RemoveEffectivities
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"Effectivities": [
{
"ID": "OR:wt.effectivity.WTDatedEffectivity:199806"
},
{
"ID": "OR:wt.part.ProductLotNumberEffectivity:199807"
}
]
}