ErpIntegrationResponse

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
OperationName string Name of the operation
DocumentId string Document identifier in UCM
RequestId integer ESS request identifier for submitted jobs
Result string Result status of the operation
View JSON Schema on GitHub

JSON Schema

oracle-fusion-erpintegrationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErpIntegrationResponse",
  "title": "ErpIntegrationResponse",
  "type": "object",
  "properties": {
    "OperationName": {
      "type": "string",
      "description": "Name of the operation"
    },
    "DocumentId": {
      "type": "string",
      "description": "Document identifier in UCM"
    },
    "RequestId": {
      "type": "integer",
      "description": "ESS request identifier for submitted jobs"
    },
    "Result": {
      "type": "string",
      "description": "Result status of the operation"
    }
  }
}