SalesInvoiceCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
externalDocumentNumber string
invoiceDate string
customerId string
customerNumber string
currencyCode string
pricesIncludeTax boolean
View JSON Schema on GitHub

JSON Schema

business-central-v2-sales-invoice-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SalesInvoiceCreate",
  "type": "object",
  "properties": {
    "externalDocumentNumber": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "customerNumber": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "pricesIncludeTax": {
      "type": "boolean"
    }
  }
}