Oracle E-Business Suite · Example Payload

Human Resources Organization Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

organizationIdnamebusinessGroupIddateFromdateTolocationIdtypeinternalExternalFlag

Example Payload

Raw ↑
{
  "organizationId": "500123",
  "name": "Example Title",
  "businessGroupId": "500123",
  "dateFrom": "example_value",
  "dateTo": "example_value",
  "locationId": "500123",
  "type": "example_value",
  "internalExternalFlag": "example_value"
}