JournalCreate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

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

JSON Schema

navision-journalcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JournalCreate",
  "title": "JournalCreate",
  "type": "object",
  "required": [
    "code",
    "displayName"
  ],
  "properties": {
    "code": {
      "type": "string",
      "maxLength": 10,
      "example": "example_value"
    },
    "displayName": {
      "type": "string",
      "maxLength": 100,
      "example": "example_value"
    },
    "templateDisplayName": {
      "type": "string",
      "maxLength": 100,
      "example": "example_value"
    }
  }
}