Oracle E-Business Suite · Example Payload

Human Resources Employee Update Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Human Resources Employee Update Example is an example object payload from Oracle E-Business Suite, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

effectiveDatedateTrackUpdateModetitlefirstNamemiddleNameslastNameknownAsemailAddressmaritalStatus

Example Payload

Raw ↑
{
  "effectiveDate": "example_value",
  "dateTrackUpdateMode": "example_value",
  "title": "Example Title",
  "firstName": "example_value",
  "middleNames": "example_value",
  "lastName": "example_value",
  "knownAs": "example_value",
  "emailAddress": "user@example.com",
  "maritalStatus": "example_value"
}