Microsoft Dynamics NAV · JSON Structure

Business Central V2 Sales Order Create Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

SalesOrderCreate is a JSON Structure definition published by Microsoft Dynamics NAV, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

externalDocumentNumber orderDate customerId customerNumber currencyCode pricesIncludeTax requestedDeliveryDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}