Workday · JSON Structure

Financialmanagement Supplier Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Supplier is a JSON Structure definition published by Workday, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor supplierName supplierID taxID isActive address

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Supplier",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "supplierName": {
      "type": "string"
    },
    "supplierID": {
      "type": "string"
    },
    "taxID": {
      "type": "string"
    },
    "isActive": {
      "type": "boolean"
    },
    "address": {
      "type": "object"
    }
  }
}