Microsoft Dynamics NAV · Schema
Item
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision
Properties
| Name | Type | Description |
|---|---|---|
| @odata.etag | string | |
| id | string | The unique identifier of the item |
| number | string | The item number |
| displayName | string | The item display name |
| displayName2 | string | The item display name 2 |
| type | string | The item type |
| itemCategoryId | string | The item category ID |
| itemCategoryCode | string | The item category code |
| blocked | boolean | Whether the item is blocked |
| gtin | string | The Global Trade Item Number |
| inventory | number | The current inventory quantity |
| unitPrice | number | The unit price |
| priceIncludesTax | boolean | Whether the price includes tax |
| unitCost | number | The unit cost |
| taxGroupId | string | The tax group ID |
| taxGroupCode | string | The tax group code |
| baseUnitOfMeasureId | string | The base unit of measure ID |
| baseUnitOfMeasureCode | string | The base unit of measure code |
| generalProductPostingGroupId | string | |
| generalProductPostingGroupCode | string | |
| inventoryPostingGroupId | string | |
| inventoryPostingGroupCode | string | |
| lastModifiedDateTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Item",
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"id": {
"type": "string",
"description": "The unique identifier of the item"
},
"number": {
"type": "string",
"description": "The item number"
},
"displayName": {
"type": "string",
"description": "The item display name"
},
"displayName2": {
"type": "string",
"description": "The item display name 2"
},
"type": {
"type": "string",
"description": "The item type"
},
"itemCategoryId": {
"type": "string",
"description": "The item category ID"
},
"itemCategoryCode": {
"type": "string",
"description": "The item category code"
},
"blocked": {
"type": "boolean",
"description": "Whether the item is blocked"
},
"gtin": {
"type": "string",
"description": "The Global Trade Item Number"
},
"inventory": {
"type": "number",
"description": "The current inventory quantity"
},
"unitPrice": {
"type": "number",
"description": "The unit price"
},
"priceIncludesTax": {
"type": "boolean",
"description": "Whether the price includes tax"
},
"unitCost": {
"type": "number",
"description": "The unit cost"
},
"taxGroupId": {
"type": "string",
"description": "The tax group ID"
},
"taxGroupCode": {
"type": "string",
"description": "The tax group code"
},
"baseUnitOfMeasureId": {
"type": "string",
"description": "The base unit of measure ID"
},
"baseUnitOfMeasureCode": {
"type": "string",
"description": "The base unit of measure code"
},
"generalProductPostingGroupId": {
"type": "string"
},
"generalProductPostingGroupCode": {
"type": "string"
},
"inventoryPostingGroupId": {
"type": "string"
},
"inventoryPostingGroupCode": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
}
}
}