Salesforce · Example Payload

Salesforce Components Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Components Example is an example object payload from Salesforce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schemassecuritySchemes

Example Payload

Raw ↑
{
  "schemas": {
    "SObjectRootInfo": {
      "type": "example_value",
      "properties": {
        "objectDescribe": {
          "type": {},
          "properties": {}
        },
        "recentItems": {
          "type": {},
          "items": {}
        }
      }
    },
    "RestApiError": {
      "type": "example_value",
      "properties": {
        "errorCode": {
          "type": {}
        },
        "message": {
          "type": {}
        }
      }
    },
    "AccountSObject": {
      "type": "example_value",
      "properties": {
        "Id": "abc123",
        "IsDeleted": {
          "type": {},
          "description": {}
        },
        "MasterRecordId": "500123",
        "Name": "Example Title",
        "Type": {
          "type": {},
          "description": {}
        },
        "ParentId": "500123",
        "BillingStreet": {
          "type": {},
          "description": {}
        },
        "BillingCity": {
          "type": {},
          "description": {}
        },
        "BillingState": {
          "type": {},
          "description": {}
        },
        "BillingPostalCode": {
          "type": {},
          "description": {}
        },
        "BillingCountry": {
          "type": {},
          "description": {}
        },
        "BillingLatitude": {
          "type": {},
          "description": {}
        },
        "BillingLongitude": {
          "type": {},
          "description": {}
        },
        "BillingGeocodeAccuracy": {
          "type": {},
          "description": {}
        },
        "BillingAddress": {
          "type": {},
          "description": {}
        },
        "ShippingStreet": {
          "type": {},
          "description": {}
        },
        "ShippingCity": {
          "type": {},
          "description": {}
        },
        "ShippingState": {
          "type": {},
          "description": {}
        },
        "ShippingPostalCode": {
          "type": {},
          "description": {}
        },
        "ShippingCountry": {
          "type": {},
          "description": {}
        },
        "ShippingLatitude": {
          "type": {},
          "description": {}
        },
        "ShippingLongitude": {
          "type": {},
          "description": {}
        },
        "ShippingGeocodeAccuracy": {
          "type": {},
          "description": {}
        },
        "ShippingAddress": {
          "type": {},
          "description": {}
        },
        "Phone": {
          "type": {},
          "description": {}
        },
        "Fax": {
          "type": {},
          "description": {}
        },
        "AccountNumber": {
          "type": {},
          "description": {}
        },
        "Website": {
          "type": {},
          "description": {}
        },
        "PhotoUrl": "https://www.example.com",
        "Sic": {
          "type": {},
          "description": {}
        },
        "Industry": {
          "type": {},
          "description": {}
        },
        "AnnualRevenue": {
          "type": {},
          "description": {}
        },
        "NumberOfEmployees": {
          "type": {},
          "description": {}
        },
        "Ownership": {
          "type": {},
          "description": {}
        },
        "TickerSymbol": {
          "type": {},
          "description": {}
        },
        "Description": "A sample description.",
        "Rating": {
          "type": {},
          "description": {}
        },
        "Site": {
          "type": {},
          "description": {}
        },
        "OwnerId": "500123",
        "CreatedDate": {
          "type": {},
          "format": {}
        },
        "CreatedById": "500123",
        "LastModifiedDate": {
          "type": {},
          "format": {}
        },
        "LastModifiedById": "500123",
        "SystemModstamp": {
          "type": {},
          "format": {}
        },
        "LastActivityDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "LastViewedDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "LastReferencedDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "IsPartner": {
          "type": {},
          "description": {}
        },
        "IsCustomerPortal": {
          "type": {},
          "description": {}
        },
        "ChannelProgramName": {
          "type": {},
          "description": {}
        },
        "ChannelProgramLevelName": {
          "type": {},
          "description": {}
        },
        "Jigsaw": {
          "type": {},
          "description": {}
        },
        "JigsawCompanyId": "500123",
        "CleanStatus": {
          "type": {},
          "description": {}
        },
        "AccountSource": {
          "type": {},
          "description": {}
        },
        "DunsNumber": {
          "type": {},
          "description": {}
        },
        "Tradestyle": {
          "type": {},
          "description": {}
        },
        "NaicsCode": {
          "type": {},
          "description": {}
        },
        "NaicsDesc": {
          "type": {},
          "description": {}
        },
        "YearStarted": {
          "type": {},
          "description": {}
        },
        "SicDesc": {
          "type": {},
          "description": {}
        },
        "DandbCompanyId": "500123",
        "CustomerPriority__c": {
          "type": {}
        },
        "SLA__c": {
          "type": {}
        },
        "Active__c": {
          "type": {}
        },
        "NumberofLocations__c": {
          "type": {}
        },
        "UpsellOpportunity__c": {
          "type": {}
        },
        "SLASerialNumber__c": {
          "type": {}
        },
        "SLAExpirationDate__c": {
          "type": {},
          "format": {}
        },
        "Potential_Value__c": {
          "type": {}
        },
        "Match_Billing_Address__c": {
          "type": {}
        },
        "Number_of_Contacts__c": {
          "type": {}
        },
        "Region__c": {
          "type": {}
        },
        "attributes": {
          "type": {},
          "properties": {}
        }
      },
      "description": "A sample description."
    },
    "ErrorInfo": {
      "type": "example_value",
      "properties": {
        "message": {
          "type": {}
        },
        "errorCode": {
          "type": {}
        },
        "fields": {
          "type": {},
          "items": {}
        },
        "extendedErrorDetails": {
          "type": {},
          "items": {}
        }
      }
    },
    "SaveResult": {
      "type": "example_value",
      "properties": {
        "success": {
          "type": {}
        },
        "id": "abc123",
        "errors": {
          "type": {},
          "items": {}
        },
        "warnings": {
          "type": {},
          "items": {}
        },
        "infos": {
          "type": {},
          "items": {}
        }
      }
    },
    "ContactSObject": {
      "type": "example_value",
      "properties": {
        "Id": "abc123",
        "IsDeleted": {
          "type": {},
          "description": {}
        },
        "MasterRecordId": "500123",
        "AccountId": "500123",
        "LastName": {
          "type": {},
          "description": {}
        },
        "FirstName": {
          "type": {},
          "description": {}
        },
        "Salutation": {
          "type": {},
          "description": {}
        },
        "Name": "Example Title",
        "OtherStreet": {
          "type": {},
          "description": {}
        },
        "OtherCity": {
          "type": {},
          "description": {}
        },
        "OtherState": {
          "type": {},
          "description": {}
        },
        "OtherPostalCode": {
          "type": {},
          "description": {}
        },
        "OtherCountry": {
          "type": {},
          "description": {}
        },
        "OtherLatitude": {
          "type": {},
          "description": {}
        },
        "OtherLongitude": {
          "type": {},
          "description": {}
        },
        "OtherGeocodeAccuracy": {
          "type": {},
          "description": {}
        },
        "OtherAddress": {
          "type": {},
          "description": {}
        },
        "MailingStreet": {
          "type": {},
          "description": {}
        },
        "MailingCity": {
          "type": {},
          "description": {}
        },
        "MailingState": {
          "type": {},
          "description": {}
        },
        "MailingPostalCode": {
          "type": {},
          "description": {}
        },
        "MailingCountry": {
          "type": {},
          "description": {}
        },
        "MailingLatitude": {
          "type": {},
          "description": {}
        },
        "MailingLongitude": {
          "type": {},
          "description": {}
        },
        "MailingGeocodeAccuracy": {
          "type": {},
          "description": {}
        },
        "MailingAddress": {
          "type": {},
          "description": {}
        },
        "Phone": {
          "type": {},
          "description": {}
        },
        "Fax": {
          "type": {},
          "description": {}
        },
        "MobilePhone": {
          "type": {},
          "description": {}
        },
        "HomePhone": {
          "type": {},
          "description": {}
        },
        "OtherPhone": {
          "type": {},
          "description": {}
        },
        "AssistantPhone": {
          "type": {},
          "description": {}
        },
        "ReportsToId": "500123",
        "Email": "user@example.com",
        "Title": "Example Title",
        "Department": {
          "type": {},
          "description": {}
        },
        "AssistantName": {
          "type": {},
          "description": {}
        },
        "LeadSource": {
          "type": {},
          "description": {}
        },
        "Birthdate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "Description": "A sample description.",
        "OwnerId": "500123",
        "CreatedDate": {
          "type": {},
          "format": {}
        },
        "CreatedById": "500123",
        "LastModifiedDate": {
          "type": {},
          "format": {}
        },
        "LastModifiedById": "500123",
        "SystemModstamp": {
          "type": {},
          "format": {}
        },
        "LastActivityDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "LastCURequestDate": {
          "type": {},
          "format": {}
        },
        "LastCUUpdateDate": {
          "type": {},
          "format": {}
        },
        "LastViewedDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "LastReferencedDate": {
          "type": {},
          "description": {},
          "format": {}
        },
        "EmailBouncedReason": "user@example.com",
        "EmailBouncedDate": "user@example.com",
        "IsEmailBounced": "user@example.com",
        "PhotoUrl": "https://www.example.com",
        "Jigsaw": {
          "type": {},
          "description": {}
        },
        "JigsawContactId": "500123",
        "CleanStatus": {
          "type": {},
          "description": {}
        },
        "IndividualId": "500123",
        "attributes": {
          "type": {},
          "properties": {}
        }
      },
      "description": "A sample description."
    }
  },
  "securitySchemes": {
    "openIDConnectDiscovery": "500123",
    "bearerAuth": {
      "type": "example_value",
      "description": "A sample description.",
      "scheme": "example_value"
    },
    "oAuth2": {
      "type": "example_value",
      "description": "A sample description.",
      "flows": {
        "implicit": {
          "authorizationUrl": {},
          "scopes": {}
        },
        "password": {
          "tokenUrl": {},
          "scopes": {}
        },
        "authorizationCode": {
          "authorizationUrl": {},
          "tokenUrl": {},
          "scopes": {}
        }
      }
    }
  }
}