Salesforce Sales Cloud · JSON Structure

Salesforce Sales Cloud Opportunity Structure

Structural documentation for the Salesforce Opportunity sObject — the core deal tracking record.

Type: Properties: 0
CloudCRMCustomer ManagementEnterpriseSales

Salesforce Sales Cloud Opportunity Structure is a JSON Structure definition published by Salesforce Sales Cloud.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Salesforce Sales Cloud Opportunity Structure",
  "description": "Structural documentation for the Salesforce Opportunity sObject — the core deal tracking record.",
  "resource": "Opportunity",
  "baseUri": "https://{instance}.salesforce.com/services/data/v59.0/sobjects/Opportunity",
  "fields": [
    {
      "name": "Id",
      "type": "string",
      "required": true,
      "description": "Unique Salesforce record ID",
      "example": "006xx000003GYkJAAW"
    },
    {
      "name": "Name",
      "type": "string",
      "required": true,
      "description": "Name of the opportunity/deal",
      "example": "Acme Corp - Enterprise License Renewal 2024"
    },
    {
      "name": "AccountId",
      "type": "string",
      "required": false,
      "description": "Salesforce ID of the associated Account",
      "example": "001xx000003GYkJAAW"
    },
    {
      "name": "Amount",
      "type": "number",
      "required": false,
      "description": "Opportunity value in the default currency",
      "example": 125000
    },
    {
      "name": "CloseDate",
      "type": "date",
      "required": true,
      "description": "Expected or actual close date (ISO 8601)",
      "example": "2024-12-31"
    },
    {
      "name": "StageName",
      "type": "string",
      "required": true,
      "description": "Current stage in the sales pipeline",
      "example": "Proposal/Price Quote"
    },
    {
      "name": "Probability",
      "type": "number",
      "required": false,
      "description": "Likelihood of closing (0-100%)",
      "example": 75
    },
    {
      "name": "Type",
      "type": "string",
      "required": false,
      "description": "Type of opportunity",
      "example": "New Business"
    },
    {
      "name": "LeadSource",
      "type": "string",
      "required": false,
      "description": "Origin of the opportunity",
      "example": "Web"
    },
    {
      "name": "ForecastCategoryName",
      "type": "string",
      "required": false,
      "description": "Forecast category for pipeline reporting",
      "example": "Commit"
    },
    {
      "name": "OwnerId",
      "type": "string",
      "required": false,
      "description": "Salesforce ID of the opportunity owner",
      "example": "005xx000001gN1aAAE"
    },
    {
      "name": "IsClosed",
      "type": "boolean",
      "required": false,
      "description": "Whether the opportunity is in a closed stage",
      "example": false
    },
    {
      "name": "IsWon",
      "type": "boolean",
      "required": false,
      "description": "Whether the opportunity was won",
      "example": false
    },
    {
      "name": "CreatedDate",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 creation timestamp",
      "example": "2024-03-01T09:00:00.000Z"
    }
  ],
  "pipelineStages": [
    "Prospecting",
    "Qualification",
    "Needs Analysis",
    "Value Proposition",
    "Id. Decision Makers",
    "Perception Analysis",
    "Proposal/Price Quote",
    "Negotiation/Review",
    "Closed Won",
    "Closed Lost"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/salesforce-sales-cloud-opportunity-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.