Dassault Systèmes · Schema

Lead Opportunity Patch

Core attributes of the lead-opportunity in case of update.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

lead-opportunity_patch.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/lead-opportunity_patch.json",
  "title": "Lead Opportunity Patch",
  "type": "object",
  "description": "Core attributes of the lead-opportunity in case of update.\n",
  "allOf": [
    {
      "$ref": "#/components/schemas/lead-opportunity_attributes"
    },
    {
      "type": "object"
    }
  ],
  "required": [
    "partnerLeadOpportunityId"
  ]
}