Windchill REST Services Domain Capabilities > PTC Domains > PTC Manufacturing Process Management Domain > Actions Available in the PTC Manufacturing Process Management Domain
Actions Available in the PTC Manufacturing Process Management Domain
The following actions are available in the PTC Manufacturing Process Management domain:
GetBOP
The action GetBOP returns the bill of process (BOP) for the process plan structure. The action is bound to the entity NavigationCriteria, that is, to the filter saved in Windchill.
When you call the GetBOP action you can specify the IDs of two NavigationCriteria, that is, processPlanNavigationCriteriaId and relatedAssemblyNavigationCriteriaId in the request body. These are the IDs of the saved filters you want to use as the filter criteria. If you do not specify the IDs of the filter in the request body, then the default filters are used to work with the process plan structure.
GetBOPWithInlineNavCriteria
The GetBOPWithInlineNavCriteria action returns the bill of process (BOP) for the process plan structure for the specified navigation criteria. Pass processPlanNavigationCriteria and relatedAssemblyNavigationCriteria as the input parameters.
In the navigation criteria, if the property ApplyToTopLevelObject is set to True, and no qualifying version is found for the top-level object, an error message is returned.
GetConsumed
The GetConsumed action returns the object associated to a consuming operation for the specified navigation criteria. Pass processPlanNavigationCriteriaId and relatedAssemblyNavigationCriteriaId as the input parameters.
GetConsumedWithInlineNavCriteria
The GetConsumedWithInlineNavCriteria action returns the object associated to a consuming operation for the specified navigation criteria. Pass processPlanNavigationCriteria and relatedAssemblyNavigationCriteria as the input parameters.
In the navigation criteria, if the property ApplyToTopLevelObject is set to True, and no qualifying version is found for the top-level object, an error message is returned.