Workday Financials · Schema

PeriodRef

AccountingCloud ERPFinancial ManagementProcurement

Properties

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

JSON Schema

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