Insurance Group Renewal Input

Input representation of the optional flow and repricing settings used to renew member policies for a group census.
JSON example
1{
2  "flowName": "RenewMemberPolicies",
3  "shouldReprice": true
4}
Properties
Name Type Description Required or Optional Available Version
flowName String API name of the flow to use for member-policy renewal. If not specified, the default RenewMemberPolicies flow is used. Optional 68.0
shouldReprice Boolean Indicates whether to recalculate the premiums (true) or not (false). If set to false, the API uses the premiums from the existing Group Census Member Plan records instead of recalculating them. The default value is true. Optional 68.0