ImportProjectAsyncASAP

post

/import/importProjectAsyncASAP

Imports one or more new projects from an XML file asynchronously as a job. Each new project is created under the EPS specified by the EPSObjectId. When you call the ImportProjects operation, you specify one or more ImportProject elements. Each of these elements contain information about the project you are importing.

Request

Header Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : AsyncASAPImportProject
Type: object
Title: AsyncASAPImportProject
AsyncASAPImportProject Entity
Show Source
Nested Schema : ImportProjectAsyncASAP
Type: object
Show Source
Nested Schema : ImportProject
Type: array
Show Source
Nested Schema : ImportProject
Type: object
Title: ImportProject
ImportProject Entity
Show Source
  • If the ImportOption is Update Existing, then specifies the Project ID; if the ImportOption is Create New, then specifies the EPS ID.
  • Allowed Values: [ "CREATE_NEW", "DO_NOT_IMPORT", "KEEP_EXISTING", "UPDATE_EXISTING" ]
    Specify Create New to import a project that already exists as a new project; specify Update Existing to import a project to update an existing project.
  • Specifies the Project Id to be imported.
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : ImportProjectAsyncASAPResponse
Type: object
Title: ImportProjectAsyncASAPResponse
ImportProjectAsyncASAPResponse Entity
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