Microsoft Dynamics NAV · Example Payload

Business Central V2 Sales Invoice Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Business Central V2 Sales Invoice Example is an example object payload from Microsoft Dynamics NAV, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnumberexternalDocumentNumberinvoiceDatepostingDatedueDatecustomerIdcustomerNumbercustomerNamecurrencyCodepricesIncludeTaxtotalAmountExcludingTaxtotalTaxAmounttotalAmountIncludingTaxstatuslastModifiedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "number": "example_value",
  "externalDocumentNumber": "example_value",
  "invoiceDate": "example_value",
  "postingDate": "example_value",
  "dueDate": "example_value",
  "customerId": "500123",
  "customerNumber": "example_value",
  "customerName": "example_value",
  "currencyCode": "example_value",
  "pricesIncludeTax": true,
  "totalAmountExcludingTax": 42.5,
  "totalTaxAmount": 42.5,
  "totalAmountIncludingTax": 42.5,
  "status": "example_value",
  "lastModifiedDateTime": "example_value"
}