Microsoft Dynamics NAV · JSON Structure

Business Central V2 Purchase Invoice Structure

Type: object Properties: 15
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

PurchaseInvoice is a JSON Structure definition published by Microsoft Dynamics NAV, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id number invoiceDate postingDate dueDate vendorId vendorNumber vendorName currencyCode pricesIncludeTax totalAmountExcludingTax totalTaxAmount totalAmountIncludingTax status lastModifiedDateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseInvoice",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "postingDate": {
      "type": "string"
    },
    "dueDate": {
      "type": "string"
    },
    "vendorId": {
      "type": "string"
    },
    "vendorNumber": {
      "type": "string"
    },
    "vendorName": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "pricesIncludeTax": {
      "type": "boolean"
    },
    "totalAmountExcludingTax": {
      "type": "number"
    },
    "totalTaxAmount": {
      "type": "number"
    },
    "totalAmountIncludingTax": {
      "type": "number"
    },
    "status": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}