Currency

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string
code string
displayName string
symbol string
amountDecimalPlaces string
amountRoundingPrecision number
lastModifiedDateTime string
View JSON Schema on GitHub

JSON Schema

business-central-v2-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}