Microsoft Dynamics NAV · JSON Structure

Business Central V2 Item Create Structure

Type: object Properties: 10
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

number displayName type itemCategoryCode blocked gtin unitPrice unitCost taxGroupCode baseUnitOfMeasureCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ItemCreate",
  "type": "object",
  "properties": {
    "number": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "itemCategoryCode": {
      "type": "string"
    },
    "blocked": {
      "type": "boolean"
    },
    "gtin": {
      "type": "string"
    },
    "unitPrice": {
      "type": "number"
    },
    "unitCost": {
      "type": "number"
    },
    "taxGroupCode": {
      "type": "string"
    },
    "baseUnitOfMeasureCode": {
      "type": "string"
    }
  }
}