Workday · Example Payload

Person Person Name Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

firstNamemiddleNamelastNamefullNameprefixsuffix

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "middleName": "example_value",
  "lastName": "example_value",
  "fullName": "example_value",
  "prefix": "example_value",
  "suffix": "example_value"
}