API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/public/quotations/sign/{token}/reject

POST/v1/public/quotations/sign/{token}/reject

Public route: customer rejects the quotation

Request Body

NameTypBeschreibung
reasonstring

Pfad-Parameter

NameTypBeschreibung
tokenerforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/public/quotations/sign/{token}/reject \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "reason": "string"
}'
const result = await cm.public.post({
  "reason": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche