Actions Available in the Project Management Domain
In the Project Management domain, you can perform the following actions:
ClearDesignFileCache 
Clears the design file cache in Windchill Risk and Reliability.
Example
POST /WindchillRiskAndReliability12.0-REST/odata/ProjectMgmt/ClearDesignFileCache
StartCreateProject 
Creates a new project in Windchill Risk and Reliability. This returns a complex type RequestIdentifier.
Example
POST /WindchillRiskAndReliability12.0-REST/odata/ProjectMgmt/StartCreateProject
Request Body
{
"Name": "<projectname>"
}
StartCreateProjectWindchill 
Creates a new project in based on a PTC Windchill project.
Example
POST /WindchillRiskAndReliability12.0-REST/odata/ProjectMgmt/StartCreateProjectWindchill
Request Body
{
"Name": “<name of project to be created>”,
"WindchillProduct" : "<required - the name of product in Windchill to create from>",
"WindchillPart" : "<required - oid of part master, or number of part>",
“DatabaseName”: “<optional-name of the database to create project in>”,
"WindchillFilter": "<optional - name of Windchill navigation criteria filter to apply>",
"IncludeOccurrences" : "<boolean - to include occurrences>",
"WindchillUser" : "<optional; required if Windchill authentication not saved in administrator>",
"WindchillPassword" : "<windchill user password>"
}