Defines a coverage entry for the specified policy.
A policy coverage entry defines the scope of liability for losses of a particular type at the policy-level. Mulitple coverage entries may be defined for the same policy.
A policy coverage is defined by three required body parameters: lossType
, peril
, and label
.
The required lossType
parameter identifies the type of the losses that are covered by this policy coverage. One of Building
, Contents
, BI
(business interruption), or Combined Cvg
(combined coverage). Only one coverage entity of each lossType
may be defined per policy.
The required peril
parameter identifies the peril covered. Although the peril
parameter is an object that consists of three attributes (id
, code
, and name
), you only need to specify an id
value to set the peril covered.
ID | Code | Name |
---|---|---|
1 | EQ | Earthquake |
2 | WS | Windstorm |
3 | CS /WT | Convective storm/Winterstorm |
4 | FL | Flood |
5 | FR | Fire |
6 | TR | Terrorism |
7 | WC | Workers compensation/Human casualty |
The required label
object maps peril
values (e.g. EQ
, WS
) to lossType
values (e.g. Contents
, BI
). Although the label
parameter is an object that consists of three attributes (id
, code
, and name
), you only need to specify an id
value.
ID | Code | Name |
---|---|---|
1 | FR | Building |
2 | FR | Contents |
3 | FR | BI |
4 | EQ | Building |
5 | EQ | Contents |
6 | EQ | BI |
7 | TR | Contents |
8 | TR | Contents |
9 | TR | BI |
10 | WS | Contents |
11 | WS | Contents |
12 | TO | Building |
13 | TO | Contents |
17 | WS | BI |
18 | TO | BI |
22 | FL | Building |
23 | FL | Contents |
24 | FL | BI |
25 | EQ | Combined Cvg |
26 | WS | Combined Cvg |
27 | TO | Combined Cvg |
28 | FL | Combined Cvg |
29 | FR | Combined Cvg |
30 | TR | Combined Cvg |
The required label
parameter defines a label that identifies the coverage within the policy.
Idemptopotent Operation
This operation supports idempotency by means of idempotency keys. To learn more, see Idempotent Requests.