Get the quotations negotiated for me — the terms a policy can be opened on
GET
/group-funeral/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", "status": "string", "freeCoverLimit": 0, "insuranceLevy": 0, "commissionRate": 0, "administrationRate": 0, "createdAt": "string" } ]
{
}
