Microsoft Dynamics NAV · Example Payload

Business Central V2 Item Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Business Central V2 Item Example is an example object payload from Microsoft Dynamics NAV, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@odata.etagidnumberdisplayNamedisplayName2typeitemCategoryIditemCategoryCodeblockedgtininventoryunitPricepriceIncludesTaxunitCosttaxGroupIdtaxGroupCodebaseUnitOfMeasureIdbaseUnitOfMeasureCodegeneralProductPostingGroupIdgeneralProductPostingGroupCodeinventoryPostingGroupIdinventoryPostingGroupCodelastModifiedDateTime

Example Payload

Raw ↑
{
  "@odata.etag": "example_value",
  "id": "abc123",
  "number": "example_value",
  "displayName": "example_value",
  "displayName2": "example_value",
  "type": "example_value",
  "itemCategoryId": "500123",
  "itemCategoryCode": "example_value",
  "blocked": true,
  "gtin": "example_value",
  "inventory": 42.5,
  "unitPrice": 42.5,
  "priceIncludesTax": true,
  "unitCost": 42.5,
  "taxGroupId": "500123",
  "taxGroupCode": "example_value",
  "baseUnitOfMeasureId": "500123",
  "baseUnitOfMeasureCode": "example_value",
  "generalProductPostingGroupId": "500123",
  "generalProductPostingGroupCode": "example_value",
  "inventoryPostingGroupId": "500123",
  "inventoryPostingGroupCode": "example_value",
  "lastModifiedDateTime": "example_value"
}