put https://api.mixmax.com/v1/salesforce/opportunity/:id
Update a Salesforce Opportunity by Id.
Parameter | Type | Description |
---|---|---|
id | String | The Opportunity's Salesforce Id |
success | Boolean | True if the Opportunity was successfully created, and false otherwise. |
errors | Object[] | A list of errors if creating the Opportunity was not successful |
errors.name | String | A Salesforce error name. |
errors.errorCode | String | The Salesforce error code. |
Updates the fields for the account in the request body. To find available fields, try /salesforce/syncedFields?type=Task