Oracle E-Business Suite · Example Payload

Human Resources Position Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

positionIdnamejobIdorganizationIdeffectiveStartDateeffectiveEndDatestatusavailabilityStatusIdbusinessGroupIdlocationId

Example Payload

Raw ↑
{
  "positionId": "500123",
  "name": "Example Title",
  "jobId": "500123",
  "organizationId": "500123",
  "effectiveStartDate": "example_value",
  "effectiveEndDate": "example_value",
  "status": "example_value",
  "availabilityStatusId": "500123",
  "businessGroupId": "500123",
  "locationId": "500123"
}