Retrieving Unallocated AssociativeToSCCLinks
This example shows you how to retrieve all unallocated AssociativeToSCCLink objects for an Operation by specifying the Operation OID, Process Plan OID, Process Plan Navigation Criteria OID, and Related Assembly Navigation Criteria OID in the request body. The request returns the unallocated AssociativeToSCCLink objects and attributes on the links. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/MfgProcMgmt/GetUnallocatedSCCs
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"ProcessPlan": "OR:com.ptc.windchill.mpml.processplan.MPMProcessPlan:195189",
"Operation": "OR:com.ptc.windchill.mpml.processplan.operation.MPMOperation:195207",
"ProcessPlanNavigationCriteria": "OR:wt.filter.NavigationCriteria:195404",
"RelatedAssemblyNavigationCriteria": "OR:wt.filter.NavigationCriteria:195400"
}