Workday · JSON Structure

Financialmanagement Accounting Journal Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor journalNumber accountingDate status totalDebitAmount totalCreditAmount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountingJournal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "journalNumber": {
      "type": "string"
    },
    "accountingDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "totalDebitAmount": {
      "type": "number"
    },
    "totalCreditAmount": {
      "type": "number"
    }
  }
}