Update insured detailsCopy Pageput https://api.advancehq.com/v1/insured/{insured_id}Updates the details of an existing insured record.Path Paramsinsured_idstringrequiredBody Paramsaddress1string | nullStreet address line 1address2string | nullStreet address line 2 (suite, floor, etc.)address_statestring | nullState or provincecitystring | nullCitycountrystring | nullCountrycustomer_external_idstring | nullYour system's unique identifier for this insured. Used for lookups via GET /v1/insured/customer_external_id/{id}.email_primarystring | nullPrimary email address. Must be unique per tenant.email_secondarystring | nullSecondary email addressfirst_namestring | nullContact first nameinsured_namestring | nullCompany or individual name of the insuredlast_namestring | nullContact last namephone_numberstring | nullPhone number (max 15 characters)zip_codestring | nullPostal / ZIP codeResponses 200Successful Response 400Bad Request - Invalid input parameters or malformed request body 401Unauthorized - Missing or invalid authentication credentials 403Forbidden - Insufficient permissions to access this resource 404Not Found - The requested resource does not exist 422Validation Error 429Too Many Requests - Rate limit exceeded 500Internal Server Error - An unexpected error occurredUpdated about 2 months ago Get insured details by IDMarketsDid this page help you?YesNo