ProjectUpdate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
ProjectName string
ProjectDescription string
ProjectStatus string
ProjectManager string
EndDate string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-projectupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectUpdate",
  "title": "ProjectUpdate",
  "type": "object",
  "properties": {
    "ProjectName": {
      "type": "string"
    },
    "ProjectDescription": {
      "type": "string"
    },
    "ProjectStatus": {
      "type": "string"
    },
    "ProjectManager": {
      "type": "string"
    },
    "EndDate": {
      "type": "string",
      "format": "date"
    }
  }
}