Workday Financials · Schema

PurchaseOrderRef

AccountingCloud ERPFinancial ManagementProcurement

Properties

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

JSON Schema

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