Workday · Example Payload

Financialmanagement Supplier Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Financialmanagement Supplier Example is an example object payload from Workday, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptorsupplierNamesupplierIDtaxIDisActiveaddress

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "supplierName": "example_value",
  "supplierID": "500123",
  "taxID": "500123",
  "isActive": true,
  "address": "example_value"
}