Workday · Example Payload

Common Country Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

iddescriptorcountryCodealpha2Codename

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "countryCode": "example_value",
  "alpha2Code": "example_value",
  "name": "Example Title"
}