Alle MCP-Tools

Vollständige Übersicht aller Tools, die Ledger Botje KI-Assistenten wie ChatGPT, Copilot und Claude zur Verfügung stellt, um Ihre Exact Online Verwaltung zu führen.

Gesamt: 284
Nur lesen: 116
Schreiben: 168

Suchen 47

Abrufen 39

accounts_details nur lesen

Get full details of a specific account including addresses and contacts. Use accounts.search to find the account first.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
context string Optional ''
admin_current nur lesen

Get the current active administration (division). Returns code, name, address, currency and other info. Use switch_administration to change to a different administration.

Parameter Typ Erforderlich Standard
context string Optional ''
cashflow_payments_get nur lesen

Get full payment details by payment GUID. Use search_payments to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
paymentId string Erforderlich
context string Optional ''
cashflow_receivables_get nur lesen

Get full receivable details by receivable GUID. Use search_receivables to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
receivableId string Erforderlich
context string Optional ''
crm_opportunities_get nur lesen

Get full opportunity details including contacts. Use search_opportunities to find the number first.

Parameter Typ Erforderlich Standard
number string Erforderlich
context string Optional ''
crm_quotations_get nur lesen

Get full details of a quotation including all quotation lines. Use search_quotations to find the quotation number first.

Parameter Typ Erforderlich Standard
quotationNumber string Erforderlich
context string Optional ''
financial_aging_payables nur lesen

Aging analysis of outstanding payables per account, amounts split over age groups. Reflects the last synchronization.

Parameter Typ Erforderlich Standard
query string Optional ''
context string Optional ''
financial_aging_receivables nur lesen

Aging analysis of outstanding receivables per account, amounts split over age groups. Reflects the last synchronization.

Parameter Typ Erforderlich Standard
query string Optional ''
context string Optional ''
financial_balance_get nur lesen

Get the BALANCE per GL account (aggregated, SUM of transaction lines) in ONE call. This is the right tool for a profit & loss statement, trial balance, dashboard or "balance per account". Do NOT call financial_transactions_search per individual GL account. Filter by financial year, period range, date range and account type (balance or P&L). Optionally compare two years via compareYear.

Parameter Typ Erforderlich Standard
financialYear int Optional 0
compareYear int Optional 0
financialPeriodFrom int Optional 0
financialPeriodTo int Optional 0
dateFrom string Optional ''
dateTo string Optional ''
glAccountType string Optional ''
glAccountCode string Optional ''
includeZeroNet bool Optional false
sortBy string Optional 'code'
sortDirection string Optional 'asc'
limit int Optional 250
offset int Optional 0
context string Optional ''
financial_bank_get nur lesen

Get full bank entry details including all entry lines. Use search_bank_entries to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
financial_cash_get nur lesen

Get full cash entry details including all lines. Use financial_cash_search to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
financial_generaljournal_get nur lesen

Get full general journal entry details including all lines. Use financial_generaljournal_search to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
financial_outstanding_get nur lesen

Get outstanding and overdue invoice overview for both receivables and payables.

Parameter Typ Erforderlich Standard
context string Optional ''
financial_profitloss_get nur lesen

Get the profit & loss overview: costs, revenue and result for the current period, current year and previous year. Reflects the last synchronization.

Parameter Typ Erforderlich Standard
context string Optional ''
financial_purchase_get nur lesen

Get full purchase entry details including supplier and all lines. Use financial_purchase_search to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
financial_sales_get nur lesen

Get full sales entry details including customer and all lines. Use financial_sales_search to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
items_batch_history nur lesen

USE THIS TOOL when the user asks about the history, traceability or transactions of a batch number. Get full history of a batch number (batch / lot / LOT). Returns all stock transactions including locations, quantities and transaction types. Use items.stock to find batch numbers for an item first. Use stock.batch.search to search by partial batch number.

Parameter Typ Erforderlich Standard
batchNumber string Erforderlich
itemCode string Optional ''
limit int Optional 100
offset int Optional 0
context string Optional ''
items_details nur lesen

Get full details of a specific item including stock per warehouse, active sales prices and suppliers. Use items.search to find the item first.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
context string Optional ''
items_serial_history nur lesen

USE THIS TOOL when the user asks about the history, traceability or transactions of a serial number. Get full history of a serial number (serial / SN). Returns all stock transactions including locations, quantities and transaction types. Use items.stock to find serial numbers for an item first. Use stock.serial.search to search by partial serial number.

Parameter Typ Erforderlich Standard
serialNumber string Erforderlich
itemCode string Optional ''
limit int Optional 100
offset int Optional 0
context string Optional ''
items_stock nur lesen

Get stock information for an item by item code. Returns current stock per warehouse and any batch/serial numbers. Use items.search to find the item code first. Use items.batch.history for full batch number history. Use items.serial.history for full serial number history.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
context string Optional ''
items_suppliers nur lesen

Search supplier items. Find which suppliers deliver an item or which items a supplier delivers.

Parameter Typ Erforderlich Standard
itemCode string Optional ''
supplierCode string Optional ''
query string Optional ''
limit int Optional 20
offset int Optional 0
context string Optional ''
logistics_deliveries_get nur lesen

Get full details of a goods delivery (shipment) including all lines with items, quantities, and related sales order numbers. Use search_goods_deliveries to find the delivery number first.

Parameter Typ Erforderlich Standard
deliveryNumber string Erforderlich
context string Optional ''
logistics_receipts_get nur lesen

Get full details of a goods receipt including all lines with items, quantities, and related purchase order numbers. Use search_goods_receipts to find the receipt number first.

Parameter Typ Erforderlich Standard
receiptNumber string Erforderlich
context string Optional ''
manufacturing_materials_bom nur lesen

Get the bill of materials for an item. Shows which parts and quantities are needed.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
context string Optional ''
manufacturing_orders_get nur lesen

Get full details of a shop order (production order) including the bill of materials with required items and quantities. Use search_shop_orders to find the order number first.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
context string Optional ''
manufacturing_orders_routing nur lesen

Get the routing steps for a production order. Shows all operations with work centers, planned hours and status.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
context string Optional ''
manufacturing_planning_overview nur lesen

Get a planning overview of scheduled operations per work center. Shows all planned routing steps with shop order number, item, dates, hours and status per work center.

Parameter Typ Erforderlich Standard
workcenterCode string Optional ''
dateFrom string Optional ''
dateTo string Optional ''
status string Optional ''
limit int Optional 50
offset int Optional 0
context string Optional ''
manufacturing_workcenters_capacity nur lesen

Get capacity overview per work center: available hours, planned hours and utilization percentage for a given period. Use this to identify overloaded or available work centers.

Parameter Typ Erforderlich Standard
workcenterCode string Optional ''
dateFrom string Optional ''
dateTo string Optional ''
context string Optional ''
projects_get nur lesen

Get full project details including WBS structure and resource planning. Use search_projects to find the project code first.

Parameter Typ Erforderlich Standard
projectCode string Erforderlich
context string Optional ''
purchasing_invoices_get nur lesen

Get full details of a purchase invoice including all invoice lines. Use search_purchase_invoices to find the entry number first.

Parameter Typ Erforderlich Standard
entryNumber string Erforderlich
context string Optional ''
purchasing_orders_get nur lesen

Get full details of a purchase order including all order lines with items, quantities ordered and received. Use search_purchase_orders to find the order number first.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
context string Optional ''
purchasing_returns_get nur lesen

Get full purchase return details including all lines. Use purchasing_returns_search to find the return number first.

Parameter Typ Erforderlich Standard
returnNumber string Erforderlich
context string Optional ''
sales_invoices_get nur lesen

Get full details of a sales invoice including all invoice lines. Use search_sales_invoices to find the invoice number first.

Parameter Typ Erforderlich Standard
invoiceNumber string Erforderlich
context string Optional ''
sales_orders_get nur lesen

Get full details of a sales order including all order lines with items, quantities ordered/delivered, and delivery status per line. Use search_sales_orders to find the order number first.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
context string Optional ''
sales_returns_get nur lesen

Get full details of a planned sales return including all return lines with items, planned and received quantities. Use search_sales_returns to find the return number first.

Parameter Typ Erforderlich Standard
returnNumber string Erforderlich
context string Optional ''
subscriptions_get nur lesen

Get full subscription details including all lines. Use search_subscriptions to find the number first.

Parameter Typ Erforderlich Standard
number string Erforderlich
context string Optional ''
warehouse_current nur lesen

Get the current active warehouse. Returns warehouse code, description, whether it is the main warehouse, and whether storage locations are enabled. Use switch_warehouse to change to a different warehouse.

Parameter Typ Erforderlich Standard
context string Optional ''
warehouse_locations_stock nur lesen

Get stock per storage location. Filter by warehouse code, storage location code, and/or item code. For warehouses without storage locations, warehouse-level stock is shown. Use this to see which items are at a specific location, or to find where an item is stored.

Parameter Typ Erforderlich Standard
warehouseCode string Optional ''
storageLocationCode string Optional ''
itemCode string Optional ''
limit int Optional 50
offset int Optional 0
context string Optional ''
warehouse_transfers_get nur lesen

Get full details of a warehouse transfer including all lines with items, quantities and storage locations. Use search_warehouse_transfers to find the transfer number first.

Parameter Typ Erforderlich Standard
transferNumber string Erforderlich
context string Optional ''

Anlegen 48

accounts_addresses_create

Create a new address for an account in Exact Online. Required: accountCode and addressLine1. Optional: city, postcode, country, type (visit/postal/invoice/delivery), phone, email and notes. Search the account first with search_accounts. If the address already exists, Exact Online returns the existing address. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
addressLine1 string Erforderlich
city string Optional ''
postcode string Optional ''
country string Optional ''
type string Optional 'visit'
addressLine2 string Optional ''
addressLine3 string Optional ''
state string Optional ''
phone string Optional ''
fax string Optional ''
mailbox string Optional ''
notes string Optional ''
isMain bool Optional false
context string Optional ''
accounts_contacts_create

Create a contact person for an existing account in Exact Online. Required: accountName, firstName, lastName. Optional: email, phone. Search first if the contact already exists with contacts.search. Find the account with search_accounts.

Parameter Typ Erforderlich Standard
accountName string Erforderlich
firstName string Erforderlich
lastName string Erforderlich
email string Optional ''
phone string Optional ''
context string Optional ''
accounts_create

Create a new account (customer or supplier) in Exact Online. Required: name. Use isSupplier=true for suppliers. Search first if the account already exists with accounts.search.

Parameter Typ Erforderlich Standard
name string Erforderlich
address string Optional ''
postalcode string Optional ''
city string Optional ''
country string Optional ''
phone string Optional ''
email string Optional ''
vatNumber string Optional ''
isSupplier bool Optional false
language string Optional ''
paymentConditionSales string Optional ''
glAccountSales string Optional ''
glAccountPurchase string Optional ''
glAccountReceivable string Optional ''
glAccountPayable string Optional ''
shippingMethod string Optional ''
classification1 string Optional ''
classification2 string Optional ''
context string Optional ''
cashflow_conditions_create

Create a new payment condition in Exact Online. Required: code and description. Optional: paymentDays, discountPercentage, paymentMethod. Always search with search_payment_conditions first to check if it already exists.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
paymentDays string Optional ''
discountPercentage string Optional ''
paymentMethod string Optional ''
discountPaymentDays string Optional ''
discountCalculation string Optional ''
paymentDiscountType string Optional ''
paymentEndOfMonths string Optional ''
percentage string Optional ''
vatCalculation string Optional ''
context string Optional ''
cashflow_mandates_create

Create a new direct debit mandate in Exact Online. Required: accountCode (looked up to GUID) and bankAccountId (GUID). Optional: description, reference, signatureDate, type, paymentType. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
bankAccountId string Erforderlich
description string Optional ''
reference string Optional ''
signatureDate string Optional ''
type string Optional ''
paymentType string Optional ''
context string Optional ''
crm_bankaccounts_create

Create a new bank account for an account in Exact Online. Required: accountCode and bankAccount (IBAN or account number). Search for the account with search_accounts first. Optional: account holder name, BIC code, description, whether it is the main account and whether it is blocked.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
bankAccount string Erforderlich
bankAccountHolderName string Optional ''
bicCode string Optional ''
description string Optional ''
main string Optional ''
blocked string Optional ''
context string Optional ''
crm_opportunities_create

Create a new opportunity in Exact Online. Required: name and accountCode (customer code or name). Optional: amount, close date, probability, notes. Always search with search_accounts first to verify the customer and search_opportunities to check if the opportunity already exists.

Parameter Typ Erforderlich Standard
name string Erforderlich
accountCode string Erforderlich
amount string Optional ''
closeDate string Optional ''
probability string Optional ''
notes string Optional ''
currency string Optional ''
actionDate string Optional ''
nextAction string Optional ''
contact string Optional ''
projectCode string Optional ''
owner string Optional ''
leadSource string Optional ''
context string Optional ''
crm_quotations_create

Create a NEW quotation in Exact Online. Required: customerCode and lines (JSON array with at least itemCode and quantity per line). Search customer with search_accounts and items with search_items first. Do NOT use for existing quotations, use quotations.update instead.

Parameter Typ Erforderlich Standard
customerCode string Erforderlich
lines string Erforderlich
description string Optional ''
remarks string Optional ''
yourRef string Optional ''
quotationDate string Optional ''
dueDate string Optional ''
currency string Optional ''
closingDate string Optional ''
invoiceAccount string Optional ''
deliveryAddress string Optional ''
projectCode string Optional ''
salesPerson string Optional ''
context string Optional ''
financial_bank_create

Create a new bank entry in Exact Online. Required: journalCode and lines (JSON array with at least glAccountCode and amount per line, positive=debit, negative=credit). Search GL accounts and relations with search_accounts.

Parameter Typ Erforderlich Standard
journalCode string Erforderlich
lines string Erforderlich
currency string Optional ''
closingBalance string Optional ''
openingBalance string Optional ''
context string Optional ''
financial_cash_create

Create a new cash entry in Exact Online. Required: journalCode and lines (JSON array with at least glAccountCode and amount per line, positive=debit, negative=credit).

Parameter Typ Erforderlich Standard
journalCode string Erforderlich
lines string Erforderlich
currency string Optional ''
closingBalance string Optional ''
openingBalance string Optional ''
context string Optional ''
financial_generaljournal_create

Create a new general journal (memorial) entry in Exact Online. Required: journalCode and lines (JSON array with at least glAccountCode and amount per line, positive=debit, negative=credit). The entry must balance (debit = credit).

Parameter Typ Erforderlich Standard
journalCode string Erforderlich
lines string Erforderlich
currency string Optional ''
financialYear int Optional 0
financialPeriod int Optional 0
reversal bool Optional false
context string Optional ''
financial_glaccounts_create

Create a new general ledger account (GL account) in Exact Online. Required: code and description. Optional: type (e.g. 110=Revenue, 120=Cost, 150=Balance), balanceSide (D=Debit, C=Credit), balanceType (B=Balance, W=ProfitLoss), searchCode, vatCode, costcenter, costunit, isBlocked.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
type string Optional ''
balanceSide string Optional ''
balanceType string Optional ''
searchCode string Optional ''
vatCode string Optional ''
costcenter string Optional ''
costunit string Optional ''
isBlocked string Optional ''
context string Optional ''
financial_purchase_create

Create a new purchase entry in Exact Online. Required: journalCode, supplierCode and lines (JSON array with at least glAccountCode and amount per line).

Parameter Typ Erforderlich Standard
journalCode string Erforderlich
supplierCode string Erforderlich
lines string Erforderlich
currency string Optional ''
description string Optional ''
yourRef string Optional ''
entryDate string Optional ''
context string Optional ''
financial_sales_create

Create a new sales entry in Exact Online. Required: journalCode, customerCode and lines (JSON array with at least glAccountCode and amount per line).

Parameter Typ Erforderlich Standard
journalCode string Erforderlich
customerCode string Erforderlich
lines string Erforderlich
currency string Optional ''
description string Optional ''
yourRef string Optional ''
entryDate string Optional ''
context string Optional ''
hrm_costcenters_create

Create a new cost center in Exact Online. Required: code and description.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
context string Optional ''
hrm_costunits_create

Create a new cost unit in Exact Online. Required: code and description.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
context string Optional ''
inventory_batch_create

Reserve a batch number for a stock transaction. Required: batchNumber, draftStockTransactionId (GUID), quantity, stockTransactionType, warehouseCode. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
batchNumber string Erforderlich
draftStockTransactionId string Erforderlich
quantity float Erforderlich
stockTransactionType int Erforderlich
warehouseCode string Erforderlich
itemCode string Optional ''
storageLocationCode string Optional ''
endDate string Optional ''
remarks string Optional ''
context string Optional ''
inventory_serial_create

Reserve a serial number for a stock transaction. Required: serialNumber, draftStockTransactionId, stockTransactionType, warehouseCode. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
serialNumber string Erforderlich
draftStockTransactionId string Erforderlich
stockTransactionType int Erforderlich
warehouseCode string Erforderlich
itemCode string Optional ''
storageLocationCode string Optional ''
startDate string Optional ''
endDate string Optional ''
remarks string Optional ''
context string Optional ''
items_create

Create a new item in Exact Online. Required: code and description. Optional: barcode, unit, item group, type flags, notes, search code, VAT code, GL accounts (revenue/costs/stock), weights, validity period (start/end). Search with search_items first. Do NOT use for price changes, use sales.prices.create to set a sales price after creation.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
extraDescription string Optional ''
barcode string Optional ''
costPrice string Optional ''
unit string Optional ''
itemGroup string Optional ''
isSalesItem bool Optional true
isPurchaseItem bool Optional false
isStockItem bool Optional true
isMakeItem bool Optional false
isSerialItem bool Optional false
isBatchItem bool Optional false
isFractionAllowedItem bool Optional false
notes string Optional ''
searchCode string Optional ''
salesVatCode string Optional ''
glRevenueCode string Optional ''
glCostsCode string Optional ''
glStockCode string Optional ''
grossWeight string Optional ''
netWeight string Optional ''
startDate string Optional ''
endDate string Optional ''
context string Optional ''
items_suppliers_create

Link a supplier to an item with purchase price and delivery details. Always search for the item and supplier first.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
supplierCode string Erforderlich
purchasePrice string Erforderlich
supplierItemCode string Optional ''
minimumQuantity string Optional ''
purchaseLeadTime string Optional ''
isMainSupplier bool Optional false
currency string Optional ''
notes string Optional ''
countryOfOrigin string Optional ''
purchaseLotSize string Optional ''
purchaseVatCode string Optional ''
context string Optional ''
items_time_create

Register time on a routing step of a production order. Required: shopOrderNumber, operationCode and hours.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
operationCode string Erforderlich
hours float Erforderlich
laborHours float Optional -1.0
quantity float Optional -1.0
percentageComplete float Optional -1.0
isFinished bool Optional false
notes string Optional ''
context string Optional ''
items_warehouses_create

Link an item to a warehouse in Exact Online (create an ItemWarehouse record). Required: itemCode and warehouseCode. Optional: safetyStock, reorderPoint, maximumStock. Always search with search_items and list_warehouses first to find the correct codes.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
warehouseCode string Erforderlich
safetyStock string Optional ''
reorderPoint string Optional ''
maximumStock string Optional ''
context string Optional ''
logistics_deliveries_create destruktiv

Create a goods delivery for a sales order. This reduces stock. Required: orderNumber and lines (JSON array with itemCode and quantity). Use get_sales_order_details to check open lines. Do NOT use for goods receipts, use logistics.receipts.create instead.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
lines string Erforderlich
deliveryDate string Optional ''
description string Optional ''
trackingNumber string Optional ''
remarks string Optional ''
shippingMethodCode string Optional ''
context string Optional ''
logistics_receipts_create destruktiv

Create a goods receipt for a purchase order. This increases stock. Required: orderNumber and lines (JSON array with itemCode and quantity). Use get_purchase_order_details to check open lines. Do NOT use for deliveries, use logistics.deliveries.create instead.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
lines string Erforderlich
receiptDate string Optional ''
description string Optional ''
context string Optional ''
manufacturing_areas_create

Create a new production area. Production areas group work centers. Required: code and description.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
costcenter string Optional ''
costunit string Optional ''
isDefault int Optional 0
notes string Optional ''
context string Optional ''
manufacturing_bom_version_create

Create a new BOM version for an item. Required: itemCode and description.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
description string Erforderlich
versionNumber int Optional 0
isDefault int Optional 0
status int Optional 0
batchQuantity string Optional ''
type int Optional 0
notes string Optional ''
productionLeadDays int Optional 0
orderLeadDays int Optional 0
versionDate string Optional ''
context string Optional ''
manufacturing_materials_by_product destruktiv

Receive a by-product from a production order. Required: shopOrderNumber, itemCode and quantity.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
transactionDate string Optional ''
storageLocationId string Optional ''
context string Optional ''
manufacturing_materials_issue destruktiv

Issue material to a production order. Required: shopOrderNumber, itemCode and quantity.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
transactionDate string Optional ''
note string Optional ''
storageLocationId string Optional ''
context string Optional ''
manufacturing_materials_reversal destruktiv

Reverse a previously issued material for a production order. Required: shopOrderNumber and itemCode.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
itemCode string Erforderlich
transactionDate string Optional ''
context string Optional ''
manufacturing_operations_create

Create a new operation. Operations define the steps in a production process and are used in routings. Required: code and description.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
notes string Optional ''
searchcode string Optional ''
context string Optional ''
manufacturing_operations_resource_create

Link a work center to an operation as a resource. Required: operationCode.

Parameter Typ Erforderlich Standard
operationCode string Erforderlich
workcenterCode string Optional ''
isPrimary int Optional -1
attendedPercentage string Optional ''
efficiencyPercentage string Optional ''
run string Optional ''
runMethod int Optional -1
setup string Optional ''
setupUnit string Optional ''
type int Optional -1
purchaseLeadDays int Optional -1
context string Optional ''
manufacturing_orders_create

Create a new shop order (production order) in Exact Online. Required: itemCode and plannedQuantity. The item must be a make-item. The active warehouse is automatically included. Search for the item with search_items first.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
plannedQuantity float Erforderlich
description string Optional ''
plannedStartDate string Optional ''
plannedDate string Optional ''
notes string Optional ''
yourRef string Optional ''
costcenter string Optional ''
costunit string Optional ''
productionLeadDays int Optional 0
project string Optional ''
context string Optional ''
manufacturing_orders_receipt destruktiv

Report a quantity as finished for a production order. Required: shopOrderNumber and quantity.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
quantity float Erforderlich
transactionDate string Optional ''
context string Optional ''
manufacturing_orders_reversal destruktiv

Reverse a previously created shop order receipt. Different from material reversal. Required: shopOrderNumber. The system automatically finds the most recent reversible receipt.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
note string Optional ''
transactionDate string Optional ''
context string Optional ''
manufacturing_workcenters_create

Create a new work center. Required: code, description, status and type.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
status int Erforderlich
type int Erforderlich
capacity int Optional 0
productionAreaCode string Optional ''
costcenter string Optional ''
costunit string Optional ''
runLaborRate string Optional ''
setupLaborRate string Optional ''
machineBurdenRate string Optional ''
generalBurdenRate string Optional ''
notes string Optional ''
searchCode string Optional ''
context string Optional ''
projects_create

Create a new project in Exact Online. Required: code, description and type (1=Campaign, 2=FixedPrice, 3=TimeAndMaterial, 4=NonBillable, 5=Prepaid). Optional: accountCode, startDate, endDate, notes, budgetedAmount, budgetedCosts, manager (employee GUID), paymentCondition. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
type int Erforderlich
accountCode string Optional ''
startDate string Optional ''
endDate string Optional ''
notes string Optional ''
budgetedAmount string Optional ''
budgetedCosts string Optional ''
manager string Optional ''
paymentCondition string Optional ''
context string Optional ''
projects_planning_create

Create a new project planning entry in Exact Online. Required: description, employeeId (employee GUID), endDate, hourTypeId (hour type GUID), startDate and status (1=Reserved, 2=Planned). Optional: projectId (GUID), hours, notes, overAllocate. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
description string Erforderlich
employeeId string Erforderlich
endDate string Erforderlich
hourTypeId string Erforderlich
startDate string Erforderlich
status int Erforderlich
projectId string Optional ''
hours string Optional ''
notes string Optional ''
overAllocate string Optional ''
context string Optional ''
purchases_invoices_create

Create a new purchase invoice in Exact Online. Required: supplierCode, journal, type (8030=direct, 8033=normal) and at least 1 invoice line with itemCode and quantity. Search for the supplier with search_accounts and items with search_items first. Invoice lines are included inline.

Parameter Typ Erforderlich Standard
supplierCode string Erforderlich
journal string Erforderlich
type int Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
description string Optional ''
paymentCondition string Optional ''
yourRef string Optional ''
context string Optional ''
purchasing_orders_create

Create a NEW purchase order in Exact Online. Required: supplierCode and lines (JSON array with at least itemCode and quantity per line). Optional: description, yourRef, receiptDate (YYYY-MM-DD), remarks, paymentCondition, orderDate (YYYY-MM-DD). Search supplier with search_accounts and items with search_items first. Do NOT use for existing orders, use purchasing.orders.update instead.

Parameter Typ Erforderlich Standard
supplierCode string Erforderlich
lines string Erforderlich
description string Optional ''
yourRef string Optional ''
receiptDate string Optional ''
remarks string Optional ''
paymentCondition string Optional ''
orderDate string Optional ''
context string Optional ''
purchasing_returns_create

Create a purchase return in Exact Online. Each line references the original goods receipt: provide goodsReceiptLineId and returnQuantity. Supplier and warehouse are derived from the receipt. Use logistics_receipts_get to find the goodsReceiptLineId.

Parameter Typ Erforderlich Standard
lines string Erforderlich
returnDate string Optional ''
description string Optional ''
remarks string Optional ''
context string Optional ''
sales_invoices_create

Create a new sales invoice in Exact Online. Required: accountCode (customer code), journal (journal code), itemCode (item code for first invoice line), quantity and unitPrice. The customer is looked up by accountCode, the item by itemCode.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
journal string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
unitPrice float Erforderlich
description string Optional ''
remarks string Optional ''
paymentCondition string Optional ''
paymentReference string Optional ''
yourRef string Optional ''
lineDescription string Optional ''
context string Optional ''
sales_invoices_from_orders

Generate sales invoices from one or more sales orders via the InvoiceSalesOrders action. Required: salesOrderIds (JSON array of order GUIDs). Optional: createMode (0=per customer, 1=per order), invoiceMode (0=by delivered qty, 1=by ordered qty), journalCode (sales journal). This creates final invoices.

Parameter Typ Erforderlich Standard
salesOrderIds string Erforderlich
createMode int Optional 0
invoiceMode int Optional 0
journalCode string Optional ''
context string Optional ''
sales_orders_create

Create a NEW sales order in Exact Online. Required: customerCode and lines (JSON array with at least itemCode and quantity per line). Search customer with search_accounts and items with search_items first. Do NOT use for existing orders, use sales.orders.update instead. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
customerCode string Erforderlich
lines string Erforderlich
description string Optional ''
yourRef string Optional ''
remarks string Optional ''
shippingMethodCode string Optional ''
deliveryDate string Optional ''
deliverTo string Optional ''
deliverToContactPerson string Optional ''
deliveryAddress string Optional ''
selectionCode string Optional ''
document string Optional ''
paymentCondition string Optional ''
paymentReference string Optional ''
orderDate string Optional ''
context string Optional ''
sales_prices_create

