Create a policy
POST
/credit-life/policies
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "name": "string", "quotationId": "string", "startDate": "string", "endDate": "string", "currency": "string"
{
}
Responses
The policy, opened Active with the quotation's rate table frozen onto it.
application/json
JSON "id": "string", "name": "string", "policyNumber": "string", "status": "string", "currency": "string", "startDate": "string", "endDate": "string", "freeCoverLimit": 0
{
}
