REST Resource: inventorySourceGroups.assignedInventorySources
Resource: AssignedInventorySource
Penetapan antara sumber inventaris yang dapat ditargetkan dan grup sumber inventaris.
Representasi JSON |
{
"name": string,
"assignedInventorySourceId": string,
"inventorySourceId": string
} |
Kolom |
name |
string
Hanya output. Nama resource sumber inventaris yang ditetapkan.
|
assignedInventorySourceId |
string (int64 format)
Hanya output. ID unik sumber inventaris yang ditetapkan. ID ini hanya unik dalam grup sumber inventaris tertentu. Tag ini dapat digunakan kembali dalam konteks lain.
|
inventorySourceId |
string
Wajib. ID entitas sumber inventaris yang ditargetkan.
|
Metode |
|
Mengedit massal beberapa penetapan antara sumber inventaris dan satu grup sumber inventaris. |
|
Membuat penetapan antara sumber inventaris dan grup sumber inventaris. |
|
Menghapus penetapan antara sumber inventaris dan grup sumber inventaris. |
|
Mencantumkan sumber inventaris yang ditetapkan ke grup sumber inventaris. |
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 2024-11-07 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-07 UTC."],[[["An AssignedInventorySource resource represents the connection between a targetable inventory source and an inventory source group."],["It includes fields like name, assignedInventorySourceId, and inventorySourceId which provide identifying and relational information."],["Key methods allow for bulk editing, creating, deleting, and listing assignments between inventory sources and inventory source groups, offering flexibility in managing these relationships."]]],["The content details the `AssignedInventorySource`, which links a targetable inventory source to an inventory source group. It includes a JSON representation with fields: `name` (resource name), `assignedInventorySourceId` (unique ID), and `inventorySourceId` (targeted inventory source ID). Four methods are available: `bulkEdit` (multiple assignments), `create` (new assignment), `delete` (remove assignment), and `list` (view assigned sources). The core actions involve managing assignments between inventory sources and groups.\n"]]