Update policy conditionput https://{host}/platform/riskdata/v1/exposures/{exposureId}/policies/{id}/policyconditions/{conditionid}Updates the specified policy condition.Path ParamsexposureIdint64required≥ 1ID of EDM.idint32required≥ 1ID of policy.conditionidint32required≥ 1ID of policy condition.Body ParamspolicyConditionNamestringrequiredlength between 1 and 40Name of policy condition.isPredefinedbooleanIf true, policy condition is predefined. If false, policy condition is ad-hoc.falsetruefalselimitdoubleTotal coverage amount provided by the condition. Is multiplied by insurer's pro-rata participation to determine their exposure.deductibledoubleDeductible associated with the condition. Values <= 1 are interpreted as percentages; values > 1 are interpreted as flat amounts. By default, 0.deductibleTypestringenumType of deductible. DEFAULTDEFAULTAllowed:DEFAULTconditionTypestringenumType of condition. If POLICY_RESTRICTION, condition restricts all policy coverage to specific locations. If SUBLIMIT, condition limits coverage to a subset of locations.POLICY_RESTRICTIONPOLICY_RESTRICTIONSUBLIMITAllowed:POLICY_RESTRICTIONSUBLIMITparentConditionobjectID of parent condition when the policy condition is a sub-condition.parentCondition objectpercentOfLossDeductibleAmountdoubleDeductible expressed as a percentage of loss for coverage or combination of coverages. As the loss increases, the deductible amount increases. HD models only.isFranchiseDeductiblestringenumIf YES, deductible is franchise. If NO, deductible is conventional.NOYESNOAllowed:YESNOResponses 204Policy condition successfully updated 400Bad Request 401Unauthorized 403Forbidden 404The requested resource was not found. 500Internal Server ErrorUpdated over 1 year ago