Open a group funeral policy on an approved quotation
POST
/group-funeral/policies
The policy freezes the quotation's age-rate table and benefit tiers at creation, so later re-quoting cannot re-price cover already on risk.
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "name": "string", "quotationId": "string", "startDate": "string", "endDate": "string", "currency": "string"
{
}
Responses
Success
application/json
JSON "id": "string", "name": "string", "policyNumber": "string", "status": "string", "currency": "string", "startDate": "string", "endDate": "string", "freeCoverLimit": 0, "insuranceLevy": 0
{
}
