Oracle E-Business Suite · Example Payload

Human Resources Employee Create Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

titlefirstNamemiddleNameslastNameknownAsemailAddresssexdateOfBirthnationalIdentifiernationalitymaritalStatushireDatebusinessGroupIdjobIdpositionIdorganizationIdgradeIdlocationIdpayrollId

Example Payload

Raw ↑
{
  "title": "Example Title",
  "firstName": "example_value",
  "middleNames": "example_value",
  "lastName": "example_value",
  "knownAs": "example_value",
  "emailAddress": "user@example.com",
  "sex": "example_value",
  "dateOfBirth": "example_value",
  "nationalIdentifier": "example_value",
  "nationality": "example_value",
  "maritalStatus": "example_value",
  "hireDate": "example_value",
  "businessGroupId": "500123",
  "jobId": "500123",
  "positionId": "500123",
  "organizationId": "500123",
  "gradeId": "500123",
  "locationId": "500123",
  "payrollId": "500123"
}