accounting
Microsoft Dynamics 365 Business Central
Connect Microsoft Dynamics 365 Business Central to Elaichi and hand every teammate a governed MCP endpoint — 338 tools ready to call from Claude, Cursor, or any MCP client, clamped by roles, restrictions, and an audit log.
AI tools
Microsoft Dynamics 365 Business Central tools for your AI agents
338 tools are ready to mint as an MCP endpoint the moment you connect Microsoft Dynamics 365 Business Central — governed by the same roles, restrictions, and audit log as everything else in Elaichi.
list_all_msbusinesscentral_companies
List companies in Microsoft Dynamics 365 Business Central. Returns: id, systemVersion, name, displayName, businessProfileId, items, picture, defaultDimensions, customers, customerFinancialDetails, vendors, companyInformation, salesInvoices, salesInvoiceLines, pdfDocument, customerPaymentJournals, customerPayments, accounts, taxGroups, journals, journalLines, attachments, employees,…
get_single_msbusinesscentral_company_by_id
Get a company by id in Microsoft Dynamics 365 Business Central. Returns: id, systemVersion, name, displayName, businessProfileId, items, picture, defaultDimensions, customers, customerFinancialDetails, vendors, companyInformation, salesInvoices, salesInvoiceLines, pdfDocument, customerPaymentJournals, customerPayments, accounts, taxGroups, journals, journalLines, attachments, employees, timeRegistrationEntries, generalLedgerEntries, currencies, paymentMethods, dimensions, dimensionValues, dimensionLines, paymentTerms, shipmentMethods, itemCategories, cashFlowStatement, countriesRegions, salesOrders, salesOrderLines, retainedEarningsStatement, unitsOfMeasure, agedAccountsReceivable, agedAccountsPayable, balanceSheet, trialBalance, incomeStatement, taxAreas, salesQuotes, salesQuoteLines, salesCreditMemos, salesCreditMemoLines, generalLedgerEntryAttachments, purchaseInvoices, purchaseInvoiceLines, projects, bankAccounts, customerSales, vendorPurchases. Required: environment, id.
list_all_msbusinesscentral_vendors
List vendors in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, address, phoneNumber, email, website, taxRegistrationNumber, currencyId, currencyCode, irs1099Code, paymentTermsId, paymentMethodId, taxLiable, blocked, balance, lastModifiedDateTime, picture, defaultDimensions, currency, paymentTerm, paymentMethod, addressLine1, addressLine2, city, state, country,…
get_single_msbusinesscentral_vendor_by_id
Get a single vendor by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, address, phoneNumber, email, website, taxRegistrationNumber, currencyId, currencyCode, irs1099Code, paymentTermsId, paymentMethodId, taxLiable, blocked, balance, lastModifiedDateTime, picture, defaultDimensions, currency, paymentTerm, paymentMethod, addressLine1, addressLine2, city, state,…
create_a_msbusinesscentral_vendor
Create a vendor in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, address, phoneNumber, email, website, taxRegistrationNumber, currencyId, currencyCode, irs1099Code, paymentTermsId, paymentMethodId, taxLiable, blocked, balance, lastModifiedDateTime, picture, defaultDimensions, currency, paymentTerm, paymentMethod, addressLine1, addressLine2, city, state, country, postalCode. Required: environment, company_id.
update_a_msbusinesscentral_vendor_by_id
Update a vendor by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, address, phoneNumber, email, website, taxRegistrationNumber, currencyId, currencyCode, irs1099Code, paymentTermsId, paymentMethodId, taxLiable, blocked, balance, lastModifiedDateTime, picture, defaultDimensions, currency, paymentTerm, paymentMethod, addressLine1, addressLine2, city, state, country, postalCode. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_vendor_by_id
Delete a vendor by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_customers
List Microsoft Business Central customers for a given company. Returns each customer's id, number, displayName, type, addressLine1, city, email, taxLiable, currencyCode, blocked, and lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_customer_by_id
Get a single Microsoft Business Central customer by id. Returns the full customer object including id, number, displayName, type, address fields, tax details, currency, payment terms, and lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_customer
Create a customer in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, type, address, phoneNumber, email, website, taxLiable, taxAreaId, taxAreaDisplayName, taxRegistrationNumber, currencyId, currencyCode, paymentTermsId, shipmentMethodId, paymentMethodId, blocked, lastModifiedDateTime, customerFinancialDetails, picture, defaultDimensions, currency, paymentTerm, shipmentMethod, paymentMethod, addressLine1, addressLine2, city, state, country, postalCode. Required: environment, company_id.
update_a_msbusinesscentral_customer_by_id
Update a customer by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, type, address, phoneNumber, email, website, taxLiable, taxAreaId, taxAreaDisplayName, taxRegistrationNumber, currencyId, currencyCode, paymentTermsId, shipmentMethodId, paymentMethodId, blocked, lastModifiedDateTime, customerFinancialDetails, picture, defaultDimensions, currency, paymentTerm, shipmentMethod, paymentMethod, addressLine1, addressLine2, city, state, country, postalCode. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_customer_by_id
Delete a customer by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_dimensions
List dimensions in Microsoft Dynamics 365 Business Central with expanded dimension values. Returns: id, code, displayName, lastModifiedDateTime, dimensionValues, @odata.etag. Required: environment, company_id.
get_single_msbusinesscentral_dimension_by_id
Get a single dimension by id in Microsoft Dynamics 365 Business Central with expanded dimension values. Returns: id, code, displayName, lastModifiedDateTime, dimensionValues, parentId, parentType, valueId, valueCode, valueDisplayName. Required: environment, company_id, id.
list_all_msbusinesscentral_general_ledger_entries
List general ledger entries in Microsoft Dynamics 365 Business Central. Returns: id, postingDate, documentNumber, documentType, accountId, accountNumber, description, debitAmount, creditAmount, dimensions, lastModifiedDateTime, account, entryNumber. Required: environment, company_id.
get_single_msbusinesscentral_general_ledger_entry_by_id
Get a single general ledger entry in Microsoft Business Central by id. Returns the entry's id, entryNumber, postingDate, documentNumber, documentType, accountId, accountNumber, description, debitAmount, creditAmount, and lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_trial_balances
List trial balances for a company in Microsoft Dynamics 365 Business Central. Returns: accountId, number, accountType, display, totalDebit, totalCredit, balanceAtDateDebit, balanceAtDateCredit, dateFilter. Required: environment, company_id.
get_single_msbusinesscentral_trial_balance_by_id
Get a single trial balance by id from Microsoft Dynamics 365 Business Central. Returns: accountId, number, accountType, display, totalDebit, totalCredit, balanceAtDateDebit, balanceAtDateCredit, dateFilter. Required: environment, company_id, id.
list_all_msbusinesscentral_company_information
List company information records in Microsoft Dynamics 365 Business Central. Returns: id, displayName, address, phoneNumber, faxNumber, email, website, taxRegistrationNumber, currencyCode, currentFiscalYearStartDate, industry, picture, lastModifiedDateTime, addressLine1, addressLine2, city, state, country, postalCode, experience. Required: environment, company_id.
get_single_msbusinesscentral_company_information_by_id
Get a company information by id in Microsoft Dynamics 365 Business Central. Returns: id, displayName, address, phoneNumber, faxNumber, email, website, taxRegistrationNumber, currencyCode, currentFiscalYearStartDate, industry, picture, lastModifiedDateTime, addressLine1, addressLine2, city, state, country, postalCode, experience. Required: environment, company_id, id.
update_a_msbusinesscentral_company_information_by_id
Update a company information by id in Microsoft Dynamics 365 Business Central. Returns: id, displayName, address, phoneNumber, faxNumber, email, website, taxRegistrationNumber, currencyCode, currentFiscalYearStartDate, industry, picture, lastModifiedDateTime, addressLine1, addressLine2, city, state, country, postalCode, experience. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_purchase_orders
List purchase orders in Microsoft Dynamics 365 Business Central. Returns id, number, orderDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, payToName, buyFrom/payTo/shipTo address fields, currencyCode, paymentTermsId, shipmentMethodId, purchaser, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, fullyReceived, status, and lastModifiedDateTime for each purchase order, along with its line items and dimension set lines.
get_single_msbusinesscentral_purchase_order_by_id
Get a specific purchase order by id in Microsoft Dynamics 365 Business Central. Returns id, number, orderDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, payToName, buyFrom/payTo/shipTo address fields, currencyCode, paymentTermsId, shipmentMethodId, purchaser, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, fullyReceived, status, and lastModifiedDateTime, along with its line items and dimension set lines.
create_a_msbusinesscentral_purchase_order
Create a new purchase order in Microsoft Dynamics 365 Business Central. Either vendorId or vendorNumber must be specified. Returns the created purchase order including id, number, vendorName, payToName, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status (defaults to Draft), and lastModifiedDateTime.
update_a_msbusinesscentral_purchase_order_by_id
Update a purchase order by id in Microsoft Dynamics 365 Business Central. Returns: id, number, orderDate, postingDate, vendorId, vendorNumber, vendorName, payToName, payToVendorId, payToVendorNumber, shipToName, shipToContact, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, pricesIncludeTax, paymentTermsId, shipmentMethodId, purchaser, requestedReceiptDate, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, fullyReceived, status, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_purchase_order_by_id
Delete a purchase order by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_purchase_invoices
List purchase invoices in Microsoft Dynamics 365 Business Central with purchase invoice lines and dimension set lines automatically expanded. Returns: id, number, invoiceDate, postingDate, dueDate, vendorInvoiceNumber, vendorId, vendorNumber, vendorName, payToName, payToContact, payToVendorId, payToVendorNumber, shipToName, shipToContact, buyFromAddressLine1, buyFromAddressLine2, buyFromCity,…
get_single_msbusinesscentral_purchase_invoice_by_id
Get a single purchase invoice in Microsoft Dynamics 365 Business Central by id, with purchaseInvoiceLines and dimensionSetLines expanded. Returns: id, number, invoiceDate, postingDate, dueDate, vendorInvoiceNumber, vendorId, vendorNumber, vendorName, payToName, payToContact, payToVendorId, payToVendorNumber, shipToName, shipToContact, buyFromAddressLine1, buyFromAddressLine2, buyFromCity,…
create_a_msbusinesscentral_purchase_invoice
Create a new purchase invoice in Microsoft Dynamics 365 Business Central. Returns the created purchaseInvoice object including id, number, invoiceDate, vendorId, vendorName, status, totalAmountIncludingTax, and lastModifiedDateTime. Required: company_id, environment.
update_a_msbusinesscentral_purchase_invoice_by_id
Update a purchase invoice in Microsoft Dynamics 365 Business Central. Returns the updated purchase invoice including id, number, invoiceDate, vendorName, status, and totalAmountIncludingTax. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_purchase_invoice_by_id
Delete a purchase invoice in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_sales_invoices
List sales invoices in Microsoft Dynamics 365 Business Central, with expanded invoice lines and dimension set lines. Returns: id, number, externalDocumentNumber, invoiceDate, dueDate, customerPurchaseOrderReference, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellingPostalAddress, billingPostalAddress,…
get_single_msbusinesscentral_sales_invoice_by_id
Get a single sales invoice by id in Microsoft Dynamics 365 Business Central, with expanded invoice lines and dimension set lines. Returns: id, number, externalDocumentNumber, invoiceDate, dueDate, customerPurchaseOrderReference, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellingPostalAddress,…
create_a_msbusinesscentral_sales_invoice
Create a new sales invoice in Microsoft Dynamics 365 Business Central. Supports deep insert of salesInvoiceLines in the same request. Returns: id, number, salesperson, discountAmount, status, email, customer, currency, itemId, lineType, lineObjectNumber, unitOfMeasureId, unitOfMeasureCode, unitPrice, quantity, discountPercent, taxCode, shipmentDate, itemVariantId. Required: environment,…
update_a_msbusinesscentral_sales_invoice_by_id
Update a sales invoice in Microsoft Dynamics 365 Business Central. Returns: id, number, externalDocumentNumber, invoiceDate, dueDate, customerPurchaseOrderReference, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellingPostalAddress, billingPostalAddress, shippingPostalAddress, currencyId, currencyCode, orderId,…
delete_a_msbusinesscentral_sales_invoice_by_id
Delete a sales invoice in Microsoft Dynamics 365 Business Central by id. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_sales_orders
List sales orders in Microsoft Dynamics 365 Business Central. Returns each sales order with id, number, orderDate, customerId, customerName, status, totalAmountIncludingTax, and other order fields. Required: environment, company_id.
get_single_msbusinesscentral_sales_order_by_id
Get a single sales order by id in Microsoft Dynamics 365 Business Central. Returns the full sales order object including id, number, orderDate, customerId, customerName, status, and totalAmountIncludingTax. Required: environment, company_id, id.
create_a_msbusinesscentral_sales_order
Create a sales order in Microsoft Dynamics 365 Business Central. Returns: id, number, externalDocumentNumber, orderDate, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellingPostalAddress, billingPostalAddress, shippingPostalAddress, currencyId, currencyCode, pricesIncludeTax, paymentTermsId, shipmentMethodId, salesperson, partialShipping, requestedDeliveryDate, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, fullyShipped, status, lastModifiedDateTime, phoneNumber, email, salesOrderLines, customer, currency, paymentTerm, shipmentMethod, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountPercent, amountExcludingTax, taxCode, taxPercent, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId. Required: environment, company_id.
update_a_msbusinesscentral_sales_order_by_id
Update a sales order by id in Microsoft Dynamics 365 Business Central. Returns: id, number, externalDocumentNumber, orderDate, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellingPostalAddress, billingPostalAddress, shippingPostalAddress, currencyId, currencyCode, pricesIncludeTax, paymentTermsId, shipmentMethodId, salesperson, partialShipping, requestedDeliveryDate, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, fullyShipped, status, lastModifiedDateTime, phoneNumber, email, salesOrderLines, customer, currency, paymentTerm, shipmentMethod, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountPercent, amountExcludingTax, taxCode, taxPercent, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_sales_order_by_id
Delete a sales order by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_customer_payment_journals
List customer payment journals in Business Central with expanded customer payments. Returns: @odata.etag, id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, customerPayments. Required: environment, company_id.
get_single_msbusinesscentral_customer_payment_journal_by_id
Get a single customer payment journal by id in Business Central. Returns: id, code, displayName, lastModifiedDateTime, balancingAccountId, balancingAccountNumber, customerPayments, account, parentId, dimensionId, dimensionValueId, postingValidation. Required: environment, company_id, id.
create_a_msbusinesscentral_customer_payment_journal
Create a customer payment journal in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, balancingAccountId, balancingAccountNumber, customerPayments, account, parentId, dimensionId, dimensionValueId, postingValidation. Required: environment, company_id.
update_a_msbusinesscentral_customer_payment_journal_by_id
Update a customer payment journal by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, balancingAccountId, balancingAccountNumber, customerPayments, account, parentId, dimensionId, dimensionValueId, postingValidation. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_customer_payment_journal_by_id
Delete a customer payment journal by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_vendor_payment_journals
List vendor payment journals in Microsoft Business Central with vendor payments expanded inline. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, vendorPayments. Required: environment, company_id.
get_single_msbusinesscentral_vendor_payment_journal_by_id
Get a single vendor payment journal in Microsoft Business Central by id. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_vendor_payment_journal
Create a vendor payment journal in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_vendor_payment_journal_by_id
Update a vendor payment journal by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_vendor_payment_journal_by_id
Delete a vendor payment journal by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_sales_credit_memos
List sales credit memos in a Microsoft Dynamics 365 Business Central company, expanding salesCreditMemoLines and dimensionSetLines. Returns: id, number, externalDocumentNumber, creditMemoDate, dueDate, customerId, contactId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, sellingPostalAddress, billingPostalAddress, currencyId, currencyCode, paymentTermsId,…
get_single_msbusinesscentral_sales_credit_memo_by_id
Get a single sales credit memo by id in a Microsoft Dynamics 365 Business Central company, expanding salesCreditMemoLines and dimensionSetLines. Returns: id, creditMemoDate, customerNumber, currencyCode, paymentTermsId. Required: environment, company_id, id.
create_a_msbusinesscentral_sales_credit_memo
Create a sales credit memo in Microsoft Dynamics 365 Business Central. Returns: id, creditMemoDate, customerNumber, currencyCode, paymentTermsId. Required: environment, company_id.
update_a_msbusinesscentral_sales_credit_memo_by_id
Update a sales credit memo by id in Microsoft Dynamics 365 Business Central. Returns: id, creditMemoDate, customerNumber, currencyCode, paymentTermsId. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_sales_credit_memo_by_id
Delete a sales credit memo by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_items
List items in a Microsoft Dynamics 365 Business Central company. Returns: id, number, displayName, type, itemCategoryId, itemCategoryCode, blocked, baseUnitOfMeasureId, baseUnitOfMeasure, gtin, inventory, unitPrice, priceIncludesTax, unitCost, taxGroupId, taxGroupCode, lastModifiedDateTime, picture, defaultDimensions, itemCategory, baseUnitOfMeasureCode. Required: environment, company_id.
get_single_msbusinesscentral_item_by_id
Get a single item by id in a Microsoft Dynamics 365 Business Central company. Returns: id, number, displayName, type, itemCategoryId, itemCategoryCode, blocked, baseUnitOfMeasureId, baseUnitOfMeasure, gtin, inventory, unitPrice, priceIncludesTax, unitCost, taxGroupId, taxGroupCode, lastModifiedDateTime, picture, defaultDimensions, itemCategory, baseUnitOfMeasureCode. Required: environment,…
create_a_msbusinesscentral_item
Create a new item in Microsoft Dynamics 365 Business Central. Returns the created item object including id, number, displayName, type, unitPrice, unitCost, inventory, blocked, and lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_item_by_id
Update an item by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, type, itemCategoryId, itemCategoryCode, blocked, baseUnitOfMeasureId, baseUnitOfMeasure, gtin, inventory, unitPrice, priceIncludesTax, unitCost, taxGroupId, taxGroupCode, lastModifiedDateTime, picture, defaultDimensions, itemCategory, baseUnitOfMeasureCode. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_item_by_id
Delete an item by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_journals
List journals in Dynamics 365 Business Central with expanded journal lines. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, journalLines. Required: environment, company_id.
get_single_msbusinesscentral_journal_by_id
Get a single journal in Dynamics 365 Business Central by id, with expanded journal lines. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, journalLines, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate,…
create_a_msbusinesscentral_journal
Create a journal in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, journalLines, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id.
update_a_msbusinesscentral_journal_by_id
Update a journal by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, balancingAccountId, balancingAccountNumber, lastModifiedDateTime, journalLines, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_journal_by_id
Delete a journal by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_accounts
List Microsoft Business Central accounts in a company. Returns: id, number, displayName, category, subCategory, blocked, lastModifiedDateTime, accountType, directPosting, netChange, consolidationTranslationMethod, consolidationDebitAccount, consolidationCreditAccount, excludeFromConsolidation. Required: company_id, environment.
get_single_msbusinesscentral_account_by_id
Get a single Microsoft Business Central account by id. Returns: id, number, displayName, category, subCategory, blocked, lastModifiedDateTime, accountType, directPosting, netChange, consolidationTranslationMethod, consolidationDebitAccount, consolidationCreditAccount, excludeFromConsolidation. Required: company_id, environment, id.
list_all_msbusinesscentral_sales_credit_memo_line
List sales credit memo lines for a specific sales credit memo in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax,…
get_single_msbusinesscentral_sales_credit_memo_line_by_id
Get a sales credit memo line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, item, account, lineObjectNumber, unitOfMeasureCode, itemVariantId. Required: environment, company_id, sales_credit_memo_id, id.
create_a_msbusinesscentral_sales_credit_memo_line
Create a sales credit memo line in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, item, account, lineObjectNumber, unitOfMeasureCode, itemVariantId. Required: environment, company_id, sales_credit_memo_id.
update_a_msbusinesscentral_sales_credit_memo_line_by_id
Update a sales credit memo line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, item, account, lineObjectNumber, unitOfMeasureCode, itemVariantId. Required: environment, company_id, sales_credit_memo_id, id, etag.
delete_a_msbusinesscentral_sales_credit_memo_line_by_id
Delete a sales credit memo line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, sales_credit_memo_id, id, etag.
list_all_msbusinesscentral_sales_credit_memo_dimensions_line
List dimension set lines for a specific sales credit memo in Microsoft Dynamics 365 Business Central. Returns: id, code, parentId, parentType, displayName, valueId, valueCode, valueDisplayName. Required: environment, company_id, sales_credit_memo_id.
get_sales_credit_memo_dimensions_line_by_id
Get a sales credit memo dimension set line by id in Microsoft Dynamics 365 Business Central. Returns: id, code, parentId, parentType, displayName, valueId, valueCode, valueDisplayName. Required: environment, company_id, sales_credit_memo_id, id.
create_a_msbusinesscentral_sales_credit_memo_dimensions_line
Create a sales credit memo dimension set line in Microsoft Dynamics 365 Business Central. Returns: id, code, parentId, parentType, displayName, valueId, valueCode, valueDisplayName. Required: environment, company_id, sales_credit_memo_id.
update_sales_credit_memo_dimensions_line_by_id
Update a sales credit memo dimension set line by id in Microsoft Dynamics 365 Business Central. Returns: id, code, parentId, parentType, displayName, valueId, valueCode, valueDisplayName. Required: environment, company_id, sales_credit_memo_id, id, etag.
delete_sales_credit_memo_dimensions_line_by_id
Delete a sales credit memo dimension set line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, sales_credit_memo_id, id, etag.
list_all_msbusinesscentral_sales_invoices_line
List sales invoice lines for a specific sales invoice in Microsoft Dynamics 365 Business Central. Returns each line's id, documentId, sequence, lineType, lineObjectNumber, description, quantity, unitPrice, discountAmount, amountExcludingTax, taxCode, amountIncludingTax, netAmount, shipmentDate, and more. Required: environment, company_id, sales_invoice_id.
create_a_msbusinesscentral_sales_invoices_line
Create a sales invoice line in Microsoft Dynamics 365 Business Central. Returns the created sales invoice line including id, documentId, sequence, lineType, lineObjectNumber, description, quantity, unitPrice, amountExcludingTax, taxCode, amountIncludingTax, netAmountIncludingTax, shipmentDate, and more. Required: company_id.
get_single_msbusinesscentral_sales_invoices_line_by_id
Get a sales invoice line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, item, account, lineObjectNumber, unitOfMeasureCode, itemVariantId, locationId. Required: environment, company_id, sales_invoice_id, id.
update_a_msbusinesscentral_sales_invoices_line_by_id
Update a sales invoice line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasureId, unitOfMeasure, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, item, account, lineObjectNumber, unitOfMeasureCode, itemVariantId, locationId. Required: environment, company_id, sales_invoice_id, id, etag.
delete_a_msbusinesscentral_sales_invoices_line_by_id
Delete a sales invoice line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, sales_invoice_id, id, etag.
list_all_msbusinesscentral_purchase_invoices_line
List purchase invoice lines for a specific purchase invoice in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasure, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation,…
get_single_msbusinesscentral_purchase_invoices_line_by_id
Get a purchase invoice line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasure, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, item, account. Required: environment, company_id, purchase_invoice_id, id.
create_a_msbusinesscentral_purchase_invoices_line
Create a purchase invoice line in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasure, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, item, account. Required: environment, company_id, purchase_invoice_id.
update_a_msbusinesscentral_purchase_invoices_line_by_id
Update a purchase invoice line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineDetails, description, unitOfMeasure, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, item, account. Required: environment, company_id, purchase_invoice_id, id, etag.
delete_a_msbusinesscentral_purchase_invoices_line_by_id
Delete a purchase invoice line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, purchase_invoice_id, id, etag.
list_all_msbusinesscentral_purchase_order_lines
List purchase order lines for a specific purchase order in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, quantity, directUnitCost, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax,…
get_single_msbusinesscentral_purchase_order_line_by_id
Get a purchase order line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, quantity, directUnitCost, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, receivedQuantity, invoicedQuantity, invoiceQuantity, receiveQuantity, itemVariantId, locationId. Required: environment, company_id, purchase_order_id, id.
create_a_msbusinesscentral_purchase_order_line
Create a purchase order line in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, quantity, directUnitCost, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, receivedQuantity, invoicedQuantity, invoiceQuantity, receiveQuantity, itemVariantId, locationId. Required: environment, company_id, purchase_order_id.
update_a_msbusinesscentral_purchase_order_line_by_id
Update a purchase order line by id in Microsoft Dynamics 365 Business Central. Returns: id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, quantity, directUnitCost, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, expectedReceiptDate, receivedQuantity, invoicedQuantity, invoiceQuantity, receiveQuantity, itemVariantId, locationId. Required: environment, company_id, purchase_order_id, id, etag.
delete_a_msbusinesscentral_purchase_order_line_by_id
Delete a purchase order line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, purchase_order_id, id, etag.
list_all_msbusinesscentral_journal_lines
List journal lines within a specific journal in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, accountType, accountId, accountNumber, postingDate, documentNumber, externalDocumentNumber, amount, description, comment, dimensions, lastModifiedDateTime, attachments, account. Required: environment, company_id, journal_id.
get_single_msbusinesscentral_journal_line_by_id
Get a journal line by id in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, accountType, accountId, accountNumber, postingDate, documentNumber, externalDocumentNumber, amount, description, comment, dimensions, lastModifiedDateTime, attachments, account. Required: environment, company_id, journal_id, id.
create_a_msbusinesscentral_journal_line
Create a journal line in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, accountType, accountId, accountNumber, postingDate, documentNumber, externalDocumentNumber, amount, description, comment, dimensions, lastModifiedDateTime, attachments, account. Required: environment, company_id, journal_id.
update_a_msbusinesscentral_journal_line_by_id
Update a journal line by id in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, accountType, accountId, accountNumber, postingDate, documentNumber, externalDocumentNumber, amount, description, comment, dimensions, lastModifiedDateTime, attachments, account. Required: environment, company_id, journal_id, id, etag.
delete_a_msbusinesscentral_journal_line_by_id
Delete a journal line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, journal_id, id, etag.
list_all_msbusinesscentral_bank_accounts
List bank accounts in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, lastModifiedDateTime, bankAccountNumber, blocked, currencyCode, currencyId, iban, intercompanyEnabled. Required: environment, company_id.
get_single_msbusinesscentral_bank_account_by_id
Get a single bank account by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, lastModifiedDateTime, bankAccountNumber, blocked, currencyCode, currencyId, iban, intercompanyEnabled. Required: environment, company_id, id.
create_a_msbusinesscentral_bank_account
Create a bank account in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, lastModifiedDateTime, bankAccountNumber, blocked, currencyCode, currencyId, iban, intercompanyEnabled. Required: environment, company_id.
update_a_msbusinesscentral_bank_account_by_id
Update a bank account by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, lastModifiedDateTime, bankAccountNumber, blocked, currencyCode, currencyId, iban, intercompanyEnabled. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_bank_account_by_id
Delete a bank account by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_employees
List employees in Microsoft Dynamics 365 Business Central. Returns each employee with id, number, displayName, givenName, surname, jobTitle, status, employmentDate, and lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_employee_by_id
Get a single employee by id in Microsoft Dynamics 365 Business Central. Returns: id, number, displayName, givenName, middleName, surname, jobTitle, address, phoneNumber, mobilePhone, email, personalEmail, employmentDate, terminationDate, status, birthDate, statisticsGroupCode, lastModifiedDateTime, picture, defaultDimensions, timeRegistrationEntries, addressLine1, addressLine2, city, state,…
create_a_msbusinesscentral_employee
Create a new employee in Microsoft Dynamics 365 Business Central. Returns the created employee object including id, number, displayName, givenName, surname, status, and lastModifiedDateTime. Required: environment, company_id.
delete_a_msbusinesscentral_employee_by_id
Delete an employee by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id.
update_a_msbusinesscentral_employee_by_id
Update an employee by id in Microsoft Dynamics 365 Business Central. Returns the updated employee including id, number, displayName, givenName, surname, status, and lastModifiedDateTime. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_currencies
List currencies configured for a company in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, symbol, amountDecimalPlaces, amountRoundingPrecision, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_currency_by_id
Get a single currency by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, symbol, amountDecimalPlaces, amountRoundingPrecision, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost,…
create_a_msbusinesscentral_currency
Create a currency in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, symbol, amountDecimalPlaces, amountRoundingPrecision, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id.
update_a_msbusinesscentral_currency_by_id
Update a currency by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, symbol, amountDecimalPlaces, amountRoundingPrecision, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_currency_by_id
Delete a currency by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_attachments
List attachments for a company in Microsoft Dynamics 365 Business Central. Returns: parentId, id, fileName, byteSize, content, lastModifiedDateTime, @odata.etag. Required: environment, company_id.
get_single_msbusinesscentral_attachment_by_id
Get a single document attachment by id in Microsoft Dynamics 365 Business Central. Returns: id, fileName, byteSize, attachmentContent, parentType, parentId, lineNumber, documentFlowSales, documentFlowPurchase, lastModifiedDateTime, number, displayName, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, email, website, taxLiable, taxAreaId, taxAreaDisplayName,…
create_a_msbusinesscentral_attachment
Create an attachment in Microsoft Dynamics 365 Business Central. Returns: id, parentId, fileName, byteSize, attachmentContent, lastModifiedDateTime, parentType. Required: environment, company_id.
update_a_msbusinesscentral_attachment_by_id
Upload/replace the binary content of an attachment in Microsoft Dynamics 365 Business Central by PATCHing the attachmentContent stream. The request body is the raw file content, not JSON. Returns: id, parentId, fileName, byteSize, attachmentContent, lastModifiedDateTime, parentType. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_attachment_by_id
Delete an attachment by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_payment_methods
List payment methods for a company in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_payment_method_by_id
Get a single payment method by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required:…
create_a_msbusinesscentral_payment_method
Create a payment method in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id.
update_a_msbusinesscentral_payment_method_by_id
Update a payment method by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, number, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod, depreciationYears, bookValue. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_payment_method_by_id
Delete a payment method by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_vendor_purchases
List vendor purchases in Microsoft Dynamics 365 Business Central. Returns: vendorId, vendorNumber, name, totalPurchaseAmount, dateFilter_FilterOnly. Required: environment, company_id.
get_single_msbusinesscentral_vendor_purchase_by_id
Get a single vendor purchase by id in Microsoft Dynamics 365 Business Central. Returns: vendorId, vendorNumber, name, totalPurchaseAmount, id, number, displayName, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, acquisitionDate, depreciationStartingDate, acquisitionCost, depreciationMethod,…
list_all_msbusinesscentral_customer_payments
List customer payments in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, customerId, customerNumber, contactId, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, dimensions, lastModifiedDateTime, customer. Required: environment, company_id.
get_single_msbusinesscentral_customer_payment_by_id
Get a single customer payment by id in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, customerId, customerNumber, contactId, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, dimensions, lastModifiedDateTime, customer. Required: environment, company_id, id.
create_a_msbusinesscentral_customer_payment
Create a customer payment in Microsoft Dynamics 365 Business Central. Returns the created customerPayment object including id, lineNumber, customerId, customerNumber, amount, postingDate, documentNumber, and lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_customer_payment_by_id
Update a customer payment by id in Microsoft Dynamics 365 Business Central. Returns: id, journalDisplayName, lineNumber, customerId, customerNumber, contactId, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, dimensions, lastModifiedDateTime, customer. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_customer_payment_by_id
Delete a customer payment by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_contacts
List contacts in Microsoft Business Central for a given company. Returns: id, number, type, displayName, jobTitle, companyNumber, companyName, contactBusinessRelation, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, mobilePhoneNumber, email, website, searchName, privacyBlocked, taxRegistrationNumber, lastInteractionDate, lastModifiedDateTime. Required: environment,…
get_single_msbusinesscentral_contact_by_id
Get a single contact in Microsoft Business Central by id. Returns: id, number, type, displayName, jobTitle, companyNumber, companyName, contactBusinessRelation, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, mobilePhoneNumber, email, website, searchName, privacyBlocked, taxRegistrationNumber, lastInteractionDate, lastModifiedDateTime. Required: environment, company_id,…
create_a_msbusinesscentral_contact
Create a contact in Microsoft Business Central for a given company. Returns the created contact object including id, number, type, displayName, and email. Required: environment, company_id.
update_a_msbusinesscentral_contact_by_id
Update a contact by id in Microsoft Dynamics 365 Business Central. Returns: id, number, type, displayName, jobTitle, companyNumber, companyName, contactBusinessRelation, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, mobilePhoneNumber, email, website, searchName, privacyBlocked, taxRegistrationNumber, lastInteractionDate, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_contact_by_id
Delete a contact by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_vendor_payments
Get a specific vendor payment in Microsoft Business Central by id. Returns: id, journalId, journalDisplayName, lineNumber, vendorId, vendorNumber, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_vendor_payment
Create a vendor payment in Microsoft Business Central. Returns the created vendorPayment object including id, journalId, journalDisplayName, lineNumber, vendorId, vendorNumber, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, and lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_vendor_payment_by_id
Get a vendor payment by id in Microsoft Dynamics 365 Business Central. Returns: id, journalId, journalDisplayName, lineNumber, vendorId, vendorNumber, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, lastModifiedDateTime. Required: environment, company_id, id.
update_a_msbusinesscentral_vendor_payment_by_id
Update a vendor payment by id in Microsoft Dynamics 365 Business Central. Returns: id, journalId, journalDisplayName, lineNumber, vendorId, vendorNumber, postingDate, documentNumber, externalDocumentNumber, amount, appliesToInvoiceId, appliesToInvoiceNumber, description, comment, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_vendor_payment_by_id
Delete a vendor payment by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_units_of_measure
List units of measure in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, internationalStandardCode, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_units_of_measure_by_id
Get a single unit of measure by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, internationalStandardCode, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_units_of_measure
Create an unit of measure in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, internationalStandardCode, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_units_of_measure_by_id
Update an unit of measure by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, internationalStandardCode, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_units_of_measure_by_id
Delete an unit of measure by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_item_categories
List item categories in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_item_category_by_id
Get a single item category by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, itemId, itemNumber. Required: environment, company_id, id.
create_a_msbusinesscentral_item_category
Create a new item category in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, itemId, itemNumber. Required: environment, company_id, displayName.
delete_a_msbusinesscentral_item_category_by_id
Delete an item category by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id.
update_a_msbusinesscentral_item_category_by_id
Update an item category by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, lastModifiedDateTime, itemId, itemNumber. Required: environment, company_id, id.
list_all_msbusinesscentral_tax_groups
List tax groups in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_tax_group_by_id
Get a single tax group by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_tax_group
Create a new tax group in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id, code, displayName.
update_a_msbusinesscentral_tax_group_by_id
Update a tax group by id in Microsoft Dynamics 365 Business Central. Returns: id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_tax_group_by_id
Delete a tax group by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_accounting_periods
List accounting periods in Microsoft Dynamics 365 Business Central. Returns: Property, id, startingDate, name, newFiscalYear, closed, dateLocked, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_accounting_period_by_id
Get an accounting period by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, startingDate, name, newFiscalYear, closed, dateLocked, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_approval_entries
List approval entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, tableId, documentType, documentNumber, sequenceNumber, senderId, senderName, approvalCode, salespersonPurchaserCode, salespersonPurchaserName, approverId, approverName, status, dateTimeSentForApproval, lastDateTimeModified, comment, dueDate, amount, amountLCY, currencyCode, approvalType, limitType, availableCreditLimitLCY, pendingApprovals, recordIdToApprove, delegationDateFormula, numberOfApprovedRequests, numberOfRejectedRequests, relatedToChange, workflowStepInstanceId, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_approval_entry_by_id
Get an approval entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, tableId, documentType, documentNumber, sequenceNumber, senderId, senderName, approvalCode, salespersonPurchaserCode, salespersonPurchaserName, approverId, approverName, status, dateTimeSentForApproval, lastDateTimeModified, comment, dueDate, amount, amountLCY, currencyCode, approvalType, limitType, availableCreditLimitLCY, pendingApprovals, recordIdToApprove, delegationDateFormula, numberOfApprovedRequests, numberOfRejectedRequests, relatedToChange, workflowStepInstanceId, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_posted_approval_entries
List posted approval entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, tableId, documentNumber, sequenceNumber, senderId, senderName, approvalCode, salespersonPurchCode, salespersonPurchName, approverId, approverName, status, dateTimeSentForApproval, lastDateTimeModified, lastModifiedById, comment, dueDate, amount, amountLCY, currencyCode, approvalType, limitType, availableCreditLimitLCY, recordId, delegationDateFormula, numberOfApprovedRequests, numberOfRejectedRequests, iterationNumber, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_posted_approval_entry_by_id
Get a posted approval entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, tableId, documentNumber, sequenceNumber, senderId, senderName, approvalCode, salespersonPurchCode, salespersonPurchName, approverId, approverName, status, dateTimeSentForApproval, lastDateTimeModified, lastModifiedById, comment, dueDate, amount, amountLCY, currencyCode, approvalType, limitType, availableCreditLimitLCY, recordId, delegationDateFormula, numberOfApprovedRequests, numberOfRejectedRequests, iterationNumber, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_approval_user_setups
List approval user setups in Microsoft Dynamics 365 Business Central. Returns: Property, id, userId, userFullName, salesPersonPurchaser, approverId, salesAmountApprovalLimit, unlimitedSalesApproval, purchaseAmountApprovalLimit, unlimitedPurchaseApproval, requestApprovalAmountLimit, unlimitedRequestApprovalAmount, substitute, email, phoneNumber, approvalAdmin, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_approval_user_setup_by_id
Get an approval user setup by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, userId, userFullName, salesPersonPurchaser, approverId, salesAmountApprovalLimit, unlimitedSalesApproval, purchaseAmountApprovalLimit, unlimitedPurchaseApproval, requestApprovalAmountLimit, unlimitedRequestApprovalAmount, substitute, email, phoneNumber, approvalAdmin, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_workflow_approvers
List workflow approvers in Microsoft Dynamics 365 Business Central. Returns: Property, id, workflowCode, workflowDescription, category, enabled, workflowStepId, argumentId, approverType, approverLimitType, userGroupCode, userGroupDescription, userId, userName, sequence, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_workflow_approver_by_id
Get a workflow approver by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, workflowCode, workflowDescription, category, enabled, workflowStepId, argumentId, approverType, approverLimitType, userGroupCode, userGroupDescription, userId, userName, sequence, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_balance_sheets
List balance sheets in Microsoft Dynamics 365 Business Central. Returns: Property, id, lineNumber, display, balance, lineType, indentation, dateFilter. Required: environment, company_id.
list_all_msbusinesscentral_income_statements
List income statements in Microsoft Dynamics 365 Business Central. Returns: Property, id, lineNumber, display, netChange, lineType, indentation, dateFilter. Required: environment, company_id.
list_all_msbusinesscentral_cash_flow_statements
List cash flow statements in Microsoft Dynamics 365 Business Central. Returns: Property, id, lineNumber, display, netChange, lineType, indentation, dateFilter. Required: environment, company_id.
list_all_msbusinesscentral_retained_earnings_statements
List retained earnings statements in Microsoft Dynamics 365 Business Central. Returns: Property, id, lineNumber, display, netChange, lineType, indentation, dateFilter. Required: environment, company_id.
list_all_msbusinesscentral_customer_sales
List customer sales figures in Microsoft Dynamics 365 Business Central. Returns: Property, customerId, customerNumber, name, totalSalesAmount, dateFilter_FilterOnly. Required: environment, company_id.
list_all_msbusinesscentral_customer_financial_details
List customer financial details in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, balance, totalSalesExcludingTax, overdueAmount, lastModifiedDateTime. Required: environment, company_id.
list_all_msbusinesscentral_aged_accounts_receivables
List aged accounts receivables in Microsoft Dynamics 365 Business Central. Returns: Property, customerId, customerNumber, name, currencyCode, balanceDue, currentAmount, period1Label, period1Amount, period2Label, period2Amount, period3Label, period3Amount, agedAsOfDate, periodLengthFilter. Required: environment, company_id.
get_single_msbusinesscentral_aged_accounts_receivable_by_id
Get an aged accounts receivable by id in Microsoft Dynamics 365 Business Central. Here `id` is the customer id. Returns: Property, customerId, customerNumber, name, currencyCode, balanceDue, currentAmount, period1Label, period1Amount, period2Label, period2Amount, period3Label, period3Amount, agedAsOfDate, periodLengthFilter. Required: environment, company_id, id.
list_all_msbusinesscentral_aged_accounts_payables
List aged accounts payables in Microsoft Dynamics 365 Business Central. Returns: Property, vendorId, vendorNumber, name, currencyCode, balanceDue, currentAmount, period1Amount, period2Amount, period3Amount, agedAsOfDate, periodLengthFilter. Required: environment, company_id.
get_single_msbusinesscentral_aged_accounts_payable_by_id
Get an aged accounts payable by id in Microsoft Dynamics 365 Business Central. Here `id` is the vendor id. Returns: Property, vendorId, vendorNumber, name, currencyCode, balanceDue, currentAmount, period1Amount, period2Amount, period3Amount, agedAsOfDate, periodLengthFilter. Required: environment, company_id, id.
list_all_msbusinesscentral_countries_regions
List country/regions in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, addressFormat, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_countries_region_by_id
Get a country/region by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, addressFormat, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_countries_region
Create a country/region in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, addressFormat, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_countries_region_by_id
Update a country/region by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, addressFormat, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_countries_region_by_id
Delete a country/region by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_currency_exchange_rates
List currency exchange rates in Microsoft Dynamics 365 Business Central. Returns: Property, id, currencyCode, startingDate, exchangeRateAmount, relationalCurrencyCode, relationalExchangeRateAmount, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_currency_exchange_rate_by_id
Get a currency exchange rate by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, currencyCode, startingDate, exchangeRateAmount, relationalCurrencyCode, relationalExchangeRateAmount, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_customer_contacts
List customer contacts in Microsoft Dynamics 365 Business Central. Returns: Property, id, email, firstName, lastName, professionalTitle, customerId, customerName, primaryPhoneNumber. Required: environment, company_id.
get_single_msbusinesscentral_customer_contact_by_id
Get a customer contact by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, email, firstName, lastName, professionalTitle, customerId, customerName, primaryPhoneNumber. Required: environment, company_id, id.
update_a_msbusinesscentral_customer_contact_by_id
Update a customer contact by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, email, firstName, lastName, professionalTitle, customerId, customerName, primaryPhoneNumber. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_customer_contact_by_id
Delete a customer contact by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_customer_return_reasons
List customer return reasons in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_customer_return_reason_by_id
Get a customer return reason by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_customer_return_reason
Create a customer return reason in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_customer_return_reason_by_id
Update a customer return reason by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_customer_return_reason_by_id
Delete a customer return reason by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_default_dimensions
List default dimensions in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, parentId, dimensionId, dimensionCode, dimensionValueId, dimensionValueCode, postingValidation, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_default_dimension_by_id
Get a default dimension by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, parentId, dimensionId, dimensionCode, dimensionValueId, dimensionValueCode, postingValidation, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_default_dimension
Create a default dimension in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, parentId, dimensionId, dimensionCode, dimensionValueId, dimensionValueCode, postingValidation, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_default_dimension_by_id
Update a default dimension by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, parentId, dimensionId, dimensionCode, dimensionValueId, dimensionValueCode, postingValidation, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_default_dimension_by_id
Delete a default dimension by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_dimension_values
List dimension values in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, dimensionId, displayName, consolidationCode, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_dimension_value_by_id
Get a dimension value by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, dimensionId, displayName, consolidationCode, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_dispute_status
List dispute statuss in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName. Required: environment, company_id.
get_single_msbusinesscentral_dispute_status_by_id
Get a dispute status by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName. Required: environment, company_id, id.
create_a_msbusinesscentral_dispute_status
Create a dispute status in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName. Required: environment, company_id.
update_a_msbusinesscentral_dispute_status_by_id
Update a dispute status by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_dispute_status_by_id
Delete a dispute status by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_document_attachments
List document attachments in Microsoft Dynamics 365 Business Central. Returns: Property, id, fileName, byteSize, attachmentContent, parentType, parentId, lineNumber, documentFlowSales, documentFlowPurchase, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_document_attachment_by_id
Get a document attachment by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, fileName, byteSize, attachmentContent, parentType, parentId, lineNumber, documentFlowSales, documentFlowPurchase, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_document_attachment
Create a document attachment in Microsoft Dynamics 365 Business Central. Returns: Property, id, fileName, byteSize, attachmentContent, parentType, parentId, lineNumber, documentFlowSales, documentFlowPurchase, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_document_attachment_by_id
Update a document attachment by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, fileName, byteSize, attachmentContent, parentType, parentId, lineNumber, documentFlowSales, documentFlowPurchase, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_document_attachment_by_id
Delete a document attachment by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_fixed_assets
List fixed assets in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_fixed_asset_by_id
Get a fixed asset by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_fixed_asset
Create a fixed asset in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_fixed_asset_by_id
Update a fixed asset by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, fixedAssetLocationCode, fixedAssetLocationId, classCode, subclassCode, blocked, serialNumber, employeeNumber, employeeId, underMaintenance, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_fixed_asset_by_id
Delete a fixed asset by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_fixed_asset_locations
List fixed asset locations in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_fixed_asset_location_by_id
Get a fixed asset location by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_fixed_asset_location
Create a fixed asset location in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_fixed_asset_location_by_id
Update a fixed asset location by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_fixed_asset_location_by_id
Delete a fixed asset location by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_general_ledger_setup
List general ledger setups in Microsoft Dynamics 365 Business Central. Returns: Property, id, allowPostingFrom, allowPostingTo, additionalReportingCurrency, localCurrencyCode, localCurrencySymbol, lastModifiedDateTime, allowQueryFromConsolidation, shortcutDimension1Code, shortcutDimension2Code, shortcutDimension3Code, shortcutDimension4Code, shortcutDimension5Code, shortcutDimension6Code, shortcutDimension7Code, shortcutDimension8Code. Required: environment, company_id.
get_single_msbusinesscentral_general_ledger_setup_by_id
Get a general ledger setup by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, allowPostingFrom, allowPostingTo, additionalReportingCurrency, localCurrencyCode, localCurrencySymbol, lastModifiedDateTime, allowQueryFromConsolidation, shortcutDimension1Code, shortcutDimension2Code, shortcutDimension3Code, shortcutDimension4Code, shortcutDimension5Code, shortcutDimension6Code, shortcutDimension7Code, shortcutDimension8Code. Required: environment, company_id, id.
list_all_msbusinesscentral_general_product_posting_groups
List general product posting groups in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, defaultVATProductPostingGroup, autoInsertDefault, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_general_product_posting_group_by_id
Get a general product posting group by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, defaultVATProductPostingGroup, autoInsertDefault, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_inventory_posting_groups
List inventory posting groups in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_inventory_posting_group_by_id
Get an inventory posting group by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, description, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_item_ledger_entries
List item ledger entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, itemNumber, postingDate, entryType, sourceNumber, sourceType, documentNumber, documentType, description, quantity, salesAmountActual, costAmountActual, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_item_ledger_entry_by_id
Get an item ledger entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, entryNumber, itemNumber, postingDate, entryType, sourceNumber, sourceType, documentNumber, documentType, description, quantity, salesAmountActual, costAmountActual, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_item_variants
List item variants in Microsoft Dynamics 365 Business Central. Returns: Property, id, itemId, itemNumber, code, description, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_item_variant_by_id
Get an item variant by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, itemId, itemNumber, code, description, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_item_variant
Create an item variant in Microsoft Dynamics 365 Business Central. Returns: Property, id, itemId, itemNumber, code, description, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_item_variant_by_id
Update an item variant by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, itemId, itemNumber, code, description, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_item_variant_by_id
Delete an item variant by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_job_queue_entries
List job queue entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, jobQueueEntryId, userId, lastReadyState, expirationDateTime, earliestStartDateTime, objectTypeToRun, objectIdToRun, objectCaptionToRun, reportOutputType, maxNumberAttemptsToRun, numberOfAttemptsToRun, status, recordIdToProcess, parameterString, recurringJob, numberOfMinutesBetweenRuns, runOnMonday, runOnTuesday, runOnWednesday, runOnThursday, runOnFridays, runOnSaturdays, runOnSundays, startingTime, endingTime, referenceStartingTime, nextRunDateFormula, description, runInUserSession, userSessionId, jobQueueCategoryCode, errorMessage, userServiceInstanceId, userSessionStarted, notifyOnSuccess, userLanguageId, printerName, reportRequestPageOptions, rerunDelay, systemTaskId, scheduled, manualRecurrence, jobTimeOut, priorityWithinCategory, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_job_queue_entry_by_id
Get a job queue entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, jobQueueEntryId, userId, lastReadyState, expirationDateTime, earliestStartDateTime, objectTypeToRun, objectIdToRun, objectCaptionToRun, reportOutputType, maxNumberAttemptsToRun, numberOfAttemptsToRun, status, recordIdToProcess, parameterString, recurringJob, numberOfMinutesBetweenRuns, runOnMonday, runOnTuesday, runOnWednesday, runOnThursday, runOnFridays, runOnSaturdays, runOnSundays, startingTime, endingTime, referenceStartingTime, nextRunDateFormula, description, runInUserSession, userSessionId, jobQueueCategoryCode, errorMessage, userServiceInstanceId, userSessionStarted, notifyOnSuccess, userLanguageId, printerName, reportRequestPageOptions, rerunDelay, systemTaskId, scheduled, manualRecurrence, jobTimeOut, priorityWithinCategory, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_job_queue_log_entries
List job queue log entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, jobQueueEntryId, userId, startDateTime, endDateTime, objectIdToRun, objectTypeToRun, status, description, errorMessage, jobQueueCategoryCode, errorCallStack, parameterString, systemTaskId, userSessionId, userServiceInstanceId, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_job_queue_log_entry_by_id
Get a job queue log entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, jobQueueEntryId, userId, startDateTime, endDateTime, objectIdToRun, objectTypeToRun, status, description, errorMessage, jobQueueCategoryCode, errorCallStack, parameterString, systemTaskId, userSessionId, userServiceInstanceId, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_locations
List locations in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, contact, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, email, website, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_location_by_id
Get a location by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, contact, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, email, website, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_location
Create a location in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, contact, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, email, website, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_location_by_id
Update a location by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, contact, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber, email, website, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_location_by_id
Delete a location by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_opportunities
List opportunitys in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, contactNumber, contactName, contactCompanyName, salespersonCode, description, status, closed, creationDate, dateClosed, calculatedCurrentValue, chancesOfSuccessPrc, completedPrc, estimatedClosingDate, estimatedValue, systemCreatedAt, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_opportunity_by_id
Get an opportunity by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, contactNumber, contactName, contactCompanyName, salespersonCode, description, status, closed, creationDate, dateClosed, calculatedCurrentValue, chancesOfSuccessPrc, completedPrc, estimatedClosingDate, estimatedValue, systemCreatedAt, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_opportunity
Create an opportunity in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, contactNumber, contactName, contactCompanyName, salespersonCode, description, status, closed, creationDate, dateClosed, calculatedCurrentValue, chancesOfSuccessPrc, completedPrc, estimatedClosingDate, estimatedValue, systemCreatedAt, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_opportunity_by_id
Update an opportunity by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, contactNumber, contactName, contactCompanyName, salespersonCode, description, status, closed, creationDate, dateClosed, calculatedCurrentValue, chancesOfSuccessPrc, completedPrc, estimatedClosingDate, estimatedValue, systemCreatedAt, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_opportunity_by_id
Delete an opportunity by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_payment_terms
List payment terms in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, dueDateCalculation, discountDateCalculation, discountPercent, calculateDiscountOnCreditMemos, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_payment_term_by_id
Get a payment term by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, dueDateCalculation, discountDateCalculation, discountPercent, calculateDiscountOnCreditMemos, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_payment_term
Create a payment term in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, dueDateCalculation, discountDateCalculation, discountPercent, calculateDiscountOnCreditMemos, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_payment_term_by_id
Update a payment term by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, dueDateCalculation, discountDateCalculation, discountPercent, calculateDiscountOnCreditMemos, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_payment_term_by_id
Delete a payment term by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_projects
List projects in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_project_by_id
Get a project by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_project
Create a project in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_project_by_id
Update a project by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, displayName, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_project_by_id
Delete a project by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_purchase_credit_memos
List purchase credit memos in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, creditMemoDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, vendorCreditMemoNumber, payToVendorId, payToVendorNumber, payToName, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, purchaser, pricesIncludeTax, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, lastModifiedDateTime, invoiceId, invoiceNumber, vendorReturnReasonId. Required: environment, company_id.
get_single_msbusinesscentral_purchase_credit_memo_by_id
Get a purchase credit memo by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, creditMemoDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, vendorCreditMemoNumber, payToVendorId, payToVendorNumber, payToName, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, purchaser, pricesIncludeTax, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, lastModifiedDateTime, invoiceId, invoiceNumber, vendorReturnReasonId. Required: environment, company_id, id.
create_a_msbusinesscentral_purchase_credit_memo
Create a purchase credit memo in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, creditMemoDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, vendorCreditMemoNumber, payToVendorId, payToVendorNumber, payToName, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, purchaser, pricesIncludeTax, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, lastModifiedDateTime, invoiceId, invoiceNumber, vendorReturnReasonId. Required: environment, company_id.
update_a_msbusinesscentral_purchase_credit_memo_by_id
Update a purchase credit memo by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, creditMemoDate, postingDate, dueDate, vendorId, vendorNumber, vendorName, vendorCreditMemoNumber, payToVendorId, payToVendorNumber, payToName, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, purchaser, pricesIncludeTax, discountAmount, discountAppliedBeforeTax, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, lastModifiedDateTime, invoiceId, invoiceNumber, vendorReturnReasonId. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_purchase_credit_memo_by_id
Delete a purchase credit memo by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_purchase_receipts
List purchase receipts in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, invoiceDate, postingDate, dueDate, vendorNumber, vendorName, payToName, payToContact, payToVendorNumber, shipToName, shipToContact, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, currencyCode, orderNumber, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_purchase_receipt_by_id
Get a purchase receipt by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, invoiceDate, postingDate, dueDate, vendorNumber, vendorName, payToName, payToContact, payToVendorNumber, shipToName, shipToContact, buyFromAddressLine1, buyFromAddressLine2, buyFromCity, buyFromCountry, buyFromState, buyFromPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, payToAddressLine1, payToAddressLine2, payToCity, payToCountry, payToState, payToPostCode, currencyCode, orderNumber, lastModifiedDateTime. Required: environment, company_id, id.
list_all_msbusinesscentral_sales_shipments
List sales shipments in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, invoiceDate, postingDate, dueDate, customerPurchaseOrderReference, customerId, customerNumber, customerName, billToCustomerId, billToName, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, currencyCode, orderNumber, paymentTermsCode, shipmentMethodCode, salesperson, pricesIncludeTax, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id.
get_single_msbusinesscentral_sales_shipment_by_id
Get a sales shipment by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, invoiceDate, postingDate, dueDate, customerPurchaseOrderReference, customerId, customerNumber, customerName, billToCustomerId, billToName, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, currencyCode, orderNumber, paymentTermsCode, shipmentMethodCode, salesperson, pricesIncludeTax, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id, id.
list_all_msbusinesscentral_salespeople_purchasers
List salesperson/purchasers in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, email, email2, phoneNo, jobTitle, commisionPercent, privacyBlocked, blocked, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_salespeople_purchaser_by_id
Get a salesperson/purchaser by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, email, email2, phoneNo, jobTitle, commisionPercent, privacyBlocked, blocked, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_salespeople_purchaser
Create a salesperson/purchaser in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, email, email2, phoneNo, jobTitle, commisionPercent, privacyBlocked, blocked, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_salespeople_purchaser_by_id
Update a salesperson/purchaser by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, email, email2, phoneNo, jobTitle, commisionPercent, privacyBlocked, blocked, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_salespeople_purchaser_by_id
Delete a salesperson/purchaser by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_sales_quotes
List sales quotes in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, documentDate, postingDate, dueDate, customerId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, salesperson, discountAmount, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, sentDate, validUntilDate, acceptedDate, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id.
get_single_msbusinesscentral_sales_quote_by_id
Get a sales quote by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, documentDate, postingDate, dueDate, customerId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, salesperson, discountAmount, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, sentDate, validUntilDate, acceptedDate, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id, id.
create_a_msbusinesscentral_sales_quote
Create a sales quote in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, documentDate, postingDate, dueDate, customerId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, salesperson, discountAmount, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, sentDate, validUntilDate, acceptedDate, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id.
update_a_msbusinesscentral_sales_quote_by_id
Update a sales quote by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, number, externalDocumentNumber, documentDate, postingDate, dueDate, customerId, customerNumber, customerName, billToName, billToCustomerId, billToCustomerNumber, shipToName, shipToContact, sellToAddressLine1, sellToAddressLine2, sellToCity, sellToCountry, sellToState, sellToPostCode, billToAddressLine1, billToAddressLine2, billToCity, billToCountry, billToState, billToPostCode, shipToAddressLine1, shipToAddressLine2, shipToCity, shipToCountry, shipToState, shipToPostCode, shortcutDimension1Code, shortcutDimension2Code, currencyId, currencyCode, paymentTermsId, shipmentMethodId, salesperson, discountAmount, totalAmountExcludingTax, totalTaxAmount, totalAmountIncludingTax, status, sentDate, validUntilDate, acceptedDate, lastModifiedDateTime, phoneNumber, email. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_sales_quote_by_id
Delete a sales quote by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_shipment_methods
List shipment methods in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_shipment_method_by_id
Get a shipment method by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_shipment_method
Create a shipment method in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_shipment_method_by_id
Update a shipment method by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_shipment_method_by_id
Delete a shipment method by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_tax_areas
List tax areas in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_tax_area_by_id
Get a tax area by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_tax_area
Create a tax area in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_tax_area_by_id
Update a tax area by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, code, displayName, taxType, lastModifiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_tax_area_by_id
Delete a tax area by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_time_registration_entries
List time registration entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, employeeId, employeeNumber, jobId, jobNumber, jobTaskNumber, absence, lineNumber, date, quantity, status, unitOfMeasureId, unitOfMeasureCode, lastModfiedDateTime. Required: environment, company_id.
get_single_msbusinesscentral_time_registration_entry_by_id
Get a time registration entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, employeeId, employeeNumber, jobId, jobNumber, jobTaskNumber, absence, lineNumber, date, quantity, status, unitOfMeasureId, unitOfMeasureCode, lastModfiedDateTime. Required: environment, company_id, id.
create_a_msbusinesscentral_time_registration_entry
Create a time registration entry in Microsoft Dynamics 365 Business Central. Returns: Property, id, employeeId, employeeNumber, jobId, jobNumber, jobTaskNumber, absence, lineNumber, date, quantity, status, unitOfMeasureId, unitOfMeasureCode, lastModfiedDateTime. Required: environment, company_id.
update_a_msbusinesscentral_time_registration_entry_by_id
Update a time registration entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, employeeId, employeeNumber, jobId, jobNumber, jobTaskNumber, absence, lineNumber, date, quantity, status, unitOfMeasureId, unitOfMeasureCode, lastModfiedDateTime. Required: environment, company_id, id, etag.
delete_a_msbusinesscentral_time_registration_entry_by_id
Delete a time registration entry by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, id, etag.
list_all_msbusinesscentral_sales_order_lines
List sales order lines in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId, locationId. Required: environment, company_id, sales_order_id.
get_single_msbusinesscentral_sales_order_line_by_id
Get a sales order line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId, locationId. Required: environment, company_id, sales_order_id, id.
create_a_msbusinesscentral_sales_order_line
Create a sales order line in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId, locationId. Required: environment, company_id, sales_order_id.
update_a_msbusinesscentral_sales_order_line_by_id
Update a sales order line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, quantity, unitPrice, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, shipmentDate, shippedQuantity, invoicedQuantity, invoiceQuantity, shipQuantity, itemVariantId, locationId. Required: environment, company_id, sales_order_id, id, etag.
delete_a_msbusinesscentral_sales_order_line_by_id
Delete a sales order line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, sales_order_id, id, etag.
list_all_msbusinesscentral_sales_quote_lines
List sales quote lines in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, sales_quote_id.
get_single_msbusinesscentral_sales_quote_line_by_id
Get a sales quote line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, sales_quote_id, id.
create_a_msbusinesscentral_sales_quote_line
Create a sales quote line in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, sales_quote_id.
update_a_msbusinesscentral_sales_quote_line_by_id
Update a sales quote line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, description2, unitOfMeasureId, unitOfMeasureCode, unitPrice, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, sales_quote_id, id, etag.
delete_a_msbusinesscentral_sales_quote_line_by_id
Delete a sales quote line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, sales_quote_id, id, etag.
list_all_msbusinesscentral_purchase_credit_memo_lines
List purchase credit memo lines in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, purchase_credit_memo_id.
get_single_msbusinesscentral_purchase_credit_memo_line_by_id
Get a purchase credit memo line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, purchase_credit_memo_id, id.
create_a_msbusinesscentral_purchase_credit_memo_line
Create a purchase credit memo line in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, purchase_credit_memo_id.
update_a_msbusinesscentral_purchase_credit_memo_line_by_id
Update a purchase credit memo line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, itemId, accountId, lineType, lineObjectNumber, description, unitOfMeasureId, unitOfMeasureCode, unitCost, quantity, discountAmount, discountPercent, discountAppliedBeforeTax, amountExcludingTax, taxCode, taxPercent, totalTaxAmount, amountIncludingTax, invoiceDiscountAllocation, netAmount, netTaxAmount, netAmountIncludingTax, itemVariantId, locationId. Required: environment, company_id, purchase_credit_memo_id, id, etag.
delete_a_msbusinesscentral_purchase_credit_memo_line_by_id
Delete a purchase credit memo line by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, purchase_credit_memo_id, id, etag.
list_all_msbusinesscentral_purchase_receipt_lines
List purchase receipt lines in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, lineType, lineObjectNumber, description, description2, unitOfMeasureCode, unitCost, quantity, discountPercent, taxPercent, expectedReceiptDate. Required: environment, company_id, purchase_receipt_id.
get_single_msbusinesscentral_purchase_receipt_line_by_id
Get a purchase receipt line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, sequence, lineType, lineObjectNumber, description, description2, unitOfMeasureCode, unitCost, quantity, discountPercent, taxPercent, expectedReceiptDate. Required: environment, company_id, purchase_receipt_id, id.
list_all_msbusinesscentral_sales_shipment_lines
List sales shipment lines in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, documentNo, sequence, lineType, lineObjectNumber, description, description2, unitOfMeasureCode, unitPrice, quantity, discountPercent, taxPercent, shipmentDate. Required: environment, company_id, sales_shipment_id.
get_single_msbusinesscentral_sales_shipment_line_by_id
Get a sales shipment line by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, documentId, documentNo, sequence, lineType, lineObjectNumber, description, description2, unitOfMeasureCode, unitPrice, quantity, discountPercent, taxPercent, shipmentDate. Required: environment, company_id, sales_shipment_id, id.
list_all_msbusinesscentral_vendor_contacts_information
List vendor contact information records in Microsoft Dynamics 365 Business Central. Returns: Property, contactId, contactNumber, contactName, contactType, relatedId, relatedType. Required: environment, company_id, vendor_id.
list_all_msbusinesscentral_customer_contacts_information
List customer contact information records in Microsoft Dynamics 365 Business Central. Returns: Property, contactId, contactNumber, contactName, contactType, relatedId, relatedType. Required: environment, company_id, customer_id.
list_all_msbusinesscentral_apply_vendor_entries
List apply vendor entrys in Microsoft Dynamics 365 Business Central. Returns: Property, id, applied, appliesToId, postingDate, documentType, documentNumber, externalDocumentNumber, vendorNumber, vendorName, description, remainingAmount, lastModifiedDateTime. Required: environment, company_id, vendor_payment_journal_id, vendor_payment_id.
get_single_msbusinesscentral_apply_vendor_entry_by_id
Get an apply vendor entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, applied, appliesToId, postingDate, documentType, documentNumber, externalDocumentNumber, vendorNumber, vendorName, description, remainingAmount, lastModifiedDateTime. Required: environment, company_id, vendor_payment_journal_id, vendor_payment_id, id.
update_a_msbusinesscentral_apply_vendor_entry_by_id
Update an apply vendor entry by id in Microsoft Dynamics 365 Business Central. Returns: Property, id, applied, appliesToId, postingDate, documentType, documentNumber, externalDocumentNumber, vendorNumber, vendorName, description, remainingAmount, lastModifiedDateTime. Required: environment, company_id, vendor_payment_journal_id, vendor_payment_id, id, etag.
list_all_msbusinesscentral_sales_invoice_pdf_document
Get the sales invoice PDF document in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentId, parentType, pdfDocumentContent. Required: environment, company_id, sales_invoice_id.
list_all_msbusinesscentral_sales_quote_pdf_document
Get the sales quote PDF document in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentId, parentType, pdfDocumentContent. Required: environment, company_id, sales_quote_id.
list_all_msbusinesscentral_sales_credit_memo_pdf_document
Get the sales credit memo PDF document in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentId, parentType, pdfDocumentContent. Required: environment, company_id, sales_credit_memo_id.
list_all_msbusinesscentral_purchase_invoice_pdf_document
Get the purchase invoice PDF document in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentId, parentType, pdfDocumentContent. Required: environment, company_id, purchase_invoice_id.
list_all_msbusinesscentral_item_picture
Get the item picture in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, width, height, contentType, pictureContent. Required: environment, company_id, item_id.
create_a_msbusinesscentral_item_picture
Upload the item picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, item_id.
update_a_msbusinesscentral_item_picture_by_id
Replace the item picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, item_id, etag.
delete_a_msbusinesscentral_item_picture_by_id
Delete an item picture by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, item_id, id, etag.
list_all_msbusinesscentral_vendor_picture
Get the vendor picture in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, width, height, contentType, pictureContent. Required: environment, company_id, vendor_id.
create_a_msbusinesscentral_vendor_picture
Upload the vendor picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, vendor_id.
update_a_msbusinesscentral_vendor_picture_by_id
Replace the vendor picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, vendor_id, etag.
delete_a_msbusinesscentral_vendor_picture_by_id
Delete a vendor picture by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, vendor_id, id, etag.
list_all_msbusinesscentral_customer_picture
Get the customer picture in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, width, height, contentType, pictureContent. Required: environment, company_id, customer_id.
create_a_msbusinesscentral_customer_picture
Upload the customer picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, customer_id.
update_a_msbusinesscentral_customer_picture_by_id
Replace the customer picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, customer_id, etag.
delete_a_msbusinesscentral_customer_picture_by_id
Delete a customer picture by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, customer_id, id, etag.
list_all_msbusinesscentral_employee_picture
Get the employee picture in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, width, height, contentType, pictureContent. Required: environment, company_id, employee_id.
create_a_msbusinesscentral_employee_picture
Upload the employee picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, employee_id.
update_a_msbusinesscentral_employee_picture_by_id
Replace the employee picture content in Microsoft Dynamics 365 Business Central. The request body is the raw image bytes, not JSON. Required: environment, company_id, employee_id, etag.
delete_a_msbusinesscentral_employee_picture_by_id
Delete an employee picture by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, company_id, employee_id, id, etag.
list_all_msbusinesscentral_contact_picture
Get the contact picture in Microsoft Dynamics 365 Business Central. Returns: Property, id, parentType, width, height, contentType, pictureContent. Required: environment, company_id, contact_id.
list_all_msbusinesscentral_subscriptions
List webhook subscriptions in Microsoft Dynamics 365 Business Central. Returns: Property, subscriptionId, notificationUrl, resource, timestamp, userId, lastModifiedDateTime, clientState, expirationDateTime, systemCreatedAt, systemCreatedBy, systemModifiedAt, systemModifiedBy. Required: environment.
create_a_msbusinesscentral_subscription
Create a webhook subscription in Microsoft Dynamics 365 Business Central. Returns: Property, subscriptionId, notificationUrl, resource, timestamp, userId, lastModifiedDateTime, clientState, expirationDateTime, systemCreatedAt, systemCreatedBy, systemModifiedAt, systemModifiedBy. Required: environment.
update_a_msbusinesscentral_subscription_by_id
Update a webhook subscription by id in Microsoft Dynamics 365 Business Central. Returns: Property, subscriptionId, notificationUrl, resource, timestamp, userId, lastModifiedDateTime, clientState, expirationDateTime, systemCreatedAt, systemCreatedBy, systemModifiedAt, systemModifiedBy. Required: environment, id, etag.
delete_a_msbusinesscentral_subscription_by_id
Delete a webhook subscription by id in Microsoft Dynamics 365 Business Central. Returns an empty 204 response on success. Required: environment, id, etag.
How it works
From Microsoft Dynamics 365 Business Central account to governed MCP endpoint
Connect
Link a Microsoft Dynamics 365 Business Central account through Elaichi's hosted connect flow. Credentials are vaulted — nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Microsoft Dynamics 365 Business Central tools are exposed, rename them, or freeze arguments.
Mint
Mint a personal MCP endpoint on that toolbox and paste it into Claude, Cursor, or any MCP client — governed by roles, restrictions, and audit logs.
Give every teammate a governed MCP server
Start a 14-day Gold trial — connect a product, curate a toolbox, and paste an endpoint into Claude or Cursor in minutes.