Microsoft Dynamics NAV · JSON Structure

Business Central V2 Currency Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id code displayName symbol amountDecimalPlaces amountRoundingPrecision lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Currency",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    },
    "amountDecimalPlaces": {
      "type": "string"
    },
    "amountRoundingPrecision": {
      "type": "number"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}