Workday Finance · Schema

CostCenter

AccountingCloudEnterpriseERPFinanceFinancial Management

Properties

Name Type Description
id string
descriptor string
name string
code string
manager object
company object
href string
View JSON Schema on GitHub

JSON Schema

workday-finance-costcenter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CostCenter",
  "title": "CostCenter",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "manager": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "company": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "href": {
      "type": "string",
      "format": "uri"
    }
  }
}