Oracle E-Business Suite · Example Payload

Oracle E Business Suite Getemployeebyid Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Getemployeebyid 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": "getEmployeeById",
  "method": "GET",
  "path": "/hr/employees/{personId}",
  "summary": "Retrieve an Employee by Person Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getemployeebyid200Example",
      "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"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/oracle-e-business-suite-getemployeebyid-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.