Microsoft Dynamics NAV · Schema
Purchase Order
Represents a purchase order entity in Dynamics 365 Business Central. Purchase orders are documents used to record the purchase of goods or services from vendors. They include header information (vendor, dates, payment terms) and line items specifying the products or services being purchased.
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| @odata.etag | string | ETag for optimistic concurrency control |
| id | string | The unique identifier (GUID) of the purchase order |
| number | string | The purchase order number assigned from a number series |
| orderDate | string | The date when the purchase order was created |
| postingDate | string | The date used for posting the purchase order to the general ledger |
| vendorId | string | The unique identifier of the buy-from vendor |
| vendorNumber | string | The vendor number of the buy-from vendor |
| vendorName | string | The name of the buy-from vendor |
| payToName | string | The name of the pay-to party |
| payToVendorId | string | The unique identifier of the pay-to vendor |
| payToVendorNumber | string | The vendor number of the pay-to vendor |
| shipToName | string | The name for the ship-to (receiving) address |
| shipToContact | string | The contact person at the ship-to address |
| buyFromAddressLine1 | string | First line of the buy-from vendor address |
| buyFromAddressLine2 | string | Second line of the buy-from vendor address |
| buyFromCity | string | The city of the buy-from vendor address |
| buyFromCountry | string | The country/region code of the buy-from vendor address |
| buyFromState | string | The state or province code of the buy-from vendor address |
| buyFromPostCode | string | The postal code of the buy-from vendor address |
| currencyId | string | The unique identifier of the currency |
| currencyCode | string | The currency code (e.g., USD, EUR) for the purchase order |
| pricesIncludeTax | boolean | Indicates whether the prices on the order include tax |
| paymentTermsId | string | The unique identifier of the payment terms |
| shipmentMethodId | string | The unique identifier of the shipment method |
| purchaser | string | The purchaser/buyer code assigned to the order |
| requestedReceiptDate | string | The date the goods are requested to be received |
| discountAmount | number | The total invoice discount amount applied to the order |
| discountAppliedBeforeTax | boolean | Indicates whether discounts are applied before tax calculation |
| totalAmountExcludingTax | number | The total amount of the order excluding tax (read-only) |
| totalTaxAmount | number | The total tax amount on the order (read-only) |
| totalAmountIncludingTax | number | The total amount of the order including tax (read-only) |
| fullyReceived | boolean | Indicates whether all lines on the order have been fully received (read-only) |
| status | string | The current status of the purchase order (read-only) |
| lastModifiedDateTime | string | The date and time the purchase order was last modified (read-only) |
| purchaseOrderLines | array | The line items on the purchase order |