GET v1/Policies/Details/{policyDetailID}/FarmPersonalPropertyCoverages/{id}

Get personal property coverage detail for a given policy detail by id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyDetailID

Id of the policy detail

integer

Required

id

Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Personal property coverage detail

PolicyDetailsFarmPersonalPropertyCoverageDTO
NameDescriptionTypeAdditional information
PersonalPropertyCoverageID

Id of the personal property coverage

integer

None.

PolicyDetailsID

Id of the policy details

integer

None.

LocationID

Id of the location

integer

None.

ScheduledPropertyLimit

Scheduled property limit

integer

None.

UnscheduledPropertyLimit

Unscheduled property limit

integer

None.

TransitMaxItem

Transit max item

integer

None.

TransitLimit

Transit limit

integer

None.

TransitPercentCoinsurance

Transit percent coinsurance

integer

None.

TransitCauseOfLoss

Transit cause of loss

string

None.

TransitDeductible

Transit deductible

string

None.

MiscMachineryMaxItem

Misc machinery max item

integer

None.

MiscMachineryLimit

Misc machinery limit

integer

None.

MiscMachineryPercentCoinsurance

Misc machinery percent coinsurance

integer

None.

MiscMachineryCauseOfLoss

Misc machinery cause of loss

string

None.

MiscMachineryDeductible

Misc machinery deductible

string

None.

MiscToolsSuppliesMaxItem

Misc tools supplies max item

integer

None.

MiscToolsSuppliesLimit

Misc tools supplies limit

integer

None.

MiscToolsSuppliesPercentCoinsurance

Misc tools supplies percent coinsurance

integer

None.

MiscToolsSuppliesCauseOfLoss

Misc tools supplies cause of loss

string

None.

MiscToolsSuppliesDeductible

Misc tools supplies deductible

string

None.

LocationNumber

Location number

integer

None.

LocationAddress

Location address

string

None.

LocationBuildingString

Location building string

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PersonalPropertyCoverageID": 1,
  "PolicyDetailsID": 2,
  "LocationID": 3,
  "ScheduledPropertyLimit": 1,
  "UnscheduledPropertyLimit": 1,
  "TransitMaxItem": 1,
  "TransitLimit": 1,
  "TransitPercentCoinsurance": 1,
  "TransitCauseOfLoss": "sample string 4",
  "TransitDeductible": "sample string 5",
  "MiscMachineryMaxItem": 1,
  "MiscMachineryLimit": 1,
  "MiscMachineryPercentCoinsurance": 1,
  "MiscMachineryCauseOfLoss": "sample string 6",
  "MiscMachineryDeductible": "sample string 7",
  "MiscToolsSuppliesMaxItem": 1,
  "MiscToolsSuppliesLimit": 1,
  "MiscToolsSuppliesPercentCoinsurance": 1,
  "MiscToolsSuppliesCauseOfLoss": "sample string 8",
  "MiscToolsSuppliesDeductible": "sample string 9",
  "LocationNumber": 10,
  "LocationAddress": "sample string 11",
  "LocationBuildingString": "Loc#: 10 - sample string 11"
}

application/xml, text/xml

Sample:
<PolicyDetailsFarmPersonalPropertyCoverageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies.PolicyDetail.Farm">
  <LocationAddress>sample string 11</LocationAddress>
  <LocationID>3</LocationID>
  <LocationNumber>10</LocationNumber>
  <MiscMachineryCauseOfLoss>sample string 6</MiscMachineryCauseOfLoss>
  <MiscMachineryDeductible>sample string 7</MiscMachineryDeductible>
  <MiscMachineryLimit>1</MiscMachineryLimit>
  <MiscMachineryMaxItem>1</MiscMachineryMaxItem>
  <MiscMachineryPercentCoinsurance>1</MiscMachineryPercentCoinsurance>
  <MiscToolsSuppliesCauseOfLoss>sample string 8</MiscToolsSuppliesCauseOfLoss>
  <MiscToolsSuppliesDeductible>sample string 9</MiscToolsSuppliesDeductible>
  <MiscToolsSuppliesLimit>1</MiscToolsSuppliesLimit>
  <MiscToolsSuppliesMaxItem>1</MiscToolsSuppliesMaxItem>
  <MiscToolsSuppliesPercentCoinsurance>1</MiscToolsSuppliesPercentCoinsurance>
  <PersonalPropertyCoverageID>1</PersonalPropertyCoverageID>
  <PolicyDetailsID>2</PolicyDetailsID>
  <ScheduledPropertyLimit>1</ScheduledPropertyLimit>
  <TransitCauseOfLoss>sample string 4</TransitCauseOfLoss>
  <TransitDeductible>sample string 5</TransitDeductible>
  <TransitLimit>1</TransitLimit>
  <TransitMaxItem>1</TransitMaxItem>
  <TransitPercentCoinsurance>1</TransitPercentCoinsurance>
  <UnscheduledPropertyLimit>1</UnscheduledPropertyLimit>
</PolicyDetailsFarmPersonalPropertyCoverageDTO>