API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

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

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X GET https://api.codemeta-os.de/v1/projects/{id}/order-confirmation.pdf \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.projects.get();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche