Loading...
Loading...
Compare original and translation side by side
bimp_{entity}_{action}| Action | Description | Example |
|---|---|---|
| readList | List with pagination | |
| read | Read single by UUID | |
| create | Create new | |
| update | Update existing | |
| delete | Delete by UUID | |
| readStatuses | Get available statuses | |
| updateStatus | Change status | |
bimp_{entity}_{action}| 操作 | 描述 | 示例 |
|---|---|---|
| readList | 带分页的列表查询 | |
| read | 按 UUID 查询单个条目 | |
| create | 创建新条目 | |
| update | 更新已有条目 | |
| delete | 按 UUID 删除条目 | |
| readStatuses | 获取可用状态列表 | |
| updateStatus | 修改状态 | |
{
"tool": "bimp_nomenclature_readList",
"limit": 50,
"enrich": true,
"filters": { "nameContains": "gel" }
}enrich: true{
"tool": "bimp_nomenclature_readList",
"limit": 50,
"enrich": true,
"filters": { "nameContains": "gel" }
}enrich: true{
"tool": "bimp_nomenclature_read",
"uuids": ["uuid1", "uuid2", "uuid3"],
"concurrency": 10
}{
"tool": "bimp_nomenclature_read",
"uuids": ["uuid1", "uuid2", "uuid3"],
"concurrency": 10
}{
"tool": "bimp_nomenclature_update",
"items": [{ "uuid": "...", "name": "New Name" }],
"concurrency": 5
}{
"tool": "bimp_nomenclature_update",
"items": [{ "uuid": "...", "name": "New Name" }],
"concurrency": 5
}| Tool | Purpose |
|---|---|
| Full product card with minStock, maxStock, speedOfDemand, etc. |
| Create/update with planning fields |
| List all with minStock |
/org2/nomenclatures//org2/nomenclature/| 工具 | 用途 |
|---|---|
| 包含 minStock、maxStock、speedOfDemand 等字段的完整产品卡片 |
| 携带计划字段的创建/更新操作 |
| 查询带 minStock 字段的全量列表 |
/org2/nomenclatures//org2/nomenclature/| Tool | Purpose |
|---|---|
| List accessible companies |
| Switch by code or UUID |
| 工具 | 用途 |
|---|---|
| 查询可访问的公司列表 |
| 通过编码或 UUID 切换公司 |
bimp_fetch_all { tool: "bimp_nomenclature_readList", enrich: true }bimp_fetch_all { tool: "bimp_nomenclature_readList", enrich: true }bimp_fetch_all {
tool: "bimp_salesInvoice_readList",
enrich: true,
filters: { periodable: ["2026-01-01T00:00:00.000Z", "2026-03-31T23:59:59.000Z"] }
}bimp_fetch_all {
tool: "bimp_salesInvoice_readList",
enrich: true,
filters: { periodable: ["2026-01-01T00:00:00.000Z", "2026-03-31T23:59:59.000Z"] }
}bimp_fetch_all { tool: "bimp_specification_readList", enrich: true }bimp_nomenclature_readStocksbimp_fetch_all { tool: "bimp_specification_readList", enrich: true }bimp_nomenclature_readStocksbimp_fetch_all { tool: "bimp_nomenclature_readList" }bimp_bulk_update { tool: "bimp_priceList_updatePrice", items: [...] }bimp_fetch_all { tool: "bimp_nomenclature_readList" }bimp_bulk_update { tool: "bimp_priceList_updatePrice", items: [...] }bimp_nomenclatures_read { uuid }bimp_nomenclature_readStocksbimp_nomenclatures_read { uuid }bimp_nomenclature_readStocksbimp_fetch_allenrich: trueperiodable: [start, end]isCustomerisSupplierEntryStatus: 0EntryStatus: 1bimp_fetch_allenrich: trueperiodable: [开始时间, 结束时间]isCustomerisSupplierEntryStatus: 0EntryStatus: 1