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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers 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"]]