Partially update an existing case. Only the provided fields are updated (PATCH semantics). Updatable fields: webhook_url, delete_after, metadata, sync_platforms.
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
A unique integer value identifying this generic case.
Write serializer for updating an existing GenericCase (PATCH).
Webhook sent on case completion.
511Days until deletion. -1 means never delete.
-2147483648 <= x <= 2147483647Case-specific details for display in UI. Flexible JSON object.
External platform references for outbound sync. List of dicts, e.g. [{"domain": "bofi--dev.sandbox.my.salesforce.com", "id": "500WA..."}]
Read-only serializer for GenericCase with related objects.
Nested customer serializer for GenericCase responses.
Risk score (max of check risk scores for the case).
ACCEPTED - AcceptedREJECTED - RejectedPENDING - PendingACCEPTED, REJECTED, PENDING, null Webhook sent on case completion.
511Days until deletion. -1 means never delete.
-2147483648 <= x <= 2147483647Case-specific metadata in JSON format.
External platform references for outbound sync. List of dicts, e.g. [{"domain": "bofi--dev.sandbox.my.salesforce.com", "id": "500WA..."}]