Skip to main content

Microsoft Dynamics 365 Business Central Connector

Microsoft Dynamics 365 Business Central Microsoft Dynamics 365 Business Central is a comprehensive enterprise resource planning (ERP) with capabilities including finance, manufacturing, customer relationship management (CRM), supply chains, analytics, and e-commerce.

Connections

OAuth 2.0 Auth Code

Microsoft Business Central OAuth Connection

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Web API URLYour organization's Microsoft Business Central Web API URL.
ScopesA space-delimited set of one or more scopes to get the user's permission to access.https://api.businesscentral.dynamics.com/.default offline_access
Client ID
Client Secret

OAuth 2.0 Client Credentials

OAuth 2.0 Client Credentials Connectivity for Microsoft Business Central

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Web API URLYour organization's Microsoft Business Central Web API URL.
Token URLThis can be found by visiting your app in Azure portal and selecting 'Endpoints'
ScopesThis should be your Business Central URL with '/.default' appened to ithttps://api.businesscentral.dynamics.com/.default
Client IDGenerated when you register an app in Azure portal
Client secret valueGenerated when you register an app in Azure portal

Triggers

Microsoft Dynamics 365 Business Central Webhook

Receive and validate webhook requests from Microsoft Dynamics 365 Business Central for webhooks you configure.

InputCommentsDefault
Connection
ResourceResource to subscribe to.

Webhook Receiver

Receive a webhook payload from an external service.

Actions

Create Attachment

Create a new attachment

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Parent IDThe ID of the parent object that the attachment is associated with
File NameThe name of the file
Parent TypeThe type of the parent object
Debug RequestEnabling this flag will log out the current request.false

Create Customer

Creates a customer object in Microsoft Business Central.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to create the customer in.
Display NameSpecifies the customer's name.
Customer TypeSpecifies the type of customer.
Address Line 1Specifies the first line of the customer's address.
Address Line 2Specifies the second line of the customer's address.
CitySpecifies the city of the customer's address.
StateSpecifies the state of the customer's address.
CountrySpecifies the country of the customer's address.
Postal CodeSpecifies the postal code of the customer's address.
Phone NumberSpecifies the customer's phone number.
EmailSpecifies the customer's email address.
WebsiteSpecifies the customer's website.
Tax Liablespecifies if the customer or vendor is liable for sales tax. Set to true if the customer is tax liable.false
Tax Area IdSpecifies which tax area the customer belongs to.
Tax Registration NumberSpecifies the customer's tax registration number.
Currency IdSpecifies the currency used by the customer.
Currency CodeSpecifies the currency code used by the customer.
Payment Terms IdSpecifies the payment terms used by the customer.
Shipment Method IdSpecifies the shipment method used by the customer.
Payment Method IdSpecifies the payment method used by the customer.
Actions BlockedSpecifies which transactions with the customer cannot be posted.It can be empty, 'Ship', 'Invoice' or 'All'
Debug RequestEnabling this flag will log out the current request.false

Create Event Subscription

Create an Event subscription for Microsoft Business Central.

InputCommentsDefault
Connection
Notification URLURL to send events of this Subscription to.
ResourceResource to subscribe to.
Allow DuplicatesEnable to allow more than one webhook per endpoint.false
Debug RequestEnabling this flag will log out the current request.false

Create Item

Creates a new item object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
NumberThe number of the item.
Display NameThe display name of the item.
Debug RequestEnabling this flag will log out the current request.false

Create Purchase Order

Creates a purchase order object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Vendor NumberSpecifies vendor's number.
Ship To Address Line 1The first line of the ship to address.
Ship To NameThe name of the ship to customer.
Currency CodeThe currency code for the sales order.
Order DateThe order date.
Pay To Vendor IDThe unique ID of the vendor to pay to.
Pay To Vendor NumberSpecifies the number of the vendor to pay to.
PurchaserThe purchaser in the purchase order.
Discount AmountThe discount amount.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Create Purchase Order Line

Creates a purchase order line object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Document IDThe ID of the parent purchase order line.
Item IDThe ID of the item in the purchase order line.
Account IDThe id of the account that the purchase order line is related to.
Line TypeThe type of the purchase order line.
Line Object NumberThe number of the object (account or item) of the purchase order line.
DescriptionSpecifies the description of the purchase order line.
QuantityThe quantity of the item in the purchase order line.
Direct Unit CostThe direct cost per unit.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Create Sales Invoice