Create a NEW sales price for an item. Use this tool when an item has no sales price yet, or to add a new price rule (customer-specific, price break, validity period). Search for the item first with items.search. Use sales.prices.update to modify an existing price.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
price string Erforderlich
currency string Optional ''
accountCode string Optional ''
quantity string Optional ''
startDate string Optional ''
endDate string Optional ''
unit string Optional ''
numberOfItemsPerUnit string Optional ''
projectId string Optional ''
employeeId string Optional ''
context string Optional ''
sales_returns_create destruktiv

Create a planned sales return for a sales order in Exact Online. Only delivered items can be returned. Required: orderNumber, lines (JSON array with itemCode and quantity).

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
lines string Erforderlich
returnDate string Optional ''
description string Optional ''
processDirectly bool Optional false
context string Optional ''
subscriptions_create

Create a new subscription. Required: accountCode (customer), description and subscriptionType (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
description string Erforderlich
subscriptionTypeId string Erforderlich
startDate string Optional ''
endDate string Optional ''
notes string Optional ''
currency string Optional ''
paymentCondition string Optional ''
context string Optional ''
warehouse_create

Create a new warehouse in Exact Online. Required: code and description. Optional: isMain, useStorageLocations, email. Always check list_warehouses first to see if the warehouse already exists.

Parameter Typ Erforderlich Standard
code string Erforderlich
description string Erforderlich
isMain bool Optional false
useStorageLocations bool Optional false
email string Optional ''
context string Optional ''
warehouse_transfers_create

Create a warehouse transfer between two warehouses. Required: warehouseFrom, warehouseTo and lines (JSON array with itemCode and quantity). Use search_warehouses and search_items to find codes. Do NOT use for stock mutations, use manufacturing.materials.issue instead.

Parameter Typ Erforderlich Standard
warehouseFrom string Erforderlich
warehouseTo string Erforderlich
lines string Erforderlich
description string Optional ''
remarks string Optional ''
status int Optional 0
context string Optional ''

Aktualisieren 48

accounts_addresses_update

Update an existing address in Exact Online. Required: addressId (GUID of the address). All other fields are optional - only provided fields will be updated. Use search_accounts and get_account_details to find the address GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
addressId string Erforderlich
addressLine1 string Optional ''
city string Optional ''
postcode string Optional ''
country string Optional ''
type string Optional ''
phone string Optional ''
mailbox string Optional ''
notes string Optional ''
context string Optional ''
accounts_contacts_update

Update an existing contact person in Exact Online. Required: contactId (GUID of the contact). All other fields are optional - only provided fields will be updated. Use search_accounts and get_account_details to find the contact GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
contactId string Erforderlich
firstName string Optional ''
lastName string Optional ''
email string Optional ''
phone string Optional ''
context string Optional ''
accounts_update

Update an existing account (customer or supplier) in Exact Online. Required: accountCode (customer code, name or GUID to find the account). All other fields are optional - only provided fields will be updated. The status field sets the customer type (customer, prospect, suspect or none). Use search_accounts to find the account first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
name string Optional ''
email string Optional ''
phone string Optional ''
address string Optional ''
postalcode string Optional ''
city string Optional ''
country string Optional ''
vatNumber string Optional ''
status string Optional ''
glAccountSales string Optional ''
glAccountPurchase string Optional ''
glAccountReceivable string Optional ''
glAccountPayable string Optional ''
shippingMethod string Optional ''
classification1 string Optional ''
classification2 string Optional ''
context string Optional ''
cashflow_mandates_update

Update an existing direct debit mandate in Exact Online. Required: mandateId (GUID). All other fields are optional - only provided fields will be updated. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
mandateId string Erforderlich
description string Optional ''
reference string Optional ''
cancellationDate string Optional ''
context string Optional ''
cashflow_payments_update

Update an existing payment in Exact Online. Required: paymentId (GUID). All other fields are optional - only provided fields will be updated. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
paymentId string Erforderlich
description string Optional ''
paymentMethod string Optional ''
paymentReference string Optional ''
context string Optional ''
cashflow_receivables_update

Update an existing receivable in Exact Online. Required: receivableId (GUID). All other fields are optional - only provided fields will be updated. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
receivableId string Erforderlich
description string Optional ''
paymentMethod string Optional ''
paymentReference string Optional ''
context string Optional ''
crm_bankaccounts_update

Update an existing bank account in Exact Online. Required: bankAccountId (GUID). All other fields are optional and only provided fields are updated. Supports account number, holder name, BIC code, description, main and blocked. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
bankAccountId string Erforderlich
bankAccount string Optional ''
bankAccountHolderName string Optional ''
bicCode string Optional ''
description string Optional ''
main string Optional ''
blocked string Optional ''
context string Optional ''
crm_opportunities_update

Update an existing opportunity in Exact Online. Required: opportunityId (GUID). All other fields are optional - only provided fields will be updated. Use search_opportunities or get_opportunity_details to find the GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
opportunityId string Erforderlich
name string Optional ''
amount string Optional ''
closeDate string Optional ''
probability string Optional ''
notes string Optional ''
leadSource string Optional ''
context string Optional ''
crm_quotations_update

Update an existing quotation in Exact Online. Required: quotationId (GUID). Optional: description, remarks, yourRef, dueDate (YYYY-MM-DD). Use crm.quotations.get to find the quotation GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
description string Optional ''
remarks string Optional ''
yourRef string Optional ''
dueDate string Optional ''
context string Optional ''
crm_quotations_update_charge_line

Update an existing charge line of a quotation in Exact Online. Required: lineId (GUID). Optional: amount (amount excl. VAT), description. Use crm.quotations.get to find the quotation and lines first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
amount float Optional 0.0
description string Optional ''
context string Optional ''
crm_quotations_update_line

Update an existing quotation line in Exact Online. Required: lineId (GUID). Optional: quantity, unitPrice, discount (percentage 0-100), description, notes. Use crm.quotations.get to find the line GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity float Optional 0.0
unitPrice float Optional 0.0
discount float Optional -1.0
description string Optional ''
notes string Optional ''
context string Optional ''
financial_glaccounts_update

Update an existing general ledger account in Exact Online. Required: glAccountId (GUID). All other fields are optional. Supports: description, code, type, balanceSide (D/C), balanceType (B/W), searchCode, vatCode, costcenter, costunit, isBlocked. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
glAccountId string Erforderlich
description string Optional ''
code string Optional ''
type string Optional ''
balanceSide string Optional ''
balanceType string Optional ''
searchCode string Optional ''
vatCode string Optional ''
costcenter string Optional ''
costunit string Optional ''
isBlocked string Optional ''
context string Optional ''
hrm_costcenters_update

Update an existing cost center. Required: costcenterId (GUID). Optional: description. Note: the code is the key and cannot be changed via the API.

Parameter Typ Erforderlich Standard
costcenterId string Erforderlich
code string Optional ''
description string Optional ''
context string Optional ''
hrm_costunits_update

Update an existing cost unit. Required: costunitId (GUID). Optional: description. Note: the code is the key and cannot be changed via the API.

Parameter Typ Erforderlich Standard
costunitId string Erforderlich
code string Optional ''
description string Optional ''
context string Optional ''
inventory_batch_update

Update the quantity of a draft stock batch number transaction. Only quantity can be changed. Required: batchNumberId (GUID) and quantity. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
batchNumberId string Erforderlich
quantity float Erforderlich
context string Optional ''
inventory_serial_update

Update a stock serial number record. Only ParentID can be changed. Required: serialNumberId and parentId (GUIDs). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
serialNumberId string Erforderlich
parentId string Erforderlich
context string Optional ''
items_suppliers_update

Update an existing supplier item. Use items.suppliers first to find the supplier item and get the GUID. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
supplierItemId string Erforderlich
purchasePrice string Optional ''
supplierItemCode string Optional ''
minimumQuantity string Optional ''
purchaseLeadTime string Optional ''
isMainSupplier bool Optional NULL
notes string Optional ''
context string Optional ''
items_update

Update item properties: description, barcode, unit, item group, search code, item type flags, notes, VAT code, GL accounts (revenue/costs/stock), weights, validity period. Required: itemCode. Search with items.search first. Do NOT use for price changes, use sales.prices.update or sales.prices.create instead. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
description string Optional ''
extraDescription string Optional ''
barcode string Optional ''
costPriceNew string Optional ''
unit string Optional ''
itemGroup string Optional ''
isSalesItem bool Optional NULL
isPurchaseItem bool Optional NULL
isStockItem bool Optional NULL
isMakeItem bool Optional NULL
isSerialItem bool Optional NULL
isBatchItem bool Optional NULL
isFractionAllowedItem bool Optional NULL
notes string Optional ''
searchCode string Optional ''
salesVatCode string Optional ''
glRevenueCode string Optional ''
glCostsCode string Optional ''
glStockCode string Optional ''
grossWeight string Optional ''
netWeight string Optional ''
startDate string Optional ''
endDate string Optional ''
context string Optional ''
items_warehouses_update

Update an existing item-warehouse link (ItemWarehouse) in Exact Online. Required: itemCode and warehouseCode (to find the record). Optional: safetyStock, reorderPoint, maximumStock. Always search with search_items and list_warehouses first.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
warehouseCode string Erforderlich
safetyStock string Optional ''
reorderPoint string Optional ''
maximumStock string Optional ''
context string Optional ''
logistics_deliveries_update

Update an existing goods delivery in Exact Online. Required: deliveryId (GUID). Only provided fields will be updated. Available fields: remarks, trackingNumber. Use search_goods_deliveries to find the correct delivery. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
deliveryId string Erforderlich
remarks string Optional ''
trackingNumber string Optional ''
context string Optional ''
logistics_receipts_update

Update an existing goods receipt in Exact Online. Required: receiptId (GUID). Only provided fields will be updated. Available fields: remarks. Use search_goods_receipts to find the correct receipt. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
receiptId string Erforderlich
remarks string Optional ''
context string Optional ''
manufacturing_areas_update

Update a production area. Required: areaCode. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
areaCode string Erforderlich
description string Optional ''
code string Optional ''
costcenter string Optional ''
costunit string Optional ''
isDefault int Optional -1
notes string Optional ''
context string Optional ''
manufacturing_bom_material_update

Update a material line in a BOM. Required: itemCode and partItemCode (for identification). An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
partItemCode string Erforderlich
versionNumber int Optional 0
quantity string Optional ''
wastePercentage string Optional ''
description string Optional ''
notes string Optional ''
context string Optional ''
manufacturing_bom_version_update

Update a BOM version. Required: itemCode and versionNumber. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
versionNumber int Erforderlich
description string Optional ''
isDefault int Optional -1
status int Optional 0
batchQuantity string Optional ''
notes string Optional ''
productionLeadDays int Optional -1
orderLeadDays int Optional -1
versionDate string Optional ''
context string Optional ''
manufacturing_materialplan_update

Update a material plan line of a shop order. Change quantity, required date, waste percentage or status. Required: shopOrderNumber and lineNumber. Use manufacturing.orders.get to view the material plan first. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
lineNumber int Erforderlich
plannedQuantity string Optional ''
plannedDate string Optional ''
wastePercentage string Optional ''
notes string Optional ''
description string Optional ''
context string Optional ''
manufacturing_operations_resource_update

Update an operation resource. Required: operationCode and workcenterCode (for identification).

Parameter Typ Erforderlich Standard
operationCode string Erforderlich
workcenterCode string Erforderlich
isPrimary int Optional -1
attendedPercentage string Optional ''
efficiencyPercentage string Optional ''
run string Optional ''
runMethod int Optional -1
setup string Optional ''
setupUnit string Optional ''
purchaseLeadDays int Optional -1
context string Optional ''
manufacturing_operations_update

Update an operation. Required: operationCode (for identification). Change description, notes, search code or status. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
operationCode string Erforderlich
description string Optional ''
code string Optional ''
notes string Optional ''
searchcode string Optional ''
status int Optional -1
context string Optional ''
manufacturing_orders_update

Update an existing shop order in Exact Online. Required: shopOrderId (GUID). Supports planning fields: dates, quantity, release (isReleased), on hold (isOnHold), in planning (isInPlanning), cost center, cost unit, lead days and project. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
shopOrderId string Erforderlich
description string Optional ''
plannedQuantity string Optional ''
plannedStartDate string Optional ''
plannedDate string Optional ''
notes string Optional ''
yourRef string Optional ''
isReleased string Optional ''
isOnHold string Optional ''
isInPlanning string Optional ''
costcenter string Optional ''
costunit string Optional ''
productionLeadDays string Optional ''
project string Optional ''
context string Optional ''
manufacturing_routing_update

Update a routing step of a shop order. Reschedule operations: change dates, hours, work center and status. Required: shopOrderNumber and lineNumber. Use manufacturing.orders.routing to view available steps first. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
lineNumber int Erforderlich
plannedStartDate string Optional ''
plannedEndDate string Optional ''
plannedRunHours string Optional ''
plannedSetupHours string Optional ''
workcenterCode string Optional ''
notes string Optional ''
description string Optional ''
context string Optional ''
manufacturing_workcenters_update

Update a work center. Required: workcenterCode. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
workcenterCode string Erforderlich
description string Optional ''
code string Optional ''
status int Optional -1
type int Optional -1
capacity int Optional -1
productionAreaCode string Optional ''
costcenter string Optional ''
costunit string Optional ''
runLaborRate string Optional ''
setupLaborRate string Optional ''
machineBurdenRate string Optional ''
generalBurdenRate string Optional ''
notes string Optional ''
searchCode string Optional ''
context string Optional ''
projects_planning_update

Update an existing project planning entry in Exact Online. Required: planningId (GUID). All other fields are optional. Supports: description, employeeId, startDate, endDate, hours, hourTypeId, notes, status (1=Reserved, 2=Planned), overAllocate. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
planningId string Erforderlich
description string Optional ''
employeeId string Optional ''
startDate string Optional ''
endDate string Optional ''
hours string Optional ''
hourTypeId string Optional ''
notes string Optional ''
status string Optional ''
overAllocate string Optional ''
context string Optional ''
projects_timecost_update

Update an existing time transaction in Exact Online. Required: transactionId (GUID). All other fields are optional - only provided fields will be updated. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
transactionId string Erforderlich
hours string Optional ''
laborHours string Optional ''
quantity string Optional ''
percentageComplete string Optional ''
notes string Optional ''
context string Optional ''
projects_update

Update an existing project in Exact Online. Required: projectId (GUID). All other fields are optional. Supports: description, code, startDate, endDate, notes, budgetedAmount, budgetedCosts, type, accountCode, paymentCondition, blockEntry, blockInvoicing. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
projectId string Erforderlich
description string Optional ''
code string Optional ''
startDate string Optional ''
endDate string Optional ''
notes string Optional ''
budgetedAmount string Optional ''
budgetedCosts string Optional ''
type string Optional ''
accountCode string Optional ''
paymentCondition string Optional ''
blockEntry string Optional ''
blockInvoicing string Optional ''
context string Optional ''
purchases_invoices_update

Update an existing purchase invoice in Exact Online. Required: invoiceId (GUID). All other fields are optional and only provided fields are updated. Supports description, remarks, payment condition, payment reference, your ref, due date and invoice date. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
description string Optional ''
remarks string Optional ''
paymentCondition string Optional ''
paymentReference string Optional ''
yourRef string Optional ''
dueDate string Optional ''
invoiceDate string Optional ''
journal string Optional ''
context string Optional ''
purchasing_orders_update

Update an existing purchase order in Exact Online. Required: orderId (GUID). Optional: description, yourRef, remarks, receiptDate (YYYY-MM-DD), paymentCondition, orderDate (YYYY-MM-DD). Use purchasing.orders.get to find the order GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
orderId string Erforderlich
description string Optional ''
yourRef string Optional ''
remarks string Optional ''
receiptDate string Optional ''
paymentCondition string Optional ''
orderDate string Optional ''
context string Optional ''
purchasing_orders_update_line

Update an existing purchase order line in Exact Online. Required: lineId (GUID). Optional: quantity, unitPrice, discount (percentage 0-100), description, notes, vatCode, costCenter, costUnit, receiptDate (YYYY-MM-DD). Use purchasing.orders.get to find the line GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity float Optional 0.0
unitPrice float Optional 0.0
discount float Optional -1.0
description string Optional ''
receiptDate string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
sales_deliveries_update_line

Update a delivery line. Only notes and tracking number can be changed. Required: deliveryLineId (GUID). All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
deliveryLineId string Erforderlich
notes string Optional ''
trackingNumber string Optional ''
context string Optional ''
sales_invoices_update

Update an existing sales invoice in Exact Online. Required: invoiceId (GUID). All other fields are optional. Supports: description, remarks, paymentCondition, paymentReference, yourRef and dueDate. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
description string Optional ''
remarks string Optional ''
paymentCondition string Optional ''
paymentReference string Optional ''
yourRef string Optional ''
dueDate string Optional ''
context string Optional ''
sales_invoices_update_line

Update an existing sales invoice line in Exact Online. Required: lineId (GUID). All other fields are optional. Supports: quantity, unitPrice, description, discount, notes, costCenter, costUnit and vatCode. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity string Optional ''
unitPrice string Optional ''
description string Optional ''
discount string Optional ''
notes string Optional ''
costCenter string Optional ''
costUnit string Optional ''
vatCode string Optional ''
context string Optional ''
sales_orders_update

Update order properties of an existing sales order in Exact Online. Required: orderId (GUID). Optional: description, yourRef, remarks, shippingMethodCode (shipping method, code or description), deliveryDate, paymentCondition, paymentReference, orderDate (YYYY-MM-DD). Use sales.orders.get to find the GUID. Do NOT use for order lines, use sales.orders.update_line instead. All ID parameters are 36-character GUIDs. An empty or omitted value leaves a field unchanged; send a single space for description, yourRef or remarks to clear that field.

Parameter Typ Erforderlich Standard
orderId string Erforderlich
description string Optional ''
yourRef string Optional ''
remarks string Optional ''
shippingMethodCode string Optional ''
deliveryDate string Optional ''
paymentCondition string Optional ''
paymentReference string Optional ''
orderDate string Optional ''
context string Optional ''
sales_orders_update_line

Update an existing sales order line in Exact Online. Required: lineId (GUID). Optional: quantity, unitPrice, netPrice, discount (percentage 0-100), description, notes, vatCode, costCenter, costUnit, deliveryDate (YYYY-MM-DD). Use sales.orders.get to find the line GUID first. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity float Optional 0.0
unitPrice float Optional 0.0
discount float Optional -1.0
description string Optional ''
notes string Optional ''
deliveryDate string Optional ''
netPrice float Optional 0.0
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
sales_prices_update

Use this tool to change/modify sales prices. Change, modify, adjust, increase or decrease the sales price of an item. Provide an item code (itemCode) and new price (price). The tool automatically finds the item and current sales price. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
itemCode string Optional ''
price string Optional ''
priceId string Optional ''
startDate string Optional ''
endDate string Optional ''
context string Optional ''
sales_returns_update_line

Update a planned sales return line in Exact Online. Required: lineId (GUID of the line). Only provided fields will be updated. Use get_sales_return_details to find the correct line GUID. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity float Optional NULL
notes string Optional ''
context string Optional ''
subscriptions_update

Update a subscription. Required: subscriptionId (GUID). Change description, dates, notes, payment condition or cancellation date. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
subscriptionId string Erforderlich
description string Optional ''
startDate string Optional ''
endDate string Optional ''
cancellationDate string Optional ''
notes string Optional ''
paymentCondition string Optional ''
context string Optional ''
subscriptions_update_line

Update a subscription line. Required: lineId (GUID). Change quantity, unit price, description or dates. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity string Optional ''
unitPrice string Optional ''
description string Optional ''
startDate string Optional ''
endDate string Optional ''
context string Optional ''
warehouse_transfers_update

Update an existing warehouse transfer in Exact Online. Required: transferId (GUID). Only provided fields will be updated. Use search_warehouse_transfers to find the correct transfer. All ID parameters are 36-character GUIDs. An empty value leaves a field unchanged; send a single space for a text field to clear it.

Parameter Typ Erforderlich Standard
transferId string Erforderlich
description string Optional ''
remarks string Optional ''
plannedDeliveryDate string Optional ''
plannedReceiptDate string Optional ''
context string Optional ''
warehouse_transfers_update_line

Update a warehouse transfer line in Exact Online. Required: lineId (GUID of the line). Only provided fields will be updated. Use get_warehouse_transfer_details to find the correct line GUID. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
quantity float Optional NULL
description string Optional ''
storageLocationFromId string Optional ''
storageLocationToId string Optional ''
context string Optional ''
warehouse_update

Update an existing warehouse in Exact Online. Required: warehouseCode (to find the warehouse). Only provided fields will be updated. Use list_warehouses to find the correct warehouse code.

Parameter Typ Erforderlich Standard
warehouseCode string Erforderlich
description string Optional ''
isMain bool Optional NULL
useStorageLocations bool Optional NULL
email string Optional ''
context string Optional ''

Löschen 45

accounts_addresses_delete destruktiv

Delete an address from Exact Online. This is a permanent action and cannot be undone. Required: addressId (GUID of the address). Use search_accounts and get_account_details to find the address GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
addressId string Erforderlich
context string Optional ''
accounts_contacts_delete destruktiv

Delete a contact person from Exact Online. This is a permanent action and cannot be undone. Required: contactId (GUID of the contact). Use search_accounts and get_account_details to find the contact GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
contactId string Erforderlich
context string Optional ''
accounts_delete destruktiv

Delete an account (customer or supplier) from Exact Online. This is a permanent action and cannot be undone. Required: accountCode (customer code, name or GUID). Use search_accounts to find the account first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
accountCode string Erforderlich
context string Optional ''
cashflow_mandates_delete destruktiv

Delete a direct debit mandate from Exact Online. This is a permanent action and cannot be undone. Required: mandateId (GUID). Use search_direct_debit_mandates to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
mandateId string Erforderlich
context string Optional ''
crm_bankaccounts_delete destruktiv

Delete a bank account from Exact Online. This is a permanent action and cannot be undone. Required: bankAccountId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
bankAccountId string Erforderlich
context string Optional ''
crm_opportunities_delete destruktiv

Delete an opportunity from Exact Online. This is a permanent action and cannot be undone. Required: opportunityId (GUID). Use search_opportunities or get_opportunity_details to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
opportunityId string Erforderlich
context string Optional ''
crm_quotations_delete destruktiv

Delete a quotation from Exact Online. Required: quotationId (GUID). Warning: this permanently deletes the quotation. Use crm.quotations.get to find the quotation GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
context string Optional ''
crm_quotations_delete_charge_line destruktiv

Delete a charge line from a quotation in Exact Online. Required: lineId (GUID). Warning: this permanently deletes the charge line. Use crm.quotations.get to find the quotation and lines first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
crm_quotations_delete_line destruktiv

Delete a quotation line from Exact Online. Required: lineId (GUID). Warning: this permanently deletes the line. Use crm.quotations.get to find the line GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
financial_bank_delete destruktiv

Delete a bank entry from Exact Online. Required: bankEntryId (GUID). Use financial.bank.get or search_bank_entries to find the correct entry first. Warning: this action is irreversible. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
bankEntryId string Erforderlich
context string Optional ''
financial_glaccounts_delete destruktiv

Delete a general ledger account (GL account) from Exact Online. This is a permanent action and cannot be undone. Required: glAccountId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
glAccountId string Erforderlich
context string Optional ''
hrm_costcenters_delete destruktiv

Delete a cost center. Required: costcenterId (GUID).

Parameter Typ Erforderlich Standard
costcenterId string Erforderlich
context string Optional ''
hrm_costunits_delete destruktiv

Delete a cost unit. Required: costunitId (GUID).

Parameter Typ Erforderlich Standard
costunitId string Erforderlich
context string Optional ''
inventory_batch_delete destruktiv

Delete a draft stock batch number transaction. Required: batchNumberId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
batchNumberId string Erforderlich
context string Optional ''
inventory_serial_delete destruktiv

Delete a draft stock serial number transaction. Required: serialNumberId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
serialNumberId string Erforderlich
context string Optional ''
items_delete destruktiv

Delete an item from Exact Online. Required: itemCode. The item will be permanently deleted. Always search with search_items first to confirm the correct item code.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
context string Optional ''
items_suppliers_delete destruktiv

Delete a supplier item link. Use items.suppliers first to find the supplier item and get the GUID. Warning: this action cannot be undone. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
supplierItemId string Erforderlich
context string Optional ''
items_warehouses_delete destruktiv

Delete an item-warehouse link (ItemWarehouse) from Exact Online. Required: itemCode and warehouseCode. The link will be permanently deleted. Always search with search_items and list_warehouses first to confirm the correct codes.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
warehouseCode string Erforderlich
context string Optional ''
manufacturing_areas_delete destruktiv

Delete a production area. Permanent. Required: areaCode.

Parameter Typ Erforderlich Standard
areaCode string Erforderlich
context string Optional ''
manufacturing_bom_material_delete destruktiv

Delete a material line from a BOM. Permanent action. Required: itemCode and partItemCode.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
partItemCode string Erforderlich
versionNumber int Optional 0
context string Optional ''
manufacturing_bom_version_delete destruktiv

Delete a BOM version. Permanent action. Required: itemCode and versionNumber.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
versionNumber int Erforderlich
context string Optional ''
manufacturing_materialplan_delete destruktiv

Delete a material line from a shop order. This is permanent. Required: shopOrderNumber and lineNumber. Use manufacturing.orders.get to view material plan and line numbers.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
lineNumber int Erforderlich
context string Optional ''
manufacturing_operations_delete destruktiv

Delete an operation. Permanent action. Required: operationCode.

Parameter Typ Erforderlich Standard
operationCode string Erforderlich
context string Optional ''
manufacturing_operations_resource_delete destruktiv

Unlink a work center from an operation. Permanent. Required: operationCode and workcenterCode.

Parameter Typ Erforderlich Standard
operationCode string Erforderlich
workcenterCode string Erforderlich
context string Optional ''
manufacturing_orders_delete destruktiv

Delete a shop order (production order) from Exact Online. This is a permanent action and cannot be undone. Required: shopOrderId (GUID). Use search_shop_orders or get_shop_order_details to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
shopOrderId string Erforderlich
context string Optional ''
manufacturing_routing_delete destruktiv

Delete a routing step from a shop order. This is permanent. Required: shopOrderNumber and lineNumber. Use manufacturing.orders.routing to view routing steps and line numbers.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
lineNumber int Erforderlich
context string Optional ''
manufacturing_workcenters_delete destruktiv

Delete a work center. Permanent. Required: workcenterCode.

Parameter Typ Erforderlich Standard
workcenterCode string Erforderlich
context string Optional ''
projects_delete destruktiv

Delete a project from Exact Online. This is a permanent action and cannot be undone. Required: projectId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
projectId string Erforderlich
context string Optional ''
projects_planning_delete destruktiv

Delete a project planning entry from Exact Online. This is a permanent action and cannot be undone. Required: planningId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
planningId string Erforderlich
context string Optional ''
projects_timecost_delete destruktiv

Delete a time transaction from Exact Online. This is a permanent action and cannot be undone. Required: transactionId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
transactionId string Erforderlich
context string Optional ''
purchases_invoices_delete destruktiv

Delete a purchase invoice from Exact Online. This is a permanent action and cannot be undone. Required: invoiceId (GUID). Use search_purchase_invoices to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
context string Optional ''
purchasing_orders_delete destruktiv

Delete a purchase order from Exact Online. Required: orderId (GUID). Warning: this permanently deletes the purchase order. Use purchasing.orders.get to find the order GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
orderId string Erforderlich
context string Optional ''
purchasing_orders_delete_line destruktiv

Delete a purchase order line from Exact Online. Required: lineId (GUID). Warning: this permanently deletes the line. Use purchasing.orders.get to find the line GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
sales_invoices_delete destruktiv

Delete a sales invoice from Exact Online. This is a permanent action and cannot be undone. Required: invoiceId (GUID). Use search_sales_invoices or get_sales_invoice_details to find the GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
context string Optional ''
sales_invoices_delete_line destruktiv

Delete a line from a sales invoice in Exact Online. This is a permanent action and cannot be undone. Required: lineId (GUID of the invoice line). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
sales_orders_delete destruktiv

Delete a sales order from Exact Online. Required: orderId (GUID). Warning: this permanently deletes the sales order. Use sales.orders.get to find the order GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
orderId string Erforderlich
context string Optional ''
sales_orders_delete_line destruktiv

Delete a sales order line from Exact Online. Required: lineId (GUID). Warning: this permanently deletes the line. Use sales.orders.get to find the line GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
sales_prices_delete destruktiv

Delete a sales item price. Use sales.prices.search first to find the price and get the GUID. Warning: this action cannot be undone. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
priceId string Erforderlich
context string Optional ''
sales_returns_delete destruktiv

Delete a planned sales return from Exact Online. Required: returnId (GUID). The return will be permanently deleted. Use search_sales_returns to find the correct return. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
returnId string Erforderlich
context string Optional ''
sales_returns_delete_line destruktiv

Delete a planned sales return line. Permanent. Required: lineId (GUID). Use sales.returns.get to view lines. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
subscriptions_delete destruktiv

Delete a subscription. Permanent. Required: subscriptionId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
subscriptionId string Erforderlich
context string Optional ''
subscriptions_delete_line destruktiv

Delete a subscription line. Permanent. Required: lineId (GUID). All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''
warehouse_delete destruktiv

Delete a warehouse from Exact Online. Required: warehouseCode. The warehouse will be permanently deleted. Use list_warehouses to confirm the correct warehouse code.

Parameter Typ Erforderlich Standard
warehouseCode string Erforderlich
context string Optional ''
warehouse_transfers_delete destruktiv

Delete a warehouse transfer from Exact Online. Required: transferId (GUID). The transfer will be permanently deleted. Use search_warehouse_transfers to find the correct transfer. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
transferId string Erforderlich
context string Optional ''
warehouse_transfers_delete_line destruktiv

Delete a warehouse transfer line from Exact Online. Required: lineId (GUID of the line). The line will be permanently deleted. Use get_warehouse_transfer_details to find the correct line GUID. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
lineId string Erforderlich
context string Optional ''

Hinzufügen 18

crm_quotations_add_charge_line

Add a charge line to an existing quotation in Exact Online. Required: quotationId (GUID) and amount (amount excl. VAT). Optional: description, vatCode. Use crm.quotations.get to find the quotation GUID first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
amount float Erforderlich
description string Optional ''
vatCode string Optional ''
context string Optional ''
crm_quotations_add_line

Add a quotation line to an existing quotation in Exact Online. Required: quotationId (GUID), itemCode and quantity. Optional: unitPrice, description, notes, discount (percentage 0-100). Use crm.quotations.get to find the quotation GUID and search_items to find the item code first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
unitPrice float Optional 0.0
description string Optional ''
notes string Optional ''
discount float Optional 0.0
netPrice float Optional 0.0
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
unitCode string Optional ''
context string Optional ''
financial_bank_add_line

Add a new line to an existing bank entry in Exact Online. Required: bankEntryId (GUID), glAccountCode and amount (positive=debit, negative=credit). Optional: accountCode, date (YYYY-MM-DD), description, notes, vatCode, costCenter, ourRef. Use financial.bank.get to view the entry first. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
bankEntryId string Erforderlich
glAccountCode string Erforderlich
amount string Erforderlich
accountCode string Optional ''
date string Optional ''
description string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
ourRef string Optional ''
context string Optional ''
financial_cash_add_line

Add a new line to an existing cash entry. Required: entryId (GUID), glAccountCode and amount (positive=debit, negative=credit).

Parameter Typ Erforderlich Standard
entryId string Erforderlich
glAccountCode string Erforderlich
amount string Erforderlich
accountCode string Optional ''
date string Optional ''
description string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
financial_generaljournal_add_line

Add a new line to an existing general journal entry. Required: entryId (GUID), glAccountCode and amount (positive=debit, negative=credit).

Parameter Typ Erforderlich Standard
entryId string Erforderlich
glAccountCode string Erforderlich
amount string Erforderlich
accountCode string Optional ''
date string Optional ''
description string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
financial_purchase_add_line

Add a new line to an existing purchase entry. Required: entryId (GUID), glAccountCode and amount.

Parameter Typ Erforderlich Standard
entryId string Erforderlich
glAccountCode string Erforderlich
amount string Erforderlich
date string Optional ''
description string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
financial_sales_add_line

Add a new line to an existing sales entry. Required: entryId (GUID), glAccountCode and amount.

Parameter Typ Erforderlich Standard
entryId string Erforderlich
glAccountCode string Erforderlich
amount string Erforderlich
date string Optional ''
description string Optional ''
notes string Optional ''
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
context string Optional ''
manufacturing_bom_material_add

Add a material line to a bill of material version. Required: itemCode (main item) and partItemCode (material). Optional: versionNumber (defaults to active version), quantity, type.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
partItemCode string Erforderlich
versionNumber int Optional 0
quantity string Optional ''
wastePercentage string Optional ''
type int Optional 1
description string Optional ''
notes string Optional ''
context string Optional ''
manufacturing_materialplan_add

Add a material line to a shop order. Required: shopOrderNumber and itemCode. Optional: quantity, required date, waste percentage, type (1=material, 2=by-product).

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
itemCode string Erforderlich
plannedQuantity string Optional ''
plannedDate string Optional ''
wastePercentage string Optional ''
type int Optional 1
notes string Optional ''
description string Optional ''
context string Optional ''
manufacturing_routing_add

Add a routing step to a shop order. Required: shopOrderNumber and operationCode. Optional: dates, hours, work center.

Parameter Typ Erforderlich Standard
shopOrderNumber string Erforderlich
operationCode string Erforderlich
plannedStartDate string Optional ''
plannedEndDate string Optional ''
plannedRunHours string Optional ''
plannedSetupHours string Optional ''
workcenterCode string Optional ''
notes string Optional ''
description string Optional ''
context string Optional ''
purchases_receipts_add_line

Add a receipt line to a goods receipt. Required: purchaseOrderLineId (GUID) and quantityReceived. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
purchaseOrderLineId string Erforderlich
quantityReceived float Erforderlich
locationCode string Optional ''
description string Optional ''
notes string Optional ''
context string Optional ''
purchasing_orders_add_line

Add an order line to an EXISTING purchase order in Exact Online. Required: orderNumber, itemCode and quantity. Optional: notes, description, unitPrice (purchase price), discount (0-100), vatCode, costCenter, costUnit, receiptDate (YYYY-MM-DD). Use search_purchase_orders and search_items to find codes. Do NOT use for new orders, use purchasing.orders.create instead.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
notes string Optional ''
description string Optional ''
unitPrice float Optional 0.0
discount float Optional 0.0
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
receiptDate string Optional ''
context string Optional ''
purchasing_returns_add_line

Add a line to an existing purchase return. Required: returnId (GUID), goodsReceiptLineId (GUID) and returnQuantity.

Parameter Typ Erforderlich Standard
returnId string Erforderlich
goodsReceiptLineId string Erforderlich
returnQuantity string Erforderlich
notes string Optional ''
createCredit string Optional ''
context string Optional ''
sales_deliveries_add_line

Add a delivery line to an existing goods delivery. Required: salesOrderLineId (GUID) and quantityDelivered. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
salesOrderLineId string Erforderlich
quantityDelivered float Erforderlich
entryId string Optional ''
storageLocationCode string Optional ''
description string Optional ''
notes string Optional ''
trackingNumber string Optional ''
context string Optional ''
sales_invoices_add_line

Add a line to an existing sales invoice in Exact Online. Required: invoiceId (GUID), itemCode and glAccountCode. Optional: quantity, unitPrice, description, discount, notes, costCenter, costUnit, vatCode. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
itemCode string Erforderlich
glAccountCode string Erforderlich
quantity float Optional 1.0
unitPrice float Optional 0.0
description string Optional ''
discount float Optional 0.0
notes string Optional ''
costCenter string Optional ''
costUnit string Optional ''
vatCode string Optional ''
context string Optional ''
sales_orders_add_line

Add an order line to an EXISTING sales order in Exact Online. Required: orderNumber, itemCode and quantity. Optional: description, notes, discount (0-100), netPrice, unitPrice, vatCode, costCenter, costUnit, deliveryDate (YYYY-MM-DD). Use search_sales_orders and search_items to find codes. Do NOT use for new orders, use sales.orders.create instead.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
description string Optional ''
notes string Optional ''
discount float Optional 0.0
netPrice float Optional 0.0
unitPrice float Optional 0.0
vatCode string Optional ''
costCenter string Optional ''
costUnit string Optional ''
deliveryDate string Optional ''
context string Optional ''
sales_returns_add_line

Add a line to an existing planned sales return in Exact Online. Required: returnId (GUID), itemCode, quantity. Optional: notes. The item is looked up by itemCode. Use search_sales_returns and search_items to find the correct IDs. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
returnId string Erforderlich
itemCode string Erforderlich
quantity float Erforderlich
notes string Optional ''
context string Optional ''
subscriptions_add_line

Add a line to a subscription. Required: subscriptionId (GUID) and itemCode. All ID parameters are 36-character GUIDs.

Parameter Typ Erforderlich Standard
subscriptionId string Erforderlich
itemCode string Erforderlich
quantity string Optional ''
unitPrice string Optional ''
description string Optional ''
startDate string Optional ''
endDate string Optional ''
context string Optional ''

Listen 27

admin_list nur lesen

List all available administrations (divisions) the user has access to. Use switch_administration to change administration, use get_current_administration to see which is currently active.

Parameter Typ Erforderlich Standard
context string Optional ''
cashflow_banks_list nur lesen

List all banks in the current administration with bank name, BIC code, country and description.

Parameter Typ Erforderlich Standard
context string Optional ''
financial_currencies_list nur lesen

List all available currencies with their precision settings.

Parameter Typ Erforderlich Standard
context string Optional ''
financial_exchangerates_list nur lesen

List exchange rates with currency, rate and start date.

Parameter Typ Erforderlich Standard
context string Optional ''
financial_glclassifications_list nur lesen

List GL classifications (reporting codes) with code, name and description. Optionally filter by code or description (query).

Parameter Typ Erforderlich Standard
query string Optional ''
context string Optional ''
financial_journals_list nur lesen

List all journals with code, description and type (e.g. bank, cash, purchase, sales, general).

Parameter Typ Erforderlich Standard
context string Optional ''
financial_journalstatus_list nur lesen

Journal status per financial year and period (e.g. open/closed). Reflects the last synchronization. Optionally filter by financial year.

Parameter Typ Erforderlich Standard
finYear int Optional 0
context string Optional ''
financial_payables_list nur lesen

List of outstanding payable invoices with account, invoice number, due date and amount. Reflects the last synchronization.

Parameter Typ Erforderlich Standard
query string Optional ''
limit int Optional 50
offset int Optional 0
context string Optional ''
financial_periods_list nur lesen

List financial periods (years and periods) with start and end date.

Parameter Typ Erforderlich Standard
finYear int Optional 0
context string Optional ''
financial_revenue_list nur lesen

Revenue overview per period, with current and previous year revenue. Reflects the last synchronization. Optionally filter by financial year.

Parameter Typ Erforderlich Standard
year int Optional 0
context string Optional ''
financial_vatcodes_list nur lesen

List VAT codes with code, description and percentage. Useful to pick a valid VAT code when creating financial entries.

Parameter Typ Erforderlich Standard
query string Optional ''
context string Optional ''
financial_vatpercentages_list nur lesen

List VAT percentages per VAT code with start date.

Parameter Typ Erforderlich Standard
context string Optional ''
hrm_departments_list nur lesen

List all departments with code, description and linked cost center.

Parameter Typ Erforderlich Standard
context string Optional ''
items_groups_list nur lesen

List item groups with code and description.

Parameter Typ Erforderlich Standard
query string Optional ''
context string Optional ''
items_units_list nur lesen

List all available units of measure with type information.

Parameter Typ Erforderlich Standard
context string Optional ''
logistics_incoterms_list nur lesen

List incoterms (delivery terms) with code and description.

Parameter Typ Erforderlich Standard
context string Optional ''
manufacturing_areas_list nur lesen

List all production areas in the current administration. Shows code, description, cost center, cost unit and whether it is the default.

Parameter Typ Erforderlich Standard
context string Optional ''
manufacturing_bom_versions nur lesen

List all bill of material versions for an item. Shows version number, description, status, default/active indicators and validity dates. Required: itemCode. Use items.search to find the item code.

Parameter Typ Erforderlich Standard
itemCode string Erforderlich
context string Optional ''
manufacturing_operations_list nur lesen

List all operations in the current administration. Shows code, description, status and whether suppliers are linked. Use this tool to see which operations are available for routings and production planning.

Parameter Typ Erforderlich Standard
query string Optional '*'
status string Optional ''
context string Optional ''
manufacturing_workcenters_list nur lesen

List all work centers (machines) in the current administration. Shows code, description, capacity, status, type, production area and hourly rates. Use this tool to see which work centers are available for production planning.

Parameter Typ Erforderlich Standard
query string Optional '*'
status string Optional ''
context string Optional ''
sales_pricelists_list nur lesen

List sales price lists with description and currency.

Parameter Typ Erforderlich Standard
context string Optional ''
subscriptions_linetypes_list nur lesen

List subscription line types with number and description.

Parameter Typ Erforderlich Standard
context string Optional ''
subscriptions_reasoncodes_list nur lesen

List subscription reason codes with code and description.

Parameter Typ Erforderlich Standard
context string Optional ''
subscriptions_types_list nur lesen

List subscription types with code and description.

Parameter Typ Erforderlich Standard
context string Optional ''
warehouse_list nur lesen

List all warehouses with their storage locations in the current administration. Use switch_warehouse to change warehouse, use get_current_warehouse to see which warehouse is currently active.

Parameter Typ Erforderlich Standard
context string Optional ''
warehouse_locations_list nur lesen

List all storage locations of a warehouse. Defaults to the active warehouse.

Parameter Typ Erforderlich Standard
warehouseCode string Optional ''
context string Optional ''
warehouse_shipping_list nur lesen

List all active shipping methods in the current administration. Use the code as shippingMethodCode parameter in create_goods_delivery.

Parameter Typ Erforderlich Standard
context string Optional ''

Wechseln 2

admin_switch nur lesen

Switch to a different administration (division). Provide the administration code. Use list_administrations to see available administrations. After switching, all tools work with the new administration and a warehouse is automatically selected.

Parameter Typ Erforderlich Standard
administrationCode string Erforderlich
context string Optional ''
warehouse_switch nur lesen

Switch to a different warehouse. Provide the warehouse code. Use list_warehouses to see available warehouses. After switching, all search tools automatically filter on the new warehouse.

Parameter Typ Erforderlich Standard
warehouseCode string Erforderlich
context string Optional ''

Verarbeiten 3

cashflow_payments_process destruktiv

Process selected payments in Exact Online. This is an irreversible action. Required: paymentIds (JSON array of GUIDs). Use search_payments to find the GUIDs first.

Parameter Typ Erforderlich Standard
paymentIds string Erforderlich
context string Optional ''
requestContext Mcp\Server\RequestContext Optional NULL
logistics_returns_process destruktiv

Process (finalize) an existing planned sales return in Exact Online. This makes the return permanent. Required: returnNumber. Use search_sales_returns to find the return number.

Parameter Typ Erforderlich Standard
returnNumber string Erforderlich
context string Optional ''
requestContext Mcp\Server\RequestContext Optional NULL
warehouse_transfers_process destruktiv

Process (finalize) an existing warehouse transfer in Exact Online. This makes the transfer permanent. Required: transferNumber. Use search_warehouse_transfers to find the transfer number.

Parameter Typ Erforderlich Standard
transferNumber string Erforderlich
context string Optional ''
requestContext Mcp\Server\RequestContext Optional NULL

Abschließen 1

manufacturing_assembly_finish destruktiv

Finish / complete an assembly order. This increases stock for the assembled item and decreases stock for component parts. Required: orderNumber and quantity.

Parameter Typ Erforderlich Standard
orderNumber string Erforderlich
quantity float Erforderlich
description string Optional ''
notes string Optional ''
assemblyDate string Optional ''
assembledItemStorageLocationId string Optional ''
context string Optional ''
requestContext Mcp\Server\RequestContext Optional NULL

Sonstige 6

admin_feedback nur lesen

Submit feedback on behalf of the user. Use this when the user wants to submit feedback, suggestions, complaints or improvement ideas about the application or MCP integration.

Parameter Typ Erforderlich Standard
feedback string Erforderlich
crm_quotations_print

Generate/print a quotation document in Exact Online via the PrintQuotation action. Required: quotationId (GUID).

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
context string Optional ''
crm_quotations_status

Change the status of a quotation via a workflow action: accept, reject, reopen or review. Required: quotationId (GUID) and action.

Parameter Typ Erforderlich Standard
quotationId string Erforderlich
action string Erforderlich
context string Optional ''
sales_invoices_print

Mark a sales invoice as printed and generate its document in Exact Online via the PrintedSalesInvoices action. Required: invoiceId (GUID).

Parameter Typ Erforderlich Standard
invoiceId string Erforderlich
context string Optional ''
sales_orders_complete

Mark a sales order as completed in Exact Online. Required: salesOrderId (GUID).

Parameter Typ Erforderlich Standard
salesOrderId string Erforderlich
context string Optional ''
sales_orders_print

Mark a sales order as printed and generate its document in Exact Online via the PrintedSalesOrders action. Required: orderId (GUID).

Parameter Typ Erforderlich Standard
orderId string Erforderlich
context string Optional ''
Keine Tools für diese Suche gefunden.

Bereit, diese Tools einzusetzen?

Erstellen Sie ein kostenloses Konto und verbinden Sie Ihre Exact Online Verwaltung in weniger als 5 Minuten mit Ihrem bevorzugten KI-Assistenten.

Kostenlos testen MCP verbinden