Import calculations from JSON
POST/api/v1/workspaces/:workspaceId/calculations/import/json
Required API-key permission: CALCULATIONS_READ — Read cost calculations
Three-phase import (validate → prepare-mapping → execute) of an export dump produced by POST /calculations/export/json. The response shape depends on the phase and is returned verbatim (not wrapped in a data envelope).
Request
Responses
- 200
- 400
- 401
- 403
- 500
Import calculations from JSON
Invalid phase or missing decisions.
Missing or invalid credentials
Insufficient permissions
Import failed.