LeadCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
Name string
CustomerName string
ContactName string
Rank string
Source string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-leadcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeadCreate",
  "title": "LeadCreate",
  "type": "object",
  "required": [
    "Name"
  ],
  "properties": {
    "Name": {
      "type": "string"
    },
    "CustomerName": {
      "type": "string"
    },
    "ContactName": {
      "type": "string"
    },
    "Rank": {
      "type": "string",
      "enum": [
        "Hot",
        "Warm",
        "Cold"
      ]
    },
    "Source": {
      "type": "string"
    }
  }
}