Method: matters.holds.accounts.create
Menambahkan akun ke pembekuan. Akun hanya dapat ditambahkan ke pembekuan yang tidak memiliki unit organisasi yang ditetapkan. Jika Anda mencoba menambahkan akun ke penangguhan berbasis unit organisasi, error akan ditampilkan.
Permintaan HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
matterId |
string
ID masalah.
|
holdId |
string
ID penangguhan.
|
Isi permintaan
Isi permintaan memuat instance HeldAccount
.
Isi respons
Jika berhasil, isi respons memuat instance HeldAccount
yang baru dibuat.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/ediscovery
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-06 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]