Skip to content

Open a group life policy on an approved quotation

POST
/group-life/policies

The policy freezes the quotation's age-rate table at creation, so later re-quoting cannot re-price cover already on risk. The policyholder is the quotation's corporate client and cannot be changed here.

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
}

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies