Oracle E-Business Suite · Example Payload

Human Resources Payroll Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Human Resources Payroll 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

payrollIdpayrollNameperiodTypenumberOfYearsfirstPeriodEndDateeffectiveStartDateeffectiveEndDatebusinessGroupId

Example Payload

Raw ↑
{
  "payrollId": "500123",
  "payrollName": "example_value",
  "periodType": "example_value",
  "numberOfYears": 10,
  "firstPeriodEndDate": "example_value",
  "effectiveStartDate": "example_value",
  "effectiveEndDate": "example_value",
  "businessGroupId": "500123"
}