POST /v1/compliance/gobd/status-report
POST/v1/compliance/gobd/status-report
Generate a full GoBD status report for a date range
Request Body
| Name | Typ | Beschreibung |
|---|
dateFromerforderlich | string<date-time> | |
dateToerforderlich | string<date-time> | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/compliance/gobd/status-report \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"dateFrom": "string",
"dateTo": "string"
}'
const result = await cm.compliance.post({
"dateFrom": "string",
"dateTo": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |