Create policy coverage

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.

IDCodeName
1EQEarthquake
2WSWindstorm
3CS/WTConvective storm/Winterstorm
4FLFlood
5FRFire
6TRTerrorism
7WCWorkers 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.

IDCodeName
1FRBuilding
2FRContents
3FRBI
4EQBuilding
5EQContents
6EQBI
7TRContents
8TRContents
9TRBI
10WSContents
11WSContents
12TOBuilding
13TOContents
17WSBI
18TOBI
22FLBuilding
23FLContents
24FLBI
25EQCombined Cvg
26WSCombined Cvg
27TOCombined Cvg
28FLCombined Cvg
29FRCombined Cvg
30TRCombined 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.

Language
Authorization
URL