Workday Financials · Schema

CostCenterRef

AccountingCloud ERPFinancial ManagementProcurement

Properties

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

JSON Schema

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