Aggiunge un account a una preautorizzazione. Gli account possono essere aggiunti solo a un blocco per cui non è impostata un'unità organizzativa. Se provi ad aggiungere un account a una sospensione basata su unità organizzativa, viene restituito un errore.
Richiesta HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-06 UTC."],[[["Adds an account to a specified hold within a matter, provided the hold is not associated with an organizational unit."],["The request requires specifying the matter ID and hold ID as path parameters."],["The request body should contain details of the account to be held, as defined by the `HeldAccount` object."],["Upon successful execution, the response returns the details of the newly held account, also structured as a `HeldAccount` object."],["Authorization necessitates the `https://www.googleapis.com/auth/ediscovery` OAuth scope."]]],["This document outlines the process of adding an account to a hold via a POST request. The core action is executed by sending a POST request to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts`, using gRPC Transcoding syntax. The request requires `matterId` and `holdId` path parameters. The request body must include a `HeldAccount` instance. A successful response will return a new `HeldAccount` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. Accounts can only be added to holds without organizational units set.\n"]]