Salesforce Sales Cloud · JSON Structure

Salesforce Sales Cloud Account Structure

Structural documentation for the Salesforce Account sObject — the core CRM record for companies.

Type: Properties: 0
CloudCRMCustomer ManagementEnterpriseSales

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

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Salesforce Sales Cloud Account Structure",
  "description": "Structural documentation for the Salesforce Account sObject — the core CRM record for companies.",
  "resource": "Account",
  "baseUri": "https://{instance}.salesforce.com/services/data/v59.0/sobjects/Account",
  "fields": [
    {
      "name": "Id",
      "type": "string",
      "required": true,
      "description": "Unique Salesforce record ID",
      "example": "001xx000003GYkJAAW"
    },
    {
      "name": "Name",
      "type": "string",
      "required": true,
      "description": "Company name",
      "example": "Acme Corporation"
    },
    {
      "name": "Type",
      "type": "string",
      "required": false,
      "description": "Type of account relationship",
      "example": "Customer - Direct"
    },
    {
      "name": "Industry",
      "type": "string",
      "required": false,
      "description": "Primary industry the account operates in",
      "example": "Technology"
    },
    {
      "name": "AnnualRevenue",
      "type": "number",
      "required": false,
      "description": "Annual revenue in the default currency",
      "example": 5000000
    },
    {
      "name": "NumberOfEmployees",
      "type": "integer",
      "required": false,
      "description": "Number of employees at the company",
      "example": 500
    },
    {
      "name": "Phone",
      "type": "string",
      "required": false,
      "description": "Primary phone number",
      "example": "+1-415-555-0100"
    },
    {
      "name": "Website",
      "type": "string",
      "required": false,
      "description": "Company website URL",
      "example": "https://www.acme.com"
    },
    {
      "name": "BillingStreet",
      "type": "string",
      "required": false,
      "description": "Billing address street",
      "example": "123 Market St"
    },
    {
      "name": "BillingCity",
      "type": "string",
      "required": false,
      "description": "Billing address city",
      "example": "San Francisco"
    },
    {
      "name": "BillingState",
      "type": "string",
      "required": false,
      "description": "Billing address state/province",
      "example": "CA"
    },
    {
      "name": "BillingCountry",
      "type": "string",
      "required": false,
      "description": "Billing address country",
      "example": "USA"
    },
    {
      "name": "OwnerId",
      "type": "string",
      "required": false,
      "description": "Salesforce ID of the account owner (User record)",
      "example": "005xx000001gN1aAAE"
    },
    {
      "name": "Rating",
      "type": "string",
      "required": false,
      "description": "Account rating (Hot, Warm, Cold)",
      "example": "Hot"
    },
    {
      "name": "CreatedDate",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 creation timestamp",
      "example": "2024-01-15T10:30:00.000Z"
    },
    {
      "name": "LastModifiedDate",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 last modification timestamp",
      "example": "2024-06-01T14:22:00.000Z"
    }
  ],
  "relationships": [
    {
      "name": "Contacts",
      "description": "Contact records associated with this account",
      "type": "hasMany",
      "resource": "Contact"
    },
    {
      "name": "Opportunities",
      "description": "Sales opportunities associated with this account",
      "type": "hasMany",
      "resource": "Opportunity"
    },
    {
      "name": "Cases",
      "description": "Support cases associated with this account",
      "type": "hasMany",
      "resource": "Case"
    }
  ]
}

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-account-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.