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.
CreateProcessMaterials
The CreateProcessMaterials action enables you to create both single and multiple process materials. The action returns the collection of Process Material objects. When creating multiple process materials if there is a failure for even a single object the entire transaction is rolled back.
CreateSkills
The CreateSkills action enables you to create both single and multiple Skills. The action returns the collection of Skill objects. When creating multiple skills if there is a failure for even a single object the entire transaction is rolled back.
CreateToolings
The CreateToolings action enables you to create both single and multiple Tooling objects. The action returns the collection of Tooling objects. When creating multiple Tooling objects if there is a failure for even a single object the entire transaction is rolled back.
CreateWorkCenters
The CreateWorkCenters action enables you to create both single and multiple Work Center objects. The action returns the collection of Work Center objects. When creating multiple Work Center objects if there is a failure for even a single object the entire transaction is rolled back.
CreateStandardCCs
The CreateStandardCCs action enables you to create both single and multiple Standard Control Characteristic objects. The action returns the collection of Standard Control Characteristic objects. When creating multiple Standard Control Characteristic objects if there is a failure for even a single object the entire transaction is rolled back.