GET api/v1/insurance

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

InsuranceResponse
NameDescriptionTypeAdditional information
id

integer

None.

phyd

boolean

None.

policynumber

string

None.

policytype

integer

None.

policytypename

string

None.

policySum

decimal number

None.

startdate

date

None.

expiredate

date

None.

active

boolean

None.

brokerid

integer

None.

brokername

string

None.

telno

string

None.

editable

boolean

None.

insuredName

string

None.

driverName

string

None.

companyId

integer

None.

companyName

string

None.

drivingScoreUrl

string

None.

temporary

boolean

None.

activated

boolean

None.

consented

boolean

None.

underConfirmation

boolean

None.

insuranceCompanyUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "phyd": true,
  "policynumber": "sample string 3",
  "policytype": 1,
  "policytypename": "sample string 4",
  "policySum": 1.1,
  "startdate": "2024-11-16T11:33:38.443Z",
  "expiredate": "2024-11-16T11:33:38.443Z",
  "active": true,
  "brokerid": 8,
  "brokername": "sample string 9",
  "telno": "sample string 10",
  "editable": true,
  "insuredName": "sample string 12",
  "driverName": "sample string 13",
  "companyId": 1,
  "companyName": "sample string 14",
  "drivingScoreUrl": "sample string 15",
  "temporary": true,
  "activated": true,
  "consented": true,
  "underConfirmation": true,
  "insuranceCompanyUrl": "sample string 17"
}