Microsoft Dynamics NAV · Arazzo Workflow
Business Central Create a Purchase Order for a Vendor
Version 1.0.0
Resolve a vendor by number, open a purchase order for them, and read its lines.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
create-purchase-order-for-vendor
Resolve a vendor, create a purchase order for them, and read the order lines.
Finds the vendor by number, creates a purchase order header referencing the resolved vendor id, and lists the new order's lines.
1
findVendor
Resolve the vendor by number to obtain the id required to bind the purchase order, returning at most one match.
2
createPurchaseOrder
Create a purchase order header bound to the resolved vendor id.
3
readOrderLines
Read the line collection of the newly created purchase order to confirm the document is in place.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.