ServiceRequestUpdate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
Title string
Status string
Severity string
AssigneeName string
QueueName string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-servicerequestupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceRequestUpdate",
  "title": "ServiceRequestUpdate",
  "type": "object",
  "properties": {
    "Title": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "Severity": {
      "type": "string"
    },
    "AssigneeName": {
      "type": "string"
    },
    "QueueName": {
      "type": "string"
    }
  }
}