CreateNewProject

post

/import/createNewProject

Imports a new project from an XML file. The new project is created under the EPS specified by the EPSObjectId.

Request

Query Parameters
  • DownloadType is required to download log file of Import operation, By default BOTH is enabled(Supported values - ATTACHMENT_ONLY,BOTH,RESPONSE_JSON_ONLY)
    Example:
    BOTH
Header Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : ImportCreateNewProject
Type: object
Title: ImportCreateNewProject
ImportCreateNewProject Entity
Show Source
Nested Schema : CreateNewProject
Type: object
Show Source
  • BusinessObjectOptions
    Specifies which business objects to import according to the following rules: If no BusinessObjectOptions are specified, then all of the business objects in the project are imported. If any BusinessObjectOptions are specified, then only those business objects specified by the BusinessObjectOptions element are imported.
  • Allowed Values: [ "CREATE_NEW", "DO_NOT_IMPORT", "KEEP_EXISTING", "UPDATE_EXISTING" ]
    Import options that may be applied to projects globally.
  • Allowed Values: [ "CREATE_NEW", "DO_NOT_IMPORT", "KEEP_EXISTING", "UPDATE_EXISTING" ]
    Import options that may be applied to specific projects.
  • Specifies the ID of the Enterprise Project Structure location where the project will be created.
  • Allowed Values: [ "GZIP", "XML", "ZIP", "XER" ]
    Specifies the file type that the system imports.
  • When this flag is set to true, the XMLImporter ignores all GUID fields in the XML file, and allows new GUID values to be generated. When this flag is set to false, the XMLImporter uses the GUID fields.
  • When this flag is set to true, the XMLImporter ignores all SequenceNumber fields in the XML file, and allows new SequenceNumber values to be generated. When this flag is set to false, XMLImporter uses the SequenceNumber fields.
  • Allowed Values: [ "SEVERE", "WARNING", "INFO", "CONFIG", "FINE", "FINER", "FINEST" ]
Nested Schema : BusinessObjectOptions
Type: object
Specifies which business objects to import according to the following rules: If no BusinessObjectOptions are specified, then all of the business objects in the project are imported. If any BusinessObjectOptions are specified, then only those business objects specified by the BusinessObjectOptions element are imported.
Show Source
Nested Schema : GlobalBusinessObjectOptions
Type: object
Show Source
Nested Schema : ProjectSpecificBusinessObjectOptions
Type: object
Show Source
Nested Schema : BusinessObjectType
Type: object
Title: BusinessObjectType
BusinessObjectType Entity
Show Source
Nested Schema : DeleteUnreferencedType
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : CreateNewProjectResponse
Type: object
Title: CreateNewProjectResponse
CreateNewProjectResponse Entity
Show Source
Nested Schema : ProjectObjectIds
Type: array
The unique identifier of the projects that are created by the CreateNewProject operation.
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top