GET v1/Policies/Details/{policyDetailID}/PersonalInlandMarine/ScheduleOfProperty/{propertyID}

Get all of the details for a specific schedule of property for Personal Inland Marine type policies

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyDetailID

Id of the policy details

string

Required

propertyID

Id of the property

string

Required

Body Parameters

None.

Response Information

Resource Description

List of the details for a specific schedule of property for Personal Inland Marine type policies

ActionResultDTOOfPolicyDetailsPersonalInlandMarineScheduleOfPropertyDTO
NameDescriptionTypeAdditional information
Result

PolicyDetailsPersonalInlandMarineScheduleOfPropertyDTO

None.

CreatedBy

string

None.

EntityID

integer

None.

RowSource

string

None.

PolicyID

integer

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

InfoMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {
    "PropertyID": 1,
    "CoverageInfoID": 2,
    "FormalApprasial": true,
    "Description": "sample string 3",
    "ValuationDate": "2024-03-28T20:57:45.4798729+00:00",
    "AmountOfInsurance": 1,
    "CoverageInfoClassCode": "sample string 4",
    "CoverageInfoClassDescription": "sample string 5",
    "PolicyDetailsID": 6,
    "ValuationDateString": "sample string 7",
    "LocationName": "sample string 8",
    "LocationAddress": "sample string 9",
    "LocationID": 10
  },
  "CreatedBy": "sample string 1",
  "EntityID": 2,
  "RowSource": "sample string 3",
  "PolicyID": 4,
  "IsSuccess": true,
  "ErrorCode": "sample string 6",
  "ErrorMessage": "sample string 7",
  "InfoMessage": "sample string 8"
}

application/xml, text/xml

Sample:
<ActionResultOfPolicyDetailsPersonalInlandMarineScheduleOfPropertyDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects">
  <ErrorCode>sample string 6</ErrorCode>
  <ErrorMessage>sample string 7</ErrorMessage>
  <InfoMessage>sample string 8</InfoMessage>
  <IsSuccess>true</IsSuccess>
  <CreatedBy>sample string 1</CreatedBy>
  <EntityID>2</EntityID>
  <PolicyID>4</PolicyID>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies.PersonalInlandMarine">
    <LocationAddress xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">sample string 9</LocationAddress>
    <LocationID xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">10</LocationID>
    <LocationName xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">sample string 8</LocationName>
    <d2p1:AmountOfInsurance>1</d2p1:AmountOfInsurance>
    <d2p1:CoverageInfoClassCode>sample string 4</d2p1:CoverageInfoClassCode>
    <d2p1:CoverageInfoClassDescription>sample string 5</d2p1:CoverageInfoClassDescription>
    <d2p1:CoverageInfoID>2</d2p1:CoverageInfoID>
    <d2p1:Description>sample string 3</d2p1:Description>
    <d2p1:FormalApprasial>true</d2p1:FormalApprasial>
    <d2p1:PolicyDetailsID>6</d2p1:PolicyDetailsID>
    <d2p1:PropertyID>1</d2p1:PropertyID>
    <d2p1:ValuationDate>2024-03-28T20:57:45.4798729+00:00</d2p1:ValuationDate>
    <d2p1:ValuationDateString>sample string 7</d2p1:ValuationDateString>
  </Result>
  <RowSource>sample string 3</RowSource>
</ActionResultOfPolicyDetailsPersonalInlandMarineScheduleOfPropertyDTO>