Updating a Resource to Operation Association
This example shows you how to update a Resource to Operation association. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/MfgProcMgmt/Operations('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:1414813')/OperationToConsumableLinks('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperationToConsumableLink:1414887') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"stepUsageRate1": 100,
"stepUsageRate2": 100,
"stepUsageRate3": 100
}