POST /v1/public/quotations/sign/{token}/accept
POST/v1/public/quotations/sign/{token}/accept
Public route: customer accepts the quotation (click + audit log)
Request Body
| Name | Typ | Beschreibung |
|---|
signatureName | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
tokenerforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/public/quotations/sign/{token}/accept \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"signatureName": "string"
}'
const result = await cm.public.post({
"signatureName": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |