SAP · JSON Structure

Sap Business One Service Layer Journal Entry Structure

Type: object Properties: 4
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

JournalEntry is a JSON Structure definition published by SAP, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

JdtNum ReferenceDate Memo JournalEntryLines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JournalEntry",
  "type": "object",
  "properties": {
    "JdtNum": {
      "type": "integer"
    },
    "ReferenceDate": {
      "type": "string"
    },
    "Memo": {
      "type": "string"
    },
    "JournalEntryLines": {
      "type": "array"
    }
  }
}