Updates an existing quote for a specified lead in AgencyZoom when its details require revision, ensuring the provided `leadId` (path parameter), quote `id` (body parameter), `carrierId`, and `productLineId` are valid and correspond to existing entities.
idRequiredintegerThe unique identifier of the quote to be updated.
itemsRequiredintegerThe number of items covered by the quote (e.g., number of vehicles in an auto policy).
leadIdRequiredintegerThe unique identifier of the lead for which the quote is being updated. This is a path parameter.
premiumRequiredintegerThe total premium amount for the quote, in cents (e.g., 10000 for $100.00).
carrierIdRequiredintegerThe unique identifier of the insurance carrier associated with this quote.
customFieldsarrayA list of custom field objects to update for the quote. Each object should specify the `fieldName` and its corresponding `fieldValue`.
productLineIdRequiredintegerThe unique identifier of the product line (e.g., Auto, Home) for this quote.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.