JournalCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
code string
displayName string
templateDisplayName string
View JSON Schema on GitHub

JSON Schema

business-central-v2-journal-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JournalCreate",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "templateDisplayName": {
      "type": "string"
    }
  }
}