Microsoft Dynamics NAV · JSON Structure

Business Central V2 Item Structure

Type: object Properties: 23
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

@odata.etag id number displayName displayName2 type itemCategoryId itemCategoryCode blocked gtin inventory unitPrice priceIncludesTax unitCost taxGroupId taxGroupCode baseUnitOfMeasureId baseUnitOfMeasureCode generalProductPostingGroupId generalProductPostingGroupCode inventoryPostingGroupId inventoryPostingGroupCode lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Item",
  "type": "object",
  "properties": {
    "@odata.etag": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "displayName2": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "itemCategoryId": {
      "type": "string"
    },
    "itemCategoryCode": {
      "type": "string"
    },
    "blocked": {
      "type": "boolean"
    },
    "gtin": {
      "type": "string"
    },
    "inventory": {
      "type": "number"
    },
    "unitPrice": {
      "type": "number"
    },
    "priceIncludesTax": {
      "type": "boolean"
    },
    "unitCost": {
      "type": "number"
    },
    "taxGroupId": {
      "type": "string"
    },
    "taxGroupCode": {
      "type": "string"
    },
    "baseUnitOfMeasureId": {
      "type": "string"
    },
    "baseUnitOfMeasureCode": {
      "type": "string"
    },
    "generalProductPostingGroupId": {
      "type": "string"
    },
    "generalProductPostingGroupCode": {
      "type": "string"
    },
    "inventoryPostingGroupId": {
      "type": "string"
    },
    "inventoryPostingGroupCode": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}