SAP · JSON Structure

Sap Business One Service Layer Journal Entry Line Structure

Type: object Properties: 5
AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

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

Properties

AccountCode Debit Credit ShortName LineMemo

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JournalEntryLine",
  "type": "object",
  "properties": {
    "AccountCode": {
      "type": "string"
    },
    "Debit": {
      "type": "number"
    },
    "Credit": {
      "type": "number"
    },
    "ShortName": {
      "type": "string"
    },
    "LineMemo": {
      "type": "string"
    }
  }
}