Workday Financials · Schema

LedgerAccountRef

AccountingCloud ERPFinancial ManagementProcurement

Properties

Name Type Description
id string Workday ID of the ledger account
descriptor string Display name of the ledger account
View JSON Schema on GitHub

JSON Schema

workday-financials-ledgeraccountref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LedgerAccountRef",
  "title": "LedgerAccountRef",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Workday ID of the ledger account"
    },
    "descriptor": {
      "type": "string",
      "description": "Display name of the ledger account"
    }
  }
}