Microsoft Dynamics NAV · JSON Structure

Business Central V2 Sales Invoice Structure

Type: object Properties: 16
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id number externalDocumentNumber invoiceDate postingDate dueDate customerId customerNumber customerName 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": "SalesInvoice",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "externalDocumentNumber": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "postingDate": {
      "type": "string"
    },
    "dueDate": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "customerNumber": {
      "type": "string"
    },
    "customerName": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "pricesIncludeTax": {
      "type": "boolean"
    },
    "totalAmountExcludingTax": {
      "type": "number"
    },
    "totalTaxAmount": {
      "type": "number"
    },
    "totalAmountIncludingTax": {
      "type": "number"
    },
    "status": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}