AccountUpdate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
OrganizationName string
Industry string
AnnualRevenue number
PhoneNumber string
EmailAddress string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-accountupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountUpdate",
  "title": "AccountUpdate",
  "type": "object",
  "properties": {
    "OrganizationName": {
      "type": "string"
    },
    "Industry": {
      "type": "string"
    },
    "AnnualRevenue": {
      "type": "number",
      "format": "double"
    },
    "PhoneNumber": {
      "type": "string"
    },
    "EmailAddress": {
      "type": "string",
      "format": "email"
    }
  }
}