/salesforce/account/:id

Update a Salesforce Account by Id.

ParameterTypeDescription
idStringThe Account's Salesforce Id
successBooleanTrue if the Account was successfully created, and false otherwise.
errorsObject[]A list of errors if creating the Account was not successful
errors.nameStringA Salesforce error name.
errors.errorCodeStringThe Salesforce error code.

Updates the fields for the account in the request body. To find available fields, try /salesforce/syncedFields?type=Account .

Psst... like working with APIs? Come join us!