SalesforceRestApiSObjectCreateResponse: { errors: any[]; id: string; success: boolean }

Salesforce REST API response type for POST requests to the sObject Basic Information endpoint, for creating a new record for a given object.

Type declaration

  • errors: any[]
  • id: string
  • success: boolean

Generated using TypeDoc