This method is used to create a new record for the Salesforce Object like Contact or Opportunity
Method Inputs
Method Name
CreateObjectMethod
Request Type
CreateObject
Parameters: ObjectName
Salesforce Object name
e.g. Contact
Paarameters: RecordJson
A valid json with valid field names of the Salesforce Object.
e.g. {"FirstName": "John", "LastName": "Green", "Phone": "(312) 596-2000" }
// Sample Response { "id": "0032w00000FIZCxAAP", "success": true, "errors": [] }
Last updated 1 year ago
Was this helpful?