GetObjectAllRecords
This method is used to fetch all the records for the specific Salesforce Object like Contact or Opportunity.
Parameters:
Method Inputs
Method Name
GetObjectAllRecords
Request Type
GetObjectAllRecords
Parameters : ObjectName
Salesforce Object name
e.g. Contact
Parameters: FieldNames
One or more fields separated by comma
e.g. Id, FirstName, LastName,Phone
Sample Response:
Last updated