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
| Name | Typ | Beschreibung |
|---|
bodyerforderlich | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
tokenerforderlich | string | |
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 |