POST /v1/party-block-overrides/{id}/reject
POST/v1/party-block-overrides/{id}/reject
Reject a pending party-block override. The underlying time-record is soft-deleted.
Request Body
| Name | Typ | Beschreibung |
|---|
note | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/party-block-overrides/{id}/reject \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"note": "string"
}'
const result = await cm.party-block-overrides.post({
"note": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |