Generate grid-operator documents
POST/v1/offers/:id/network-carrier-documents
Fill the grid operator's (Netzbetreiber) registration forms for an offer and return them as a ZIP archive. The documents are rendered on demand from the offer's current technical data and are not stored, so each call produces a fresh archive.
This is a POST because the request carries a body — the operator, which of its documents to produce, and what to put on them — but it changes nothing. Requires the read:documents scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A ZIP archive with one PDF per requested document, plus the merged PDF when asked for.
validation_error
invalid_api_key
insufficient_scope
not_found
generation_failed