API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

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

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

Public route: customer posts a comment on the quotation

Request Body

NameTypBeschreibung
bodyerforderlichstring

Pfad-Parameter

NameTypBeschreibung
tokenerforderlichstring

Beispiel

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

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche