Method: matters.holds.accounts.create
Добавляет учетную запись в удержание. Аккаунты можно добавлять только в запрет, для которого не установлено организационное подразделение. Если вы попытаетесь добавить учетную запись в блокировку на основе организационного подразделения, будет возвращена ошибка.
HTTP-запрос
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
matterId | string Идентификатор дела. |
holdId | string Идентификатор удержания. |
Тело запроса
Тело запроса содержит экземпляр HeldAccount
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр HeldAccount
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/ediscovery
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-02-27 UTC.
[null,null,["Последнее обновление: 2025-02-27 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"]]