Microsoft Dynamics NAV · Example Payload

Business Central V2 Item Update Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Top-level fields

displayNametypeitemCategoryCodeblockedgtinunitPriceunitCosttaxGroupCodebaseUnitOfMeasureCode

Example Payload

Raw ↑
{
  "displayName": "example_value",
  "type": "example_value",
  "itemCategoryCode": "example_value",
  "blocked": true,
  "gtin": "example_value",
  "unitPrice": 42.5,
  "unitCost": 42.5,
  "taxGroupCode": "example_value",
  "baseUnitOfMeasureCode": "example_value"
}