POST api/Coverage

Request Information

URI Parameters

None.

Body Parameters

Coverage
NameDescriptionTypeAdditional information
Id

integer

None.

Dwelling

decimal number

None.

Structures

decimal number

None.

PersonalProperty

decimal number

None.

LossUse

decimal number

None.

Liability

decimal number

None.

ExtendedLiability

boolean

None.

WindDeductible

decimal number

None.

StormDeductible

decimal number

None.

AopDeductible

decimal number

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedByUserId

integer

None.

ModifiedByUserId

integer

None.

MedicalPaymentAmt

decimal number

None.

ExtendedLiabilityAmt

decimal number

None.

WindExclusion

boolean

None.

WindSideHwy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Dwelling": 1.0,
  "Structures": 1.0,
  "PersonalProperty": 1.0,
  "LossUse": 1.0,
  "Liability": 1.0,
  "ExtendedLiability": true,
  "WindDeductible": 1.0,
  "StormDeductible": 1.0,
  "AopDeductible": 1.0,
  "CreatedDate": "2025-12-22T15:52:40.1850589-06:00",
  "ModifiedDate": "2025-12-22T15:52:40.1850589-06:00",
  "CreatedByUserId": 1,
  "ModifiedByUserId": 1,
  "MedicalPaymentAmt": 1.0,
  "ExtendedLiabilityAmt": 1.0,
  "WindExclusion": true,
  "WindSideHwy": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.