Skip to main content

PlaceLegalHoldInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/PlaceLegalHoldInputBody.json
caseRefstring

Optional external case reference

reasonstringrequired

Why the hold is placed (litigation, investigation, ...)

userUuidstringrequired

Subject the hold applies to

PlaceLegalHoldInputBody
{
"$schema": "https://example.com/schemas/PlaceLegalHoldInputBody.json",
"caseRef": "string",
"reason": "string",
"userUuid": "string"
}