Dodaje konto do blokady. Konta można dodawać tylko do blokady, która nie ma ustawionej jednostki organizacyjnej. Jeśli spróbujesz dodać konto do blokady na podstawie jednostki organizacyjnej, zostanie zwrócony błąd.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]