Import a PVsyst project from a ZIP export
Imports a PVsyst project export directly, without using the web application.
Send the ZIP exactly as PVsyst produced it. The import runs asynchronously and can
take several minutes, so this returns 202 Accepted immediately with a job ID. Poll
GET /Project/Import/PVsyst/{jobId} with that ID until the status is Completed
or Failed.
Every variant whose referenced module, inverter and weather files are in the ZIP — or which match a record already in your library — is imported. A variant that references a file which is absent or unreadable is left out and reported in the status response, naming the file so you can fix the export and send it again. Files are never substituted automatically.
Unlike the web application there is no review step: everything that can be built is built. See the PVsyst import guide for a full walkthrough.
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Body
The ZIP file exactly as PVsyst exported it.
Response
The import was accepted and is now running. The Location header carries the
status URL. No project exists yet.
Returned when a PVsyst import is accepted. No project exists yet — poll statusUrl
until the job reaches a terminal status.