GET v1/Policies/Details/{policyDetailID}/PersonalInlandMarine/GeneralInfo
Get the General Info Section data for Inland Marine type policies
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policyDetailID |
Id of the policy detail |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
General Info Section data for Inland Marine type policies
ActionResultDTOOfPolicyDetailsPersonalInlandMarineGeneralInfoDTOName | Description | Type | Additional information |
---|---|---|---|
Result | PolicyDetailsPersonalInlandMarineGeneralInfoDTO |
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": { "PolicyDetailsID": 1, "IsProtectiveDevicesInUse": true, "ProtectiveDevicesInUseExplain": "sample string 2", "WillPropertyBeExhibited": true, "PropertyBeExhibitedExplain": "sample string 3", "WillSpecialRestrictionsApply": true, "SpecialRestricationsApplyExplain": "sample string 4", "IsPropertyUsedProfessionally": true, "PropertyUsedProfessionallyExplain": "sample string 5", "IsOtherInsurance": true, "OtherInsuranceExplain": "sample string 6", "HasCoverageBeenDeclined": true, "CoverageBeenDeclinedExplain": "sample string 7", "HasApplicantHadForeclosure": true, "ApplicantHadForeclosureExplain": "sample string 8", "HasApplicantHadJudgement": true, "ApplicantHadJudgementExplain": "sample string 9", "HasInsuranceBeenTransferred": true, "InsuranceBeenTransferredExplain": "sample string 10", "HasApplicantBeenConvicted": true, "ApplicantBeenConvictedExplain": "sample string 11" }, "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:
<ActionResultOfPolicyDetailsPersonalInlandMarineGeneralInfoDTO 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"> <d2p1:ApplicantBeenConvictedExplain>sample string 11</d2p1:ApplicantBeenConvictedExplain> <d2p1:ApplicantHadForeclosureExplain>sample string 8</d2p1:ApplicantHadForeclosureExplain> <d2p1:ApplicantHadJudgementExplain>sample string 9</d2p1:ApplicantHadJudgementExplain> <d2p1:CoverageBeenDeclinedExplain>sample string 7</d2p1:CoverageBeenDeclinedExplain> <d2p1:HasApplicantBeenConvicted>true</d2p1:HasApplicantBeenConvicted> <d2p1:HasApplicantHadForeclosure>true</d2p1:HasApplicantHadForeclosure> <d2p1:HasApplicantHadJudgement>true</d2p1:HasApplicantHadJudgement> <d2p1:HasCoverageBeenDeclined>true</d2p1:HasCoverageBeenDeclined> <d2p1:HasInsuranceBeenTransferred>true</d2p1:HasInsuranceBeenTransferred> <d2p1:InsuranceBeenTransferredExplain>sample string 10</d2p1:InsuranceBeenTransferredExplain> <d2p1:IsOtherInsurance>true</d2p1:IsOtherInsurance> <d2p1:IsPropertyUsedProfessionally>true</d2p1:IsPropertyUsedProfessionally> <d2p1:IsProtectiveDevicesInUse>true</d2p1:IsProtectiveDevicesInUse> <d2p1:OtherInsuranceExplain>sample string 6</d2p1:OtherInsuranceExplain> <d2p1:PolicyDetailsID>1</d2p1:PolicyDetailsID> <d2p1:PropertyBeExhibitedExplain>sample string 3</d2p1:PropertyBeExhibitedExplain> <d2p1:PropertyUsedProfessionallyExplain>sample string 5</d2p1:PropertyUsedProfessionallyExplain> <d2p1:ProtectiveDevicesInUseExplain>sample string 2</d2p1:ProtectiveDevicesInUseExplain> <d2p1:SpecialRestricationsApplyExplain>sample string 4</d2p1:SpecialRestricationsApplyExplain> <d2p1:WillPropertyBeExhibited>true</d2p1:WillPropertyBeExhibited> <d2p1:WillSpecialRestrictionsApply>true</d2p1:WillSpecialRestrictionsApply> </Result> <RowSource>sample string 3</RowSource> </ActionResultOfPolicyDetailsPersonalInlandMarineGeneralInfoDTO>