Updating a Work Center to Operation Association
This example shows you how to update a Work Center 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')/OperationToWorkCenterLinks('OR:com.ptc.windchill.mpml.processplan.operation.MPMOperationToWorkCenterLink:1414885') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"department": "ResearchAndDevelopment"
}