Oracle E-Business Suite · Example Payload

Oracle E Business Suite Updateemployee Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateEmployee",
  "method": "PUT",
  "path": "/hr/employees/{personId}",
  "summary": "Update an Employee Record",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateemployeeRequestExample",
      "example": {
        "effectiveDate": "2026-01-15",
        "dateTrackUpdateMode": "CORRECTION",
        "title": "Example Title",
        "firstName": "example_value",
        "middleNames": "example_value",
        "lastName": "example_value",
        "knownAs": "example_value",
        "emailAddress": "user@example.com",
        "maritalStatus": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updateemployee200Example",
      "example": {
        "personId": "500123",
        "employeeNumber": "example_value",
        "title": "Example Title",
        "firstName": "example_value",
        "middleNames": "example_value",
        "lastName": "example_value",
        "fullName": "example_value",
        "knownAs": "example_value",
        "emailAddress": "user@example.com",
        "sex": "M",
        "dateOfBirth": "2026-01-15",
        "nationalIdentifier": "example_value",
        "nationality": "example_value",
        "maritalStatus": "example_value",
        "effectiveStartDate": "2026-01-15",
        "effectiveEndDate": "2026-01-15",
        "hireDate": "2026-01-15",
        "currentEmployeeFlag": "Y",
        "businessGroupId": "500123",
        "assignment": {
          "assignmentId": "500123",
          "assignmentNumber": "example_value",
          "assignmentType": "E",
          "primaryFlag": "Y",
          "jobId": "500123",
          "jobName": "example_value",
          "positionId": "500123",
          "positionName": "example_value",
          "gradeId": "500123",
          "gradeName": "example_value",
          "organizationId": "500123",
          "organizationName": "example_value",
          "locationId": "500123",
          "locationCode": "example_value",
          "supervisorId": "500123",
          "payrollId": "500123",
          "employmentCategory": "FR",
          "normalHours": 42.5,
          "frequency": "D",
          "effectiveStartDate": "2026-01-15",
          "effectiveEndDate": "2026-01-15"
        },
        "addresses": [
          {
            "addressId": "500123",
            "addressType": "example_value",
            "addressLine1": "example_value",
            "addressLine2": "example_value",
            "addressLine3": "example_value",
            "townOrCity": "example_value",
            "region1": "example_value",
            "region2": "example_value",
            "postalCode": "example_value",
            "country": "example_value",
            "primaryFlag": "Y",
            "dateFrom": "2026-01-15",
            "dateTo": "2026-01-15"
          }
        ],
        "phones": [
          {
            "phoneId": "500123",
            "phoneType": "W1",
            "phoneNumber": "example_value",
            "dateFrom": "2026-01-15",
            "dateTo": "2026-01-15"
          }
        ],
        "creationDate": "2026-01-15T10:30:00Z",
        "lastUpdateDate": "2026-01-15T10:30:00Z"
      }
    }
  ]
}