API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

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

NameTypBeschreibung
notestring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

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

Suche