StartCreateProject
The StartCreateProject API creates a new project in a given database optionally based on an exiting project.
Syntax
POST /WindchillRiskAndReliability12.0/DataEngine.asmx/StartCreateProject
HTTP/1.1
Host: ppumsv-wqs07d
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserName=string&Password=string
&GroupName=string&DatabaseName=string
&ProjectName=string&SourceProjectName=string
Parameters
This API uses the following parameters:
User,Pass,GroupSession/Token—Standard login credentials.
DatabaseName—The name of the database. Leave blank to default to the Configuration database.
ProjectName—The unique name of new project.
SourceProjectName— (Optional) The name of the project to copy. Leave blank for a new project.
POST /WindchillRiskAndReliability12.0/DataEngine.asmx/StartCreateProject HTTP/1.1
Host: ppumsv-wqs07d
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserName=string&Password=string&GroupName=string
&DatabaseName=string&ProjectName=string
&SourceProjectName=string