PurchaseInvoiceCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
invoiceDate string
vendorId string
vendorNumber string
currencyCode string
pricesIncludeTax boolean
View JSON Schema on GitHub

JSON Schema

business-central-v2-purchase-invoice-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PurchaseInvoiceCreate",
  "type": "object",
  "properties": {
    "invoiceDate": {
      "type": "string"
    },
    "vendorId": {
      "type": "string"
    },
    "vendorNumber": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "pricesIncludeTax": {
      "type": "boolean"
    }
  }
}