SalesOrderCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

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

JSON Schema

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