Oracle E-Business Suite · Example Payload

Oracle E Business Suite Getpayrollruns Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Getpayrollruns 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": "getPayrollRuns",
  "method": "GET",
  "path": "/pay/payrollRuns",
  "summary": "Retrieve Payroll Run Results",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getpayrollruns200Example",
      "example": {
        "items": [
          {
            "payrollActionId": "500123",
            "payrollId": "500123",
            "actionType": "example_value",
            "actionStatus": "C",
            "effectiveDate": "2026-01-15",
            "dateEarned": "2026-01-15",
            "periodOfServiceId": "500123",
            "businessGroupId": "500123"
          }
        ],
        "totalCount": 10,
        "hasMore": true
      }
    }
  ]
}