CommonLookup

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
LookupType string Lookup type identifier
Meaning string Display name for the lookup type
Description string Lookup type description
ModuleType string Module that owns the lookup
CreationDate string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-commonlookup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommonLookup",
  "title": "CommonLookup",
  "type": "object",
  "properties": {
    "LookupType": {
      "type": "string",
      "description": "Lookup type identifier"
    },
    "Meaning": {
      "type": "string",
      "description": "Display name for the lookup type"
    },
    "Description": {
      "type": "string",
      "description": "Lookup type description"
    },
    "ModuleType": {
      "type": "string",
      "description": "Module that owns the lookup"
    },
    "CreationDate": {
      "type": "string",
      "format": "date-time"
    }
  }
}