GET /v1/quotations/by-opportunity/{opportunityId}
GET/v1/quotations/by-opportunity/{opportunityId}
List all quotations linked to an opportunity
Datenmodell
Diese Operation arbeitet auf der Entität Quotation (quotation). Alle 49 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
opportunityIderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/quotations/by-opportunity/{opportunityId} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.quotations.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |