Microsoft Dynamics NAV · Example Payload

Business Central V2 Purchase Invoice Create Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Top-level fields

invoiceDatevendorIdvendorNumbercurrencyCodepricesIncludeTax

Example Payload

Raw ↑
{
  "invoiceDate": "example_value",
  "vendorId": "500123",
  "vendorNumber": "example_value",
  "currencyCode": "example_value",
  "pricesIncludeTax": true
}