GET /v1/projects/{id}/order-confirmation.pdf
GET/v1/projects/{id}/order-confirmation.pdf
Download the order confirmation PDF for the sales-order linked to this project. Sources the PDF from weclapp when the order is weclapp-linked, otherwise renders internally (ADR 0139).
Datenmodell
Diese Operation arbeitet auf der Entität Project (project). Alle 44 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
iderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/projects/{id}/order-confirmation.pdf \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.projects.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |