Skip to content

Get the quotations negotiated for me — the terms a policy can be opened on

GET
/group-life/quotations

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

InsurerId
Type
integer
PartnerId
Type
integer
Statuses
Type
array
CorporateClientId
Type
integer
IntermediaryId
Type
integer
FromDate
Type
string
ToDate
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Success

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"corporateClientId": "string",
  
  
  
"corporateClient": "string",
  
  
  
"insurerId": "string",
  
  
  
"insurer": "string",
  
  
  
"intermediaryId": 0,
  
  
  
"intermediary": "string",
  
  
  
"product": "string",
  
  
  
"productId": "string",
  
  
  
"sumAssuredBasis": "string",
  
  
  
"status": "string",
  
  
  
"freeCoverLimit": 0,
  
  
  
"createdAt": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies