Oracle E-Business Suite · Example Payload

Human Resources Assignment Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

assignmentIdassignmentNumberassignmentTypeprimaryFlagjobIdjobNamepositionIdpositionNamegradeIdgradeNameorganizationIdorganizationNamelocationIdlocationCodesupervisorIdpayrollIdemploymentCategorynormalHoursfrequencyeffectiveStartDateeffectiveEndDate

Example Payload

Raw ↑
{
  "assignmentId": "500123",
  "assignmentNumber": "example_value",
  "assignmentType": "example_value",
  "primaryFlag": "example_value",
  "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": "example_value",
  "normalHours": 42.5,
  "frequency": "example_value",
  "effectiveStartDate": "example_value",
  "effectiveEndDate": "example_value"
}