Microsoft Dynamics NAV · JSON Structure

Business Central V2 Item Update Structure

Type: object Properties: 9
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

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": "ItemUpdate",
  "type": "object",
  "properties": {
    "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"
    }
  }
}