Creates a sales invoice object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Customer IDThe unique identifier of the customer.
Customer NumberThe customer number for the sales invoice
Bill To Customer IDThe customer ID for the invoice to the customer
Ship To NameThe name of the ship to customer
Sell To Address Line 1The first line of the sell to address
Ship To Address Line 1The first line of the ship to address
Currency CodeThe currency code for the sales invoice
Customer Email AddressThe email address for the sales invoice
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Create Sales Order

Creates a sales order object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Customer IDThe unique identifier of the customer.
Customer NumberThe customer number for the sales order.
Bill To Customer IDThe customer ID for the bill to customer.
Ship To NameThe name of the ship to customer.
Sell To Address Line 1The first line of the sell to address.
Ship To Address Line 1The first line of the ship to address.
Currency CodeThe currency code for the sales order.
Customer Email AddressThe email address for the sales order.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Create Shipment Method

Create a new shipment method

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Shipment Method Name
Shipment Code
Debug RequestEnabling this flag will log out the current request.false

Delete All Instance Subscriptions

Delete all subscriptions pointed at this instance.

InputCommentsDefault
Connection
Debug RequestEnabling this flag will log out the current request.false

Delete Attachment

Delete an attachment object in Business Central.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Attachment IDThe ID of the attachment to update.
Debug RequestEnabling this flag will log out the current request.false

Delete Customer

Deletes a customer object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Customer IDThe unique identifier of the customer.
Debug RequestEnabling this flag will log out the current request.false

Delete Item

Deletes an item object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Item IdThe id of the item.
Debug RequestEnabling this flag will log out the current request.false

Delete Purchase Order

Deletes a purchase order object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Order IDThe unique ID of the purchase order to delete.
Debug RequestEnabling this flag will log out the current request.false

Delete Purchase Order Line

Deletes a purchase order line object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Order Line IDThe unique ID of the purchase order line to delete.
Debug RequestEnabling this flag will log out the current request.false

Delete Sales Invoice

Deletes a sales invoice object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Invoice IDThe unique identifier of the sales invoice object.
Debug RequestEnabling this flag will log out the current request.false

Delete Sales Order

Deletes a sales order object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Order IDThe unique identifier of the sales order.
Debug RequestEnabling this flag will log out the current request.false

Delete Shipment Method

Deletes a shipment method object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Shipment Method IdSpecifies the shipment method used by the customer.
Debug RequestEnabling this flag will log out the current request.false

Delete Subscription

Delete existing subscription for Microsoft Business Central.

InputCommentsDefault
Connection
Subscription IDSubscription ID to manage.
EtagEtag value for the subscription to delete.
Debug RequestEnabling this flag will log out the current request.false

Get Account

Retrieve the properties and relationships of an account object in Microsoft Business Central.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Account IDThe ID of the account you want to retrieve data from.
Debug RequestEnabling this flag will log out the current request.false

Get Attachment

Gets an attachment object

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Parent IDThe ID of the parent object that the attachment is associated with
Parent TypeThe type of the parent object
Debug RequestEnabling this flag will log out the current request.false

Get Company Information

Get information about a company in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Debug RequestEnabling this flag will log out the current request.false

Get Customer

Retrieve the properties and relationships of a customer object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Customer IDThe unique identifier of the customer.
Debug RequestEnabling this flag will log out the current request.false

Get Item

Retrieves an item object from your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Item IdThe id of the item.
Debug RequestEnabling this flag will log out the current request.false

Get Purchase Order

Retrieves a purchase order object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Order IDThe unique ID of the purchase order to retrieve.
Debug RequestEnabling this flag will log out the current request.false

Get Purchase Order Line

Retrieves a purchase order line object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Order Line IDThe unique ID of the purchase order line to retrieve.
Debug RequestEnabling this flag will log out the current request.false

Get Purchase Receipt

Retrieves a purchase receipt object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Receipt IDThe unique identifier of the purchase receipt.
Debug RequestEnabling this flag will log out the current request.false

Get Purchase Receipt Line

Retrieves a purchase receipt line object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Receipt Line IDThe unique identifier of the purchase receipt line.
Debug RequestEnabling this flag will log out the current request.false

Get Sale Shipment

Retrieves a sale shipment object from your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sale Shipment IDThe ID of the sale shipment you want to retrieve.
Debug RequestEnabling this flag will log out the current request.false

Get Sales Invoice

Retrieves a sales invoice object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Invoice IDThe unique identifier of the sales invoice object.
Debug RequestEnabling this flag will log out the current request.false

Get Sales Order

Retrieves a sales order object in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Order IDThe unique identifier of the sales order.
Debug RequestEnabling this flag will log out the current request.false

Get Sales Shipment Line Item

Gets a sales shipment line object

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Shipment Line IDThe ID of the sales shipment line object.
Debug RequestEnabling this flag will log out the current request.false

Get Shipment Method

Retrieves a shipment method object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Shipment Method IdSpecifies the shipment method used by the customer.
Debug RequestEnabling this flag will log out the current request.false

List Accounts

Retrieve the properties and relationships of all account objects in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Companies

Retrieve the properties and relationships of companies in your Business Central organization.

InputCommentsDefault
Connection
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Customers

Retrieve the properties and relationships of all customer objects in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Items

List all item objects from your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Purchase Order Lines

List all purchase order line objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Purchase Order IDThe unique ID of the purchase order.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Purchase Orders

List all purchase order objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Purchase Receipt Lines

List all purchase receipt line objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Purchase Receipts

List all purchase receipt objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Sales Invoices

List all sales invoices objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Sales Orders

List all sales orders objects in your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Sales Shipment Line Items

Lists all sales shipment line objects in your Business Central organization.

InputCommentsDefault
Connection
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Company IDThe ID of the company you want to interact with.
Debug RequestEnabling this flag will log out the current request.false

List Sales Shipments

List all sales shipments objects from your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
FilterFilters results (rows).
SelectFilters properties (columns).
ExpandRetrieves related resources.
Order ByOrders results.
TopSets the page size of results.
SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
CountRetrieves the total count of matching resources.false
SearchReturns results based on search criteria.
FormatReturns the results in the specified media format.
Skip TokenRetrieves the next page of results from result sets that span multiple pages.
Debug RequestEnabling this flag will log out the current request.false

List Subscriptions

List all subscriptions for Microsoft Business Central.

InputCommentsDefault
Connection
Show Instance WebhooksShow only subscriptions for this Instance's webhooks.false
Debug RequestEnabling this flag will log out the current request.false

Raw Request

Send a raw HTTP request to Microsoft's Business Central API

InputCommentsDefault
Connection
URLInput the path only (/companies(companyId), the base URL along with the version is already included
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnable this to log the request and responsefalse
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Update Attachment

Update the attachment content in Business Central.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Attachment IDThe ID of the attachment to update.
Attachment ContentThe content of the attachment.
Debug RequestEnabling this flag will log out the current request.false

Update Company Information

Update the properties of a company information object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Company Information IDThe unique identifier of the company information object.
Display NameThe name of the company as it should be displayed to users.
Address Line 1The first line of the company's address.
Address Line 2The second line of the company's address.
CityThe city where the company is located.
StateThe state where the company is located.
CountryThe country where the company is located.
Postal CodeThe postal code of the company's address.
Phone NumberThe company's phone number.
Fax NumberThe company's fax number.
EmailThe company's email address.
WebsiteThe company's website URL.
Tax Registration NumberThe company's tax registration number.
Currency CodeThe currency code used by the company.
Current Fiscal Year Start DateThe start date of the company's current fiscal year.
IndustryThe industry in which the company operates.
Debug RequestEnabling this flag will log out the current request.false

Update Customer

Update a customer object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company to which the customer belongs.
Customer IDThe unique identifier of the customer.
Display NameSpecifies the customer's name.
Customer TypeSpecifies the type of customer.
Address Line 1Specifies the first line of the customer's address.
Address Line 2Specifies the second line of the customer's address.
CitySpecifies the city of the customer's address.
StateSpecifies the state of the customer's address.
CountrySpecifies the country of the customer's address.
Postal CodeSpecifies the postal code of the customer's address.
Phone NumberSpecifies the customer's phone number.
EmailSpecifies the customer's email address.
WebsiteSpecifies the customer's website.
Tax Area IdSpecifies which tax area the customer belongs to.
Tax Registration NumberSpecifies the customer's tax registration number.
Currency IdSpecifies the currency used by the customer.
Currency CodeSpecifies the currency code used by the customer.
Payment Terms IdSpecifies the payment terms used by the customer.
Shipment Method IdSpecifies the shipment method used by the customer.
Payment Method IdSpecifies the payment method used by the customer.
Actions BlockedSpecifies which transactions with the customer cannot be posted.It can be empty, 'Ship', 'Invoice' or 'All'
Tax Liablespecifies if the customer or vendor is liable for sales tax. Set to true if the customer is tax liable.
Debug RequestEnabling this flag will log out the current request.false

Update Event Subscription

Update existing Event subscription for Microsoft Business Central.

InputCommentsDefault
Connection
Subscription IDSubscription ID to manage.
EtagEtag value for the subscription to delete.
Notification URLURL to send events of this Subscription to.
ResourceResource to subscribe to.
Debug RequestEnabling this flag will log out the current request.false

Update Item

Updates an item object from your Business Central Organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Item IdThe id of the item.
Display NameThe display name of the item.
TypeThe type of the item.
Item Category IdThe id of the item category in the item.
Item Category CodeThe code of the item category in the item.
BlockedSpecifies that entries cannot be posted to the item. True indicates account is blocked and posting is not allowed.false
Global Trade Item NumberThe Global Trade Item Number (GTIN) of the item.
Unit PriceThe unit price of the item.
Unit CostThe unit cost of the item.
Price Includes TaxSpecifies whether the price includes tax.false
Tax Group IdThe id of the tax group in the item.
Tax Group CodeThe code of the tax group in the item.
Base Unit Of Measure CodeThe item's base unit of measure code.
Base Unit Of Measure IdSpecifies the ID of the unit of measure.
Debug RequestEnabling this flag will log out the current request.false

Update Purchase Order

Updates a purchase order object in your Business Central organization.

InputCommentsDefault
Purchase Order IDThe ID of the purchase order to update.
Connection
Company IDThe ID of the company you want to interact with.
Vendor NumberSpecifies vendor's number.
Ship To Address Line 1The first line of the ship to address.
Ship To NameThe name of the ship to customer.
Currency CodeThe currency code for the sales order.
Order DateThe order date.
Pay To Vendor IDThe unique ID of the vendor to pay to.
Pay To Vendor NumberSpecifies the number of the vendor to pay to.
PurchaserThe purchaser in the purchase order.
Discount AmountThe discount amount.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Update Purchase Order Line

Updates a purchase order line object in your Business Central organization.

InputCommentsDefault
Purchase Order Line IDThe ID of the purchase order line to update.
Connection
Company IDThe ID of the company you want to interact with.
Document IDThe ID of the parent purchase order line.
Item IDThe ID of the item in the purchase order line.
Account IDThe id of the account that the purchase order line is related to.
Line TypeThe type of the purchase order line.
Line Object NumberThe number of the object (account or item) of the purchase order line.
DescriptionSpecifies the description of the purchase order line.
QuantityThe quantity of the item in the purchase order line.
Direct Unit CostThe direct cost per unit.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Update Sales Invoice

Updates a sales invoice object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Invoice IDThe unique identifier of the sales invoice object.
Customer IDThe unique identifier of the customer.
Customer NumberThe customer number for the sales invoice
Bill To Customer IDThe customer ID for the invoice to the customer
Ship To NameThe name of the ship to customer
Sell To Address Line 1The first line of the sell to address
Ship To Address Line 1The first line of the ship to address
Currency CodeThe currency code for the sales invoice
Customer Email AddressThe email address for the sales invoice
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Update Sales Order

Updates a sales order object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Sales Order IDThe unique identifier of the sales order.
Customer IDThe unique identifier of the customer.
Customer NumberThe customer number for the sales order.
Bill To Customer IDThe customer ID for the bill to customer.
Ship To NameThe name of the ship to customer.
Sell To Address Line 1The first line of the sell to address.
Ship To Address Line 1The first line of the ship to address.
Currency CodeThe currency code for the sales order.
Customer Email AddressThe email address for the sales order.
Additional PropertiesAdditional properties to include in the request body. In case of supplying a property that is already defined as an input, the input value will be used.
Debug RequestEnabling this flag will log out the current request.false

Update Shipment Method

Update a shipment method object in your Business Central organization.

InputCommentsDefault
Connection
Company IDThe ID of the company you want to interact with.
Shipment Method IdSpecifies the shipment method used by the customer.
Shipment Method Name
Shipment Code
Debug RequestEnabling this flag will log out the current request.false