ChangeOrderCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
ChangeDocumentName string
ProjectId integer
Description string
ImpactType string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-changeordercreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChangeOrderCreate",
  "title": "ChangeOrderCreate",
  "type": "object",
  "required": [
    "ChangeDocumentName",
    "ProjectId"
  ],
  "properties": {
    "ChangeDocumentName": {
      "type": "string"
    },
    "ProjectId": {
      "type": "integer"
    },
    "Description": {
      "type": "string"
    },
    "ImpactType": {
      "type": "string"
    }
  }
}