Oracle E-Business Suite · Example Payload

Human Resources Payroll Run Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

payrollActionIdpayrollIdactionTypeactionStatuseffectiveDatedateEarnedperiodOfServiceIdbusinessGroupId

Example Payload

Raw ↑
{
  "payrollActionId": "500123",
  "payrollId": "500123",
  "actionType": "example_value",
  "actionStatus": "example_value",
  "effectiveDate": "example_value",
  "dateEarned": "example_value",
  "periodOfServiceId": "500123",
  "businessGroupId": "500123"
}