Get policies
GET
/credit-life/policies
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
Statuses
Type
array
CorporateClientId
Type
integer
IntermediaryId
Type
integer
InsurerId
Type
integer
PartnerId
Type
integer
PageNumber
Type
integer
PageSize
Type
integer
Responses
Success
application/json
JSON "totalItems": 0, "pageSize": 0, "pageNumber": 0, "totalPages": 0, "data": [ { "id": "string", "createdAt": "string", "updatedAt": "string", "name": "string", "policyNumber": "string", "status": "string", "startDate": "string", "endDate": "string", "currency": "string", "corporateClientId": "string", "corporateClient": "string", "insurerId": "string", "insurer": "string", "intermediaryId": 0, "intermediary": "string", "partnerId": 0 } ]
{
}
